1 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
4 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5 Add plugin dependency for the gnomevfs modules.
8 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
10 * win32/common/libgstcdda.def:
11 Add new symbol to the list of exported symbols.
13 2009-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
15 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
16 (gst_play_bin_set_uri), (gst_play_bin_set_suburi),
17 (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
18 (activate_group), (deactivate_group), (groups_set_locked_state),
19 (gst_play_bin_change_state):
20 Fix some comments and docs.
21 Post an error message when we fail to link the selector to the sink.
22 Remove pushing of EOS, this seems unneeded.
23 Lock the state of deactivated groups so that they don't accidentally
24 reactivate when the playbin2 state changes.
26 Unlock and relock state of groups when playbin goes to NULL.
30 * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
31 Only do something in the pad removed callback when we are dealing with
32 our sourcepads because the sinkpads don't have a ghostpad.
34 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
36 * gst-libs/gst/cdda/gstcddabasesrc.c:
37 * gst-libs/gst/cdda/gstcddabasesrc.h:
38 Make the GType of GstCDDABaseSrcMode public for bindings.
41 2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
44 * ext/libvisual/visual.c: (plugin_init):
45 Use new core API to make registry re-scan the plugin
46 whenever visualisations are added or removed (see #350477).
48 2009-01-06 Wim Taymans <wim.taymans@collabora.co.uk>
50 Patch by: José Alburquerque <jaalburqu svn gnome org>
52 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
53 * gst-libs/gst/audio/gstaudioclock.h:
54 Make gst_audio_clock_new use const gchar* to ease the wrapping of
55 C++ bindings. Fixes #566723.
57 2009-01-06 Sebastian Dröge <sebastian.droege@collabora.co.uk>
60 * pkgconfig/Makefile.am:
61 * pkgconfig/gstreamer-app-uninstalled.pc.in:
62 * pkgconfig/gstreamer-app.pc.in:
63 Add pkg-config files for libgstapp. Fixes bug #566761.
65 2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
67 * gst-libs/gst/app/gstappsink.c:
68 * gst-libs/gst/app/gstappsink.h:
69 * gst-libs/gst/app/gstappsrc.c:
70 * gst-libs/gst/app/gstappsrc.h:
71 Make debug categories static. Use _element_class_set_details_simple().
73 2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
75 * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
76 (gst_app_sink_class_init), (gst_app_sink_init),
77 (gst_app_sink_dispose), (gst_app_sink_finalize),
78 (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
79 (gst_app_sink_flush_unlocked), (gst_app_sink_start),
80 (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
81 (gst_app_sink_render), (gst_app_sink_getcaps),
82 (gst_app_sink_set_caps), (gst_app_sink_get_caps),
83 (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
84 (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
85 (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
86 (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
87 (gst_app_sink_pull_buffer):
88 * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
89 * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
90 (gst_app_src_class_init), (gst_app_src_init),
91 (gst_app_src_flush_queued), (gst_app_src_dispose),
92 (gst_app_src_finalize), (gst_app_src_set_property),
93 (gst_app_src_get_property), (gst_app_src_unlock),
94 (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
95 (gst_app_src_is_seekable), (gst_app_src_check_get_range),
96 (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
97 (gst_app_src_set_caps), (gst_app_src_get_caps),
98 (gst_app_src_set_size), (gst_app_src_get_size),
99 (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
100 (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
101 (gst_app_src_set_latencies), (gst_app_src_set_latency),
102 (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
103 (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
104 * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
105 Move private data into a private instance struct. Add padding to
106 instance and class structures exposed in public headers. Add
107 Since markers to the gtk-doc blurbs (#566750).
109 2009-01-06 Wim Taymans <wim.taymans@collabora.co.uk>
111 * tests/examples/app/appsrc_ex.c: (main):
113 When pulling a buffer we can get NULL when the element is EOS, don't try
114 to unref this NULL buffer.
116 2009-01-06 Jan Schmidt <jan.schmidt@sun.com>
118 * gst-libs/gst/video/Makefile.am:
119 * gst-libs/gst/video/video.h:
120 Fix up build flags and include statement for the new generated
121 enumtypes files, to fix dist.
123 2009-01-05 Jan Schmidt <jan.schmidt@sun.com>
126 * docs/libs/Makefile.am:
127 * docs/libs/gst-plugins-base-libs-docs.sgml:
128 * docs/libs/gst-plugins-base-libs-sections.txt:
129 * docs/plugins/Makefile.am:
130 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
131 * docs/plugins/gst-plugins-base-plugins-sections.txt:
132 * docs/plugins/gst-plugins-base-plugins.args:
133 * docs/plugins/gst-plugins-base-plugins.hierarchy:
134 * docs/plugins/gst-plugins-base-plugins.interfaces:
135 * docs/plugins/gst-plugins-base-plugins.prerequisites:
136 * docs/plugins/gst-plugins-base-plugins.signals:
137 * docs/plugins/inspect/plugin-app.xml:
138 * gst-libs/gst/Makefile.am:
139 * gst-libs/gst/app/gstappsink.c:
140 * gst-libs/gst/app/gstappsrc.c:
141 * tests/examples/Makefile.am:
142 * tests/examples/app/Makefile.am:
144 Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
146 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
148 * gst-libs/gst/audio/gstbaseaudiosink.c:
149 (gst_base_audio_sink_change_state):
150 Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
151 take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
152 this because the async_play method is deprecated and usually not called
155 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
157 * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
158 Disconnect signal handlers before destroying a previous decodebin so
159 that we don't end up causing deadlocks. Fixes #566586.
161 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
163 * gst/audiotestsrc/gstaudiotestsrc.c:
164 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
165 (gst_audio_test_src_check_get_range),
166 (gst_audio_test_src_set_property),
167 (gst_audio_test_src_get_property):
168 * gst/audiotestsrc/gstaudiotestsrc.h:
169 Add property to control pull/push based scheduling.
171 2009-01-02 Alessandro Decina <alessandro.d@gmail.com>
174 * tests/examples/seek/Makefile.am:
175 * tests/icles/Makefile.am:
176 Make the seek and colorkey examples depend on gtk+-x11 as they use
178 Fixes the build with gtk+-quartz.
180 2008-12-31 Jan Schmidt <jan.schmidt@sun.com>
182 * win32/common/libgstaudio.def:
183 * win32/common/libgsttag.def:
184 * win32/common/libgstvideo.def:
185 Add new exports to win32 files.
187 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
189 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
190 * gst-libs/gst/tag/gsttagdemux.h:
191 Add GType for GstTagDemuxResult enum.
193 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
195 * gst-libs/gst/video/Makefile.am:
196 * gst-libs/gst/video/video.h:
197 Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
198 This will help bindings to use it.
200 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
202 * gst-libs/gst/audio/Makefile.am:
203 * gst-libs/gst/audio/audio.c:
204 * gst-libs/gst/audio/multichannel.h:
205 * gst-libs/gst/audio/testchannels.c:
207 * win32/common/audio-enumtypes.c:
208 (gst_audio_channel_position_get_type),
209 (gst_ring_buffer_state_get_type),
210 (gst_ring_buffer_seg_state_get_type),
211 (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
212 * win32/common/audio-enumtypes.h:
213 * win32/common/multichannel-enumtypes.c:
214 * win32/common/multichannel-enumtypes.h:
215 * win32/vs6/grammar.dsp:
216 * win32/vs6/libgstaudio.dsp:
217 * win32/vs7/libgstaudio.vcproj:
218 * win32/vs8/libgstaudio.vcproj:
219 Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
220 audio- in order to wrap all enums declarations of that library.
221 This modification should not matter since that header file is not a
222 public header (it will be included by public headers).
223 Modify win32 crap^Wfiles accordingly.
225 2008-12-30 Edward Hervey <edward.hervey@collabora.co.uk>
227 * gst-libs/gst/audio/gstbaseaudiosrc.h:
228 * gst-libs/gst/audio/gstbaseaudiosink.h:
229 Complete Sebastien's commit from the 13th by exporting the
230 _slave_method_get_type() methods.
232 2008-12-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
234 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
235 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
236 (gst_gio_base_src_query):
237 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
238 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
239 (gst_gnome_vfs_src_query):
240 Implement URI query. Fixes bug #562949.
242 2008-12-20 Wim Taymans <wim.taymans@collabora.co.uk>
244 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
247 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
248 (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
249 (gst_play_sink_release_pad):
250 Add some more debug info.
251 Reconfigure the audio chain when we switch between raw and encoded audio
254 2008-12-20 Wim Taymans <wim.taymans@collabora.co.uk>
256 * gst-libs/gst/audio/gstbaseaudiosink.c:
257 (gst_base_audio_sink_setcaps):
258 Pause the write thread before deactivating and releasing the ringbuffer
259 to avoid a deadlock when we do gapless playback with different sample
260 rates in playbin2. Fixes #564929.
262 2008-12-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
264 * gst-libs/gst/audio/gstbaseaudiosrc.c:
265 Make GstAudioSrcSlaveMethod get_type() function non-static
268 * win32/common/libgstaudio.def:
269 * win32/common/libgstnetbuffer.def:
270 Add some missing functions to the list of exported symbols.
272 2008-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
274 Patch by: Andrew Feren <acferen at yahoo dot com>
276 * gst-libs/gst/netbuffer/gstnetbuffer.c:
277 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
278 (gst_netaddress_get_address_bytes),
279 (gst_netaddress_set_address_bytes):
280 * gst-libs/gst/netbuffer/gstnetbuffer.h:
281 Make gst_netaddress_get_ip4_address fail for v6 addresses.
282 Make gst_netaddress_get_ip6_address either fail or return the v4
283 address as a transitional v6 address.
284 Add two convenience functions:
285 API: gst_netaddress_get_address_bytes()
286 API: gst_netaddress_set_address_bytes()
289 2008-12-17 Stefan Kost <ensonic@users.sf.net>
291 * gst/adder/Makefile.am:
292 * gst/adder/gstadder.c:
293 Cleanup variable names to make the adder-loop easier to understand.
294 Also try to use liboil to spee it up, but ifdef it out as it does not
295 make any change for me (Intel pentim M (sse,sse2) please try on other
298 2008-12-16 Wim Taymans <wim.taymans@collabora.co.uk>
300 * docs/plugins/Makefile.am:
301 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
302 * docs/plugins/gst-plugins-base-plugins-sections.txt:
303 * gst/tcp/gsttcpclientsink.c:
304 * gst/tcp/gsttcpclientsrc.c:
305 * gst/tcp/gsttcpserversrc.c:
306 Add minimal docs to make the remaining tcp elements show up.
309 2008-12-13 Tim-Philipp Müller <tim.muller at collabora co uk>
311 * win32/common/config.h:
312 Update to CVS version.
314 * win32/common/config.h.in:
315 Hardcode path to plugin install helper exe, just like we hardcode
316 the paths in core. Removes another source of VCS conflicts for
317 people hacking gst-plugins-base on systems with autotools.
319 2008-12-13 Edward Hervey <bilboed@gmail.com>
322 And a couple more .m4 that don't exist anymore with gettext 0.17
324 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
328 inttypes.m4 hasn't been available since gettext-0.15, and since we now
329 require gettext >= 0.17 ... we can remove it from the list of files to
332 2008-12-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
334 * gst-libs/gst/audio/gstbaseaudiosink.c:
335 (gst_base_audio_sink_slave_method_get_type),
336 (gst_base_audio_sink_class_init):
337 * gst-libs/gst/audio/gstbaseaudiosink.h:
338 * gst-libs/gst/audio/gstbaseaudiosrc.c:
339 (gst_base_audio_src_slave_method_get_type),
340 (gst_base_audio_src_class_init):
341 * gst-libs/gst/audio/gstbaseaudiosrc.h:
342 API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
343 public API. This is needed for the C++ bindings to be able
344 to use this base classes. Fixes bug #564200, #564206.
346 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
348 * gst-libs/gst/cdda/gstcddabasesrc.c:
349 (gst_cdda_base_src_handle_event):
350 Remove erroneous gst_buffer_ref().
351 * tests/check/libs/rtp.c: (GST_START_TEST):
352 Don't forget to unref the buffer once you're done with it.
354 2008-12-12 Stefan Kost <ensonic@users.sf.net>
356 * gst/playback/gstplaybin.c:
357 * gst/playback/gstplaybin2.c:
360 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
362 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
363 Free the factory array when finalizing.
364 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
365 Use a GstStaticPadTemplate since the src pad caps are fixed.
367 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
369 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
370 (gst_vorbis_enc_init):
371 Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
374 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
376 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
377 (gst_riff_create_video_template_caps):
378 Add mapping for VP6 in avi/riff.
380 2008-12-11 Edward Hervey <edward.hervey@collabora.co.uk>
382 * gst/subparse/samiparse.c: (sami_context_push_state),
383 (sami_context_pop_state), (start_sami_element), (end_sami_element):
384 Some versions of libxml seem to be very picky as to strict formatting
385 of the input and never 'close' the final </body> tag.
386 In order to fix that bad behaviour, we trigger the flushing of
387 remaining data on both </body> and </sami>.
390 2008-12-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
392 Patch by: Guillaume Emont <guillaume at fluendo dot com>
394 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
395 Add typefinders for MS Word files and OS X .DS_Store files to
396 prevent them to be recognized as MPEG files. Fixes bug #564098.
398 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
400 * gst/playback/gstplaysink.c: (gen_audio_chain),
401 (gst_play_sink_reconfigure):
402 Add some more debug info.
403 Fix linking of just an encoded sink.
404 Handle failure to create a sink chain more gracefully than crashing.
406 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
408 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
409 Pushing 10 buffers is enough to run the test.
411 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
413 * tests/examples/seek/seek.c: (do_seek), (stop_cb),
414 (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
416 Hook up the SKIP seek flag.
418 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
420 * gst/playback/gstplaybin2.c: (pad_added_cb):
421 Error out with a missing-plugin error when the input-selector was not
424 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
427 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
429 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
430 (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
431 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
432 (gst_play_sink_send_event), (gst_play_sink_change_state):
434 Try to set the selected sink to READY before using it. This will allow
435 for detection of incompatible formats sooner.
436 Don't cause a fatal error when conversion elements are missing but post
437 a missing-element message and a warning instead because things might
438 still link and run fine.
439 Simplyfy the construction of audio and video sink chains.
441 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
443 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
444 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
445 Use G_DEFINE_TYPE for the OggPad to get some threadsafe type
448 2008-12-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
450 Patch by: Luis Menina <liberforce at freeside dot fr>
452 * gst-libs/gst/floatcast/floatcast.h:
453 * gst/typefind/gsttypefindfunctions.c:
454 Include glib.h instead of a specific GLib header. Including single
455 GLib headers is deprecated. Fixes bug #563904.
457 2008-12-09 Julien Moutte <julien@fluendo.com>
459 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
460 Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
462 2008-12-09 Stefan Kost <ensonic@users.sf.net>
464 * gst-libs/gst/riff/riff-read.c:
465 Fix handling of odd chunks in riff metadata.
467 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
469 * gst/volume/gstvolume.c: (gst_volume_class_init),
470 (volume_before_transform), (volume_transform_ip):
471 Use new basetransform vmethod to reconfigure the dynamic properties and
472 any pending volume/mute changes. Fixes #563508.
474 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
477 First check for "theoraenc theoradec" and if that failed check
478 for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
479 deprecate the latter. Also linking on Windows fails with just "theora"
480 and the version check would fail for the release candidates.
483 2008-12-08 Stefan Kost <ensonic@users.sf.net>
485 * gst/playback/gstdecodebin.c:
486 * gst/playback/gstdecodebin2.c:
487 Add basic docs to decodebin and link to decodebin from decodebin2.
489 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
491 Patch by: Olivier Crete <tester at tester ca>
493 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
494 * gst-libs/gst/rtp/gstrtcpbuffer.h:
495 Implement gst_rtcp_packet_remove(). Fixes #563174.
497 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
498 Add unit test for some RTCP functions.
500 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
503 Apparently AC_CONFIG_MACRO_DIR breaks when using more
504 than one macro directory, reverting last change.
506 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
509 Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
512 2008-12-03 Edward Hervey <edward.hervey@collabora.co.uk>
514 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
515 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
516 Clear all flags on buffers returned from the image pool.
519 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
521 Patch by: Cygwin Ports maintainer
522 <yselkowitz at users dot sourceforge dot net>
526 Require gettext 0.17 because older versions don't mix with libtool
527 2.2. At build time an older gettext version will still work.
530 2008-11-28 Christian Schaller <christian.schaller@collabora.co.uk>
532 * gst/speexresample/Makefile.am: fix build by removing -lgstaudio
534 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
536 * docs/plugins/gst-plugins-base-plugins.args:
537 * docs/plugins/gst-plugins-base-plugins.hierarchy:
538 * docs/plugins/gst-plugins-base-plugins.interfaces:
539 * docs/plugins/gst-plugins-base-plugins.prerequisites:
540 * docs/plugins/inspect/plugin-videorate.xml:
541 * gst/speexresample/gstspeexresample.c:
542 Update documentation of speexresample for the new element name.
544 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
546 * gst/speexresample/README:
547 Update README with the latest diff between the Speex resampler
550 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
552 * gst/speexresample/gstspeexresample.c: (plugin_init):
553 Update the debug category from speex_resample to audioresample.
555 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
557 * gst/audioresample/Makefile.am:
558 * gst/audioresample/buffer.c:
559 * gst/audioresample/buffer.h:
560 * gst/audioresample/debug.c:
561 * gst/audioresample/debug.h:
562 * gst/audioresample/functable.c:
563 * gst/audioresample/functable.h:
564 * gst/audioresample/gstaudioresample.c:
565 * gst/audioresample/gstaudioresample.h:
566 * gst/audioresample/resample.c:
567 * gst/audioresample/resample.h:
568 * gst/audioresample/resample_chunk.c:
569 * gst/audioresample/resample_functable.c:
570 * gst/audioresample/resample_ref.c:
571 * tests/check/elements/audioresample.c:
572 Remove audioresample files.
574 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
576 * docs/plugins/inspect/plugin-audioresample.xml:
577 Regenerated for library filename change.
579 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
582 * docs/plugins/Makefile.am:
583 * docs/plugins/gst-plugins-base-plugins-sections.txt:
584 * docs/plugins/gst-plugins-base-plugins.args:
585 * docs/plugins/gst-plugins-base-plugins.hierarchy:
586 * docs/plugins/gst-plugins-base-plugins.interfaces:
587 * docs/plugins/gst-plugins-base-plugins.prerequisites:
588 * docs/plugins/inspect/plugin-adder.xml:
589 * docs/plugins/inspect/plugin-alsa.xml:
590 * docs/plugins/inspect/plugin-audioconvert.xml:
591 * docs/plugins/inspect/plugin-audiorate.xml:
592 * docs/plugins/inspect/plugin-audioresample.xml:
593 * docs/plugins/inspect/plugin-audiotestsrc.xml:
594 * docs/plugins/inspect/plugin-cdparanoia.xml:
595 * docs/plugins/inspect/plugin-decodebin.xml:
596 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
597 * docs/plugins/inspect/plugin-gdp.xml:
598 * docs/plugins/inspect/plugin-gio.xml:
599 * docs/plugins/inspect/plugin-gnomevfs.xml:
600 * docs/plugins/inspect/plugin-libvisual.xml:
601 * docs/plugins/inspect/plugin-ogg.xml:
602 * docs/plugins/inspect/plugin-pango.xml:
603 * docs/plugins/inspect/plugin-playback.xml:
604 * docs/plugins/inspect/plugin-queue2.xml:
605 * docs/plugins/inspect/plugin-subparse.xml:
606 * docs/plugins/inspect/plugin-tcp.xml:
607 * docs/plugins/inspect/plugin-theora.xml:
608 * docs/plugins/inspect/plugin-typefindfunctions.xml:
609 * docs/plugins/inspect/plugin-uridecodebin.xml:
610 * docs/plugins/inspect/plugin-video4linux.xml:
611 * docs/plugins/inspect/plugin-videorate.xml:
612 * docs/plugins/inspect/plugin-videoscale.xml:
613 * docs/plugins/inspect/plugin-videotestsrc.xml:
614 * docs/plugins/inspect/plugin-volume.xml:
615 * docs/plugins/inspect/plugin-vorbis.xml:
616 * docs/plugins/inspect/plugin-ximagesink.xml:
617 * docs/plugins/inspect/plugin-xvimagesink.xml:
618 * gst/speexresample/gstspeexresample.c: (plugin_init):
619 * gst/speexresample/Makefile.am:
620 * tests/check/Makefile.am:
621 * tests/check/elements/speexresample.c: (setup_speexresample),
622 (GST_START_TEST), (test_pipeline):
623 Rename the moved speexresample to audioresample, integrate into the
624 build system and remove the old audioresample from the build system.
625 Fixes bug #558124, #385061, #346218, #116051.
627 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
629 * gst-libs/gst/audio/gstbaseaudiosrc.c:
630 (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
631 Avoid nasty int overflows after about 12 hours and 25 minutes when these
632 code paths are triggered.
633 A free beer to Håvard Graff for finding this!
635 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
637 Patch by: 이문형 <iwings at gmail dot com>
639 * gst-libs/gst/rtsp/gstrtspconnection.c:
640 (gst_rtsp_connection_connect):
641 A successful gst_poll_wait() doesn't always mean successful connect() on
642 Windows. We should check errors by calling gst_poll_fd_has_error().
645 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
647 * gst-libs/gst/rtp/gstrtcpbuffer.c:
648 Fix typo in the docs.
650 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
652 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
653 If no stream was found before receiving EOS, post an error message.
656 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
658 * ext/theora/gsttheoraenc.h:
659 * ext/theora/theoraenc.c: (gst_theora_enc_init),
660 (theora_buffer_from_packet), (theora_push_packet),
661 (theora_enc_sink_event), (theora_enc_is_discontinuous),
663 Parse segment events.
664 Pass incomming buffer timestamps to outgoing buffers.
665 Use the running_time to construct the granulepos.
668 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
670 * gst/playback/gstplaybin2.c: (activate_group):
671 Fix buffer-duration property.
673 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
675 * gst-libs/gst/audio/gstbaseaudiosink.c:
676 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
677 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
678 (gst_base_audio_sink_change_state):
679 Really fix audiosink drain handling by keeping track of the running_time
682 2008-11-24 Michael Smith <msmith@songbirdnest.com>
684 * gst/playback/gstplaybin2.c:
685 Add notification of current stream. Add ability to configure buffer
687 * gst/playback/gsturidecodebin.c:
688 Add ability to configure buffer sizes for streaming mode.
691 2008-11-24 Stefan Kost <ensonic@users.sf.net>
693 * gst-libs/gst/audio/gstbaseaudiosink.c:
694 Time is already in running_time. Remove base_time handling. Fixes
695 audiosinks not draining and thus chopping some audio in the end.
697 2008-11-24 David Schleef <ds@schleef.org>
699 * ext/ogg/gstoggmux.c:
700 * ext/ogg/gstoggmux.h:
701 If we're muxing a dirac stream, flush the page after every picture.
703 2008-11-24 Stefan Kost <ensonic@users.sf.net>
705 * gst-libs/gst/audio/gstbaseaudiosink.c:
706 Add one log message to check for audio_drained. Sync one log message
707 with the condition. Send EOS after draining audio in pull mode.
709 2008-11-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
711 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
712 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
713 Use gst_buffer_try_new_and_alloc() and fail properly if the
714 allocation failed. This prevents abort() if downstream elements
715 request an insane amount of memory.
717 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
719 * gst/volume/gstvolume.c: (volume_choose_func),
720 (volume_update_volume), (gst_volume_set_volume),
721 (gst_volume_get_volume), (gst_volume_set_mute),
722 (gst_volume_class_init), (gst_volume_init),
723 (volume_process_double), (volume_process_float),
724 (volume_process_int32), (volume_process_int32_clamp),
725 (volume_process_int24), (volume_process_int24_clamp),
726 (volume_process_int16), (volume_process_int16_clamp),
727 (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
728 (volume_transform_ip), (volume_set_property),
729 (volume_get_property):
730 * gst/volume/gstvolume.h:
731 Cleanup volume, define and use default values.
732 Recalculate new volume and mute setup before processing. Fixes #561789.
734 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
735 Add controller unit test. Patch by: Jonathan Matthew
736 Fix bogus test that messed with basetransform's internal state.
738 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
740 * gst/videorate/gstvideorate.c:
741 Add jpeg and png image media types to the caps. Fixes #561436.
743 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
745 * gst/playback/gstplaysink.c: (gen_audio_chain):
746 Don't post an error when we can't configure the volume but post a
747 warning instead. Fixes #561780.
749 2008-11-21 David Schleef <ds@schleef.org>
751 Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
753 * gst/videotestsrc/gstvideotestsrc.c:
754 * gst/videotestsrc/gstvideotestsrc.h:
755 * gst/videotestsrc/videotestsrc.c:
756 * gst/videotestsrc/videotestsrc.h:
757 Add a zone plate pattern generator based on BBC R&D Report
758 1978/23 (yeah *that* 1978). Try 'videotestsrc pattern=zone-plate
761 2008-11-20 Michael Smith <msmith@songbirdnest.com>
763 * gst/playback/gstdecodebin2.c:
764 Fix random fat-fingering making this not compile.
766 2008-11-20 Michael Smith <msmith@songbirdnest.com>
768 * gst/playback/gstdecodebin2.c:
769 If the top-level type of the stream is plain text, don't try to decode
770 it, matching behaviour of decodebin.
771 * gst/playback/gstplaysink.c:
772 If we fail to generate a text chain (e.g. due to missing optional
773 plugins), don't crash.
775 2008-11-20 Michael Smith <msmith@songbirdnest.com>
777 * gst-libs/gst/rtsp/gstrtspdefs.c:
778 Fix win32 build. Oops.
780 2008-11-20 Michael Smith <msmith@songbirdnest.com>
782 * gst-libs/gst/rtsp/gstrtspdefs.c:
783 Use WSAGetLastError() rather than errno/h_errno on win32.
785 2008-11-20 Michael Smith <msmith@songbirdnest.com>
787 * gst-libs/gst/riff/riff-media.c:
788 Support WMA Lossless properly.
790 2008-11-18 David Schleef <ds@schleef.org>
792 * gst/videotestsrc/gstvideotestsrc.c:
793 * gst/videotestsrc/gstvideotestsrc.h:
794 * gst/videotestsrc/videotestsrc.c:
795 * gst/videotestsrc/videotestsrc.h:
796 Add "colorspec" property, specifying whether to generate BT.601
797 or BT.709 video. This only affects YCbCr values, not RGB, since
798 if you're generating a 709 test pattern, presumably you want
799 709 RGB primaries, not 601. Also add "smpte75" pattern, which
800 uses 75% colors instead of 100%, since this is often more useful
801 for testing (and also follows the SMPTE EG-1 guideline).
803 2008-11-18 Alessandro Decina <alessandro.d@gmail.com>
805 * gst/playback/gstdecodebin.c:
806 Add a "sink-caps" property to decodebin like it's done for decodebin2.
809 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
811 * gst/audioresample/gstaudioresample.c:
812 Guard against a NULL dereference I somehow encountered -
813 with a FLUSH_STOP arriving either before basetransform _start(),
816 * gst/typefind/gsttypefindfunctions.c:
817 Make sure we never jump backwards when typefinding corrupt mov files.
819 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
821 * gst-libs/gst/interfaces/propertyprobe.c:
822 Fix random type causing a docs warning.
824 2008-11-14 Stefan Kost <ensonic@users.sf.net>
827 Give it a minimal rank for autovideosrc.
829 2008-11-13 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
831 * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
833 Improve typefinding of ISO JPEG2000 mime types.
835 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
837 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
838 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
839 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
840 * sys/xvimage/xvimagesink.h:
841 Avoid typechecking when we do trivial casts.
842 Move error handling out of the main program flow.
843 Sneak in the display-region caps property, not completely correct yet.
844 Cache the width/height in buffer_alloc instead of parsing it from the
847 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
849 * gst/playback/gstplaybin2.c: (deactivate_group):
850 don't try to unlink the selector sinkpad when we don't have it yet. This
851 can happen if an error occured before the group was complete.
853 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
855 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
856 (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
857 (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
858 (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
859 (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
860 (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
861 (gst_rtp_buffer_get_extension_data),
862 (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
863 (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
864 (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
865 (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
866 (gst_rtp_buffer_get_payload_type),
867 (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
868 (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
869 (gst_rtp_buffer_set_timestamp),
870 (gst_rtp_buffer_get_payload_subbuffer),
871 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
872 Avoid expensive type checks we already did as part of the
873 _validate() function that should be called first.
875 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
877 * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
878 (gst_base_rtp_depayload_push_full),
879 (gst_base_rtp_depayload_set_gst_timestamp):
880 Fix some cases where a newsegment event was not sent.
882 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
884 * gst/playback/gstplaybin2.c: (activate_group):
885 Catch state change errors and stop from the uridecodebin elements
886 instead of trying to continue in vain.
888 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
890 * gst-libs/gst/audio/gstbaseaudiosink.c:
891 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
892 (gst_base_audio_sink_callback):
893 Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
894 for the latency to expire, fixes #559567.
896 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
898 * gst/adder/gstadder.c:
899 Change author string after seeing output of gst-inspector.
901 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
903 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
904 Don't try to do crazy things when we only have a text pad without a
905 video pad. Fixes #559478.
907 2008-11-06 Wim Taymans <wim.taymans@collabora.co.uk>
909 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
910 Fix case where we don't have a range for the rates or channels as is the
911 case with truespeech.
913 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
915 * gst/volume/gstvolume.c: (volume_update_real_volume),
916 (gst_volume_set_volume), (gst_volume_get_volume),
917 (gst_volume_set_mute), (gst_volume_init), (volume_setup),
918 (volume_transform_ip), (volume_update_mute),
919 (volume_update_volume), (volume_get_property):
920 * gst/volume/gstvolume.h:
921 Keep negotiated state in a separate variable.
922 Protect the volume and mute properties with the object lock.
923 Protect modifying the transform with the transform lock.
925 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
927 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
928 (gst_ffmpeg_pixfmt_to_caps):
929 Only convert caps to string when debug is enabled.
931 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
933 * ext/theora/gsttheoradec.h:
934 * ext/theora/theoradec.c: (gst_theora_dec_init),
935 (gst_theora_dec_reset), (theora_dec_src_event),
936 (theora_dec_sink_event), (theora_handle_type_packet):
938 Keep events in a pending list, like vorbisdec, instead of trying
939 to construct a segment event ourselves.
941 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
942 (vorbis_dec_src_event), (vorbis_dec_sink_event):
943 * ext/vorbis/vorbisdec.h:
946 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
948 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
949 (gst_ogg_demux_deactivate_current_chain),
950 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
951 (gst_ogg_demux_loop):
952 * ext/ogg/gstoggdemux.h:
953 Copy seqnums around to track playback segments and messages.
955 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
957 Based on patch by: Matthias Kretz <kretz at kde dot org>
959 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
960 (gst_alsasink_prepare), (gst_alsasink_unprepare),
961 (gst_alsasink_write):
962 Make all access non-blocking so that we can better handle unplugging
963 of usb devices. Fixes #559111
965 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
967 Patch by: Damien Lespiau <damien.lespiau gmail com>
969 * gst-libs/gst/rtsp/gstrtspconnection.c:
970 (gst_rtsp_connection_write):
971 Make the next call to poll not depend on previous calls to poll with or
972 without reading from the active descriptor. Fixes #544293.
974 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
976 Patch by: Nick Haddad <nick at haddads dot net>
978 * gst-libs/gst/riff/riff-ids.h:
979 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
980 Add support for other fourcc codes that are commonly used for
981 'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
984 2008-10-30 Stefan Kost <ensonic@users.sf.net>
986 * gst/audioresample/gstaudioresample.c:
987 Return the result of parent_class->event().
989 2008-10-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
991 * gst/audioresample/gstaudioresample.c:
992 (gst_audioresample_class_init), (audioresample_fixate_caps):
993 Fixate the rate to the nearest supported rate instead of
994 the first one. Fixes bug #549510.
996 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
998 * win32/common/libgstaudio.def:
1001 2008-10-23 Wim Taymans <wim.taymans@collabora.co.uk>
1003 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1004 Attempt to make obfuscated code clearer.
1006 2008-10-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1008 * docs/libs/gst-plugins-base-libs-sections.txt:
1009 * gst-libs/gst/floatcast/floatcast.h:
1010 Move float endianness conversion macros to core. Second part of
1013 2008-10-22 Stefan Kost <ensonic@users.sf.net>
1015 * sys/ximage/ximagesink.h:
1016 * sys/xvimage/xvimagesink.h:
1017 Don't mark as gtk-doc docs as they aren't public.
1019 2008-10-22 Stefan Kost <ensonic@users.sf.net>
1021 * sys/xvimage/xvimagesink.c:
1022 * sys/xvimage/xvimagesink.h:
1023 * tests/icles/Makefile.am:
1024 * tests/icles/test-colorkey.c:
1025 Allow setting colorkey if possible. Implement property probe interface
1026 for optional X features (autopaint-colorkey, double-buffer and
1027 colorkey). Fixes #554533
1029 2008-10-22 Sebastian Dröge <slomo@circular-chaos.org>
1031 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1032 Remove useless buffer size assignment. It already has this value.
1034 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
1036 * gst-libs/gst/audio/gstaudiosink.c:
1037 (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1038 (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1039 (gst_audioringbuffer_stop):
1040 Implement a separate activate functions to start monitoring the segments
1041 or, in pull mode, pulling in data.
1043 * gst-libs/gst/audio/gstbaseaudiosink.c:
1044 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1045 (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1046 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1047 (gst_base_audio_sink_activate_pull),
1048 (gst_base_audio_sink_async_play),
1049 (gst_base_audio_sink_change_state):
1050 Implement pad and element convert query function.
1051 Activate the ringbuffer.
1052 Use the segment last_stop value as the offset to pull.
1053 Use new basesink _do_preroll() method to preroll in the pulling thread.
1054 Take appropriate locking in the pulling thread.
1056 * gst-libs/gst/audio/gstringbuffer.h:
1059 2008-10-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1061 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1062 Improve MXF typefinding a bit by searching for a header partition
1063 pack instead of just a general partition pack and checking more
1064 bytes for valid values.
1066 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
1068 * tests/icles/.cvsignore:
1071 * tests/icles/Makefile.am:
1072 * tests/icles/test-box.c: (make_pipeline), (main):
1073 Add another interactive command line experimentation suite for
1074 dynamically boxing/cropping/saling an input video.
1076 2008-10-17 Wim Taymans <wim.taymans@collabora.co.uk>
1078 * docs/libs/gst-plugins-base-libs-sections.txt:
1079 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1080 (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1081 * gst-libs/gst/audio/gstringbuffer.h:
1082 Add methods to more accuratly control the pulling thread of a
1084 Add format conversion helper code to the ringbuffer.
1085 API: GstRingBuffer:gst_ring_buffer_activate()
1086 API: GstRingBuffer:gst_ring_buffer_is_active()
1087 API: GstRingBuffer:gst_ring_buffer_convert()
1089 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
1091 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1092 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1093 (gst_audioringbuffer_stop):
1094 Signal thread startup earlier so that we can immediatly go into pull
1095 mode when we have to and block on preroll.
1097 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
1099 * gst-libs/gst/audio/gstringbuffer.c:
1100 (gst_ring_buffer_prepare_read):
1101 In pull mode we want the callback to prepull a buffer we can preroll on
1102 even when we are not yet playing.
1104 2008-10-16 Stefan Kost <ensonic@users.sf.net>
1106 * ext/alsa/Makefile.am:
1107 * ext/cdparanoia/Makefile.am:
1108 * ext/gio/Makefile.am:
1109 * ext/gnomevfs/Makefile.am:
1110 * ext/libvisual/Makefile.am:
1111 * ext/ogg/Makefile.am:
1112 * ext/pango/Makefile.am:
1113 * ext/theora/Makefile.am:
1114 * ext/vorbis/Makefile.am:
1115 * gst/adder/Makefile.am:
1116 * gst/audioconvert/Makefile.am:
1117 * gst/audiorate/Makefile.am:
1118 * gst/audioresample/Makefile.am:
1119 * gst/audiotestsrc/Makefile.am:
1120 * gst/ffmpegcolorspace/Makefile.am:
1121 * gst/gdp/Makefile.am:
1122 * gst/playback/Makefile.am:
1123 * gst/subparse/Makefile.am:
1124 * gst/tcp/Makefile.am:
1125 * gst/typefind/Makefile.am:
1126 * gst/videorate/Makefile.am:
1127 * gst/videoscale/Makefile.am:
1128 * gst/videotestsrc/Makefile.am:
1129 * gst/volume/Makefile.am:
1130 * sys/v4l/Makefile.am:
1131 * sys/ximage/Makefile.am:
1132 * sys/xvimage/Makefile.am:
1133 Don't install static libs for plugins. Fixes #550851 for base.
1135 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
1137 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1138 Set the default blocksize to -1 because we will then use the configured
1139 samplesperbuffer to create our output buffer.
1141 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1143 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1144 (gst_riff_create_video_template_caps):
1145 Add mappping for the KMVC (Karl Morton's Video) Codec.
1147 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1149 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1150 Don't forget to advance the offset of what we're matching against, else
1151 we end up in a forever loop.
1153 2008-10-15 Sebastian Dröge <slomo@circular-chaos.org>
1155 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1156 Improve typefinding a bit. If we don't have a Unicode charset
1157 try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1159 2008-10-14 Edward Hervey <edward.hervey@collabora.co.uk>
1161 * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1162 Fix build on macosx.
1164 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
1166 Based on patch by: Robin Stocker <robin at nibor dot org>
1168 * ext/theora/gsttheoradec.h:
1169 * ext/theora/theoradec.c: (gst_theora_dec_init),
1170 (theora_dec_setcaps), (theora_handle_type_packet),
1171 (theora_dec_decode_buffer), (theora_dec_change_state):
1172 Parse input caps and make the PAR override the encoded PAR when
1173 specified by a container. Fixes #555699.
1175 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
1177 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1178 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1179 (gst_base_rtp_depayload_set_gst_timestamp),
1180 (gst_base_rtp_depayload_change_state):
1181 * gst-libs/gst/rtp/gstbasertpdepayload.h:
1182 Add some more G_LIKELY
1183 Fail when the setcaps function was not called.
1185 * gst-libs/gst/rtp/gstbasertppayload.c:
1186 (gst_basertppayload_set_outcaps):
1187 Propagate return value of setcaps.
1189 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1191 * gst/subparse/Makefile.am:
1192 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1193 (gst_sub_parse_class_init), (gst_sub_parse_init),
1194 (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1195 (get_next_line), (gst_sub_parse_data_format_autodetect),
1196 (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1197 (gst_subparse_type_find):
1198 * gst/subparse/gstsubparse.h:
1199 Add support for UTF16/UTF32 subtitles as long as the first bytes of
1200 the first buffer contain the BOM. This also adds support for other
1201 encodings that allow NUL bytes via the encoding property.
1202 Fixes bugs #552237 and #456788.
1204 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1206 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1207 Don't drop the last byte of image tags if they're not an URI list.
1210 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1212 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1213 For looking at the 4th byte we have to get 4 bytes of course
1216 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1218 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1219 Improve FLAC-without-headers typefinding by looking at most of the
1220 frame header and checking if invalid values are used. Should prevent
1221 quite some false positives compared to the old version which only
1222 check if the first 14 bits are set.
1224 2008-10-11 Stefan Kost <ensonic@users.sf.net>
1226 * sys/xvimage/xvimagesink.c:
1227 Don't assert on caps==NULL.
1229 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1231 * gst/subparse/gstsubparse.c:
1232 (gst_sub_parse_data_format_autodetect), (handle_buffer),
1233 (gst_sub_parse_change_state):
1234 * gst/subparse/gstsubparse.h:
1235 * tests/check/elements/subparse.c: (GST_START_TEST):
1236 Add support for subtitle files with UTF-8 BOM at the beginning
1237 by simple stripping it from the first line before passing it
1238 to any parsing code. Fixes bug #555257 and playback of files
1239 created by Gnome Subtitles.
1241 2008-10-10 Wim Taymans <wim.taymans@collabora.co.uk>
1243 * gst/audiotestsrc/gstaudiotestsrc.c:
1244 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1245 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1246 (gst_audio_test_src_start), (gst_audio_test_src_stop),
1247 (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1248 (gst_audio_test_src_create):
1249 * gst/audiotestsrc/gstaudiotestsrc.h:
1250 Define the default property values in the usual place.
1251 Implement start/stop to reset values correctly.
1252 Calculate the sample size only once when we negotiate.
1253 Rename some values to make more sense.
1254 Keep track of our byte range.
1255 Add support for pull based scheduling. Disabled for now until we have
1256 the whole stack working.
1257 Set the BUFFER_OFFSET correctly.
1259 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1261 Based on a patch by: xavierb at gmail dot com
1263 * gst/subparse/gstsubparse.c:
1264 (gst_sub_parse_data_format_autodetect):
1265 * tests/check/elements/subparse.c: (GST_START_TEST):
1266 Make the detection of the used subtitle a bit less strict
1267 for srt subtitles. Fixes bug #555607.
1269 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1271 * ext/vorbis/vorbisenc.c:
1272 (gst_vorbis_enc_buffer_check_discontinuous):
1273 Fix discontinuity detection which was broken by last commit.
1275 2008-10-09 Tim-Philipp Müller <tim.muller at collabora co uk>
1278 Require core CVS for ghostpad API additions used by decodebin2.
1280 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
1282 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1283 (gst_base_audio_src_create):
1284 Fix debug statements (space between '%' and actual format).
1286 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1288 * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1289 Remove bogus assert, the decodepad could have been created inside an
1290 already existing group.
1292 2008-10-08 Andy Wingo <wingo@pobox.com>
1294 * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1295 target instead of setting it.
1296 (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1297 API for a decode pad. The bugfix is that we set the group in
1298 activate(), not when the pad was created because it might be NULL
1300 (gst_decode_group_control_source_pad, gst_decode_group_expose):
1301 Update to use the API.
1303 2008-10-08 Andy Wingo <wingo@pobox.com>
1305 * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1306 be a subclass of GstGhostPad.
1307 (analyze_new_pad): So, when emitting the signals that determine
1308 how we do autoplugging, already create the ghost pad and use it as
1309 the pad in the signal arguments. This allows applications to make
1310 a connection between the pad passed in e.g. autoplug-continue, and
1311 the pad passed in new-decoded-pad.
1312 (connect_pad, expose_pad): Update to receive the ghosted decode
1313 pad in the args, retargetting it as necessary if we have to plug
1314 the target pad through a multiqueue.
1315 (gst_decode_group_control_source_pad): Adapt to receive an
1316 already-ghosted pad that just needs activation, blocking, and
1318 (sort_end_pads): Adapt for decode pads actually being pads.
1319 (gst_decode_group_expose): Adapt for decode pads actually being
1320 pads. Rewrite the decode pad names so they appear in order. Adds a
1321 new error case if we couldn't set the name.
1322 (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1324 (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1325 New API for the decode pad, needed because we shouldn't do these
1326 things inside gst_decode_pad_new(), but after.
1327 (gst_decode_pad_new): Change to actually make the real pad, and
1328 delay the blocking/drainage bits.
1330 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1332 Patch by: Daniel Drake <dsd at laptop dot org>
1334 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1335 Unref all buffers when clearing collectpads. Fixes bug #546955.
1337 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1339 Based on a patch by: Klaas <klaas at rivercrew dot net>
1341 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1342 (gst_vorbis_enc_buffer_check_discontinuous),
1343 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1344 * ext/vorbis/vorbisenc.h:
1345 Keep track of the upstream segments and use the running time on that
1346 segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1348 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1350 * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1351 Prevent overflows with big buffer when calculating the size of
1352 the intermediate buffer by using gst_util_uint64_scale() instead of
1353 plain arithmetics. Fixes bug #552801.
1355 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1357 Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1359 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1360 (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1361 (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1362 (gst_clock_overlay_get_property):
1363 * ext/pango/gstclockoverlay.h:
1364 API: Add ability to specify format for date/time display by
1365 adding a "time-format" property.
1368 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1370 Patch by: Jan Gerber <j at oil21 dot org>
1372 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1373 (gst_riff_create_video_template_caps):
1374 Add FFV1 fourcc to support playback of FFMPEG lossless video
1375 in AVI. Fixes bug #555319.
1377 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1379 Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1381 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1382 (gst_base_audio_src_create):
1383 Implement skew clock slaving. Fixes #552559.
1385 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1387 * gst-libs/gst/audio/multichannel.c:
1388 * gst-libs/gst/audio/testchannels.c:
1389 Fix include of config.h
1391 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1393 Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1395 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1396 (print_media), (gst_sdp_message_dump):
1397 Fix parsing of the c= field containing multicast addresses.
1399 Add the connection info to the session or streams.
1400 Fix parsing of the bandwidth.
1401 Add debugging for the connections and bandwidths for a media.
1402 Add debugging for the bandwidth of the session.
1404 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1406 * gst-libs/gst/rtp/gstbasertppayload.c:
1407 (gst_basertppayload_change_state):
1408 Configure the next seqnum and timestamp in the state change so that they
1409 can be queried soon after.
1411 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1413 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1414 (gst_base_rtp_depayload_chain):
1415 Improve debugging of the rtptime.
1417 2008-10-05 Jan Schmidt <jan.schmidt@sun.com>
1420 Back to development -> 0.10.21.1
1422 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1424 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1426 Add typefinding for FLAC without headers in the beginning.
1427 This is already handled by flacdec and friends.
1429 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1431 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1433 Add typefinder for MXF.
1435 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1437 * tests/icles/Makefile.am:
1438 Only build test-colorkey if GTK+ is available.
1440 === release 0.10.21 ===
1442 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1445 releasing 0.10.21, "We Could Be Wrong"
1447 2008-09-28 Jan Schmidt <jan.schmidt@sun.com>
1450 0.10.20.4 pre-release
1452 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1454 Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1456 * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1457 Set the BOS flag on the BOS packet. Fixes #553244.
1459 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1461 * gst-libs/gst/rtsp/gstrtspmessage.c:
1462 (gst_rtsp_message_parse_request),
1463 (gst_rtsp_message_parse_response):
1464 Fix the g_return_val_if_fail() statements.
1466 2008-09-22 Michael Smith <msmith@songbirdnest.com>
1468 * gst-libs/gst/tag/gsttagdemux.c:
1469 Fail to activate if there's insufficient data in the file to be usable,
1470 preventing an assertion fail later. Fixes #552960
1472 2008-09-15 Tim-Philipp Müller <tim.muller at collabora co uk>
1474 * gst-libs/gst/pbutils/descriptions.c:
1475 * gst/typefind/gsttypefindfunctions.c:
1476 Recognise Kate subtitle streams (#550582).
1478 2008-09-13 Tim-Philipp Müller <tim.muller at collabora co uk>
1480 * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1481 Remove trailing comma from enum list, which causes problems
1482 with -pendantic (#550729).
1484 2008-09-10 Jan Schmidt <jan.schmidt@sun.com>
1487 0.10.20.2 pre-release
1495 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1497 * gst-libs/gst/interfaces/propertyprobe.c:
1498 (gst_property_probe_get_properties),
1499 (gst_property_probe_get_property),
1500 (gst_property_probe_probe_property),
1501 (gst_property_probe_probe_property_name),
1502 (gst_property_probe_needs_probe),
1503 (gst_property_probe_needs_probe_name),
1504 (gst_property_probe_get_values),
1505 (gst_property_probe_get_values_name),
1506 (gst_property_probe_probe_and_get_values),
1507 (gst_property_probe_probe_and_get_values_name):
1508 More sanity checks for our second-favourite interface.
1510 2008-09-05 Stefan Kost <ensonic@users.sf.net>
1512 * gst-libs/gst/interfaces/propertyprobe.c:
1513 Check for NULL pointer, in the hope that this fixes #532864.
1515 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1517 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1518 No really, the next release is 0.10.21 (fix Since: tags in docs).
1520 2008-09-04 Wim Taymans <wim.taymans@collabora.co.uk>
1522 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1523 Disable a code path that is now called but causes a deadlock for some
1524 reason and is unneeded.
1526 2008-09-04 Stefan Kost <ensonic@users.sf.net>
1528 * sys/xvimage/xvimagesink.c:
1529 * sys/xvimage/xvimagesink.h:
1530 Add a "draw-border" property that can be set to false to disable
1533 * tests/icles/test-colorkey.c:
1534 * tests/icles/Makefile.am:
1535 Add new test application for the colorkey handling.
1537 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1539 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1540 Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1541 This will also be fixed for upcoming gst-ffmpeg release so that once
1542 this release of -base is out, it will work with the latest gst-ffmpeg
1545 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1547 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1548 (gst_riff_create_audio_template_caps):
1549 Add Truespeech mapping for RIFF formats (AVI/WAV).
1552 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1554 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1555 Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1558 2008-09-03 Stefan Kost <ensonic@users.sf.net>
1561 * gst/subparse/Makefile.am:
1562 * gst/subparse/gstsubparse.c:
1563 * gst/subparse/samiparse.c:
1564 * tests/check/elements/subparse.c:
1565 Rework last change, so that we build subparse, but just disable the
1566 sami parse functionality, if we're configured to not use xml. In the
1567 tests only the sami test is disabled now.
1569 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1572 Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1575 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1578 Add some more files with strings for translation.
1580 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1582 * gst-libs/gst/tag/gstvorbistag.c:
1583 * tests/check/libs/tag.c:
1584 Use new geo location tags from core. Fixes #481169
1586 2008-09-01 Edward Hervey <edward.hervey@collabora.co.uk>
1588 * tests/check/elements/audioresample.c: (setup_audioresample),
1589 (fail_unless_perfect_stream), (test_perfect_stream_instance),
1590 (test_discont_stream_instance):
1591 Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1592 Add debugging for coherence.
1594 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1596 Patch by: Jonathan Matthew <notverysmart gmail com>
1598 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1599 Add typefinder for PDF documents (which is nice to have, since it's a
1600 common format, but also helps prevent false positives). Fixes #549814.
1602 2008-08-27 Wim Taymans <wim.taymans@collabora.co.uk>
1604 * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1606 Fix nasty race where multiple decodebins could start pushing data before
1607 we manage to configure the sinks, resulting in not-linked errors in
1608 typical RTSP streaming cases.
1610 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1612 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1613 Since we now call stop, we trigger this code path that causes a deadlock
1614 is apparently not needed.
1616 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1618 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1619 (gst_ring_buffer_stop):
1620 Also allow the case where the ringbuffer was paused when we try to stop
1621 it so that the basesrc stop function is still called.
1623 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1625 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1627 * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1628 Reprobe devices again instead of taking a cached list as new
1629 devices could've been plugged in. Fixes bug #549062.
1631 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1633 Patch by: Alessandro Dessina <alessandro nnva org>
1635 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1636 (gst_ogg_demux_activate_chain):
1637 Don't add pads and activate them for skeleton streams. These are already
1638 handled inside oggdemux. Fixes bug #537599.
1640 2008-08-22 Wim Taymans <wim.taymans@collabora.co.uk>
1642 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1643 Reset variable so that query and convert fail after going back to
1644 READY. Fixes #548898.
1646 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1648 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1649 If a buffer arrives with a timestamp before the timestamp+duration
1650 of the previous buffer clip it instead of dropping it completely.
1651 Slight improvement for the unfixable bug #548913.
1653 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1655 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1656 Take the current timestamp instead of timestamp+duration for the offset.
1657 This offset will later be used for calculating the timestamp and
1658 otherwise vorbisdec will interpolate timestamps wrong if upstream
1659 only sends timestamps and no granulepos.
1661 2008-08-21 Stefan Kost <ensonic@users.sf.net>
1663 * tests/examples/seek/seek.c:
1664 Don't crash when having no visualisations.
1666 2008-08-16 David Schleef <ds@schleef.org>
1668 * gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove
1669 check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1672 2008-08-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1674 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1675 When cleaning up the caps fields also remove "depth" for the same
1676 reason we remove "width".
1678 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
1680 * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1681 Add Lead H.264 here as well.
1683 2008-08-14 Julien Moutte <julien@fluendo.com>
1685 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1686 (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1688 2008-08-13 Wim Taymans <wim.taymans@collabora.co.uk>
1690 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1691 (gst_base_audio_src_create):
1692 When not slaved to another clock also subtract the base_time from our
1693 internal clock time to get the running time.
1695 2008-08-12 David Schleef <ds@schleef.org>
1697 * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1698 since it has no basis in libtheora.
1700 2008-08-12 Stefan Kost <ensonic@users.sf.net>
1702 * gst-libs/gst/interfaces/propertyprobe.h:
1703 Remove double "interface" from doc-string.
1705 * gst-libs/gst/interfaces/xoverlay.h:
1708 * gst-libs/gst/riff/riff.c:
1709 Add basic doc blobs.
1711 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1713 * gst-libs/gst/audio/Makefile.am:
1714 Don't try to build that example anymore.
1716 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1718 * gst-libs/gst/audio/.cvsignore:
1719 * gst-libs/gst/audio/Makefile.am:
1720 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1721 * gst-libs/gst/audio/make_filter:
1722 Move audiofiltertemplate to gst-template.
1724 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1726 * docs/libs/gst-plugins-base-libs-sections.txt:
1727 * gst-libs/gst/audio/gstaudiosrc.h:
1728 More docs and shuffling. What can we do with the hundreds of #defines.
1730 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1732 * gst-libs/gst/audio/audio.h:
1733 * gst-libs/gst/audio/gstaudiofilter.h:
1734 * gst-libs/gst/audio/gstringbuffer.h:
1735 * gst-libs/gst/interfaces/propertyprobe.h:
1736 * gst-libs/gst/tag/gsttagdemux.h:
1737 Reducing number of dundocumented symbols.
1739 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1741 * gst-libs/gst/audio/audio.c:
1742 Fix doc comment syntax.
1744 * gst-libs/gst/interfaces/propertyprobe.c:
1745 Add more doc-comments and a FIXME: for the signal.
1747 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1749 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1750 (gst_ogg_mux_request_new_pad):
1751 * ext/ogg/gstoggmux.h:
1752 Don't pretend to support NEWSEGMENT events, instead override the
1753 GstCollectPads event function to return FALSE on NEWSEGMENT events
1754 and do the normal work for other events.
1756 This prevents elements like flacenc to seek to the start and rewrite
1757 some data which then results in a broken Ogg packet.
1759 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
1761 Patch by: Frederic Crozat <fcrozat@mandriva.org>
1763 * ext/alsa/gstalsaplugin.c: (plugin_init):
1764 * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1765 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1766 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1767 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1768 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1769 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1770 * gst/playback/gstdecodebin.c: (plugin_init):
1771 * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1772 * gst/playback/gstplayback.c: (plugin_init):
1773 * gst/playback/gstqueue2.c: (plugin_init):
1774 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1775 * sys/v4l/gstv4l.c: (plugin_init):
1776 Make sure gettext returns translations in UTF-8 encoding rather
1777 than in the current locale encoding (#546822).
1779 2008-08-06 Stefan Kost <ensonic@users.sf.net>
1781 * gst-libs/gst/pbutils/descriptions.c:
1782 Add audio/x-qdm for qtdemux.
1784 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1786 * ext/vorbis/vorbisdec.c:
1787 Do not leak old taglist.
1789 2008-08-04 Stefan Kost <ensonic@users.sf.net>
1791 * tests/icles/test-scale.c:
1792 Include <stdlib.h> for atoi().
1794 2008-08-04 Andy Wingo <wingo@pobox.com>
1796 * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1799 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1801 * gst/adder/gstadder.c:
1802 Cleanup lots of empty lines that came from gst-indent going havoc
1803 before I added the INDENT_ON/OFF marker some time agao.
1805 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1808 * gst-libs/gst/riff/riff-read.c:
1809 Bump requirement to latest core and use new tag for riff formats.
1812 2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
1814 * tests/examples/dynamic/Makefile.am:
1815 * tests/examples/dynamic/codec-select.c: (make_encoder),
1816 (make_pipeline), (do_switch), (my_bus_callback), (main):
1817 Add example app that dynamically switches between 3 'encoders'.
1819 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1821 * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1822 Add some more comments.
1824 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1826 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1827 (gst_video_test_src_create):
1828 Discard buffers of the wrong size after renegotiation, this is perfectly
1829 possible with things like capsfilter that could suggest caps changes
1830 upstream without knowing the size of the buffer.
1832 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1834 * tests/icles/.cvsignore:
1835 * tests/icles/Makefile.am:
1836 * tests/icles/test-scale.c: (make_pipeline), (main):
1837 Add dynamic rescaling tests for the new basetransform.
1839 2008-07-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1841 * gst/audioconvert/Makefile.am:
1842 Dist recently-added gstfastrandom.h.
1844 2008-07-30 Edward Hervey <edward.hervey@collabora.co.uk>
1846 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1847 Fix a "may be used uninitialized in this function" which weirdly only
1848 appears on macosx (?).
1850 2008-07-30 Stefan Kost <ensonic@users.sf.net>
1852 * gst-libs/gst/riff/riff-ids.h:
1853 Adding acid chunk for tempo and loop information.
1855 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1857 * sys/xvimage/Makefile.am:
1858 floor() needs linking to $(LIBM).
1860 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1862 * ext/gnomevfs/gstgnomevfssrc.c:
1863 Aggregate short reads and add some comments and debug logging.
1866 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1868 * gst/playback/gstplaybasebin.c:
1869 Fix property doc markup (its not a signal).
1871 * sys/xvimage/xvimagesink.c:
1872 Add since tag for new proeprties (also add sice tags fro the last two
1875 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1877 * sys/xvimage/xvimagesink.c:
1878 * sys/xvimage/xvimagesink.h:
1879 Add autofill/colorkey properties. Fixes #538656.
1881 2008-07-28 David Schleef <ds@schleef.org>
1883 * sys/xvimage/xvimagesink.c:
1884 Fix rounding errors when converting colorbalance values
1885 between hardware and object property ranges. Partial
1886 fix for #537889, however, there still seems to be a small
1887 drift problem that could be totem's fault.
1889 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1891 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1892 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1893 Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1894 This fixes a critical warning.
1896 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1898 * ext/ogg/gstoggmux.c:
1899 Allow muxing of CELT into Ogg streams.
1901 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1903 * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1905 Add simple typefinder for the CELT codec (www.celt-codec.org).
1907 2008-07-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1909 Patch by: Jan Gerber <j at oil21 dot org>
1911 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1912 Fix calculation of the start time from skeleton streams.
1915 2008-07-24 Stefan Kost <ensonic@users.sf.net>
1917 * tests/examples/seek/seek.c:
1918 Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1920 2008-07-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1922 * gst/audioconvert/audioconvert.h:
1923 * gst/audioconvert/gstaudioquantize.c:
1924 (gst_audio_quantize_setup_dither),
1925 (gst_audio_quantize_free_dither):
1926 * gst/audioconvert/gstfastrandom.h:
1927 Implement a linear congruential generator as pseudo random number
1928 generator for the dither noise. This is about 2 times faster than
1929 using GLib's mersenne twister. Also this uses only integer math for
1930 generating integers while GLib internally uses floating point math.
1932 2008-07-23 Michael Smith <msmith@songbirdnest.com>
1935 Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1937 2008-07-23 Tim-Philipp Müller <tim.muller at collabora co uk>
1939 Patch by: Damien Lespiau <damien.lespiau gmail com>
1941 * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1942 Use GST_STR_NULL to avoid crashes with libcs that don't
1943 like NULL strings in printf args (such as the win32 one).
1946 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1948 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1949 Oops - set the size of the image used for probing back to 1x1, for
1950 consistency with ximagesink
1952 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1954 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1955 (gst_ximagesink_ximage_new):
1956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1957 (gst_xvimagesink_xvimage_new):
1959 Apparently on Solaris and OS/X (at least), it's not legal to ask the
1960 X server to attach to a shared memory segment after we've deleted it,
1961 with the result that MIT-SHM is disabled. Instead, remove it only after
1962 X succeeds in attaching too.
1964 2008-07-16 David Schleef <ds@schleef.org>
1966 * gst/audiotestsrc/gstaudiotestsrc.c:
1967 * gst/audiotestsrc/gstaudiotestsrc.h:
1968 Add 'ticks', a 1/30 second sine wave pulse every second.
1970 2008-07-15 David Schleef <ds@schleef.org>
1972 * gst-libs/gst/video/video.c: Revert ABI change.
1974 2008-07-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1976 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1977 Make it impossible to have NULL caps at the point where we set
1978 framerate and other things. Also don't return immediately for "3ivd"
1979 video and let framerate, etc be set. Might fix bug #542508.
1981 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1983 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1984 Video format can also be conveniently determined from (many)
1987 2008-07-14 Jan Schmidt <thaytan@noraisin.net>
1989 * gst/playback/gstplaybasebin.c:
1990 * gst/playback/gstplaybasebin.h:
1991 * gst/playback/gstplaybin.c:
1992 * gst/playback/gststreamselector.c:
1993 First stab at integrating DVD subpicture overlay into
1994 playbin. Successfully plugs and plays, but the queues need
1995 shrinking - 3 seconds of video is too much buffering.
1997 2008-07-11 Stefan Kost <ensonic@users.sf.net>
1999 * gst/audioconvert/gstaudioconvert.c:
2000 Remove now obsolete note in the docs.
2002 2008-07-11 Stefan Kost <ensonic@users.sf.net>
2004 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2005 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2006 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2007 * docs/plugins/gst-plugins-base-plugins.args:
2008 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2009 * docs/plugins/gst-plugins-base-plugins.interfaces:
2010 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2011 * docs/plugins/gst-plugins-base-plugins.signals:
2012 * docs/plugins/inspect/plugin-adder.xml:
2013 * docs/plugins/inspect/plugin-alsa.xml:
2014 * docs/plugins/inspect/plugin-audioconvert.xml:
2015 * docs/plugins/inspect/plugin-audiorate.xml:
2016 * docs/plugins/inspect/plugin-audioresample.xml:
2017 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2018 * docs/plugins/inspect/plugin-cdparanoia.xml:
2019 * docs/plugins/inspect/plugin-decodebin.xml:
2020 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2021 * docs/plugins/inspect/plugin-gdp.xml:
2022 * docs/plugins/inspect/plugin-gnomevfs.xml:
2023 * docs/plugins/inspect/plugin-libvisual.xml:
2024 * docs/plugins/inspect/plugin-ogg.xml:
2025 * docs/plugins/inspect/plugin-pango.xml:
2026 * docs/plugins/inspect/plugin-playback.xml:
2027 * docs/plugins/inspect/plugin-queue2.xml:
2028 * docs/plugins/inspect/plugin-subparse.xml:
2029 * docs/plugins/inspect/plugin-tcp.xml:
2030 * docs/plugins/inspect/plugin-theora.xml:
2031 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2032 * docs/plugins/inspect/plugin-uridecodebin.xml:
2033 * docs/plugins/inspect/plugin-video4linux.xml:
2034 * docs/plugins/inspect/plugin-videorate.xml:
2035 * docs/plugins/inspect/plugin-videoscale.xml:
2036 * docs/plugins/inspect/plugin-videotestsrc.xml:
2037 * docs/plugins/inspect/plugin-volume.xml:
2038 * docs/plugins/inspect/plugin-vorbis.xml:
2039 * docs/plugins/inspect/plugin-ximagesink.xml:
2040 * docs/plugins/inspect/plugin-xvimagesink.xml:
2041 * ext/alsa/gstalsamixer.c:
2042 * ext/alsa/gstalsasink.c:
2043 * ext/alsa/gstalsasrc.c:
2044 * ext/gio/gstgiosink.c:
2045 * ext/gio/gstgiosrc.c:
2046 * ext/gio/gstgiostreamsink.c:
2047 * ext/gio/gstgiostreamsrc.c:
2048 * ext/gnomevfs/gstgnomevfssink.c:
2049 * ext/gnomevfs/gstgnomevfssrc.c:
2050 * ext/ogg/gstoggdemux.c:
2051 * ext/ogg/gstoggmux.c:
2052 * ext/pango/gstclockoverlay.c:
2053 * ext/pango/gsttextoverlay.c:
2054 * ext/pango/gsttextrender.c:
2055 * ext/pango/gsttimeoverlay.c:
2056 * ext/theora/theoradec.c:
2057 * ext/theora/theoraenc.c:
2058 * ext/theora/theoraparse.c:
2059 * ext/vorbis/vorbisdec.c:
2060 * ext/vorbis/vorbisenc.c:
2061 * ext/vorbis/vorbisparse.c:
2062 * ext/vorbis/vorbistag.c:
2063 * gst/adder/gstadder.c:
2064 * gst/audioconvert/gstaudioconvert.c:
2065 * gst/audioresample/gstaudioresample.c:
2066 * gst/audiotestsrc/gstaudiotestsrc.c:
2067 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2068 * gst/gdp/gstgdpdepay.c:
2069 * gst/gdp/gstgdppay.c:
2070 * gst/playback/gstdecodebin2.c:
2071 * gst/playback/gstplaybin.c:
2072 * gst/playback/gstplaybin2.c:
2073 * gst/playback/gstqueue2.c:
2074 * gst/playback/gsturidecodebin.c:
2075 * gst/tcp/gstmultifdsink.c:
2076 * gst/tcp/gsttcpserversink.c:
2077 * gst/videorate/gstvideorate.c:
2078 * gst/videoscale/gstvideoscale.c:
2079 * gst/videotestsrc/gstvideotestsrc.c:
2080 * gst/volume/gstvolume.c:
2081 * sys/ximage/ximagesink.c:
2082 * sys/xvimage/xvimagesink.c:
2083 Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2084 titles. Drop mentining that all our example pipelines are "simple"
2087 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2089 * tests/examples/seek/Makefile.am:
2090 Fix out of tree build by adding all required CFLAGS.
2092 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2094 * gst/playback/gstdecodebin.c: (add_raw_queue):
2095 And ref the pad before returning it again when linking to the queue
2096 failed. Otherwise we will unref the pad twice later and things break.
2098 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2100 * gst/playback/gstdecodebin.c: (add_raw_queue):
2101 If linking the raw pad with a queue fails, try it without a queue
2102 instead of failing completely. This should never happen.
2104 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2106 Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2108 * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2109 Add a queue after a demuxer if the demuxer outputs raw data. This was
2110 done before only for non-raw data but is required in this case too.
2113 decodebin2 doesn't have this issue because all streams of a group
2114 go through multiqueue.
2116 2008-07-03 Wim Taymans <wim.taymans@collabora.co.uk>
2118 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2120 * gst-libs/gst/sdp/gstsdpmessage.c:
2121 Makes libgstsdp compile with mingw32 by defining the right WINVER so
2122 that getaddrinfo() can be used. Fixes #541358.
2124 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
2126 * gst/videotestsrc/gstvideotestsrc.c:
2127 (gst_video_test_src_class_init), (gst_video_test_src_init),
2128 (gst_video_test_src_set_property),
2129 (gst_video_test_src_get_property), (gst_video_test_src_create):
2130 * gst/videotestsrc/gstvideotestsrc.h:
2131 Cleanups, use default property values as defines.
2132 Add property to enable/disable peer buffer allocation.
2134 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2136 * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2137 * tests/check/pipelines/streamheader.c: (streamheader_suite):
2138 Enable unit tests on PPC again as the bugs are now fixed.
2140 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2142 * gst-libs/gst/riff/riff-ids.h:
2143 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2144 (gst_riff_create_audio_template_caps):
2145 Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2148 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2150 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2151 (gst_ffmpeg_pixfmt_to_caps):
2152 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2153 (gst_ffmpegcsp_get_unit_size):
2154 Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2155 it on other formats. Also adjust the unit size only for that format
2156 to not include the palette. Fixes bug #540497.
2158 2008-06-29 Stefan Kost <ensonic@users.sf.net>
2160 * gst/adder/gstadder.c:
2161 Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2163 2008-06-27 Stefan Kost <ensonic@users.sf.net>
2168 * tests/examples/seek/seek.c:
2169 Move variable into ifdef too.
2172 2008-06-27 Stefan Kost <ensonic@users.sf.net>
2174 * tests/examples/seek/seek.c:
2175 Include config.h and check if we have X. Remove XInitThread(), don't
2176 think its needed. Fixes: #540334.
2178 2008-06-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2180 Patch by: Sam Morris <sam at robots dot org to uk>
2182 * gst-libs/gst/interfaces/mixertrack.c:
2183 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2184 (gst_mixer_track_set_property):
2185 API: Add "index" property to GstMixerTrack to differantiate between
2186 multiple mixer tracks with the same label.
2188 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2189 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2190 Set the "index" property of GstMixerTrack to the index given by ALSA.
2193 2008-06-25 Stefan Kost <ensonic@users.sf.net>
2195 * tests/examples/seek/Makefile.am:
2196 * tests/examples/seek/seek.c:
2197 Remove libgstvideo usage. Use gtk_get_option_group instead of
2200 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2202 * tests/check/Makefile.am:
2203 Name the test registry format neutral.
2205 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2207 * gst/playback/gstqueue2.c:
2208 Do not double notify. Remove the unsued return value.
2210 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2212 * ext/alsa/gstalsamixer.c:
2213 Also consider "speaker" as a name for master volume. If that doesn't
2214 help look for the first non-mono volume control that also has a
2217 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2220 Forgot to save the ChangeLog :/
2222 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2224 * tests/examples/seek/Makefile.am:
2225 * tests/examples/seek/seek.c:
2226 Embedd the xwindow. Allow to play multiple files.
2228 2008-06-24 Jan Schmidt <jan.schmidt@sun.com>
2230 * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2231 (gst_ximagesink_setcaps):
2232 * sys/ximage/ximagesink.h:
2233 When the caps change, make sure to re-draw borders in
2234 force-aspect-ratio=true mode.
2235 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2236 Don't clear the border_draw flag until we actually draw the border.
2237 * tests/check/Makefile.am:
2238 Ignore alsasink/src during the states test too, so it doesn't fail
2239 when running without access to the sound device.
2241 2008-06-22 Stefan Kost <ensonic@users.sf.net>
2243 * tests/examples/seek/seek.c:
2244 Fix crasher when playing a parse-launch line the 2nd time.
2246 2008-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
2248 * tests/check/pipelines/oggmux.c:
2249 Properly ifdef tests to fix compilation.
2251 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2253 * gst/playback/gstplay-marshal.list:
2254 * gst/playback/gstplaybin2.c:
2255 Add get-video-pad, get-audio-pad, get-text-pad action signals to
2256 playbin2. This allows the user to get to the selector's sinkpads, and
2257 thus inspect a range of things - caps, tags, etc.
2259 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2261 * gst/playback/gstplaybin2.c:
2262 Use a different constant for the convert-frame signal id.
2265 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2267 * gst/playback/gstplaybin2.c:
2268 * gst/playback/gstplaysink.c:
2269 Fix a whole bunch of typos in comments and log statements.
2271 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2273 * sys/xvimage/xvimagesink.c:
2274 Don't set colour balance values on the Xv port if the user hasn't
2275 changed them (via properties or the interface). Avoids accumulating
2276 rounding errors for the common case.
2277 Partial fix for bug #537889.
2279 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2281 * gst/playback/gstdecodebin2.c:
2282 Ensure decodebin2 emits 'drained' signal once, and only once, when all
2285 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2287 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2288 (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2289 Report the encoder latency. Fixes #538232.
2291 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2293 * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2294 (notify_source), (activate_group):
2295 Implement the source property, emit notify when it changes in the
2296 underlying uridecodebin.
2298 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2300 * tests/examples/seek/seek.c: (stop_cb):
2301 Free and clear the seek element list so that we don't use invalid
2302 references when seeking after recreating a gst-launch line.
2304 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2306 * gst-libs/gst/audio/gstbaseaudiosink.c:
2307 (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2308 (gst_base_audio_sink_render):
2309 Report latency even if we are not live instead of hiding it.
2310 Take ts-offset and render-delay of the basesink into account when
2312 Rework the clipping code so that we can take the various offsets into
2313 account and still do correct clipping.
2315 2008-06-20 Jan Schmidt <jan.schmidt@sun.com>
2318 Bump verion back to devel -> 0.10.20.1
2320 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2322 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2323 Don't increase the size of non-string image buffers by one as this
2324 might in theory confuse decoders. Still increase it by one for string
2325 image buffers to append '\0'.
2327 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2329 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2331 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2332 Fix a buffer memleak and remove a confusing and wrong debug output.
2335 === release 0.10.20 ===
2337 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
2340 releasing 0.10.20, "Here I Go Again"
2342 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2345 0.10.19.3 pre-release
2347 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2349 * gst-libs/gst/rtsp/gstrtspconnection.c:
2351 Patch By: David Schleef <ds@schleef.org>
2354 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
2356 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2357 (gst_gio_base_src_create):
2358 * ext/gio/gstgiobasesrc.h:
2359 Try to read the requested number of bytes, even if the first
2360 read returns less than requested, until nothing is read anymore
2361 or we have the requested amount of bytes. This fixes playback of
2362 files via Samba as Samba only allows to read 64k at once.
2364 Implement a caching algorithm that makes sure that we read at
2365 least 4k of data every time. Some elements will try to read a few
2366 bytes, then seek, read again a few bytes and so on and this is
2367 painfully slow as every operation has to go over DBus if GVfs is
2370 Fixes bug #536849 and #536848.
2372 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2373 (gst_gio_src_check_get_range):
2374 Override check_get_range() to blacklist http/https URIs
2375 and whitelist file URIs. More to be added on demand.
2377 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
2380 0.10.19.2 pre-release
2382 2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
2384 * win32/common/libgstrtsp.def:
2385 * win32/common/libgsttag.def:
2386 Add new API functions to the dll exports
2388 2008-06-04 Michael Smith <msmith@songbirdnest.com>
2390 * gst/playback/gstplaybasebin.c:
2391 Disconnect signals from decodebins we created before we remove it
2392 from playbin, to avoid crashes if the decodebin is eventually
2393 disposed after the playbin itself (possible if the app takes a
2394 reference on the decodebin).
2397 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2399 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2400 (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2401 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2402 (h264_video_type_find), (mpeg_video_stream_type_find),
2403 (dv_type_find), (mmsh_type_find):
2404 Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2405 copy caps for no good reason (this may be desirable to make it easier
2406 to detect leaks, but then it should probably be done for all caps
2407 in the typefinder somewhere).
2409 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2411 * tests/check/Makefile.am:
2412 Do not try to run the check tests for subparse unless it has been
2415 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2417 * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2418 (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2419 Do not try to run a test which requires vorbisenc unless we have
2422 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2424 * gst-libs/gst/rtsp/gstrtspconnection.c:
2425 (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2426 (gst_rtsp_connection_clear_auth_params),
2427 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2428 * gst-libs/gst/rtsp/gstrtspconnection.h:
2429 Add a couple of missing argument guards.
2430 Add a way of setting the DSCP for an RTSP connection.
2431 Add an accessor method for the ip member of GstRTSPConnection as all
2432 members are supposed to be private.
2434 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2436 * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2437 Fixed accidental use of IPv4 options for all IPv6 addresses.
2439 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2441 * gst-libs/gst/interfaces/mixertrack.h:
2442 Document mixer track flags.
2444 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2446 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2448 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2449 Don't set caps on the buffers that contain a copy of the buffer
2450 including the caps of them resulting in an always increasing refcount
2451 of the caps and insanely large caps. Instead include a buffer without
2452 caps in the new caps. Fixes bug #536475.
2454 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2456 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2457 Transform a given PAR to a range on the struct with the generic
2458 height/width instead of the struct with the possibly restricted
2461 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2463 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2464 Prefer the given format if it contains something stricter than [1,MAX]
2465 for height or width and only put a structure that requires rescaling
2466 as second. This makes it possible to use videoscale in pipelines where
2467 the source can actually produce the wanted height/width but usually
2468 selects a different one from the requested.
2470 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2472 Based on patch by: John Millikin <jmillikin gmail com>
2474 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2475 (gst_vorbis_tag_add_coverart):
2476 Retrieve COVERART tags from vorbis comments (#512333)
2478 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2480 * gst-libs/gst/tag/tag.h:
2481 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2482 Don't forget to add new enum value here too (should probably use
2483 glib-mkenums here...).
2485 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2487 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2488 * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2489 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2490 (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2491 (gst_tag_image_data_to_image_buffer):
2492 Add two utility functions to avoid code duplication (#512333):
2493 API: add gst_tag_image_data_to_image_buffer()
2494 API: add gst_tag_list_add_id3_image()
2495 API: add GST_TAG_IMAGE_TYPE_NONE enum value
2497 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2499 * win32/common/libgstaudio.def:
2500 Add gst_audio_check_channel_positions() to the exported symbols.
2502 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2504 * docs/libs/gst-plugins-base-libs-sections.txt:
2505 * gst-libs/gst/audio/multichannel.c:
2506 (gst_audio_check_channel_positions):
2507 * gst-libs/gst/audio/multichannel.h:
2508 API: Make gst_audio_check_channel_positions() public.
2510 * tests/check/libs/audio.c: (GST_START_TEST):
2511 Add some simple checks for gst_audio_check_channel_positions().
2513 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2515 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2516 minrange and maxrange are scaled according to the frequency
2519 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2521 * ext/pango/Makefile.am:
2522 * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2523 (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2524 Use gstvideo functions to calculate strides and plane offsets. Fixes
2525 rendering issue ('ghost' images of the text on the chroma planes)
2526 with widths or heights that are not multiples of 8 (#506659 and
2527 probably also #485729).
2529 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2531 Test with odd height/width too.
2533 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
2535 * gst/adder/gstadder.c: (gst_adder_query_duration),
2536 (gst_adder_query_latency):
2537 When using gst_element_iterate_pads() one has to unref every pad
2540 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2542 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2543 (gst_base_audio_src_class_init):
2544 Add a gtk-doc chunk for the new properties to have a Since: indication.
2546 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2548 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2549 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2550 (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2551 (gst_base_audio_src_change_state):
2552 Provide readable actual-buffer-time and actual-latency-time properties
2553 that reflect the configured ringbuffer values. Fixes #524724.
2554 API: GstBaseAudioSrc:actual-buffer-time
2555 API: GstBaseAudioSrc:actual-latency-time
2557 2008-05-30 Wim Taymans <wim.taymans@collabora.co.uk>
2559 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2560 (gst_basertppayload_change_state):
2561 Simply converting the running time into an RTP timestamp by scaling it
2562 based on the clock-rate is good enough for making an RTP timestamp. This
2563 has the added benefit that we can later on expose a property with the
2564 RTP timestamp of running time 0, as is needed for RTSP servers to
2565 generate the response of the PLAY request.
2567 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
2569 * gst/audioconvert/gstaudioconvert.c:
2570 (structure_has_fixed_channel_positions),
2571 (gst_audio_convert_transform_caps):
2572 Allow up to 11 positioned channels now that audioconvert can handle
2573 this but add no default positions for > 8 channels.
2575 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2576 Add some unit tests for the above change: Test conversion of
2577 11 positioned channels to stereo and the other way around, test
2578 conversion of 15 unpositioned channels in different ways.
2580 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2582 * win32/common/libgstaudio.def:
2583 Add gst_audio_clock_reset to the list of exported symbols.
2585 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2587 * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2588 Remove wrong_channels_identification_header unit test as we now
2589 support 7 (and more channels).
2591 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2593 * gst/audioconvert/gstchannelmix.c:
2594 (gst_channel_mix_fill_one_other):
2595 If mixing left or right to center (or the other way around) only take
2596 the complete value if we don't already have the original position in
2599 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2601 * gst-libs/gst/audio/multichannel.c:
2602 (gst_audio_check_channel_positions),
2603 (gst_audio_set_structure_channel_positions_list),
2604 (gst_audio_fixate_channel_positions):
2605 Allow rear center together with rear left/right and other previously
2606 conflicting channel positions. The reason why they weren't allowed
2607 was the channel mixing implementation in audioconvert.
2608 Also take this into account when fixing channel layouts.
2610 Allow setting channel positions for 1/2 channels when using
2611 gst_audio_set_structure_channel_position().
2613 * gst/audioconvert/gstchannelmix.c:
2614 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2615 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2616 (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2617 Major rewrite of the channel mixing.
2619 We now allow previously conflicting channel positions to appear
2620 together (rear center and rear left/right for example).
2623 Rework the way channels are mixed together to take more possible
2624 channel positions into account, properly mix from/to side channels
2625 and don't assume that either center, left&right or nothing of a
2626 specific position is available anymore.
2628 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2629 Adjust unit tests with non-standard 1/2 channel layouts to the more
2630 correct new behaviour.
2632 Add a unit test for 5.1->Stereo downmixing.
2634 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2636 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2637 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2638 Add sane defaults for the 7 and 8 channel layouts as those are
2639 undefined in the Vorbis spec. Use NONE channel layouts when decoding
2640 more than 8 channels instead of erroring out. Fixes bug #535356.
2642 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2644 * docs/plugins/Makefile.am:
2645 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2646 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2647 * ext/theora/theoraparse.c:
2648 Add theoraparse to the docs and fix some docs.
2650 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2652 * gst-libs/gst/cdda/gstcddabasesrc.c:
2653 (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2654 Fix EOS condition and track addition check, the track.end sector is
2655 included in the track. Fixes #533265.
2657 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2659 Patch by: Mark Nauwelaerts <manauw at skynet be>
2661 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2662 (gst_video_rate_flush_prev), (gst_video_rate_event),
2663 (gst_video_rate_chain):
2664 * gst/videorate/gstvideorate.h:
2665 React (more) to NEWSEGMENT
2666 Small adjustment in timestamp calculation to prevent mismatches
2669 2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
2671 * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2672 Initialise error to NULL as we should.
2674 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
2676 * gst/adder/gstadder.c: (gst_adder_query_duration),
2677 (gst_adder_query_latency), (gst_adder_query):
2678 Implement latency query.
2680 2008-05-27 Sebastian Dröge <slomo@circular-chaos.org>
2682 * gst/adder/gstadder.c: (gst_adder_query_duration):
2683 Correctly resync the iterator if gst_iterator_next() returns
2684 GST_ITERATOR_RESYNC.
2686 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2688 * win32/vs6/libgstpbutils.dsp:
2689 Add pbutils-enumtypes.c to sources (#518037).
2691 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2693 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2694 (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2695 * gst-libs/gst/audio/gstaudioclock.h:
2696 Add method to inform the clock that the time starts from 0 again. We use
2697 this info to calculate a clock offset so that the time we report in
2698 internal_time is monotonically increasing, as required by the clock base
2699 class. Fixes #521761.
2700 API: GstAudioClock::gst_audio_clock_reset()
2702 * gst-libs/gst/audio/gstbaseaudiosink.c:
2703 (gst_base_audio_sink_skew_slaving),
2704 (gst_base_audio_sink_change_state):
2705 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2706 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2707 Reset reported time when we (re)create the ringbuffer.
2709 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2711 * ext/alsa/gstalsamixertrack.c:
2712 (gst_alsa_mixer_track_update_alsa_capabilities):
2713 Make sure playback volumes aren't accidentally overwritten by
2714 capture volumes if an alsa mixer track has both playback and
2715 capture capabilities: we create two GstMixerTracks in that
2716 case, so make sure we query only the alsa capabilities that
2717 refer to the type of GstMixerTrack we created from the dual
2718 capability alsa element. Should fix issues with Audigy2 sound
2721 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2723 * tests/check/pipelines/oggmux.c: (test_pipeline):
2724 Don't use deprecated function.
2726 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2728 * gst/playback/gstdecodebin2.c:
2729 (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2730 Check for NULL cases and log them, creating ghostpads can, for example,
2731 fail when the pad returns wrong caps.
2733 * gst/playback/gstplaybin2.c: (perform_eos):
2734 When pushing out the EOS event, collect the return value and warn when
2737 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2739 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2740 (gst_riff_create_video_template_caps):
2741 Add support for DVCPRO.
2743 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2745 * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2746 Change default scaling method from nearest-neighbour to bilinear.
2748 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2750 * tests/check/libs/video.c:
2753 2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk>
2755 * gst/subparse/gstsubparse.c: (parser_state_init),
2756 (gst_sub_parse_format_autodetect), (handle_buffer):
2757 * gst/subparse/gstsubparse.h:
2758 * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2759 Limit duration to a maximum of five seconds for tmplayer format where
2760 we can guess the duration only from the timestamp of the next line of
2761 text. We don't want to show a text for eternities just because nothing
2762 else is being said for a while.
2764 2008-05-23 Wim Taymans <wim.taymans@collabora.co.uk>
2766 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2767 (gst_base_rtp_depayload_chain),
2768 (gst_base_rtp_depayload_handle_sink_event),
2769 (gst_base_rtp_depayload_push_full),
2770 (gst_base_rtp_depayload_change_state):
2771 Check sequence numbers, mark input buffers with a discont flag for the
2772 subclass when we detected a gap, drop duplicate buffers. We do this
2773 because one can use the element without a jitterbuffer in front and we
2774 don't want to feed the subclasses invalid or reordered data.
2775 Do an error when the subclass did not provide a process function instead
2777 Some other small cleanups.
2779 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
2781 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2782 May just as well use the precalculated uvstride here.
2784 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
2786 * docs/plugins/Makefile.am:
2787 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2788 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2789 * docs/plugins/gst-plugins-base-plugins.args:
2790 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2791 * docs/plugins/gst-plugins-base-plugins.interfaces:
2792 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2793 * docs/plugins/inspect/plugin-adder.xml:
2794 * docs/plugins/inspect/plugin-alsa.xml:
2795 * docs/plugins/inspect/plugin-audioconvert.xml:
2796 * docs/plugins/inspect/plugin-audiorate.xml:
2797 * docs/plugins/inspect/plugin-audioresample.xml:
2798 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2799 * docs/plugins/inspect/plugin-cdparanoia.xml:
2800 * docs/plugins/inspect/plugin-decodebin.xml:
2801 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2802 * docs/plugins/inspect/plugin-gdp.xml:
2803 * docs/plugins/inspect/plugin-gio.xml:
2804 * docs/plugins/inspect/plugin-gnomevfs.xml:
2805 * docs/plugins/inspect/plugin-libvisual.xml:
2806 * docs/plugins/inspect/plugin-ogg.xml:
2807 * docs/plugins/inspect/plugin-pango.xml:
2808 * docs/plugins/inspect/plugin-playback.xml:
2809 * docs/plugins/inspect/plugin-queue2.xml:
2810 * docs/plugins/inspect/plugin-subparse.xml:
2811 * docs/plugins/inspect/plugin-tcp.xml:
2812 * docs/plugins/inspect/plugin-theora.xml:
2813 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2814 * docs/plugins/inspect/plugin-uridecodebin.xml:
2815 * docs/plugins/inspect/plugin-video4linux.xml:
2816 * docs/plugins/inspect/plugin-videorate.xml:
2817 * docs/plugins/inspect/plugin-videoscale.xml:
2818 * docs/plugins/inspect/plugin-videotestsrc.xml:
2819 * docs/plugins/inspect/plugin-volume.xml:
2820 * docs/plugins/inspect/plugin-vorbis.xml:
2821 * docs/plugins/inspect/plugin-ximagesink.xml:
2822 * docs/plugins/inspect/plugin-xvimagesink.xml:
2823 * ext/cdparanoia/gstcdparanoiasrc.c:
2824 * ext/ogg/gstoggdemux.c:
2825 * ext/ogg/gstoggdemux.h:
2826 * ext/ogg/gstoggmux.c:
2827 * ext/ogg/gstoggmux.h:
2828 * gst/audioconvert/audioconvert.c:
2829 * gst/audioconvert/audioconvert.h:
2830 * gst/audioconvert/gstaudioconvert.h:
2831 * gst/gdp/gstgdpdepay.h:
2832 * gst/gdp/gstgdppay.h:
2833 * gst/playback/gstdecodebin.c:
2834 * gst/playback/gstdecodebin2.c:
2835 * gst/playback/gstplaybin.c:
2836 * gst/playback/gstplaybin2.c:
2837 * gst/playback/gsturidecodebin.c:
2838 * gst/tcp/gstmultifdsink.c:
2839 * gst/tcp/gstmultifdsink.h:
2842 Add some documentation comments, and some new headers to be scanned.
2843 Rename some internal enum declarations (audioconvert's DitherType and
2844 NoiseShapingType, GstUnitType from the TCP elements) to match the
2845 documented GObject type names so that the docs pick them up.
2846 Name the playbin2 docs markups properly so they get picked up. They'll
2847 need renaming back when/if playbin2 becomes playbin.
2849 100% symbol coverage for the plugin docs, booya.
2851 2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
2853 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2855 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2856 Fix generation of NV12/NV21 frames. Fixes bug #532454.
2858 2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
2860 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2862 * gst/playback/gstdecodebin.c: (remove_fakesink):
2863 Lock the fakesink before setting the state to NULL and removing it from
2864 the bin so that a concurrent state change cannot interfere.
2867 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2870 Fix installing plugin documentation when gtk-doc is disabled.
2872 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2874 * gst-libs/gst/rtsp/Makefile.am:
2875 Distribute, don't install md5.h
2877 2008-05-21 Julien Moutte <julien@fluendo.com>
2879 * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2880 instead of SOL_IP, works on more platforms.
2881 * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2884 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2886 * ext/vorbis/vorbisdec.c:
2887 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2888 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2889 Some debug and comment fixes.
2891 * tests/examples/dynamic/addstream.c: (main):
2894 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2896 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2897 * gst/playback/decodetest.c: (new_decoded_pad_cb):
2898 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2899 (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2900 (cleanup_decodebin):
2901 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2902 (connect_element), (gst_decode_group_control_demuxer_pad):
2903 * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2904 (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2906 * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2907 (gst_play_bin_set_property), (handoff), (gen_video_element),
2908 (gen_text_element), (gen_audio_element), (gen_vis_element),
2909 (remove_sinks), (add_sink), (setup_sinks):
2910 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2911 * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2912 (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2913 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2914 (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2915 (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2916 (gen_vis_chain), (gst_play_sink_reconfigure),
2917 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2918 (gst_play_sink_request_pad):
2919 * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2920 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2922 * gst/playback/test6.c: (new_decoded_pad_cb):
2923 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2924 * tests/check/elements/audiorate.c: (test_injector_chain),
2925 (do_perfect_stream_test):
2926 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2927 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2928 * tests/check/elements/gnomevfssink.c:
2929 * tests/check/elements/textoverlay.c:
2930 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2931 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2932 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2933 * tests/check/pipelines/oggmux.c: (test_pipeline):
2934 * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2935 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2936 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2937 * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2938 * tests/examples/seek/seek.c: (make_mod_pipeline),
2939 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2940 (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2941 (make_theora_pipeline), (make_vorbis_theora_pipeline),
2942 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2943 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2944 (update_fill), (msg_buffering):
2945 Don't use bad gst_element_get_pad().
2947 2008-05-21 Stefan Kost <ensonic@users.sf.net>
2949 * gst-libs/gst/riff/riff-media.c:
2950 Fix wrong method name in docs. Fix calculation of strf fields for
2953 * gst-libs/gst/riff/riff-read.c:
2954 Whitespace fix and removing double ';'.
2956 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2958 * docs/design/part-playbin2.txt:
2959 Add some leftover doc.
2961 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2963 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2964 Fix copy & paste error in last commit.
2966 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2968 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2969 Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2970 other channel positions when source has SIDE channels and dest doesn't
2971 or the other way around.
2973 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2975 Patch by: Henrik Eriksson <henriken at axis dot com>
2977 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2978 (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2979 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2980 (gst_multi_fd_sink_get_property):
2981 * gst/tcp/gstmultifdsink.h:
2982 Add support for DSCP QOS. Fixes #469933.
2984 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2986 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2987 Add another test that checks if conversion between standard 1 and 2
2988 channel layouts with and without positions set is working.
2990 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
2992 * gst-libs/gst/audio/multichannel.c:
2993 (gst_audio_check_channel_positions):
2994 Allow non-standard 2 channel layouts.
2996 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2997 Add some tests for converting and remapping non-standard 1 and 2
3000 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3002 * gst/audioconvert/gstchannelmix.c:
3003 (gst_channel_mix_fill_normalize):
3004 Prevent division by zero if the channel mix matrix contains only
3007 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3009 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3011 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
3012 Close a buffer memory leak. Fixes bug #534071.
3014 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3016 * gst-libs/gst/rtsp/gstrtsptransport.h:
3017 Make the GstRTSPTransport struct members public as there are no
3018 setters/getters and it's supposed to be changed directly.
3021 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3023 * gst/adder/gstadder.c:
3024 Adder also doesn't support audio/x-raw-int with width!=depth so don't
3025 claim this on the pad template caps.
3027 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3029 * gst-libs/gst/audio/gstbaseaudiosink.c:
3030 (gst_base_audio_sink_sync_latency):
3031 We can only use our optimal calibration if we prerolled before the
3034 2008-05-20 Tim-Philipp Müller <tim.muller at collabora co uk>
3037 Require core CVS for GstBaseSrc buffer caps setting magic.
3039 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3041 * gst/audioconvert/gstaudioconvert.c:
3042 (gst_audio_convert_fixate_channels):
3043 Fix logic in last commit.
3045 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3047 * gst/audioconvert/gstaudioconvert.c:
3048 (gst_audio_convert_fixate_channels):
3049 Passthrough the channel positions if the number of output channels is
3050 the same as the number of input channels, the input had a channel
3051 layout and downstream requests no special one. We did this already for
3052 > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3054 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3056 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3057 (gst_gnome_vfs_src_finalize),
3058 (gst_gnome_vfs_src_received_headers_callback),
3059 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3060 * ext/gnomevfs/gstgnomevfssrc.h:
3061 Set the ICY caps on the srcpad from where they get picked up by the base
3062 class now and set on the outgoing buffers.
3064 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3065 (gst_base_audio_src_create):
3066 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3067 BaseSrc now sets the caps on outgoing buffers automatically.
3069 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3071 * gst-libs/gst/audio/gstbaseaudiosink.c:
3072 (gst_base_audio_sink_resample_slaving),
3073 (gst_base_audio_sink_skew_slaving),
3074 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3075 (gst_base_audio_sink_async_play),
3076 (gst_base_audio_sink_change_state):
3077 Change the way in which the ringbuffer is started when dealing with a
3078 slaved clock and latency. We now sync to the clock until we reach
3079 upstream latency before starting the ringbuffer. This has the effect
3080 that we can accurately align the master and slave clocks and let the
3081 rate correction code take care of the initial drift or rounding errors
3082 instead of leaving them uncorrected with the old approach.
3084 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3086 * gst/audioconvert/gstaudioconvert.c:
3087 (gst_audio_convert_fixate_channels):
3088 Correctly set the default channel positions when converting to 8
3091 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
3094 Error out if we don't have the required version of core.
3096 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
3098 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3099 Use data scan helper in aac typefinder and stop scanning
3100 for headers when we've found a type. Also fix potential invalid
3101 memory access when calculating the frame length.
3103 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
3105 * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3106 (mpeg_sys_is_valid_pack):
3107 Don't modify scan context when we return FALSE in ensure_data, so
3108 it's possible to continue scanning, and we don't end up with a NULL
3109 data pointer and a positive size, which might bite us the next time
3110 we're called. Small constification.
3112 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org>
3114 * gst/adder/gstadder.c:
3115 Adder doesn't support 24 bit samples so don't claim it supports them
3116 in the pad template caps.
3118 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
3120 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3121 (gst_base_rtp_depayload_chain):
3122 Validate the RTP packet before further processing it. It's just too
3123 dangerous to accept random packets and people are not forced to use a
3124 jitterbuffer or session manager to filter out the bad packets.
3126 * gst-libs/gst/rtp/gstrtpbuffer.c:
3127 (gst_rtp_buffer_set_extension_data),
3128 (gst_rtp_buffer_get_payload_subbuffer):
3130 When setting extension data in a buffer that is too small, we fail and
3131 we should not set the extension bit.
3132 Change GST_WARNINGS into g_warning because they really are
3135 * tests/check/libs/rtp.c: (GST_START_TEST):
3136 Catch the g_warnings now in the unit tests and that fact that failing to
3137 set extension data left the extension bit untouched.
3139 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
3141 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3142 Revert previous change which made basetransform handle buffer_alloc
3143 and which breaks things badly in the non-passthrough case since it
3144 returned buffers with a different (ie. sometimes smaller) size than
3147 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
3149 Patch by: Bernard B <b-gnome at largestprime dot net>
3151 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3152 Fix seqnum compare function for bordercase values and fix the docs
3153 again. Fixes #533075.
3155 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3156 Add a testcase for seqnum compare function.
3158 2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
3160 * gst/adder/gstadder.c: (gst_adder_setcaps),
3161 (gst_adder_class_init):
3162 Correctly declare the supported endianness on the pad templates
3163 and check for correct endianness in the set caps function. Adder
3164 only supports native endianness.
3165 Also use gst_element_class_set_details_simple().
3167 2008-05-14 Stefan Kost <ensonic@users.sf.net>
3169 * sys/xvimage/xvimagesink.c:
3170 Better debug logging in port value handling. Merging separate port
3171 value loops into one.
3173 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
3175 Patch by: Hannes Bistry <hannesb at gmx dot de>
3177 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3178 * gst/tcp/gsttcpserversink.c:
3179 (gst_tcp_server_sink_handle_server_read),
3180 (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3181 Fix regression in clientsrc because we did not add the fd to the poll
3182 set anymore. Fixes #532364.
3183 Do some cleanups here and there.
3185 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3187 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3188 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3189 * gst/playback/gstplay-marshal.list:
3190 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3191 Use correct marshallers. GstCaps are a boxed type and no GObject
3194 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3196 * win32/common/libgstrtsp.def:
3197 Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3200 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3202 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3204 * tests/check/elements/audioresample.c:
3205 (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3206 (live_switch_push), (GST_START_TEST):
3207 Add unit test for the latest basetransform negotiation changes.
3210 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3212 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3213 Fix nv12<->nv21 conversion if stride is larger than width.
3215 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3217 Patch by: Jan Gerber <j at oil21 dot org>
3219 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3220 (gst_ogg_pad_parse_skeleton_fisbone):
3221 * ext/ogg/gstoggdemux.h:
3222 Parse presentation time from skeleton streams and use it as offset
3223 for the timestamps. Fixes bug #530068.
3225 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
3227 * gst-libs/gst/audio/gstbaseaudiosink.c:
3228 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3229 Revert previous patch that attempted to more accurately calculate the
3230 initial offset between master and slave clock. The best thing we can do
3231 in general is take the time of both clocks as the diff since we don't
3232 know when the actual preroll happened.
3234 2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
3236 * gst-libs/gst/pbutils/install-plugins.c:
3237 Fix docs: type and missing word.
3239 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
3241 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3242 Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3243 for this instead; don't check if we've found enough markers after
3244 each and every step, it's enough to do that only if we've actually
3246 Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3248 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
3250 * gst/typefind/gsttypefindfunctions.c:
3251 (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3252 (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3253 (mpeg_video_stream_type_find):
3254 Move scan helper thingy to the beginning of the file so we can use
3255 it in other typefind functions. Rename it to something more
3256 generic. Also improve handling of things towards the end of the
3257 typefind data: peek as much as we can if we know the size of the
3258 data, rather than just min_size.
3260 2008-05-09 Jan Schmidt <jan.schmidt@sun.com>
3262 * docs/libs/gst-plugins-base-libs-sections.txt:
3263 * gst-libs/gst/interfaces/colorbalance.c:
3264 * gst-libs/gst/interfaces/colorbalance.h:
3265 * gst-libs/gst/interfaces/colorbalancechannel.c:
3266 * gst-libs/gst/interfaces/colorbalancechannel.h:
3267 * gst-libs/gst/interfaces/tuner.c:
3268 * gst-libs/gst/interfaces/tunerchannel.c:
3269 * gst-libs/gst/interfaces/tunerchannel.h:
3270 * gst-libs/gst/interfaces/tunernorm.c:
3271 * gst-libs/gst/interfaces/tunernorm.h:
3272 * gst-libs/gst/video/video.c:
3273 * gst-libs/gst/video/video.h:
3274 Document the GstTuner and GstColorBalance interfaces, and some
3275 other random API functions that needed it. 70% symbol coverage, woo.
3277 2008-05-09 Wim Taymans <wim.taymans@collabora.co.uk>
3279 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3280 Choose to allocate one less segment but require one additional segment
3283 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3284 No need to increment the number of segments in the source.
3286 * gst-libs/gst/audio/gstbaseaudiosink.c:
3287 (gst_base_audio_sink_get_time), (clock_convert_external),
3288 (gst_base_audio_sink_resample_slaving),
3289 (gst_base_audio_sink_skew_slaving),
3290 (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3291 (gst_base_audio_sink_async_play):
3292 Remove adding latency when returning the internal time while subtracting
3293 it again when we use the value a little later.
3294 When calculating the end timestamp, we are making a rounding error
3295 with the current algorithm. Ensure that we don't accumulate these
3296 rounding errors when aligning samples by not resampling at all if we
3297 don't need to. Fixes #419351.
3298 Make the initial calibration of the clock slaving a little more
3299 predictable and accurate. Also handle the case where we don't do
3302 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
3304 Based on a patch by:
3305 Björn Benderius <bjoern dot benderius at axis dot com>
3307 * gst/ffmpegcolorspace/avcodec.h:
3308 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3309 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3310 (gst_ffmpegcsp_avpicture_fill):
3311 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3312 * gst/ffmpegcolorspace/imgconvert_template.h:
3313 Add conversions from/to NV12 and NV21 and conversions between those
3314 two formats. Fixes bug #532166.
3316 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
3318 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3319 Abort the h264 typefinding as soon as _peek() doesn't return anything,
3320 which happens for example with files smaller than 128kb.
3322 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
3324 Patch by: Wouter Cloetens <zombie at e2big dot org>
3326 * gst-libs/gst/rtsp/Makefile.am:
3327 * gst-libs/gst/rtsp/gstrtspconnection.c:
3328 (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3329 (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3330 (add_auth_header), (gst_rtsp_connection_free),
3331 (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3332 (gst_rtsp_connection_set_auth_param),
3333 (gst_rtsp_connection_clear_auth_params):
3334 * gst-libs/gst/rtsp/gstrtspconnection.h:
3335 Add Digest authorization support for RTSP connections. See #532065.
3337 * gst-libs/gst/rtsp/md5.c:
3338 * gst-libs/gst/rtsp/md5.h:
3339 Yeap, another md5 implementation until we can depend on a glib that has
3342 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
3344 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3346 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3347 Let audioresample use the buffer allocation of basetransform instead
3350 * tests/check/elements/audioresample.c: (alloc_only_48000),
3351 (GST_START_TEST), (audioresample_suite):
3352 Add unit test for the recent basetransform bugfix, where upstream
3353 changes caps to something that can't be passed through anymore.
3355 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3357 * win32/common/config.h.in:
3358 Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3359 use the real thing than having "???" unconditionally.
3361 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
3363 * gst-libs/gst/audio/gstbaseaudiosink.c:
3364 (gst_base_audio_sink_query):
3365 Report the latency with the new seglatency parameter.
3367 * gst-libs/gst/audio/gstringbuffer.c:
3368 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3369 (gst_ring_buffer_acquire):
3370 * gst-libs/gst/audio/gstringbuffer.h:
3371 Add new field to the ringbufferspec to specify the expected latency
3372 between the underlying device read/write pointer, this is needed
3373 when writing sinks that sit a little closer to the hardware.
3374 Add some more docs for other fields.
3376 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3378 * gst/volume/gstvolume.c: (volume_transform_ip):
3379 Return NOT_NEGOTIATED if we didn't set a process function yet for some
3380 reason instead of crashing later. Might fix bug #509125.
3382 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3384 Based on a patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
3386 * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3387 * gst/audioconvert/audioconvert.h:
3388 * gst/audioconvert/gstaudioconvert.c:
3389 (gst_audio_convert_parse_caps),
3390 (structure_has_fixed_channel_positions),
3391 (gst_audio_convert_transform_caps):
3392 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3393 Add support for more than 8 channels and NONE channel layouts. For
3394 more than 8 channels no channel conversion is supported yet, only
3395 format conversions are supported. Fixes bug #398033.
3397 * tests/check/elements/audioconvert.c: (verify_convert),
3398 (GST_START_TEST), (audioconvert_suite):
3399 Add some unit tests by Tim for checking the NONE channel layouts
3400 and more than 8 channels and add some more unit tests for channel
3403 2008-05-06 Wim Taymans <wim.taymans@collabora.co.uk>
3405 * gst/playback/gstdecodebin2.c: (connect_pad):
3406 When autoplugging fails, set the element back to NULL before
3409 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3411 * win32/common/libgstaudio.def:
3412 Add gst_base_audio_src_[sg]et_slave_method() to the exported
3415 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3417 * gst/subparse/samiparse.c: (handle_start_sync),
3418 (end_sami_element), (characters_sami):
3419 Remove trailing, leading and double whitespaces.
3420 Correctly timestamp buffers and output the last buffer too.
3422 * tests/check/elements/subparse.c: (GST_START_TEST),
3424 Add a simple unit test for SAMI parsing.
3426 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3428 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3430 * gst/subparse/samiparse.c: (handle_start_sync),
3431 (start_sami_element), (end_sami_element), (characters_sami),
3432 (sami_context_reset):
3433 Only output characters inside the "sync" elements. There could be
3434 other elements like "style" that have some content but should
3435 not be printed. Fixes bug #467911.
3437 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3439 * gst/playback/gstplaybasebin.c: (set_audio_mute),
3440 (set_active_source):
3441 * gst/playback/gstplaybasebin.h:
3442 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3443 (playbin_set_audio_mute):
3444 Allow setting -1 as current-audio to mute the current audio stream,
3445 similar to what is done for subtitles. Fixes bug #342294.
3447 2008-05-05 Edward Hervey <edward.hervey at collabora co uk>
3449 * gst-libs/gst/pbutils/descriptions.c: (formats):
3450 It's SorensOn and not SorensEn.
3452 2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
3454 * gst-libs/gst/pbutils/descriptions.c: (formats):
3455 Fix description of video/x-flash-video.
3457 2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
3459 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3460 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3461 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3462 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3463 Remove some unused code.
3465 * gst/audioconvert/gstaudioquantize.c:
3466 (gst_audio_quantize_free_noise_shaping):
3467 Don't return before freeing the noise shaping history.
3469 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3471 * tests/check/elements/subparse.c: (do_test),
3472 (test_tmplayer_style3b), (subparse_suite):
3473 Add unit test for the tmplayer variant from bug #530962.
3475 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3477 * gst/subparse/gstsubparse.c: (handle_buffer),
3478 (gst_sub_parse_sink_event):
3479 * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3480 (tmplayer_parse_line):
3481 Fix parsing of tmplayer subtitle variant where every single line contains
3482 text and there isn't an empty line after each line to determine the
3483 duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3484 making sure that we push out the last line of text without a duration if
3485 there's still text left in the buffer at the end.
3487 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3489 * gst/subparse/gstsubparse.c: (feed_textbuf):
3490 Fix detection of discontinuities based on the buffer offset (doesn't work
3491 so well if no buffer offset is set) and also check for the DISCONT buffer
3492 flag. This keeps the parser state from being reset after each buffer in
3495 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3497 * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3498 Further fine-tuning: don't absolutely require sequence or GOP headers
3499 (as introduced in the previous commit), but adjust the typefind
3500 probabilities returned accordingly if we don't see them. Also make sure
3501 picture header and first slice are somewhat close to each other (which
3502 is not perfect but still better than requiring a fixed offset or having
3505 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3507 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3508 (gst_basertppayload_sink_setcaps),
3509 (gst_basertppayload_sink_getcaps):
3510 Rename the setcaps/getcaps function internally to make it clear that
3511 they are called for the sink pad.
3513 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3515 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3516 (gst_base_rtp_depayload_class_init),
3517 (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3518 (gst_base_rtp_depayload_packet_lost),
3519 (gst_base_rtp_depayload_set_gst_timestamp):
3520 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3521 Catch packet-lost events from the jitterbuffer and convert them into a
3522 vmethod call (lost-packet) so that depayloaders can do something smart.
3523 Also add a default packet-lost function that sends out a segment update
3526 2008-05-02 Stefan Kost <ensonic@users.sf.net>
3528 * gst/playback/test4.c:
3529 * gst/playback/test5.c:
3530 * gst/playback/test6.c:
3531 * gst/playback/test7.c:
3532 Also include config.h when relying on defines from it. Fixes the
3533 build. Its been a please to serve :)
3535 2008-05-02 Thijs Vermeir <thijsvermeir@gmail.com>
3537 * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3538 (paint_setup_NV21), (paint_hline_NV12_NV21):
3539 Add support for NV12 and NV21 in videotestsrc
3541 2008-05-02 Sebastian Dröge <slomo@circular-chaos.org>
3543 * gst/videoscale/gstvideoscale.c:
3544 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3545 * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3546 (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3547 (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3548 (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3549 (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3550 (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3551 (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3552 (vs_image_scale_linear_RGB555):
3553 Support 1x1 images as input and output as for example the BBC HQ new
3554 streams have 1x1 GIFs in the playlists for some reason.
3556 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
3558 * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3560 If we can't activate one of the decoders we plugged in (such as,
3561 say, musepackdec) for some reason (it might not support push mode,
3562 for example), remove any pad probes that close_pad_link() might
3563 have set up. This makes sure we later don't try to remove a probe
3564 for a pad that doesn't exist any longer, and avoids nast warnings
3565 and probably other things too.
3567 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3569 * gst/typefind/gsttypefindfunctions.c:
3570 (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3572 Rework mpeg video stream typefinding a bit more: make sure sequence,
3573 GOP, picture and slice headers appear in the order they should and
3574 that we've in fact at least had one of each; fix picture header
3575 detection; decouple picture and slice header check - don't assume
3576 they're at a fixed offset, there may be extra data in between. Also,
3577 announce varying degrees of probability depending on what we found
3578 exactly (multiple pictures, at least one picture, just sequence and
3579 GOP headers). Finally, in _ensure_data(), take into account that we
3580 might be typefinding smaller amounts of data, such as the first
3581 buffer of a stream, so fall back to the minimum size needed as long
3582 as that's available, instead of erroring out if there's less than
3583 2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3584 fuzzed file from #399342 as valid.
3586 2008-04-30 Michael Smith <msmith@songbirdnest.com>
3588 * ext/theora/theoradec.c:
3589 Cool kids don't divide by zero.
3590 Treat PAR of x:0 as 1:1.
3593 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3595 * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3596 (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3597 (mpeg_video_stream_type_find):
3598 Refactor a bit: use context structure to track parsing offset and
3599 size of available data and make the code a bit clearer. Fixes bad
3600 memory access in #356937.
3602 2008-04-28 Michael Smith <msmith@songbirdnest.com>
3604 * gst/playback/test4.c:
3605 * gst/playback/test5.c:
3606 * gst/playback/test6.c:
3607 * gst/tcp/gstmultifdsink.c:
3608 Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3611 2008-04-28 Wim Taymans <wim.taymans@collabora.co.uk>
3613 * gst-libs/gst/audio/gstbaseaudiosink.h:
3616 * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3617 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3618 (gst_base_audio_src_set_slave_method),
3619 (gst_base_audio_src_get_slave_method),
3620 (gst_base_audio_src_set_property),
3621 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3622 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3623 Add property and methods for selecting the clock slave method in the
3624 source, like in the sink.
3625 We only implement "none" and "re-timestamp" for now.
3626 API: gst_base_audio_src_set_slave_method()
3627 API: gst_base_audio_src_get_slave_method()
3629 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
3631 * gst-libs/gst/rtp/gstrtpbuffer.c:
3632 Fix the docs about the seqnum compare function, it returns a difference.
3634 2008-04-24 Edward Hervey <edward.hervey@collabora.co.uk>
3636 * ext/alsa/gstalsadeviceprobe.c:
3637 (gst_alsa_get_device_list): Don't return before freeing up
3638 the allocated structures.
3640 2008-04-24 Stefan Kost <ensonic@users.sf.net>
3642 * gst/playback/gstplaybin.c:
3643 Remove obsolete streaminfo code and fix a leak. Fixes #529546
3645 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3647 * ext/ogg/gstoggdemux.c:
3648 Revert the event part, that should not go in.
3650 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3652 * ext/ogg/gstoggdemux.c:
3653 Don't leak GstPluginFeatures when filtering.
3655 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3657 * sys/xvimage/xvimagesink.c:
3658 Add some logging for cases when grabbing the xv failed.
3660 2008-04-21 David Schleef <ds@schleef.org>
3662 * ext/ogg/gstoggmux.c:
3663 Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" bos
3664 packet. Should conform to what we currently think is the
3665 final Ogg/Dirac muxing spec.
3667 2008-04-21 David Schleef <ds@schleef.org>
3669 * sys/xvimage/xvimagesink.c:
3670 Fix typo that causes the overlay keying color to bright green
3671 on a 16-bit display. Dark grey good. Bright green bad.
3673 2008-04-21 Stefan Kost <ensonic@users.sf.net>
3675 * ext/gnomevfs/gstgnomevfsuri.c:
3676 Add FIXME comment about using uri-list for source and sink.
3678 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3680 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3681 GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3682 vaargs functions to gint. Otherwise the fractions will get 0 set
3683 instead of the correct value on big endian systems. Fixes bug #529018.
3685 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3687 * ext/gnomevfs/gstgnomevfssink.c:
3688 (gst_gnome_vfs_sink_uri_get_protocols):
3689 * ext/gnomevfs/gstgnomevfssrc.c:
3690 (gst_gnome_vfs_src_uri_get_protocols):
3691 * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3692 (gst_gnomevfs_get_supported_uris):
3693 Get the list of supported URI schemes in a threadsafe way and use the
3694 same list for the source and sink.
3696 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3698 * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3699 (gst_gio_get_supported_protocols):
3700 Don't generate a new supported protocols list on each call but cache
3701 it. It's supposed to be static anyway, this way we only leak it once
3704 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3705 (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3706 (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3707 (gst_gio_sink_start):
3708 * ext/gio/gstgiosink.h:
3709 * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3710 (gst_gio_src_class_init), (gst_gio_src_finalize),
3711 (gst_gio_src_set_property), (gst_gio_src_get_property),
3712 (gst_gio_src_start):
3713 * ext/gio/gstgiosrc.h:
3714 API: Add "file" properties where one can set a GFile as
3717 Add locking to the properties and use
3718 gst_element_class_set_details_simple() instead of a static
3719 GstElementDetails struct.
3721 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3723 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3725 Add "mpp" and "mp+" as possible extensions for MusePack files.
3727 Add typefinding for MusePack StreamVersion 8 files and include the
3728 stream version in the caps.
3730 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3732 * gst-libs/gst/rtp/gstrtppayloads.c:
3733 (gst_rtp_payload_info_for_name):
3734 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3736 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
3739 Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3740 (NB: this only affects compilation of some of the examples).
3741 Remove some configure.ac cruft that's not needed any longer.
3743 2008-04-18 Edward Hervey <edward.hervey@collabora.co.uk>
3745 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3746 Don't validate the payload if there isn't any.
3749 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3751 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3752 Use g_atomic_int_set() instead of gst_atomic_int_set().
3754 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3756 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3757 Return NULL instead of a gchar * array with one NULL element if we
3758 don't get any supported URI schemes from GIO.
3760 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3762 * gst/audiotestsrc/gstaudiotestsrc.c:
3763 Remove cpp style commented old code.
3765 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3767 * gst/playback/gstdecodebin2.c:
3770 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
3772 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3773 (gst_text_overlay_init):
3774 Fix textoverlay unit test again by making the supposed default
3775 value for the wait-text property the actual default value.
3776 Also fix Since: tag for new property.
3778 2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
3780 * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3781 (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3782 (gst_video_format_get_pixel_stride),
3783 (gst_video_format_get_component_width),
3784 (gst_video_format_get_component_height),
3785 (gst_video_format_get_component_offset), (gst_video_format_get_size),
3786 (gst_video_format_convert):
3787 Add guards to these functions to ensure sane input values.
3789 * tests/check/libs/video.c:
3790 Fix unit test not to create caps with width=0 and height=0.
3792 2008-04-11 Wim Taymans <wim.taymans@collabora.co.uk>
3794 * docs/design/draft-keyframe-force.txt:
3797 * gst/playback/gstqueue2.c: (update_buffering),
3798 (gst_queue_handle_src_query):
3799 Set buffering mode in the messages.
3800 Set buffering percent in the query.
3802 * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3803 (do_stream_buffering), (do_download_buffering), (msg_buffering):
3804 Do some more fancy things based on the buffering method in use.
3806 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3808 * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3809 (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3810 (msg_buffering), (main):
3811 Add basic download reports to seek using the new buffering API.
3813 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3815 * gst/playback/gstqueue2.c: (update_buffering),
3816 (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3817 (gst_queue_src_checkgetrange_function):
3818 Include extra buffering stats in the buffering message.
3819 Implement BUFFERING query.
3821 * gst/playback/gsturidecodebin.c: (do_async_start),
3822 (do_async_done), (type_found), (setup_streaming), (setup_source),
3823 (gst_uri_decode_bin_change_state):
3824 Only add decodebin2 when the type is found in streaming mode.
3825 Make uridecodebin async to PAUSED even when we don't have decodebin2
3828 2008-04-09 Sebastian Dröge <slomo@circular-chaos.org>
3830 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3831 Filter cdda from the supported URI schemes. We can't support
3832 musicbrainz tags and everything else one expects from a cdda source
3833 with GIO. Fixes bug #526794.
3835 2008-04-07 Jan Schmidt <jan.schmidt@sun.com>
3837 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3838 (gst_xvimagesink_buffer_alloc):
3839 Fix calculation of 'expected size' for YV12 buffers.
3840 Be a little more verbose in the debug output for buffer-alloc'ed
3841 buffers which turn out to have the wrong size.
3843 2008-04-07 Tim-Philipp Müller <tim at centricular dot net>
3847 * gst-plugins-base.doap:
3848 Merge other changes from 0.10.19 release branch.
3850 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3852 * gst-libs/gst/audio/gstbaseaudiosink.c:
3853 (gst_base_audio_sink_class_init):
3854 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3855 (gst_base_audio_src_class_init):
3856 * gst/playback/gstplayback.c: (plugin_init):
3857 * gst/volume/gstvolume.c: (plugin_init):
3858 Work around missing bits of thread-safety on older GLibs some
3859 more to avoid assertions when starting up multiple playbin
3860 objects concurrently (see #512382).
3862 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3864 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3865 Remove some more fields.
3867 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
3869 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3872 Actually build dlls when cross-compiling with mingw32.
3875 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3878 Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3880 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3882 * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3883 (msg_buffering), (connect_bus_signals), (main):
3885 Add buffering support with feedback in the statusbar.
3887 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3889 * ext/ogg/gstoggmux.c:
3890 Fix sample pipeline description.
3892 2008-04-03 Stefan Kost <ensonic@users.sf.net>
3894 * docs/plugins/Makefile.am:
3895 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3896 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3897 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3898 Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3900 * docs/plugins/gst-plugins-base-plugins.args:
3901 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3902 * docs/plugins/gst-plugins-base-plugins.interfaces:
3903 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3904 * docs/plugins/inspect/plugin-adder.xml:
3905 * docs/plugins/inspect/plugin-alsa.xml:
3906 * docs/plugins/inspect/plugin-audioconvert.xml:
3907 * docs/plugins/inspect/plugin-audiorate.xml:
3908 * docs/plugins/inspect/plugin-audioresample.xml:
3909 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3910 * docs/plugins/inspect/plugin-cdparanoia.xml:
3911 * docs/plugins/inspect/plugin-decodebin.xml:
3912 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3913 * docs/plugins/inspect/plugin-gdp.xml:
3914 * docs/plugins/inspect/plugin-gnomevfs.xml:
3915 * docs/plugins/inspect/plugin-libvisual.xml:
3916 * docs/plugins/inspect/plugin-ogg.xml:
3917 * docs/plugins/inspect/plugin-pango.xml:
3918 * docs/plugins/inspect/plugin-playback.xml:
3919 * docs/plugins/inspect/plugin-queue2.xml:
3920 * docs/plugins/inspect/plugin-subparse.xml:
3921 * docs/plugins/inspect/plugin-tcp.xml:
3922 * docs/plugins/inspect/plugin-theora.xml:
3923 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3924 * docs/plugins/inspect/plugin-uridecodebin.xml:
3925 * docs/plugins/inspect/plugin-video4linux.xml:
3926 * docs/plugins/inspect/plugin-videorate.xml:
3927 * docs/plugins/inspect/plugin-videoscale.xml:
3928 * docs/plugins/inspect/plugin-videotestsrc.xml:
3929 * docs/plugins/inspect/plugin-volume.xml:
3930 * docs/plugins/inspect/plugin-vorbis.xml:
3931 * docs/plugins/inspect/plugin-ximagesink.xml:
3932 * docs/plugins/inspect/plugin-xvimagesink.xml:
3933 Update introspection data.
3935 * ext/ogg/gstoggmux.c:
3938 * gst/playback/gstdecodebin2.c:
3939 Don't use gtk-doc style comment start for private stuff, but make it
3940 formatted like this for consistency.
3942 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3944 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3945 (gst_decode_bin_init), (gst_decode_bin_dispose),
3946 (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3947 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3948 (analyze_new_pad), (connect_pad), (expose_pad),
3949 (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3950 (gst_decode_group_expose), (gst_decode_group_free),
3951 (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3952 Remove fakesink hack, we can now implement this more elegantly.
3953 Added property to bypass typefinding.
3954 Removed underrun callback and demuxer pad probe, we now use the srcpad
3955 probe to expose groups.
3956 API::sink-caps property
3958 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3959 Guard against multiple emissions of the no_more_pads signal, which
3960 happens when we are dealing with chained oggs.
3962 * gst/playback/gsturidecodebin.c: (remove_decoders),
3963 (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3965 For streams, use our own typefind element and plug our queue after it.
3966 We will need this to determine the type of buffering to use for the
3969 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3971 * gst-libs/gst/audio/gstbaseaudiosink.c:
3972 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3973 Guard against over and underflows because of clock slaving.
3974 When we are using our own clock, still compensate for any calibrations
3975 that we might have done to our clock.
3977 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3979 * ext/theora/theoradec.c: (theora_handle_type_packet),
3981 Don't try to do anything fancy with the return code from pushing an
3982 event, it does not have enough information to turn it into a
3985 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3987 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3988 (gst_ogg_demux_chain_elem_pad):
3989 Add small debug line.
3990 Pass return code from the internal decoder instead of the too generic
3993 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
3995 * gst-libs/gst/cdda/Makefile.am:
3996 * gst-libs/gst/cdda/base64.c:
3997 * gst-libs/gst/cdda/base64.h:
3998 * gst-libs/gst/cdda/gstcddabasesrc.c:
3999 (gst_cddabasesrc_calculate_musicbrainz_discid):
4000 Use GLib's base64 implementation instead of our own.
4002 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4004 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4005 (gst_ogg_demux_read_chain):
4006 Refix oggdemux, we only have a problem if we failed to find a chain and
4009 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4011 Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
4013 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4014 (gst_ogg_demux_read_chain):
4015 When we fail to find a BOS page and we and up with no chain, error out
4016 properly instead of segfaulting. Fixes #525665.
4018 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4020 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4021 (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
4022 The new-pad-group sequence is add-pads, no-more-pads, add-pads,
4025 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4027 * gst/playback/gstqueue2.c: (update_out_rates),
4028 (gst_queue_open_temp_location_file),
4029 (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
4030 (gst_queue_handle_src_query), (gst_queue_set_property):
4031 Update the estimated input data when we push out a buffer.
4032 Add some debug info about the temp file.
4033 Only forward src events when we are not using a temp file.
4034 Don't block the duration query, we need to find something better.
4035 Don't leak the temp filename.
4037 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
4040 Require GLib 2.12 and liboil 0.3.14.
4042 * gst/volume/gstvolume.c: (volume_process_double):
4043 Unconditionally use liboil 0.3.14 function.
4045 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk>
4047 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4048 ms-gsm can have arbitrarty sample rates. See #481354.
4050 2008-03-28 Wim Taymans <wim.taymans@collabora.co.uk>
4052 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4053 MP4S is generic MPEG-4, not a microsoft variant.
4055 2008-03-27 Michael Smith <msmith@fluendo.com>
4057 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4058 Check the body CRC (if set) when depayloading.
4061 2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
4063 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4064 Fix Since: version for new property.
4066 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4068 * gst-libs/gst/rtsp/gstrtspconnection.c:
4069 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4070 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4071 Don't error when poll_wait returns EAGAIN.
4073 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4075 * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4076 The queue is never filled when there are no buffers in the queue at all.
4079 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4081 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4082 (init_group), (free_group), (gst_play_bin_init),
4083 (gst_play_bin_finalize), (gst_play_bin_set_uri),
4084 (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4085 (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4086 (gst_play_bin_set_current_video_stream),
4087 (gst_play_bin_set_current_audio_stream),
4088 (gst_play_bin_set_current_text_stream),
4089 (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4090 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4091 (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4092 (activate_group), (deactivate_group), (setup_next_source),
4093 (save_current_group), (gst_play_bin_change_state):
4095 Add new locks and conds to protect pipeline creation and group
4097 Implement the sub-uri property.
4098 Keep track of pending uridecodebin creation and configure the output
4099 pipeline after all streams are configured.
4100 Propagate subtitle encoding to the uridecodebins.
4101 Implement getting the video/audio/visualisation elements.
4102 Use input-selector for stream switching.
4103 If we are asked to do visualisation, prefer to autoplug raw sinks
4104 instead of sinks that accept encoded data.
4106 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4108 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4109 (gst_play_sink_init), (gst_play_sink_dispose),
4110 (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4111 (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4112 (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4113 (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4114 (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4115 (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4116 (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4117 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4118 (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4119 * gst/playback/gstplaysink.h:
4120 Add methods to get audio/video/vis elements.
4121 Add methods to set the font description for the overlay.
4122 Remove properties, we're using this element with its methods only.
4123 Add support for subtitles.
4124 Rearrange the locking a bit to not use the object lock for protecting
4125 the pipeline construction.
4126 Try to use the volume and mute property on the sink when its available.
4127 Implement the mute option with volume when the sink does not have a mute
4129 Only add volume element when the sink has no volume property.
4130 Only do visualisations with raw audio pads.
4132 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4134 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4135 (gst_text_overlay_init), (gst_text_overlay_set_property),
4136 (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4137 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4138 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4139 (gst_text_overlay_change_state):
4140 * ext/pango/gsttextoverlay.h:
4141 Add property to configure waiting for text on the textpad or not, with
4142 the default behaviour being the old one (always wait for text before
4143 rendering the video). This default behaviour is usually not the best one
4144 because the text stream can very sparse and could require queueing a lot
4146 Fix the flushing and EOS handing so that we don't mix up their meaning.
4148 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4150 * gst/playback/gsturidecodebin.c:
4151 (gst_uri_decode_bin_autoplug_factories),
4152 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4153 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4154 (gst_uri_decode_bin_set_property),
4155 (gst_uri_decode_bin_get_property), (no_more_pads_full),
4156 (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4157 (proxy_autoplug_factories_signal), (make_decoder),
4158 (source_new_pad), (setup_source):
4159 Add a readonly source property and notify.
4160 Add new lock for protecting the construction of the pipeline.
4161 Keep track of the decodebins we plugged.
4162 Correctly proxy the autoplug signal so that it actually continues.
4163 Proxy subtitle-encoding to the decodebins.
4165 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4167 * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4168 (text_toggle_cb), (update_streams), (main):
4169 Rearrange some buttons in playbin2 and make some other boxes insensitive
4171 Add language codes to subtitle selection boxes when we gind the right
4172 tags for the streams.
4174 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4176 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4177 (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4178 (gst_decode_bin_set_subs_encoding),
4179 (gst_decode_bin_get_subs_encoding),
4180 (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4181 (deactivate_free_recursive):
4182 Protect caps property with the object lock.
4183 Protect encoding property with the object lock.
4184 Keep list of elements we added that have the subtitle-encoding property.
4185 Distribute the subtitle-encoding to all of the elements when it
4188 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4190 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4191 Small debug improvement.
4193 * gst-libs/gst/audio/gstbaseaudiosink.c:
4194 (gst_base_audio_sink_render):
4195 Fix bug in determining the sample start/stop position, we want to base
4196 this decision on the fact that we are going forwards or backwards, not
4197 slower or faster. This fixes some ugly resync warnings when playing at
4200 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
4202 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4203 Correctly set the supported URI schemes and don't leave
4204 some schemes in the middle or at the start at NULL.
4206 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
4208 * tests/check/elements/gdpdepay.c:
4209 Make test compile without unused function/variable warnings on PPC.
4211 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
4214 * ext/alsa/gstalsamixerelement.c:
4215 (gst_alsa_mixer_element_class_init):
4216 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4217 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4218 * ext/cdparanoia/gstcdparanoiasrc.c:
4219 (gst_cd_paranoia_src_class_init):
4220 * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4221 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4222 * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4223 * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4224 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4225 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4226 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4227 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4228 * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4229 * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4230 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4231 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4232 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4233 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4234 (gst_audio_filter_template_class_init):
4235 * gst-libs/gst/audio/gstbaseaudiosink.c:
4236 (gst_base_audio_sink_class_init):
4237 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4238 (gst_base_audio_src_class_init):
4239 * gst-libs/gst/cdda/gstcddabasesrc.c:
4240 (gst_cdda_base_src_class_init):
4241 * gst-libs/gst/interfaces/mixertrack.c:
4242 (gst_mixer_track_class_init):
4243 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4244 (gst_base_rtp_depayload_class_init):
4245 * gst-libs/gst/rtp/gstbasertppayload.c:
4246 (gst_basertppayload_class_init):
4247 * gst/audioconvert/gstaudioconvert.c:
4248 (gst_audio_convert_class_init):
4249 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4250 * gst/audioresample/gstaudioresample.c:
4251 (gst_audioresample_class_init):
4252 * gst/audiotestsrc/gstaudiotestsrc.c:
4253 (gst_audio_test_src_class_init):
4254 * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4255 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4256 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4258 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4259 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4260 * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4261 * gst/playback/gstqueue2.c: (gst_queue_class_init):
4262 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4263 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4264 (gst_stream_selector_class_init):
4265 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4266 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4267 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4268 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4269 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4270 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4271 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4272 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4273 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4274 * gst/videotestsrc/gstvideotestsrc.c:
4275 (gst_video_test_src_class_init):
4276 * gst/volume/gstvolume.c: (gst_volume_class_init):
4277 * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4278 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4279 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4280 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4281 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4282 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4283 Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4284 static strings (i.e. all). This gives us less memory usage,
4285 fewer allocations and thus less memory defragmentation. Depend
4286 on core CVS for this. Fixes bug #523806.
4288 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
4290 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4291 Filter http and https protocols. GIO/GVfs handles them but it's
4292 impossible to implement iradio/icecast with it. Better use
4293 souphttpsrc or something else for this.
4295 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4296 If getting the file informations by a query fails try it with the
4297 seek-to-end trick too.
4299 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4301 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4302 (gst_volume_base_init), (gst_volume_class_init),
4303 (volume_process_double), (volume_process_float),
4304 (volume_transform_ip), (plugin_init):
4305 memset buffers to zero if we get a GAP buffer. We usually see a
4306 buffer as one unit so let's handle it as one and don't care about
4307 volume changes while processing one buffer.
4308 Also clean up some stuff a bit.
4310 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4312 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4313 (gst_audio_convert_create_silence_buffer),
4314 (gst_audio_convert_transform):
4315 Make audioconvert GAP-aware by outputting silence buffers when the
4316 input has the GAP flag set. This is up to 8x faster.
4317 Based on a patch by Stefan Kost. Fixes bug #517813.
4319 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4321 * gst/volume/gstvolume.c: (volume_process_double):
4322 Use oil_scalarmultiply_f64_ns() for double processing when it's
4323 available at compile time.
4325 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4328 Fix lrint/lrintf checks to actually work. These functions are
4329 in libm on Linux at least so try to link to it.
4331 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
4334 Back to development - 0.10.18.1
4336 === release 0.10.18 ===
4338 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
4341 releasing 0.10.18, "I will follow"
4343 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
4346 * win32/common/config.h:
4347 0.10.17.4 pre-release
4349 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4351 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4352 Use GST_STR_NULL when trying to print strings that could be NULL because
4353 this might crash on some platforms. See #520808.
4355 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4357 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4359 * gst-libs/gst/rtsp/gstrtspconnection.c:
4360 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4361 (read_line), (gst_rtsp_connection_read_internal):
4362 Generic Windows fixes that makes libgstrtsp work on Windows when
4363 coupled with the new GstPoll API. See #520808.
4365 2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
4367 Patch by: Milosz Derezynski <internalerror at gmail dot com>
4369 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4370 If seeking to a new position succeeds don't simply return from
4371 create() without creating a buffer. Do this only in the case
4372 seeking to the new position fails. Fixes bug #523054.
4374 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
4376 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4377 (gst_video_format_from_rgba32_masks):
4378 Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4381 * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4382 Add unit test for the RGB caps parsing and creation, checking for
4383 internal consistency of the new API and consistency of the API with
4384 the old GST_VIDEO_CAPS_* defines.
4386 2008-03-14 David Schleef <ds@schleef.org>
4388 * gst/videotestsrc/videotestsrc.c: Oops, revert last change
4389 because -base is in freeze.
4391 2008-03-14 David Schleef <ds@schleef.org>
4393 Patch by: William M. Brack
4395 * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4397 2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
4399 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4400 (gst_selector_pad_chain):
4401 * gst/playback/gststreamselector.h:
4402 Revert change that caused regression until a real fix is found.
4405 2008-03-12 Michael Smith <msmith@fluendo.com>
4407 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4408 * gst-libs/gst/audio/gstringbuffer.h:
4409 Rename recently added buffer types to make more sense.
4410 * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4411 (gst_alsasink_write):
4412 Adapt for above API changes.
4415 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
4417 * win32/common/libgstnetbuffer.def:
4418 Add new symbol gst_netaddress_equal. Fixes bug #521743.
4420 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
4423 * win32/common/config.h:
4424 0.10.17.3 pre-release
4426 2008-03-10 Wim Taymans <wim.taymans@collabora.co.uk>
4428 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4429 (gst_base_audio_src_create):
4430 Fix duration when no clock was provided. Fixes #520300.
4432 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4434 Patch by: Olivier Crete <tester at tester ca>
4436 * docs/libs/gst-plugins-base-libs-sections.txt:
4437 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4438 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4439 Add trivial function to compare GstNetAddress. See #520626.
4440 API: GstNetBuffer::gst_netaddress_equal
4442 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4444 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4445 Update mode property docs, it's deprecated now.
4447 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4449 * gst-libs/gst/rtsp/gstrtspconnection.c:
4450 (gst_rtsp_connection_create):
4451 * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4452 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4453 * gst/tcp/gstmultifdsink.h:
4454 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4455 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4456 Remove GstPollMode from gstpoll constructor.
4458 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
4461 * win32/common/config.h:
4462 0.10.17.2 pre-release
4464 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
4467 GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4470 * win32/common/libgstinterfaces.def:
4471 * win32/common/libgstrtp.def:
4472 Add new API to the defs
4474 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4476 Patch by: Mersad Jelacic <mersad at axis dot com>
4478 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4479 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4480 API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4481 possible to specify the sample size in bits. (#509637)
4483 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4485 * tests/check/libs/mixer.c:
4486 Add a few simple checks for the new message types.
4488 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4490 * docs/libs/gst-plugins-base-libs-sections.txt:
4491 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4492 (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4493 (gst_mixer_message_get_type),
4494 (gst_mixer_message_parse_option_changed),
4495 (gst_mixer_message_parse_options_list_changed):
4496 * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4497 (GST_MIXER_MESSAGE_OPTION_CHANGED),
4498 (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4499 (GST_MIXER_MESSAGE_MIXER_CHANGED):
4500 API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4501 and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4503 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4505 * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4506 (gst_mixer_options_get_values):
4507 * gst-libs/gst/interfaces/mixeroptions.h:
4508 (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4509 (_GstMixerOptions), (_GstMixerOptionsClass):
4510 API: add GstMixerOptions::get_values vfunc (#519906)
4512 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4515 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4516 plug-ins are included/excluded. (#498222)
4518 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4520 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4521 Add typefinder for IMelody files, using audio/x-imelody.
4524 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4526 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4527 * ext/alsa/gstalsasink.c: (set_hwparams):
4528 * ext/alsa/gstalsasrc.c: (set_hwparams):
4529 * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4530 * ext/ogg/gstoggmux.h:
4531 * ext/ogg/gstogmparse.c:
4532 * gst-libs/gst/audio/audio.c:
4533 * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4534 * gst-libs/gst/pbutils/missing-plugins.c:
4535 (gst_missing_uri_sink_message_new),
4536 (gst_missing_element_message_new),
4537 (gst_missing_decoder_message_new),
4538 (gst_missing_encoder_message_new):
4539 * gst-libs/gst/rtp/gstbasertppayload.c:
4540 * gst-libs/gst/rtp/gstrtcpbuffer.c:
4541 (gst_rtcp_packet_bye_get_reason):
4542 * gst/audioconvert/gstaudioconvert.c:
4543 * gst/audioresample/gstaudioresample.c:
4544 * gst/ffmpegcolorspace/imgconvert.c:
4545 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4546 * gst/typefind/gsttypefindfunctions.c:
4547 * gst/videoscale/vs_4tap.c:
4548 * gst/videoscale/vs_4tap.h:
4549 * sys/v4l/gstv4lelement.c:
4550 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4551 * sys/v4l/v4l_calls.c:
4552 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4553 (gst_v4lsrc_try_capture):
4554 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4555 (gst_ximagesink_ximage_new):
4556 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4557 (gst_xvimagesink_xvimage_new):
4558 * tests/check/elements/audioconvert.c:
4559 * tests/check/elements/audioresample.c:
4560 (fail_unless_perfect_stream):
4561 * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4562 * tests/check/elements/decodebin.c:
4563 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4564 (setup_gdpdepay_streamheader):
4565 * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4566 (setup_gdppay_streamheader):
4567 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4568 * tests/check/elements/multifdsink.c: (setup_multifdsink):
4569 * tests/check/elements/textoverlay.c:
4570 * tests/check/elements/videorate.c: (setup_videorate):
4571 * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4572 * tests/check/elements/volume.c: (setup_volume):
4573 * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4574 * tests/check/elements/vorbistag.c:
4575 * tests/check/generic/clock-selection.c:
4576 * tests/check/generic/states.c: (setup), (teardown):
4577 * tests/check/libs/cddabasesrc.c:
4578 * tests/check/libs/video.c:
4579 * tests/check/pipelines/gio.c:
4580 * tests/check/pipelines/oggmux.c:
4581 * tests/check/pipelines/simple-launch-lines.c:
4582 (simple_launch_lines_suite):
4583 * tests/check/pipelines/streamheader.c:
4584 * tests/check/pipelines/theoraenc.c:
4585 * tests/check/pipelines/vorbisdec.c:
4586 * tests/check/pipelines/vorbisenc.c:
4587 * tests/examples/seek/scrubby.c:
4588 * tests/examples/seek/seek.c: (query_positions_elems),
4589 (query_positions_pads):
4590 * tests/icles/stress-xoverlay.c: (myclock):
4591 Correct all relevant warnings found by the sparse semantic code
4592 analyzer. This include marking several symbols static, using
4593 NULL instead of 0 for pointers and using "foo (void)" instead
4594 of "foo ()" for declarations.
4596 * win32/common/libgstrtp.def:
4597 Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4599 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4601 Patch by: José Alburquerque <jaalburqu svn gnome org>
4603 * gst/playback/gstplaybin2.c:
4604 Make the function signature of the _get_*_tags() functions match
4605 the signature of the vfuncs they implement, ie. return a
4606 GstTagList rather than a GstStructure, which is more correct,
4607 even if one is typedef'ed to the other (#518940).
4609 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4611 * gst-libs/gst/rtsp/gstrtspconnection.c:
4612 Don't include unix headers unconditionally (fixes #518037).
4614 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4616 * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4617 (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4618 (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4619 (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4620 (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4621 (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4622 (gst_video_format_is_packed), (video_format_is_packed):
4623 Add unit test that makes sure that the strides, offsets and
4624 sizes returned for the various YUV formats by the new video API
4625 match the old reference implementation in videotestsrc.
4627 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4629 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4630 (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4631 (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4632 (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4633 (gst_video_format_get_pixel_stride),
4634 (gst_video_format_get_component_width),
4635 (gst_video_format_get_component_height),
4636 (gst_video_format_get_component_offset), (gst_video_format_get_size):
4637 * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4638 (GST_VIDEO_FORMAT_Y42B):
4639 API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4641 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4643 * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4644 YV12 is I420 with swapped components 1 and 2, so the offset of
4645 component 1 for I420 should be the offset for component 2 for YV12
4648 2008-02-29 Rene Stadler <mail@renestadler.de>
4650 * sys/v4l/gstv4lelement.c:
4651 Add missing semicolon to fix indentation.
4653 2008-02-29 Julien Moutte <julien@fluendo.com>
4655 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4656 (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4657 if we can do SPDIF output.
4658 * ext/alsa/gstalsa.h:
4659 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4660 (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4661 * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4662 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4663 * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4664 to support AC3, EC3 and IEC958 buffers.
4666 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
4668 * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4669 (gst_mixer_message_parse_mute_toggled),
4670 (gst_mixer_message_parse_record_toggled),
4671 (gst_mixer_message_parse_volume_changed),
4672 (gst_mixer_message_parse_option_changed):
4673 De-cruft and fix message type assertions (NULL is not a really
4674 valid mixer message type string).
4676 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4678 * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4679 When negotiating, actually start from a format that we can support
4680 instead of from the too generic template.
4682 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4684 * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4687 * gst/playback/gstplaysink.c: (gst_play_sink_init),
4688 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4689 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4691 Implement vis switching while playing.
4693 2008-02-28 David Schleef <ds@schleef.org>
4695 * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4697 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4699 Patch by: Peter Kjellerstedt <pkj at axis com>
4701 * gst/tcp/Makefile.am:
4702 * gst/tcp/fdsetstress.c:
4703 * gst/tcp/gstfdset.c:
4704 * gst/tcp/gstfdset.h:
4705 Removed fdset and stress test, they are now known as GstPoll in
4708 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4709 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4710 (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4711 (gst_multi_fd_sink_handle_client_write),
4712 (gst_multi_fd_sink_queue_buffer),
4713 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4714 (gst_multi_fd_sink_stop):
4715 * gst/tcp/gstmultifdsink.h:
4716 * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4717 (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4718 (gst_tcp_gdp_read_caps):
4720 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4721 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4722 (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4723 * gst/tcp/gsttcpclientsink.h:
4724 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4725 (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4726 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4727 * gst/tcp/gsttcpclientsrc.h:
4728 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4729 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4730 * gst/tcp/gsttcpserversink.h:
4731 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4732 (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4733 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4734 * gst/tcp/gsttcpserversrc.h:
4735 Port to GstPoll. See #505417.
4737 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4739 Patch by: Peter Kjellerstedt <pkj at axis com>
4741 * gst-libs/gst/rtsp/gstrtspconnection.c:
4742 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4743 (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4744 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4745 (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4746 (gst_rtsp_connection_flush):
4747 * gst-libs/gst/rtsp/gstrtspconnection.h:
4748 Use GstPoll for the rtsp connection. See #505417.
4750 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4752 * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4753 (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4754 Add combo box for visualisations, populate it with a factory list
4755 of all visualisation plugins, configure vis plugin instance in
4758 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4760 * tests/check/libs/rtp.c: (GST_START_TEST):
4761 Add check for RTP buffer defaults, padding and marker bit API.
4763 2008-02-27 Sebastian Dröge <slomo@circular-chaos.org>
4765 * gst-libs/gst/cdda/sha1.c: (sha_transform):
4766 Use memcpy() instead of upcasting a byte array to long *. This
4767 fixes an unaligned memory access, resulting in SIGBUS on IA64.
4768 This should be ported to GCheckSum once we can use GLib 2.16.
4769 Partially fixes bug #500833.
4771 2008-02-27 Tim-Philipp Müller <tim at centricular dot net>
4773 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4774 Push tag event after the newsegment event. Log the pointer of
4775 the buffer we're actually going to push rather than the buffer
4776 we're feeding to _make_metadata_writable().
4778 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4780 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4781 Comment smoke typefinder for now. The smokedec plugin needs one
4782 frame per buffer but we have no parser yet, thus it simply crashes
4785 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4787 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4788 Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4790 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4792 * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4794 Add midi typefinder, copied from the timidity plugin.
4796 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4798 Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4800 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4801 * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4803 Forward slashes at the beginning and end of a line also signify
4804 italics (Fixes: #518162).
4806 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4808 * tests/check/gst-plugins-base.supp:
4809 Add a suppression for a cached value in GIO that wasn't moved
4810 while moving gio from -bad to -base.
4812 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4814 Patch by: Brian Cameron <brian dot cameron at sun dot com>
4817 Don't hardcode -Wall and -Werror for configure checks, this fails
4818 with non-GCC compilers. Fixes bug #517991.
4820 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4822 * gst/audioconvert/gstaudioconvert.c:
4823 * gst/audioconvert/gstaudioquantize.c:
4824 * gst/audioconvert/gstaudioquantize.h:
4825 Make audioconvert gap aware. If noiseshaping is used, wait for
4826 noiseshaping to converge before marking as GAP. Fixes #517813.
4828 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4830 * gst/audiotestsrc/gstaudiotestsrc.c:
4831 Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4833 2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
4835 * ext/gnomevfs/gstgnomevfssink.c:
4836 (gst_gnome_vfs_sink_handle_event):
4837 Return FALSE when seeking for a new segment fails instead
4838 of silently ignoring the failure and appending every buffer
4839 that comes for the new segment.
4841 2008-02-20 Wim Taymans <wim.taymans@collabora.co.uk>
4843 * gst/playback/gstplaysink.c: (find_property),
4844 (gst_play_sink_find_property), (gen_video_chain),
4845 (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4846 Recursively search the sink element for a last-frame property so that we
4847 can also find the property in autovideosink and friends that don't
4848 always proxy the internal sink properties.
4850 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4852 * gst-libs/gst/audio/multichannel.c:
4853 (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4854 (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4855 (gst_audio_set_structure_channel_positions_list),
4856 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4857 (gst_audio_fixate_channel_positions):
4858 Fix confusing terminology in docs and code: structure fields are
4859 'fields' and not 'properties'.
4861 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4863 * gst-libs/gst/audio/multichannel.c:
4864 (gst_audio_check_channel_positions), (add_list_to_struct):
4865 Give more useful warning messages if one of the channel
4866 layout enums passed to us is invalid and if the "channels"
4867 field in the caps has a GType we don't expect.
4869 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4871 * gst-libs/gst/audio/multichannel.c:
4872 Fix typo in docs blurb.
4874 2008-02-19 Julien Moutte <julien@fluendo.com>
4876 Patch by: Josep Torra Valles <josep@fluendo.com>
4878 * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4879 typefind lookup to fix typefinding on HD clips.
4881 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4883 * gst/playback/gstscreenshot.c:
4884 * gst/playback/gstscreenshot.h:
4885 Fix up copyright (I rewrote the GStreamer-0.10 code for
4886 this from scratch back in the days).
4888 2008-02-19 Wim Taymans <wim.taymans@collabora.co.uk>
4890 * gst/playback/Makefile.am:
4891 * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4892 (create_element), (gst_play_frame_conv_convert):
4893 * gst/playback/gstscreenshot.h:
4894 Add screenshot conversion code from totem.
4896 * gst/playback/gstplay-marshal.list:
4897 * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4898 (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4899 (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4900 Implement frame property to get a color-unconverted snapshot.
4901 Implement convert-frame action signal to get a converted snapshot image.
4902 Configure connection speed in uridecodebin.
4903 Document some more properties.
4905 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4906 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4907 (gst_play_sink_get_last_frame):
4908 * gst/playback/gstplaysink.h:
4909 Use last-buffer property of the video sink to get a video snapshot.
4911 * tests/examples/seek/seek.c: (shot_cb), (main):
4912 Add snapshot button for playbin2 and use the frame property to save the
4913 frame as a png in the current directory.
4915 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
4917 Patch by: Josep Torra Valles <josep at fluendo dot com>
4919 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4921 Add typefinding support for h264 elementary streams.
4924 2008-02-18 Stefan Kost <ensonic@users.sf.net>
4927 Require CVS of core for new API in collectpads.
4929 * gst/adder/gstadder.c:
4930 Use new API to make adder sparse stream aware.
4932 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
4934 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4936 Get the object data correct so that we can remove our channels
4939 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4940 (gen_vis_chain), (gst_play_sink_reconfigure),
4941 (gst_play_sink_request_pad):
4942 Add option to disable async behaviour in the sinks when possible. This
4943 makes it possible to avoid an audio queue when dealing with
4945 Add option to add a queue for the audio path.
4947 * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4949 Disable the vis checkbox to match the defaults of playbin2.
4950 Only get the stream info when we need to.
4952 2008-02-17 Sebastian Dröge <slomo@circular-chaos.org>
4954 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4955 (gst_gio_base_sink_set_stream):
4956 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4957 (gst_gio_base_src_set_stream):
4958 * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4959 * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4960 Don't use async operations as they require a running main loop.
4961 This makes us block again when closing streams and unable
4962 to mount the enclosing volume of an URI if it isn't yet.
4964 2008-02-15 Wim Taymans <wim.taymans@collabora.co.uk>
4966 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4967 (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4968 (gen_vis_chain), (gst_play_sink_reconfigure),
4969 (gst_play_sink_request_pad):
4970 Move tee in front of the audio and vis pipelines.
4971 Add queue for audio for now.
4972 Add visualisation support.
4974 * tests/examples/seek/seek.c: (main):
4975 Visualisation is by default disabled.
4977 2008-02-15 Sebastian Dröge <slomo@circular-chaos.org>
4979 * ext/gio/gstgiobasesink.c: (close_stream_cb):
4980 * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4981 Improve debugging a bit.
4983 * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4984 * ext/gio/gstgiosink.h:
4985 * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4986 * ext/gio/gstgiosrc.h:
4987 Try to mount the enclosing volume of a GFile if it isn't mounted
4988 yet. This requires us to wait for an async operation to finish, done
4989 with an nested GMainLoop. Authentication is not supported yet, will
4992 2008-02-14 Wim Taymans <wim.taymans@collabora.co.uk>
4994 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4995 (gst_play_bin_set_property), (gst_play_bin_get_property),
4996 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4997 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4998 (gst_play_sink_get_mute), (gen_audio_chain):
4999 * gst/playback/gstplaysink.h:
5002 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
5003 (gst_selector_pad_chain):
5004 * gst/playback/gststreamselector.h:
5005 Make sure we forward the event only once.
5007 * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
5008 Add and implement the mute button for playbin2.
5010 2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
5012 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5014 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
5015 Add some more debug info.
5016 Make sure we never return a negative delay. Fixes #516246.
5018 2008-02-12 Tim-Philipp Müller <tim at centricular dot net>
5020 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5021 Revert patch that makes the sink hold the object lock when
5022 calling snd_pcm_delay(), since it breaks playback for me.
5024 2008-02-12 Julien Moutte <julien@fluendo.com>
5026 * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
5027 some seek flags when changing rate.
5029 2008-02-12 Wim Taymans <wim.taymans@collabora.co.uk>
5031 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5032 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5033 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5034 Fix potential leaks.
5036 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5037 Fix leak when there is no function configured.
5039 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5041 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5042 (gst_v4lsrc_buffer_finalize):
5043 Correctly chain up the finalize method.
5045 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5047 * ext/gio/gstgiostreamsink.c:
5048 * ext/gio/gstgiostreamsrc.c:
5049 Add documentation and example code for giostreamsink/giostreamsrc.
5051 * tests/check/pipelines/gio.c: (GST_START_TEST):
5052 Ask the GMemoryOutputStream for the data instead of assuming that
5053 the pointer to the data stayed the same. It could've been realloc'ed.
5055 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5057 * ext/gio/gstgiosink.c:
5058 * ext/gio/gstgiosrc.c:
5059 Make the documentation of giosink/giosrc complete, large parts
5060 are based on the gnomevfssink/gnomevfssrc docs.
5062 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5064 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5065 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5066 * docs/plugins/gst-plugins-base-plugins.args:
5067 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5068 * docs/plugins/gst-plugins-base-plugins.interfaces:
5069 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5070 * docs/plugins/gst-plugins-base-plugins.signals:
5071 * docs/plugins/inspect/plugin-adder.xml:
5072 * docs/plugins/inspect/plugin-audioconvert.xml:
5073 * docs/plugins/inspect/plugin-audiorate.xml:
5074 * docs/plugins/inspect/plugin-audioresample.xml:
5075 * docs/plugins/inspect/plugin-decodebin.xml:
5076 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5077 * docs/plugins/inspect/plugin-gdp.xml:
5078 * docs/plugins/inspect/plugin-gio.xml:
5079 * docs/plugins/inspect/plugin-gnomevfs.xml:
5080 * docs/plugins/inspect/plugin-libvisual.xml:
5081 * docs/plugins/inspect/plugin-ogg.xml:
5082 * docs/plugins/inspect/plugin-pango.xml:
5083 * docs/plugins/inspect/plugin-playback.xml:
5084 * docs/plugins/inspect/plugin-queue2.xml:
5085 * docs/plugins/inspect/plugin-subparse.xml:
5086 * docs/plugins/inspect/plugin-theora.xml:
5087 * docs/plugins/inspect/plugin-uridecodebin.xml:
5088 * docs/plugins/inspect/plugin-videorate.xml:
5089 * docs/plugins/inspect/plugin-videoscale.xml:
5090 * docs/plugins/inspect/plugin-volume.xml:
5091 * docs/plugins/inspect/plugin-vorbis.xml:
5092 Add the GIO documentation again and while at that run make update.
5094 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5096 * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5097 * ext/alsa/gstalsasink.c: (set_swparams):
5098 * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5099 Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5100 against libasound >= 1.0.16, since it's been deprecated in
5101 0.10.16, and alignment is always 1 then, apparently. (#512899)
5103 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5105 * gst/playback/gstplaybin.c: (gen_audio_element):
5106 * gst/playback/gstplaysink.c: (gen_audio_chain):
5107 Handle case where we can't create the volume element a bit
5110 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5112 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5113 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5114 Add support for https protocol. Fixes #510229.
5116 2008-02-11 Julien Moutte <julien@fluendo.com>
5118 Patch by: Alan Peevers <peeves@pacbell.net>
5120 * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5121 lock when calling alsa methods.
5123 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5125 * gst/typefind/gsttypefindfunctions.c:
5126 Bump rank of jpeg and png typefinders, which will return maximum
5127 probability in the most common cases (thus short-circuiting more
5128 expensive typefinders like the mp3 one for these two quite common
5131 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
5133 * ext/theora/theoraparse.c:
5134 Fix long description of the theora parser to be more verbose than just
5137 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
5139 Patch by: Branko Čibej <brane at xbc dot nu>
5141 * sys/xvimage/xvimagesink.c:
5142 Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5145 2008-02-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5147 * gst/playback/gstplaybasebin.c:
5148 Set is_dynamic as True if there are elements with both request
5149 and sometimes src pad templates instead of breaking out when it
5150 finds the first pad template that is a src.
5152 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
5154 * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5155 (update_streams), (video_combo_cb), (audio_combo_cb),
5156 (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5157 Add some stream switching and volume gui for playbin2.
5159 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
5161 * gst/playback/gstplay-marshal.list:
5162 Added marshal for streamselector Tags.
5164 * gst/playback/gstplaybasebin.c: (set_active_source):
5165 Streamselector now selects pads based on the pad object instead of its
5168 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5169 (init_group), (gst_play_bin_init), (get_group), (get_tags),
5170 (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5171 (gst_play_bin_get_text_tags),
5172 (gst_play_bin_set_current_video_stream),
5173 (gst_play_bin_set_current_audio_stream),
5174 (gst_play_bin_set_current_text_stream),
5175 (gst_play_bin_set_property), (gst_play_bin_get_property),
5176 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5177 Remove option to mute streams with the current-a/v/t property, we have
5178 this functionality in the flags.
5179 Add signals to notify when the number of A/V/T channels changed.
5180 Add action signals to get tags for the A/V/T streams.
5181 Implement setting the current A/V/T stream.
5182 Rearrange some things to simplify stream selection.
5185 * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5186 (gst_play_sink_get_volume), (gst_play_sink_set_property),
5187 (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5188 (activate_vis), (gst_play_sink_reconfigure):
5189 * gst/playback/gstplaysink.h:
5190 Add and implement volume setting methods.
5192 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5193 (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5194 (gst_selector_pad_event), (gst_stream_selector_class_init),
5195 (gst_stream_selector_init), (gst_stream_selector_finalize),
5196 (gst_stream_selector_set_property),
5197 (gst_stream_selector_get_property),
5198 (gst_stream_selector_get_linked_pad),
5199 (gst_stream_selector_request_new_pad):
5200 * gst/playback/gststreamselector.h:
5201 Add pad properties for tags and status of pads.
5203 Make active pad selection based on pad object instead of name.
5205 2008-02-08 Stefan Kost <ensonic@users.sf.net>
5208 Revert last change as we now check in gtk-doc.m4 for sed.
5210 2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
5213 Find and subst SED when building the docs.
5215 2008-02-08 Julien Moutte <julien@fluendo.com>
5217 * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5218 (main): Make sure bus signals are reconnected when pressing STOP
5219 and then PLAY again for a parse launch pipeline. Fix a ref leak
5221 * win32/common/config.h: Updated.
5223 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5226 Make DISABLE_DEPRECATED defined *only* during CVS, not during
5227 pre-releases or releases.
5229 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5232 * ext/gio/Makefile.am:
5233 Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5236 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5238 * docs/plugins/Makefile.am:
5239 Add the headers which need scanning for the GIO plugin. The rest of
5240 the docs still need migrating.
5242 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5245 * tests/check/Makefile.am:
5246 * tests/check/pipelines/.cvsignore:
5247 Add gio in a few more places.
5249 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5253 * tests/check/Makefile.am:
5254 Move gio plugin from -bad and mark as experimental.
5256 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5258 * gst-libs/gst/interfaces/mixeroptions.c:
5259 * gst-libs/gst/interfaces/mixertrack.c:
5260 Comment out a couple of other things which break the build when
5261 GST_DISABLE_DEPRECATED isn't on but -Werror is.
5263 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
5265 * docs/libs/gst-plugins-base-libs-sections.txt:
5268 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
5270 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5271 Fix compiler warning.
5273 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
5275 Patch by: Peter Kjellerstedt <pkj at axis com>
5277 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5278 Clear the addrinfo struct using memset. Fixes #514937.
5280 2008-02-06 Wim Taymans <wim.taymans@collabora.co.uk>
5282 * gst/tcp/gstfdset.h:
5283 Remove unused field to same some memory.
5285 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5286 Mark action signals as such.
5288 2008-02-06 Michael Smith <msmith@fluendo.com>
5290 * ext/theora/theoradec.c: (_theora_granule_frame),
5292 Increment granulepos for new-bitstream versions appropriately.
5295 2008-02-04 Wim Taymans <wim.taymans@collabora.co.uk>
5297 * tests/examples/seek/seek.c: (do_seek),
5298 (rate_spinbutton_changed_cb), (update_streams), (main):
5299 Remove obsolete stream_time reset after flushing seek, core does that
5301 Improve accuracy of speed spinbutton.
5302 Only do playbin2 stuff when we actually use it.
5304 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5306 * tests/check/Makefile.am:
5307 Revert previous change of the test environment's GST_PLUGIN_PATH.
5308 The problem is not with the plugins, but with element factories
5309 and only occurs if elements are split out from existing plugins
5310 or if plugins change name (see #512740).
5312 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5314 * tests/check/Makefile.am:
5315 Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5316 with the core's plugins first and our local build directories last,
5317 since we might be building against an installed core, and that
5318 core's plugin directory may contain older or other versions of
5319 our own -base plugins, but we really do want to test our local
5320 ones (if there are multiple plugins or element factories with the
5321 same name, those inspected last will trump those read in earlier).
5322 Fixes #512740 for the most part.
5324 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5327 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5328 Use gmtime_r if available as gmtime is not MT-safe.
5331 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5333 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5334 Cast glong to time_t as time_t might have a different type on
5335 other platforms, like FreeBSD, and we get a compiler warning
5336 otherwise. Fixes bug #511825.
5338 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5340 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5341 (get_group), (get_n_pads), (gst_play_bin_get_property),
5342 (pad_added_cb), (no_more_pads_cb), (perform_eos),
5343 (autoplug_select_cb), (deactivate_group):
5344 Remove stream-info, we going for something easier.
5345 Refactor getting the current group.
5346 Implement getting the number of audio/video/text streams.
5348 * gst/playback/gststreamselector.c:
5349 (gst_stream_selector_class_init), (gst_stream_selector_init),
5350 (gst_stream_selector_get_property),
5351 (gst_stream_selector_request_new_pad),
5352 (gst_stream_selector_release_pad):
5353 * gst/playback/gststreamselector.h:
5354 Add property for number of pads.
5356 * tests/examples/seek/seek.c: (set_scale), (update_flag),
5357 (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5358 (text_toggle_cb), (update_streams), (msg_async_done),
5359 (msg_state_changed), (main):
5360 Block slider callback when updating the slider position.
5361 Add gui elements for controlling playbin2.
5362 Add callback for async_done that updates position/duration.
5364 2008-02-01 Stefan Kost <ensonic@users.sf.net>
5366 * docs/plugins/Makefile.am:
5367 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5368 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5369 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5370 * docs/plugins/gst-plugins-base-plugins.interfaces:
5371 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5372 First round of plugin docs cleansups.
5374 * docs/plugins/inspect/plugin-adder.xml:
5375 * docs/plugins/inspect/plugin-alsa.xml:
5376 * docs/plugins/inspect/plugin-audioconvert.xml:
5377 * docs/plugins/inspect/plugin-audiorate.xml:
5378 * docs/plugins/inspect/plugin-audioresample.xml:
5379 * docs/plugins/inspect/plugin-audiotestsrc.xml:
5380 * docs/plugins/inspect/plugin-cdparanoia.xml:
5381 * docs/plugins/inspect/plugin-decodebin.xml:
5382 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5383 * docs/plugins/inspect/plugin-gdp.xml:
5384 * docs/plugins/inspect/plugin-gnomevfs.xml:
5385 * docs/plugins/inspect/plugin-libvisual.xml:
5386 * docs/plugins/inspect/plugin-ogg.xml:
5387 * docs/plugins/inspect/plugin-pango.xml:
5388 * docs/plugins/inspect/plugin-subparse.xml:
5389 * docs/plugins/inspect/plugin-tcp.xml:
5390 * docs/plugins/inspect/plugin-theora.xml:
5391 * docs/plugins/inspect/plugin-typefindfunctions.xml:
5392 * docs/plugins/inspect/plugin-video4linux.xml:
5393 * docs/plugins/inspect/plugin-videorate.xml:
5394 * docs/plugins/inspect/plugin-videoscale.xml:
5395 * docs/plugins/inspect/plugin-videotestsrc.xml:
5396 * docs/plugins/inspect/plugin-volume.xml:
5397 * docs/plugins/inspect/plugin-vorbis.xml:
5398 * docs/plugins/inspect/plugin-ximagesink.xml:
5399 * docs/plugins/inspect/plugin-xvimagesink.xml:
5402 * ext/ogg/Makefile.am:
5403 * ext/ogg/gstoggmux.c:
5404 * ext/ogg/gstoggmux.h:
5405 Add header for oggmux. the c-file needs a doc blob still.
5407 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5409 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5411 * gst-libs/gst/rtp/gstrtpbuffer.c:
5412 (gst_rtp_buffer_set_extension_data):
5413 * gst-libs/gst/rtp/gstrtpbuffer.h:
5414 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5415 Add gst_rtp_buffer_set_extension_data()
5416 Add a unit test for this addition. Fixes #511478.
5417 API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5419 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5424 === release 0.10.17 ===
5426 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5429 releasing 0.10.17, "Peanut Butter and Jelly"
5431 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5433 * gst-libs/gst/interfaces/mixeroptions.c:
5434 * gst-libs/gst/interfaces/mixertrack.c:
5435 Also remove the conditional registration of the signals
5436 that disappeared with the ABI change in 0.10.14
5438 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5440 * gst-libs/gst/rtsp/gstrtspconnection.c:
5441 Revert patch to gstrtspconnection.c for brown paper bag
5442 release of -base. Re-opens: #511825
5444 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5446 * gst-libs/gst/interfaces/mixeroptions.h:
5447 * gst-libs/gst/interfaces/mixertrack.h:
5448 Change the way these deprecated function pointers are removed
5449 so that the compiled ABI is unconditionally smaller. This
5450 sets in stone an ABI break that actually occurred when the
5451 things were deprecated in 0.10.14, which seems to be the best
5452 fix as the only known users are oss-mixer and sunaudio-mixer in
5456 2008-01-30 Tim-Philipp Müller <tim at centricular dot net>
5458 * win32/common/libgstpbutils.def:
5459 Export the two new _get_type() functions which are needed
5460 by the python bindings.
5462 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5464 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5465 Cast glong to time_t as time_t might have a different type on
5466 other platforms, like FreeBSD, and we get a compiler warning
5467 otherwise. Fixes bug #511825.
5469 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5471 * gst-libs/gst/audio/gstaudiofilter.c:
5472 (gst_audio_filter_class_init):
5473 Initialize the GstRingerBuffer class to get it's debug category
5474 initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5475 category and otherwise we get some g_critical(). Fixes bug #512334.
5477 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5482 === release 0.10.16 ===
5484 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5487 releasing 0.10.16, "Scheduled Interruption"
5489 2008-01-22 Wim Taymans <wim.taymans@collabora.co.uk>
5491 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5493 * gst-libs/gst/rtp/gstrtpbuffer.c:
5494 (gst_rtp_buffer_get_extension_data):
5495 Fix typos and wrong extension check. Fixes #511274.
5497 2008-01-18 Jan Schmidt <jan.schmidt@sun.com>
5500 Oops - add new sk.po mentioned in the LINGUAS I just committed
5502 2008-01-17 Jan Schmidt <jan.schmidt@sun.com>
5505 Add ca translation to the disted list.
5507 * win32/vs6/libgstsdp.dsp:
5508 Convert line endings to CRLF
5510 2008-01-17 Sebastien Moutte <sebastien@moutte.net>
5513 Add win32/vs6/libgstrtsp.dsp to MANIFEST
5515 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5517 * win32/common/libgstsdp.def:
5518 * win32/common/libgstvideo.def:
5519 Add new API declarations
5521 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5523 * ext/theora/gsttheoradec.h:
5524 * ext/theora/gsttheoraparse.h:
5525 * ext/theora/theoradec.c:
5526 * ext/theora/theoraparse.c:
5527 Take a 2nd stab at handling libtheora granulepos changes in the decoder
5528 and parser by inspecting the bitstream version of the incoming data.
5530 2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
5533 * pkgconfig/Makefile.am:
5534 * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5535 * pkgconfig/gstreamer-audio.pc.in:
5536 * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5537 * pkgconfig/gstreamer-cdda.pc.in:
5538 * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5539 * pkgconfig/gstreamer-fft.pc.in:
5540 * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5541 * pkgconfig/gstreamer-floatcast.pc.in:
5542 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5543 * pkgconfig/gstreamer-interfaces.pc.in:
5544 * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5545 * pkgconfig/gstreamer-netbuffer.pc.in:
5546 * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5547 * pkgconfig/gstreamer-pbutils.pc.in:
5548 * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5549 * pkgconfig/gstreamer-riff.pc.in:
5550 * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5551 * pkgconfig/gstreamer-rtp.pc.in:
5552 * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5553 * pkgconfig/gstreamer-rtsp.pc.in:
5554 * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5555 * pkgconfig/gstreamer-sdp.pc.in:
5556 * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5557 * pkgconfig/gstreamer-tag.pc.in:
5558 * pkgconfig/gstreamer-video-uninstalled.pc.in:
5559 * pkgconfig/gstreamer-video.pc.in:
5560 Provide one pkg-config file for every gst-plugins-base library.
5561 This makes linking to those libraries much more intuitive and
5562 provides standard pkg-config behaviour for them. Fixes bug #499697.
5564 2008-01-13 David Schleef <ds@schleef.org>
5566 * gst/videoscale/vs_4tap.c:
5567 Fix valgrind error on 4tap scaling method.
5569 2008-01-13 Sebastien Moutte <sebastien@moutte.net>
5571 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5572 Include Winsock2.h for VS6 and use a different way initialize
5573 hints structure so it can build with VS6.
5575 * win32/vs6/libgstsdp.dsp:
5576 * win32/common/libgstsdp.def:
5577 Add new files for libgstsdp.
5578 * win32/vs6/grammar.dsp:
5579 Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5580 * win32/vs6/gst_plugins_base.dsw:
5581 * win32/vs6/libgstdecodebin.dsp:
5582 * win32/vs6/libgstdecodebin2.dsp:
5583 * win32/vs6/libgstplaybin.dsp:
5584 * win32/vs6/libgstvolume.dsp:
5585 Add new dependencies to the link list.
5587 2008-01-13 Julien Moutte <julien@fluendo.com>
5589 * win32/common/config.h:
5590 * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5591 (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5592 (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5593 (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5594 (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5595 * win32/common/interfaces-enumtypes.c:
5596 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5597 (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5598 (gst_mixer_track_flags_get_type),
5599 (gst_tuner_channel_flags_get_type):
5600 * win32/common/multichannel-enumtypes.c:
5601 (gst_audio_channel_position_get_type):
5602 * win32/common/pbutils-enumtypes.c:
5603 (gst_install_plugins_return_get_type):
5604 * win32/common/pbutils-enumtypes.h: Update/Add generated files
5605 in the win32 build directory.
5607 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5609 * tests/check/Makefile.am:
5610 Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5612 * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5613 * tests/check/elements/playbin.c:
5614 * tests/check/libs/mixer.c: (test_element_interface_supported),
5615 (gst_implements_interface_init):
5616 * tests/check/libs/rtp.c: (GST_START_TEST):
5617 Fix various assignment type mismatches.
5619 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5622 * gst-libs/gst/rtsp/Makefile.am:
5623 Add test to see if hstrerror is available or if we need libresolv
5624 (Solaris) for it, then use it in libgstrtsp.
5626 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5628 * gst-libs/gst/tag/Makefile.am:
5629 Fix include path order
5631 2008-01-11 Edward Hervey <edward.hervey@collabora.co.uk>
5633 * gst-libs/gst/pbutils/install-plugins.c:
5634 (gst_install_plugins_context_copy),
5635 (gst_install_plugins_context_get_type):
5636 * gst-libs/gst/pbutils/install-plugins.h:
5637 Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5640 2008-01-11 Michael Smith <msmith@fluendo.com>
5642 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5643 (_theora_granule_frame), (_theora_granule_start_time),
5644 (theora_dec_sink_convert), (theora_dec_decode_buffer):
5645 Adapt for post-alpha meaning of granulepos, when we
5646 have a newer version of libtheora.
5647 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5648 (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5649 (theora_enc_is_discontinuous), (theora_enc_chain):
5651 * tests/check/Makefile.am:
5652 Link libtheora into theoraenc test so we can check which version of
5653 libtheora we're testing against.
5654 * tests/check/pipelines/theoraenc.c: (check_libtheora),
5655 (check_buffer_granulepos),
5656 (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5658 Adapt tests to check the values that are now defined for theora; make
5659 the tests backwards-adapt the passed values if we're running against an
5663 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
5665 * gst-libs/gst/audio/gstbaseaudiosink.c:
5666 (gst_base_audio_sink_class_init):
5667 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5668 (gst_base_audio_src_class_init):
5669 Ref audio clock class from a thread-safe context to make sure
5670 we're not bit by GObjects lack of thread-safety here (#349410),
5671 however unlikely that may be in practice.
5673 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
5676 Add -Wno-portability to the automake parameters to stop warnings
5677 about GNU make extensions being used. We require GNU make in almost
5678 every Makefile anyway.
5681 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5682 at the same time is required for per target flags.
5684 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5686 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5687 Post an error message if we can't pull as many bytes as we need
5688 for the tag. This makes sure the user gets to see a proper error
5689 message if a file with a partial ID3 tag is fed to decodebin, and
5690 not a 'no ID3 tag demuxer' error, which would be confusing
5693 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5695 * gst-libs/gst/pbutils/descriptions.c: (formats):
5696 Add description strings for ID3, APE, and ICY tags.
5698 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5700 * gst/playback/gstdecodebin.c: (try_to_link_1):
5701 Make sure we error out correctly if we can't activate one of
5702 the elements we've added. Fixes #508138.
5704 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5706 Patch by: Bastien Nocera <hadess at hadess net>
5708 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5709 (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5710 Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5711 the volume is the same for all channels. This works around
5712 some problem in alsa that leaves us with inconsistent state
5713 for some reason (#486840).
5715 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5717 Patch by: Jerone Young <jerone at gmail com>
5719 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5720 If there's no mixer track by the name of 'Master' or 'Front',
5721 check if there's one called 'PCM' before trying the generic
5722 fallback logic (fixes #506928, where we pick 'Mic' as master
5723 track for the AD1984 card in a Thinkpad T61/X61 laptop).
5725 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
5727 * gst/playback/gstplay-enum.c:
5728 (register_gst_autoplug_select_result),
5729 (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5730 (gst_play_flags_get_type):
5731 * gst/playback/gstplay-enum.h:
5732 Add enums for configuration flags.
5734 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5735 (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5736 (gst_play_bin_get_property), (no_more_pads_cb),
5737 (autoplug_select_cb), (gst_play_bin_change_state):
5738 Merge mode with flags.
5739 Add more property getters/setters, defaults and docs.
5740 Add properties to get number of audio/video/text streams.
5741 Create sink object in _init so that we can always rely on it being
5744 * gst/playback/gstplaysink.c: (gst_play_sink_init),
5745 (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5746 (activate_vis), (gst_play_sink_reconfigure),
5747 (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5748 (gst_play_sink_change_state):
5749 * gst/playback/gstplaysink.h:
5750 Use flags to configure the sink pipelines.
5751 Add tee before audio pipeline so that we can use it for visualisations.
5752 Start working on integrating visualisations.
5753 Remove mode, we can do everything with the flags now.
5754 Add method to configue the sink pipeline.
5756 2008-01-06 Tim-Philipp Müller <tim at centricular dot net>
5758 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5759 (check_buffer_timestamp), (check_buffer_duration):
5760 Turn these functions into macros so we can see right away
5761 where the failure occured.
5763 2008-01-05 Julien Moutte <julien@fluendo.com>
5765 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5766 debugging information to understand how X calculates the stride
5769 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5771 * gst/volume/Makefile.am:
5772 * gst/volume/gstvolume.c: (volume_choose_func),
5773 (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5775 * gst/volume/gstvolume.h:
5776 Use GstAudioFilter as base class for the volume element instead of
5777 plain GstBaseTransform.
5779 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5781 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5782 Don't set element details for the abstract GstAudioFilter class.
5784 2008-01-02 Sebastian Dröge <slomo@circular-chaos.org>
5786 * gst-libs/gst/audio/gstaudiofilter.c:
5787 (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5788 Implement get_unit_size() vmethod of GstBaseTransform.
5790 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk>
5792 * gst-libs/gst/pbutils/Makefile.am:
5793 * gst-libs/gst/pbutils/pbutils.h:
5794 Use glib-enum generator to have a proper enum GType for
5795 GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5797 2007-12-31 David Schleef <ds@schleef.org>
5799 * tests/check/Makefile.am:
5800 * tests/check/pipelines/theoraenc.c:
5801 Reenable theoraenc test, which fails on the buildbot but
5804 2007-12-31 David Schleef <ds@schleef.org>
5806 * docs/libs/.cvsignore:
5807 * docs/plugins/.cvsignore:
5808 Add *-undeclared.txt to fix buildbot.
5810 2007-12-31 David Schleef <ds@schleef.org>
5812 * tests/check/Makefile.am:
5813 Second attempt at disabling theoraenc test long enough to
5814 get buildbot to compile -base.
5816 2007-12-31 David Schleef <ds@schleef.org>
5818 * tests/check/pipelines/theoraenc.c:
5819 Disable theoraenc test long enough to get the buildbot to
5820 compile a recent -base.
5822 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
5824 * tests/examples/seek/seek.c: (stop_cb):
5825 Make sure we reset the slider value to 0.0 without racing against a
5826 possible g_idle that sets it to something else.
5828 2007-12-31 Thijs Vermeir <thijsvermeir@gmail.com>
5830 * sys/ximage/ximagesink.c:
5833 2007-12-30 Wim Taymans <wim.taymans@collabora.co.uk>
5835 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5836 * gst-libs/gst/rtsp/gstrtspdefs.h:
5837 Add Location header so that we can start implementing redirects.
5840 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5842 * gst/subparse/gstssaparse.c:
5845 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5847 * gst/subparse/gstssaparse.c:
5848 remove duplicate log message
5850 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
5852 * ext/libvisual/visual.c: (gst_visual_chain):
5853 Fix 'xyz may be used uninitialized' compiler warnings caused
5854 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5855 abort() in any case but properly report the error.
5857 2007-12-28 Wim Taymans <wim.taymans@collabora.co.uk>
5859 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5860 (gst_play_bin_finalize), (gst_play_bin_set_uri),
5861 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5862 (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5863 (autoplug_select_cb), (activate_group), (deactivate_group),
5864 (setup_next_source), (save_current_group),
5865 (gst_play_bin_change_state):
5867 Remove next-uri, we can use the uri property just fine.
5869 Unref uridecodebin when switching.
5872 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5873 (gst_play_sink_init), (gst_play_sink_dispose),
5874 (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5875 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5876 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5877 (gst_play_sink_set_property), (gst_play_sink_get_property),
5878 (gen_video_chain), (gen_text_element), (gen_audio_chain),
5879 (gen_vis_element), (gst_play_sink_get_mode),
5880 (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5881 (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5882 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5883 (gst_play_sink_change_state):
5884 * gst/playback/gstplaysink.h:
5885 Add some locking to make things threadsafe.
5887 * gst/playback/test7.c: (about_to_finish_cb):
5890 2007-12-22 Tim-Philipp Müller <tim at centricular dot net>
5892 * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5893 (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5894 (gst_video_scale_transform):
5895 Don't claim to be able to handle/transform caps that can't really
5896 be handled by the currently selected scaling method (here: RGB or
5897 packed YUV with 4-tap method). Also add locking to method property.
5899 * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5900 (test_basetransform_based):
5901 Some test pipelines for the above (not entirely valgrind clean yet
5904 2007-12-21 David Schleef <ds@schleef.org>
5906 * gst-libs/gst/video/video.c:
5907 * gst-libs/gst/video/video.h:
5908 Add additional RGBA and RGB-24 video formats.
5910 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5912 * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5913 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5914 (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5915 * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5916 (cddabasesrc_suite):
5917 Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5918 deprecated in the future (see #498924).
5920 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5922 * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5925 2007-12-20 Thijs Vermeir <thijsvermeir@gmail.com>
5927 * gst-libs/gst/riff/riff-read.c:
5928 Use GST_ROUND_UP_2 macro
5930 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5932 * gst/playback/.cvsignore:
5935 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5937 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5938 * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5939 (set_active_source):
5940 * gst/playback/gstplaybasebin.h:
5941 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5942 (setup_sinks), (playbin_set_subtitles_visible):
5943 Make switching off of subtitles work. To avoid all kind of
5944 problems with unlinking of the subtitle input, we just keep
5945 the subtitle inputs linked as they are and tell textoverlay
5946 not to render them. Fixes #373011.
5947 Other subtitle switching issues (esp. when there are both
5948 external and in-stream subtitles) remain. They'll be solved
5951 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5953 * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5954 Init the pad segment too.
5956 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
5958 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5959 (gst_audioringbuffer_open_device),
5960 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5961 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5962 (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5963 (gst_audio_sink_create_ringbuffer):
5964 Improve debug output.
5966 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5967 (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5968 Prevent some functions from doing things and failing when the
5969 ringbuffer is not yet acquired.
5971 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5973 * gst-libs/gst/interfaces/interfaces.h:
5974 Also remove interfaces.h from CVS as it is not needed anymore.
5976 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
5978 * gst-libs/gst/interfaces/Makefile.am:
5979 interfaces.h is not used anymore so remove it from the build
5982 2007-12-17 David Schleef <ds@schleef.org>
5984 * gst/videotestsrc/gstvideotestsrc.c:
5985 * gst/videotestsrc/gstvideotestsrc.h:
5986 Add a "blink" pattern. Turn on the pain. Apologies. It's useful
5987 for testing vertical refresh synchronization.
5989 2007-12-17 David Schleef <ds@schleef.org>
5991 * docs/libs/gst-plugins-base-libs-sections.txt:
5992 * gst-libs/gst/video/video.c:
5993 * gst-libs/gst/video/video.h:
5994 Add new GstVideFormat enum and write a bunch of helper functions
5997 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
6000 Use new common/win32.mak.
6002 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
6004 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6005 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6007 When going from PLAYING to PAUSED, pause the ringbuffer before calling
6008 the parent state change function, just like the audiosink, because the
6009 parent waits for the element to finish its processing before completing
6010 the state change. This makes going to PAUSED a lot snappier.
6011 When going from READY to PAUSED, don't allow the ringbuffer to start
6014 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
6016 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6017 Yet another fix for broken software that produce files with an empty
6018 blockalign field. Instead of completely failing, make a second attempt
6019 at guessing the width/depth by looking at strf->size.
6021 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
6023 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
6024 (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
6025 * gst-libs/gst/pbutils/install-plugins.c:
6026 (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
6027 * gst-libs/gst/pbutils/missing-plugins.c:
6028 (gst_missing_plugin_message_get_installer_detail),
6029 (gst_missing_encoder_installer_detail_new):
6030 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
6031 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6032 Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6033 avoid compiler warnings (#503930).
6035 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
6037 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6038 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6039 for jpeg video streams.
6040 Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6041 for the above modification.
6043 2007-12-15 Tim-Philipp Müller <tim at centricular dot net>
6045 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6046 (gst_x_overlay_handle_events):
6047 More guards (we don't want klass to end up being NULL).
6049 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
6052 * gst/volume/gstvolume.c: (gst_volume_init):
6053 Use new gst_base_transform_set_gap_aware() function as volume
6054 correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1
6057 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6059 * tests/examples/seek/seek.c: (msg_segment_done), (main):
6060 Don't go to READY on EOS as this avoids testing of seeking and
6061 restarting after EOS, use the stop button when you want to READY.
6062 Don't try to do a flushing seek in segment-done, it does not make
6063 sense to use this for gapless playback and is not needed.
6065 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6067 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6068 (reset_rate_timer), (update_in_rates), (update_out_rates),
6069 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6070 (gst_queue_chain), (gst_queue_loop):
6071 Use separate timers for input and output rates.
6072 Pause measuring the output rate when we block for more data.
6075 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6077 * gst/playback/gstqueue2.c: (gst_queue_chain):
6078 Pause the timer to measure the input rate when we block because the
6079 queue is filled. See #503262.
6081 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
6083 Patch by: Peter Kjellerstedt <pkj at axis com>
6085 * gst-libs/gst/rtsp/gstrtspconnection.c:
6086 (gst_rtsp_connection_free):
6087 Close control sockets. Fixes #503440.
6089 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
6091 * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6092 Expose the right pad in the right place with the right element.
6094 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
6096 * gst-libs/gst/pbutils/descriptions.c: (formats):
6097 Add description for 'private' dts caps (who come up with that name?).
6099 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
6102 Add check-exports target and run it with 'make check'.
6105 Be stricter about what we export in our libraries: change regexp so that
6106 we only export _gst_foo(), but not __gst_foo().
6108 * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6109 * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6110 Change internal functions to __gst_foo so they dont' get exported.
6112 * win32/common/libgstaudio.def:
6113 Add missing symbols.
6115 2007-12-11 David Schleef <ds@schleef.org>
6117 * ChangeLog: remove conflict markers
6119 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
6121 * ext/gnomevfs/Makefile.am:
6122 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6123 Use gst_tag_freeform_string_to_utf8() here, which also takes
6124 into account any character sets specified by the user via
6125 environment variables.
6127 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
6129 * gst/audioconvert/Makefile.am:
6132 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
6134 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6135 No need for floating point operations here. avoids having to link
6136 against the math library too.
6138 2007-12-10 Tim-Philipp Müller <tim at centricular dot net>
6140 * gst-libs/gst/pbutils/descriptions.c: (formats),
6141 (format_info_get_desc):
6142 * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6144 Add one or two missing formats. Generate ADPCM description
6145 dynamically depending on layout/format.
6147 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
6150 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6152 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
6154 Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6156 * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6157 Some .srt files start with chunk number 0 and not chunk number 1,
6158 recognise and accept those as well (fixes #502497).
6160 * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6162 Add unit test for the above.
6164 2007-12-06 Wim Taymans <wim.taymans@gmail.com>
6166 * gst/playback/gstplay-enum.c:
6167 (register_gst_autoplug_select_result),
6168 (gst_autoplug_select_result_get_type):
6169 * gst/playback/gstplay-enum.h:
6172 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
6174 * gst/playback/Makefile.am:
6175 Group decodebin2 and uridecodebin into the same plugin so that they
6176 can share the GEnumType.
6178 * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6179 (_gst_select_accumulator), (gst_decode_bin_class_init),
6180 (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6181 (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6182 (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6183 Add signal to sort factories instead of the more awkward autoplug-select
6185 Modify autoplug_select so that we can try, skip or expose the
6186 autopluggin of an element on a pad.
6188 * gst/playback/gstfactorylists.c: (compare_ranks),
6189 (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6190 (element_filter), (gst_factory_list_get_elements),
6191 (gst_factory_list_debug), (gst_factory_list_filter):
6192 * gst/playback/gstfactorylists.h:
6193 Simplify the API, allow getting elements based on mask.
6195 * gst/playback/gstplay-marshal.list:
6196 Add some more marshallers.
6198 * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6199 (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6200 (autoplug_select_cb), (activate_group):
6201 Add support for managing non-raw sinks by providing a custom element and
6202 sink list to decodebin2.
6203 Try to plug non-raw sinks when decodebin2 using autoplug-select of
6206 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6207 (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6208 * gst/playback/gstplaysink.h:
6209 Add support for raw and non-raw sinks.
6210 Add support to force sinks selected by playbin2.
6211 Don't plug raw converters for non-raw sinks.
6213 * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6214 (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6215 (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6217 Use right accumulators.
6220 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
6222 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6223 Use runnning time as the base time instead of the timestamp.
6224 Spotted by Saur on IRC.
6226 2007-12-03 Edward Hervey <bilboed@bilboed.com>
6228 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6229 Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6231 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
6233 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6234 (gst_ogg_demux_read_chain):
6235 If we find a new serial number but it does not contain a BOS page, make
6236 sure we initialize the chain to NULL because else we will try to scan it
6237 and crash. Fixes #500763
6239 2007-11-30 Wim Taymans <wim.taymans@gmail.com>
6241 * gst/playback/Makefile.am:
6242 * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6243 (get_feature_array), (decoders_filter), (sinks_filter),
6244 (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6245 (gst_factory_list_filter):
6246 * gst/playback/gstfactorylists.h:
6247 Refactor some common code to filter factories and check caps compat.
6249 * gst/playback/gstdecodebin.c:
6250 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6251 (gst_decode_bin_init), (gst_decode_bin_dispose),
6252 (gst_decode_bin_autoplug_continue),
6253 (gst_decode_bin_autoplug_factories),
6254 (gst_decode_bin_autoplug_select), (analyze_new_pad),
6256 * gst/playback/gstplaybin.c:
6257 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6258 (gst_play_bin_init), (gst_play_bin_finalize),
6259 (autoplug_factories_cb), (activate_group):
6260 * gst/playback/gstqueue2.c:
6261 * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6262 (proxy_autoplug_continue_signal),
6263 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6264 (proxy_drained_signal):
6265 Add some more debug info and use factor filtering code.
6267 2007-11-26 Stefan Kost <ensonic@users.sf.net>
6269 * gst/audiotestsrc/gstaudiotestsrc.c:
6270 * gst/volume/gstvolume.c:
6271 * gst/volume/gstvolume.h:
6272 Add GAP-flag support.
6274 2007-11-24 Julien MOUTTE <julien@moutte.net>
6276 * tests/examples/seek/seek.c: (main): Increase the range of the
6277 rate selector as I would like to test QOS behavior at higher
6278 forward and reverse playback speed like say 64x.
6280 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
6282 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6283 (audioresample_query), (audioresample_query_type),
6284 (gst_audioresample_set_property):
6285 Implement latency query.
6287 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6289 * gst-libs/gst/audio/gstbaseaudiosink.c:
6290 (gst_base_audio_sink_drain):
6291 Our EOS time contains the base_time, _wait_eos() expects a running_time
6292 so we have to subtract the base_time again before calling the function.
6293 This fixes an EOS regression where the base_time was added twice and EOS
6294 took longer and longer in certain situations.
6297 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6299 * docs/libs/gst-plugins-base-libs-sections.txt:
6300 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6301 (gst_base_audio_sink_set_provide_clock),
6302 (gst_base_audio_sink_get_provide_clock),
6303 (gst_base_audio_sink_set_slave_method),
6304 (gst_base_audio_sink_get_slave_method),
6305 (gst_base_audio_sink_set_property),
6306 (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6307 (gst_base_audio_sink_none_slaving),
6308 (gst_base_audio_sink_handle_slaving):
6309 * gst-libs/gst/audio/gstbaseaudiosink.h:
6310 Expose methods for some object properties so that subclasses can more
6311 easily configure them.
6312 Added slave method none, that completely disables slaving to the
6314 API: gst_base_audio_sink_set_provide_clock()
6315 API: gst_base_audio_sink_get_provide_clock()
6316 API: gst_base_audio_sink_set_slave_method()
6317 API: gst_base_audio_sink_get_slave_method()
6319 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6320 (gst_base_audio_src_set_provide_clock),
6321 (gst_base_audio_src_get_provide_clock),
6322 (gst_base_audio_src_set_property),
6323 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6324 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6325 Expose methods for some object properties so that subclasses can more
6326 easily configure them.
6327 API: gst_base_audio_src_set_provide_clock()
6328 API: gst_base_audio_src_get_provide_clock()
6330 2007-11-20 Wim Taymans <wim.taymans@gmail.com>
6332 Patch by: Joe Peterson <lavajoe at gentoo dot org>
6334 * gst-libs/gst/sdp/gstsdpmessage.c:
6335 Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6337 2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
6339 * tests/check/libs/fft.c: (GST_START_TEST):
6340 Fix scaling to really have dB instead of something else.
6342 2007-11-19 Julien MOUTTE <julien@moutte.net>
6344 * tests/examples/seek/seek.c: (main): There's a nice macro to check
6345 GTK version, use it.
6347 2007-11-19 Julien MOUTTE <julien@moutte.net>
6349 * tests/examples/seek/seek.c: (main): Try to support stable version
6352 2007-11-17 Stefan Kost <ensonic@users.sf.net>
6354 * gst/playback/README:
6355 * gst/playback/test7.c:
6356 Fix the build + little README update.
6358 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6360 * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6361 Add playbin2 seek pipeline.
6363 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6365 * gst/playback/Makefile.am:
6366 * gst/playback/gstplayback.c: (plugin_init):
6367 * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6368 (eos_cb), (about_to_finish_cb), (main):
6370 Added gapless playback example.
6372 * gst/playback/gstplaybasebin.c:
6373 * gst/playback/gstplaybasebin.h:
6374 * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6375 * gst/playback/gstqueue2.c:
6376 * gst/playback/test.c:
6377 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6379 * gst/playback/gststreaminfo.h:
6382 * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6383 (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6384 (gst_play_bin_dispose), (gst_play_bin_set_uri),
6385 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6386 (gst_play_bin_get_property), (gst_play_bin_handle_message),
6387 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6388 (drained_cb), (unlink_group), (activate_group),
6389 (setup_next_source), (gst_play_bin_change_state),
6390 (gst_play_bin2_plugin_init):
6391 Added raw first version of playbin2. Does chained oggs and gapless
6392 playback fine. No support for raw sinks yet. No visualisations or
6395 * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6396 (gst_play_sink_class_init), (gst_play_sink_init),
6397 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6398 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6399 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6400 (gst_play_sink_set_property), (gst_play_sink_get_property),
6401 (post_missing_element_message), (free_chain), (add_chain),
6402 (activate_chain), (gen_video_chain), (gen_text_element),
6403 (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6404 (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6405 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6406 (gst_play_sink_send_event), (gst_play_sink_change_state):
6407 * gst/playback/gstplaysink.h:
6408 Added Element that abstracts the sinks and their pipelines for playbin2.
6410 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6412 * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6413 (gst_selector_pad_class_init), (gst_selector_pad_init),
6414 (gst_selector_pad_finalize), (gst_selector_pad_reset),
6415 (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6416 (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6417 (gst_selector_pad_chain), (gst_stream_selector_get_type),
6418 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6419 (gst_stream_selector_init), (gst_stream_selector_set_property),
6420 (gst_stream_selector_get_linked_pad),
6421 (gst_stream_selector_getcaps),
6422 (gst_stream_selector_is_active_sinkpad),
6423 (gst_stream_selector_activate_sinkpad),
6424 (gst_stream_selector_get_linked_pads),
6425 (gst_stream_selector_request_new_pad),
6426 (gst_stream_selector_release_pad):
6427 * gst/playback/gststreamselector.h:
6428 Improve streamselector, make it select and unselect the current pad more
6430 Subclass GstPad for the sinkpads of the selector.
6431 Handle segments more correctly.
6432 Fix caps negotiation.
6433 Implement release_pad.
6435 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6437 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6438 (gst_decode_group_check_if_drained), (source_pad_event_probe),
6440 Add drained signal fired when decodebin finishes decoding the data.
6441 Remove deprecated STATE_DIRTY message.
6443 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6444 (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6445 (analyse_source), (proxy_drained_signal), (make_decoder),
6446 (source_new_pad), (value_list_append_structure_list),
6447 (handle_redirect_message), (handle_message):
6448 Proxy the new drained signal.
6449 Handle pad removed from decodebin.
6450 Handle redirect messages by sorting multiple redirections based on the
6453 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6455 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6457 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6458 Fix leaking headers. Fixes #496761.
6460 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6462 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6464 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6465 (gst_ximagesink_change_state):
6466 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6467 Don't leak the PAR on errors. Fixes #496731.
6469 2007-11-16 Tim-Philipp Müller <tim at centricular dot net>
6471 * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6472 (gst_tag_from_id3_user_tag):
6473 Add mapping for audio cd discid tags, so we can extract
6474 them from tags as well (see #347848). Also compare identifiers
6475 in ID3v2 TXXX frames in a case-insensitive way to increase
6476 compatibility when reading tags (discid vs. DiscID vs. DiscId).
6478 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6480 * gst-plugins-base.doap:
6481 Oops, fix the release name.
6483 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6485 * gst-plugins-base.doap:
6488 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6493 === release 0.10.15 ===
6495 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6498 releasing 0.10.15, "No need to argue"
6500 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6502 * win32/vs6/libgstfft.dsp:
6503 Convert line endings to DOS.
6505 2007-11-15 Sebastien Moutte <sebastien@moutte.net>
6507 * win32/vs6/gst_plugins_base.dsw:
6508 * win32/vs6/libgstfft.dsp:
6510 Add a project file for fft plugin and remove socket
6511 based plugin which don't build from the workspace.
6512 * win32/vs6/libgstaudio.dsp:
6513 * win32/vs6/libgstrtp.dsp:
6514 * win32/vs6/libgsttag.dsp:
6515 Convert line endings back to DOS.
6518 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6520 * win32/vs6/libgstinterfaces.dsp:
6521 * win32/vs6/libgstrtsp.dsp:
6522 Convert line endings back to DOS
6524 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6526 * gst-libs/gst/fft/kiss_fft_f32.h:
6527 * gst-libs/gst/fft/kiss_fft_f64.h:
6528 * gst-libs/gst/fft/kiss_fft_s16.h:
6529 * gst-libs/gst/fft/kiss_fft_s32.h:
6530 Don't include malloc.h which doesn't exist on Mac OSX.
6531 Instead, pull in glib.h and use g_malloc/g_free for
6532 consistency. Fixes: #496548
6534 2007-11-09 Stefan Kost <ensonic@users.sf.net>
6536 * gst/playback/gstdecodebin2.c:
6537 Dont leak ghostpad. Fixes #475451.
6539 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
6541 * docs/design/design-decodebin.txt:
6542 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6543 Update some more docs and comments.
6545 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6547 Patch by: Sebastien Moutte <sebastien moutte net>
6549 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6550 (gst_rtcp_unix_to_ntp):
6551 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6552 Fix some C99-isms and and a missing function that some versions of
6553 MSVC don't like too much (#494346).
6555 * win32/vs6/gst_plugins_base.dsw:
6556 * win32/vs6/libgstaudio.dsp:
6557 * win32/vs6/libgstrtp.dsp:
6558 * win32/vs6/libgsttag.dsp:
6559 Update vs6 projects files (#494346).
6561 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6563 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6565 * win32/common/libgstaudio.def:
6566 * win32/common/libgstcdda.def:
6567 * win32/common/libgstinterfaces.def:
6568 * win32/common/libgstnetbuffer.def:
6569 * win32/common/libgstpbutils.def:
6570 * win32/common/libgstrtp.def:
6571 * win32/common/libgstrtsp.def:
6572 * win32/common/libgsttag.def:
6573 * win32/common/libgstvideo.def:
6574 More missing symbols to export (fixes #493986).
6576 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
6578 * docs/libs/gst-plugins-base-libs-sections.txt:
6579 * gst-libs/gst/fft/gstfftf32.c:
6580 * gst-libs/gst/fft/gstfftf32.h:
6581 * gst-libs/gst/fft/gstfftf64.c:
6582 * gst-libs/gst/fft/gstfftf64.h:
6583 * gst-libs/gst/fft/gstffts16.c:
6584 * gst-libs/gst/fft/gstffts16.h:
6585 * gst-libs/gst/fft/gstffts32.c:
6586 * gst-libs/gst/fft/gstffts32.h:
6587 * tests/check/libs/fft.c: (GST_START_TEST):
6588 Remove the magnitude and phase calculation functions as these have
6589 very special use cases and can't even be used for the spectrum
6590 element. Also adjust the docs to mention some properties of the used
6591 FFT implemention, i.e. how the values are scaled. Fixes #492098.
6593 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6595 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6597 Avoid crash when there are external subtitles (fixes #491722).
6599 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
6601 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6602 * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6603 'Could not open resource for writing' is not an acceptable
6604 error message when we can't open the audio device (see #492334),
6605 even less so when we're trying to open it to record something.
6607 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6609 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6611 * win32/common/libgstrtp.def:
6612 Add some more missing symbols (#492813).
6614 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6616 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6618 * tests/check/elements/audioconvert.c: (verify_convert):
6619 Add check to make sure that the out caps have a channel layout
6620 set on them where they should have one.
6622 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6624 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6626 * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6627 * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6628 Include our own _stdint.h instead of sys/types.h, makes MingW happy
6631 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6632 Use _pipe directly, GLib doesn't have a pipe() macro any longer
6633 (it disappeared in GLib 2.14.0) (#492306).
6635 * gst-libs/gst/sdp/Makefile.am:
6636 * gst-libs/gst/sdp/gstsdpmessage.c:
6637 Fix includes and LIBS for win32/Mingw (#492306).
6639 * tests/examples/dynamic/addstream.c (pause_play_stream):
6640 Use more portable g_usleep() instead of sleep() (#492306).
6642 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6644 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6646 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6647 (gst_ring_buffer_parse_caps):
6648 Return NULL instead of an enum that happens to be 0, fixes warning
6651 * gst-libs/gst/audio/gstringbuffer.h:
6652 No trailing commas in enum list (for gcc-2.9x).
6654 * gst/videotestsrc/videotestsrc.c: (random_char):
6655 Make information loss explicit instead of implicitly truncating to
6656 eight bits via the return value. Fixes runtime error on MSVC when
6657 using the debug CRT (#492114).
6659 * win32/common/config.h.in:
6660 Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6662 * win32/common/libgstinterfaces.def:
6663 * win32/common/libgstrtp.def:
6664 Export a few more symbols (#492114).
6666 2007-11-01 Stefan Kost <ensonic@users.sf.net>
6668 * gst-libs/gst/audio/audio.c:
6669 * gst-libs/gst/audio/audio.h:
6670 Readd the deprecation guards, but preserve compilability.
6672 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6674 * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6675 (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6676 Preserve channel layout when fixating the number of channels in the
6677 output caps, or make sure there's a suitable channel position layout
6678 set on the caps if required. Fixes #430677.
6680 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6682 * tests/check/elements/decodebin.c: (test_text_plain_streams):
6683 Make sure the pipeline really operates in push mode as it should
6686 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6688 * gst-libs/gst/audio/audio.h:
6689 Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6690 compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6691 (ie. normal cvs builds) will fail.
6693 2007-10-31 Stefan Kost <ensonic@users.sf.net>
6695 * docs/libs/Makefile.am:
6696 * gst-libs/gst/audio/audio.c:
6697 * gst-libs/gst/audio/audio.h:
6698 * gst-libs/gst/interfaces/mixer.c:
6699 tell gtk-doc about the deprecation guard. Apply more doc fixes.
6701 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6703 * tests/check/libs/audio.c: (init_value_to_channel_layout),
6704 (test_channel_layout_value_intersect), (audio_suite):
6705 Add simple unit test to make sure GstValue intersection
6706 of channel layouts works the way I think it does.
6708 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6710 * docs/libs/gst-plugins-base-libs-sections.txt:
6711 * gst-libs/gst/audio/gstaudiofilter.h:
6712 * gst-libs/gst/interfaces/mixer.h:
6713 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6714 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6715 * gst-libs/gst/sdp/gstsdpmessage.c:
6716 Fix the docs according to what gtk-doc complained about.
6718 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6720 * tests/icles/stress-playbin.c:
6723 2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
6725 * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6726 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6727 Post nice/more useful error message if we don't have a decoder for
6730 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6732 * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6733 Be a bit more useful, unblock the pads after we fired the no-more-pads
6734 signal so that we can use the signal to inspect and connect all pads
6735 without having to keep extra state outside of decodebin.
6737 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6739 * gst/playback/gsturidecodebin.c:
6740 (gst_uri_decode_bin_autoplug_continue),
6741 (gst_uri_decode_bin_class_init), (no_more_pads_full):
6742 Implement default signal handler so that we return TRUE when nothing is
6745 2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
6747 * gst-libs/gst/riff/riff-media.c:
6748 (gst_riff_wavext_add_channel_layout),
6749 (gst_riff_wave_add_default_channel_layout),
6750 (gst_riff_wavext_get_default_channel_mask),
6751 (gst_riff_create_audio_caps):
6752 Use the ALSA channel layout as default for wav files without channel
6753 layout information. This fixes playback of chan-id.wav on 5.1 systems
6754 for example. Also refactor the channel layout setting a bit and add
6755 more default channel orders. Fixes #489010.
6757 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
6759 * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6760 GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6761 -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6764 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
6766 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6767 (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6768 (gst_decode_bin_set_subs_encoding),
6769 (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6770 (gst_decode_bin_get_property), (analyze_new_pad):
6771 Move subtitle encoding property to decodebin2 so that it can set the
6772 property value on all elements that it autoplugs and that require it.
6773 Make caps refcounting more consistent in get/set.
6775 * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6776 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6777 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6778 (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6779 (proxy_autoplug_continue_signal),
6780 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6782 Proxy properties and relevant signals from the internal decodebin.
6783 Make properties MT safe.
6785 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
6787 * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6788 * gst-libs/gst/tag/tags.c:
6789 Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6790 GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6792 * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6793 Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6795 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6796 (gst_tag_to_vorbis_comments):
6797 Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6798 just mapping everything I found in the wild) (#414539).
6800 2007-10-24 Wim Taymans <wim.taymans@gmail.com>
6802 Inspired by patch of: René Stadler <mail at renestadler dot de>
6804 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6805 (gst_decode_bin_autoplug_continue),
6806 (gst_decode_bin_autoplug_factories),
6807 (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6809 * gst/playback/gstplay-marshal.list:
6810 Remove the autoplug-sort signal and replace it with a binding friendly
6811 autoplug-select signal.
6812 Add an autoplug-factories signal that can be used to generate a list of
6813 factories to try to autoplug.
6814 Add the GstPad to the autoplugging signal args as it might be needed to
6815 make a good factory selection.
6816 Fix up the marshallers for this. Fixes #407282.
6818 2007-10-23 Tim-Philipp Müller <tim at centricular dot net>
6820 * gst-libs/gst/tag/gsttagdemux.c:
6821 Don't abort with an assertion if we receive a seek event with
6822 a start type of NONE (see launchpad bug #155878).
6824 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
6826 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6827 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6828 (gst_ximagesink_change_state), (gst_ximagesink_reset):
6829 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6830 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6831 (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6832 Make sure that before we clean up the X resources, we shutdown and join
6834 Also make sure the event thread does not shut down immediatly after
6835 startup because the running variable is not yet correctly set.
6838 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6840 * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6841 Make the window for a race in typefind and shutting down smaller until
6842 we figure out the right locking here. Avoids #485753 usually.
6844 * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6845 Remove unneeded lock causing a race in typefind and shutting down.
6848 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6849 Also remove sinks when going to NULL because we might not complete the
6850 state change to PAUSED, causing the PAUSED->READY state change not to
6853 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6855 * gst-libs/gst/audio/gstbaseaudiosink.c:
6856 (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6857 Also explicitly release the ringbuffer when going to NULL because it
6858 is required in the setcaps function, before the state change to PAUSED
6861 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
6863 * tests/icles/.cvsignore:
6864 * tests/icles/Makefile.am:
6865 * tests/icles/stress-playbin.c:
6866 Does what it says on the tin.
6868 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
6870 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6871 Fix queue negotiation. See #486758.
6873 2007-10-12 Jan Schmidt <Jan.Schmidt@sun.com>
6875 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6876 (gst_xvimagesink_xwindow_new),
6877 (gst_xvimagesink_update_colorbalance),
6878 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6880 Fix handling of some of the X atoms. If the last parameter is True,
6881 XInternAtom won't create the atom if it doesn't exist, and therefore
6882 might return None. This causes X errors on Xv implementations that
6883 don't provide the colour balance attributes.
6885 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6887 * gst-libs/gst/tag/gstvorbistag.c:
6888 * tests/check/libs/tag.c:
6889 Extract vorbis comment LICENSE tags correctly.
6891 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6893 Patch by: Jason Kivlighn <jkivlighn gmail com>
6895 * gst-libs/gst/tag/gstid3tag.c:
6896 * tests/check/libs/tag.c:
6897 Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6899 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
6901 * gst-libs/gst/tag/gsttagdemux.c:
6902 Don't error out when a buggy downstream element doesn't
6903 handle the newsegment event we send properly (especially
6904 not without posting a meaningful error message on the
6905 bus). See bug #471370 and launchpad bug #136264.
6907 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
6909 * gst-libs/gst/audio/gstbaseaudiosink.c:
6910 (gst_base_audio_sink_drain):
6911 Use new basesink method to make our EOS drain interruptable.
6913 2007-10-10 Jan Schmidt <Jan.Schmidt@sun.com>
6915 * gst-libs/gst/rtp/gstrtppayloads.c:
6916 Fix silly search-replace oversight.
6918 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
6920 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6922 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6923 (gst_basertppayload_set_outcaps):
6924 Fix caps memleak. Fixes #484989.
6927 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6929 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6930 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6933 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6935 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6936 (gst_base_audio_src_create):
6937 Also handle the case where there is no clock set on the audio source,
6938 like in the unit tests.
6940 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
6942 * gst-libs/gst/rtp/gstrtppayloads.c:
6943 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6944 to avoid compiler warnings
6946 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6948 * gst/playback/gstdecodebin.c: (type_found),
6949 (gst_decode_bin_change_state):
6950 * gst/playback/gstdecodebin2.c: (type_found),
6951 (gst_decode_bin_change_state):
6952 Don't disconnect the have_type signal because we never reconnect it
6953 later on. Instead keep a variable to see if we already detected a type.
6955 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6957 * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6958 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6960 Unlink the signal handler when we found the type, we're not going to do
6961 anything sensible with more type_found signals anyway.
6963 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6965 * gst-libs/gst/tag/gsttagdemux.c:
6968 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
6970 * gst-libs/gst/tag/Makefile.am:
6971 * gst-libs/gst/tag/gsttagdemux.c:
6972 * gst-libs/gst/tag/gsttagdemux.h:
6973 API: add GstTagDemux base class for simple tag demuxers.
6975 * docs/libs/gst-plugins-base-libs-docs.sgml:
6976 * docs/libs/gst-plugins-base-libs-sections.txt:
6977 Add GstTagDemux to docs.
6979 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
6981 * gst-libs/gst/rtp/gstrtpbuffer.c:
6982 (gst_rtp_buffer_get_payload_subbuffer):
6983 Fix bug introduced with last commit which inverted the logic and
6984 caused all buffers to be dropped. Fixes #483620.
6985 Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6987 2007-10-04 Stefan Kost <ensonic@users.sf.net>
6989 * gst-libs/gst/rtp/gstrtpbuffer.c:
6990 Replace g_return_if_val (as it could be disabled), with regular return
6993 2007-10-03 Stefan Kost <ensonic@users.sf.net>
6995 * tests/check/pipelines/simple-launch-lines.c:
6996 Print message name and not just number.
6998 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
7000 * gst-libs/gst/audio/gstbaseaudiosink.c:
7001 (gst_base_audio_sink_async_play):
7002 When slaved to the clock, don't try to align a sample with the previous
7003 one when going to PLAYING again.
7005 2007-10-02 Stefan Kost <ensonic@users.sf.net>
7007 * tests/examples/snapshot/snapshot.c:
7010 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7012 * gst-libs/gst/sdp/gstsdpmessage.h:
7013 Add RFC 3556 bandwidth modifiers.
7015 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7017 * docs/libs/gst-plugins-base-libs-docs.sgml:
7018 * docs/libs/gst-plugins-base-libs-sections.txt:
7019 * gst-libs/gst/rtp/gstrtppayloads.c:
7020 Update documentation.
7022 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7024 * gst-libs/gst/rtp/Makefile.am:
7025 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
7026 (gst_rtp_payload_info_for_name):
7027 * gst-libs/gst/rtp/gstrtppayloads.h:
7028 Added new file and header to deal with payload info.
7030 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7031 (gst_rtp_buffer_default_clock_rate):
7032 * gst-libs/gst/rtp/gstrtpbuffer.h:
7033 Payload specific stuff is move to new headers.
7034 Implement _default_clock rate using the new payload function.
7036 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7037 (gst_sdp_parse_line):
7038 * gst-libs/gst/sdp/gstsdpmessage.h:
7039 Add some more comments.
7041 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7043 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7044 (sdp_check_header), (sdp_type_find), (plugin_init):
7045 Add typefind function for application/sdp.
7046 Remove some old dirac typefind code that was ifdeffed out.
7048 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
7050 * win32/common/libgstaudio.def:
7051 Add new exported functions.
7052 * win32/vs6/grammar.dsp:
7053 Add autogeneration and copy of some autegenerated files from win32/common
7055 * win32/vs6/libgstaudioconvert.dsp:
7056 Add gstaudioquantize.c to the build.
7057 * win32/vs6/libgstinterfaces.dsp:
7058 Add videoorientation.c to the build.
7059 * win32/vs6/libgstriff.dsp:
7060 Add libgsttag to the link libraries list.
7061 * win32/vs6/libgstvolume.dsp:
7062 Add liboil to the link.
7063 * win32/vs6/gst_plugins_base.dsw:
7064 * win32/vs6/libgstrtsp.dsp:
7065 * win32/common/libgstrtsp.def:
7066 Add files to build libgstrtsp library.
7068 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7070 * tests/examples/snapshot/snapshot.c: (main):
7071 Print error when pipeline failed to construct.
7073 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7076 * gst-libs/gst/tag/gstid3tag.c:
7077 * gst-libs/gst/tag/gstvorbistag.c:
7078 Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7081 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7083 * gst-libs/gst/floatcast/floatcast.h:
7084 Don't include config.h in an installed public header, this
7085 might break compilation of applications that don't have such
7086 a header and doesn't necessarily do what it's supposed to do
7087 anyway (ie. check for the lrint/lrintf defines) (#442065).
7088 Add docs for the various macros and document how this header
7089 has to be used (link against libm, etc.); add a few FIXMEs;
7090 include math.h for non-c99 code path. Based on patch by
7093 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
7096 Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7097 of duplicating these macros in configure.ac.
7099 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7104 Updated translations to 0.10.14
7106 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7108 translated by: Jakub Bogusz <qboosh@pld-linux.org>
7111 Added Polish translation.
7113 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7115 translated by: Ilkka Tuohela <hile@iki.fi>
7118 Added Finnish translation.
7120 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7122 translated by: Jorge González González <aloriel@gmail.com>
7125 Added Spanish translation.
7127 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7129 translated by: Mogens Jaeger <mogens@jaeger.tf>
7132 Added Danish translation.
7134 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7136 translated by: Funda Wang <fundawang@linux.net.cn>
7139 Added Chinese (simplified) translation.
7141 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7143 translated by: Alexander Shopov <ash@contact.bg>
7146 Added Bulgarian translation.
7148 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
7150 * gst/playback/gstqueue2.c: (gst_queue_push_one):
7151 Fix compilation wrt printf arguments.
7153 2007-09-20 Wim Taymans <wim.taymans@gmail.com>
7156 * tests/examples/Makefile.am:
7157 * tests/examples/snapshot/.cvsignore:
7158 * tests/examples/snapshot/Makefile.am:
7159 * tests/examples/snapshot/snapshot.c: (main):
7160 Add simple snapshot example program using appsink.
7162 2007-09-20 Stefan Kost <ensonic@users.sf.net>
7164 * tests/check/generic/states.c:
7165 Improved state change unit test.
7167 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7169 * docs/plugins/.cvsignore:
7170 * tests/check/.cvsignore:
7171 Ignore registries in any format.
7173 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7175 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7176 (gst_base_rtp_depayload_chain),
7177 (gst_base_rtp_depayload_set_gst_timestamp):
7178 Only copy timestamp on outgoing packets if the depayloader did not set
7180 Also copy duration on outgoing packets.
7182 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7184 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7185 (gst_basertppayload_set_outcaps):
7186 Fix compilation because of missing %d in printf.
7187 When fixating caps, fixate what we can and throw away all remaining
7188 unfixed caps, subclasses should do something smart if they need to.
7190 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7192 * ext/gnomevfs/gstgnomevfssrc.c:
7193 Improve debug logs a bit and be more verbose if things go wrong.
7195 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
7197 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7198 (gst_text_overlay_set_property):
7199 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7200 * gst-libs/gst/audio/gstbaseaudiosink.c:
7201 (gst_base_audio_sink_render):
7202 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7203 (gst_rtcp_unix_to_ntp):
7204 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7205 * gst/playback/gstqueue2.c:
7206 * tests/examples/seek/seek.c: (set_scale):
7207 Fix a bunch of compile warnings shown with Forte.
7209 * gst/audiorate/gstaudiorate.c:
7210 Always pull in config.h before including any system headers.
7212 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
7214 * gst/playback/gstqueue2.c: (update_buffering),
7215 (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7216 (gst_queue_handle_sink_event), (gst_queue_chain),
7217 (gst_queue_push_one), (gst_queue_sink_activate_push),
7218 (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7219 Also fix #476514 for queue2.
7221 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
7223 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7224 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7225 (gst_base_rtp_depayload_chain),
7226 (gst_base_rtp_depayload_handle_sink_event),
7227 (gst_base_rtp_depayload_push_full),
7228 (gst_base_rtp_depayload_set_gst_timestamp),
7229 (gst_base_rtp_depayload_change_state):
7230 Remove code to deal with RTP to GST time conversion, we now just copy
7231 the GST timestamp we receive to the outgoing buffers.
7232 Handle segment and flushes correctly.
7234 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7235 When we have no valid input timestamp, use the previous rtp timestamp on
7236 the outgoing RTP packet instead of the RTP base time.
7238 2007-09-15 David Schleef <ds@schleef.org>
7240 * ext/alsa/gstalsa.c:
7241 * ext/alsa/gstalsadeviceprobe.c:
7242 * ext/alsa/gstalsamixer.c:
7243 * ext/alsa/gstalsasink.c:
7244 * ext/alsa/gstalsasrc.c:
7245 Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7247 2007-09-15 Wim Taymans <wim.taymans@gmail.com>
7249 * gst-libs/gst/rtp/gstbasertppayload.c:
7250 (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7251 Add some debug info when negotiating caps.
7253 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7255 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7256 A buffer with an empty payload is also a valid buffer.
7258 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7260 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7261 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7262 (gst_basertppayload_change_state):
7263 Make sure we start our RTP timestamp from the random base RTP
7264 timestamp even if the buffer timestamp starts from some random value.
7266 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7269 * tests/examples/Makefile.am:
7270 * tests/examples/dynamic/.cvsignore:
7271 * tests/examples/dynamic/Makefile.am:
7272 * tests/examples/dynamic/addstream.c: (create_stream),
7273 (pause_play_stream), (message_received), (eos_message_received),
7274 (perform_step), (main):
7275 Add simple exmple app to demonstrate starting and pausing live and
7276 non-live bins in a PLAYING pipeline.
7278 2007-09-14 Julien MOUTTE <julien@moutte.net>
7280 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7281 typefind for QCP files (RFC #3625)
7283 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
7285 * gst-libs/gst/audio/gstbaseaudiosink.c:
7286 (gst_base_audio_sink_init):
7287 Disable pull mode scheduling, we're not ready for it yet and it subtly
7288 breaks a lot of things.
7290 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7292 * tests/check/elements/libvisual.c:
7293 Test all libvisual plugins, not just the first one; this reproduces
7294 bug #450336 quite easily. Looks like a problem with the 'jess'
7297 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7299 * tests/check/Makefile.am:
7300 * tests/check/elements/.cvsignore:
7301 * tests/check/elements/libvisual.c:
7302 Add basic libvisual test case in an attempt to reproduce bug #450336.
7303 Doesn't reproduce that bug, but some other crasher instead (invalid
7304 free), at least with make elements/libvisual.forever and the bumscope
7305 plugin on x86-64/gutsy. Leaving test disabled for now.
7307 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
7309 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7311 * gst-libs/gst/rtsp/gstrtspconnection.c:
7312 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7313 (read_body), (gst_rtsp_connection_receive):
7314 Make sure we can not cancel in the middle of receiving a message.
7317 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
7319 Patch by: Josep Torra Valles <josep@fluendo.com>
7321 * gst/playback/gstplaybasebin.c:
7322 Increase upper limit for audio queue a bit; fixes preroll problem
7323 with playbin and decodebin2 when playing a quicktime trailer with
7324 multichannel audio via http (#464666).
7326 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
7328 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7329 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7330 (gst_base_audio_src_provide_clock),
7331 (gst_base_audio_src_set_property),
7332 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7333 * gst-libs/gst/audio/gstbaseaudiosrc.h:
7334 Allow othe clocks than the internal clock to be used for the pipeline.
7335 Add property to disable clock provide.
7336 API: GstBaseAudioSrc::provide-clock
7338 2007-09-10 Stefan Kost <ensonic@users.sf.net>
7340 * gst/playback/gstdecodebin2.c:
7341 Don't leak request pads. Fixes #475395.
7343 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7345 Patch by: René Stadler <mail at renestadler dot de>
7347 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7348 (gst_ximage_buffer_class_init):
7349 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7350 (gst_xvimage_buffer_class_init):
7351 Correctly chain up finalize with the parent class to prevent
7352 memory leaks. Fixes #474880.
7354 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7356 * gst/volume/gstvolume.c: (volume_choose_func):
7357 * tests/check/elements/volume.c: (GST_START_TEST):
7358 Revert the latest change: floating point samples are allowed to
7359 have any value, not only values in the range [-1,1]. Thanks to Andy
7361 Also fix processing of int32 samples with volumes > 4 by making the
7362 unity value smaller which prevents overflows.
7364 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7366 * gst-libs/gst/rtp/gstrtpbuffer.c:
7367 * tests/check/libs/rtp.c:
7368 Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7370 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7372 Based on patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
7374 * gst-libs/gst/rtp/gstrtpbuffer.c:
7375 Fix up GstRTPHeader helper struct so that compilers will not under
7376 any circumstances add padding in between our fields, as currently
7377 happens with MSVC on win32, because that would lead to us sending
7378 out RTP payloads with broken RTP headers (#471194).
7379 Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7381 * tests/check/Makefile.am:
7382 * tests/check/libs/.cvsignore:
7383 * tests/check/libs/rtp.c:
7384 Add some simple unit tests for GstRTPBuffer. Some are disabled
7385 because the code tested still needs fixing (set_csrc() does not work).
7387 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7390 * win32/common/gstrtsp-enumtypes.c:
7391 * win32/common/gstrtsp-enumtypes.h:
7392 * win32/common/interfaces-enumtypes.c:
7393 * win32/common/interfaces-enumtypes.h:
7394 * win32/common/multichannel-enumtypes.c:
7395 Add rtsp enumtypes (#474384) and update others.
7397 2007-09-06 Stefan Kost <ensonic@users.sf.net>
7400 Fix configure check for HAVE_LIBXML_HTML.
7402 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
7404 * tests/check/libs/.cvsignore:
7405 Ignore more, in case the build bots work again one day.
7407 2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
7409 Reviewed by: Stefan Kost <ensonic@users.sf.net>
7412 * gst-libs/gst/Makefile.am:
7413 * gst-libs/gst/fft/Makefile.am:
7414 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7415 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7416 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7417 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7418 * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7419 * gst-libs/gst/fft/gstfft.h:
7420 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7421 (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7422 (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7423 * gst-libs/gst/fft/gstfftf32.h:
7424 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7425 (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7426 (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7427 * gst-libs/gst/fft/gstfftf64.h:
7428 * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7429 (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7430 (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7431 * gst-libs/gst/fft/gstffts16.h:
7432 * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7433 (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7434 (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7435 * gst-libs/gst/fft/gstffts32.h:
7436 * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7437 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7438 (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7439 (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7440 * gst-libs/gst/fft/kiss_fft_f32.h:
7441 * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7442 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7443 (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7444 (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7445 * gst-libs/gst/fft/kiss_fft_f64.h:
7446 * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7447 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7448 (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7449 (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7450 * gst-libs/gst/fft/kiss_fft_s16.h:
7451 * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7452 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7453 (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7454 (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7455 * gst-libs/gst/fft/kiss_fft_s32.h:
7456 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7457 (kiss_fftr_f32), (kiss_fftri_f32):
7458 * gst-libs/gst/fft/kiss_fftr_f32.h:
7459 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7460 (kiss_fftr_f64), (kiss_fftri_f64):
7461 * gst-libs/gst/fft/kiss_fftr_f64.h:
7462 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7463 (kiss_fftr_s16), (kiss_fftri_s16):
7464 * gst-libs/gst/fft/kiss_fftr_s16.h:
7465 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7466 (kiss_fftr_s32), (kiss_fftri_s32):
7467 * gst-libs/gst/fft/kiss_fftr_s32.h:
7468 * gst-libs/gst/fft/kiss_version:
7469 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7470 * pkgconfig/gstreamer-plugins-base.pc.in:
7471 Add libgstfft, a FFT library based on Kiss FFT which is
7472 BSD licensed. Supported sample formats are int16, int32,
7473 float and double. For those formats a real FFT and IFFT
7474 can be done, different windowing functions can be applied
7475 and functions for extracting the magnitude and phase exist.
7478 * docs/libs/Makefile.am:
7479 * docs/libs/gst-plugins-base-libs-docs.sgml:
7480 * docs/libs/gst-plugins-base-libs-sections.txt:
7481 Integrate libgstfft into the docs.
7483 * tests/check/Makefile.am:
7484 * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7485 Add unit tests for libgstfft, currently only testing the FFT.
7486 Unit tests for IFFT will follow soon.
7488 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
7490 Patch by: Peter Kjellerstedt <pkj at axis com>
7492 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7493 (gst_sdp_message_init), (gst_sdp_message_uninit),
7494 (is_multicast_address), (gst_sdp_message_as_text),
7495 (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7496 (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7497 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7498 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7499 (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7500 (gst_sdp_media_init), (gst_sdp_media_uninit),
7501 (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7502 (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7503 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7504 (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7505 (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7506 * gst-libs/gst/sdp/gstsdpmessage.h:
7507 Separate INIT_ARRAY() and related macros into two versions, one for
7508 structures and one for pointers (e.g., INIT_ARRAY() and
7509 INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7510 lists of emails and phone numbers.
7511 Add missing const as appropriate.
7512 Change all gint to guint since they all actually represent unsigned
7514 Do not use time as a variable name as it shadows the global time().
7515 Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7516 Actually implement gst_sdp_message_add_time().
7517 Make gst_sdp_message_add_time() take repeat times as an argument.
7518 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7519 Corrected the definition of gst_sdp_media_get_bandwidth() (was
7520 misspelled as badwidth).
7521 gst-indented and a little clean up. Fixes #471067.
7523 2007-09-05 Sebastian Dröge <slomo@circular-chaos.org>
7525 * gst/volume/gstvolume.c: (volume_choose_func),
7526 (volume_process_double), (volume_process_double_clamp),
7527 (volume_process_float_clamp):
7528 Correctly clamp float/double samples in the [-1.0,1.0] range to
7529 prevent weird effects.
7530 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7531 Add unit tests for all samples types that had none before.
7533 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7535 * gst-libs/gst/rtp/gstrtpbuffer.c:
7536 Need to include stdlib.h for abs() here too.
7538 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7540 * gst/playback/gststreaminfo.c:
7543 2007-09-05 Stefan Kost <ensonic@users.sf.net>
7545 * gst/playback/gststreaminfo.c:
7546 Clean up some half-disabled code and comment.
7548 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7550 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7552 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7553 (gst_base_rtp_payload_audio_handle_event):
7554 Return FALSE from the event handler to let the parent class handle the
7555 event. Fixes #446766.
7557 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7558 (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7559 Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7561 * gst-libs/gst/rtp/gstbasertppayload.c:
7562 Bump the MTU to 1400.
7564 2007-09-03 Johan Dahlin <jdahlin@async.com.br>
7566 * gst/typefind/gsttypefindfunctions.c (plugin_init):
7567 Add an audio/x-nsf typefind function for the nsfdec element.
7569 2007-09-03 Renato Filho <renato.filho@indt.org.br>
7570 * gst/playback/gstplaybasebin.c:
7571 Included "myth://" on stream_uris list for enable buffering to mythtv files
7573 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7575 * docs/libs/gst-plugins-base-libs-sections.txt:
7576 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7577 (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7578 (gst_rtcp_unix_to_ntp):
7579 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7580 Fix parsing of RB blocks.
7582 Added helper functions to convert to/from UNIX and NTP time.
7583 API: gst_rtcp_ntp_to_unix()
7584 API: gst_rtcp_unix_to_ntp()
7586 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7587 (gst_rtp_buffer_get_header_len),
7588 (gst_rtp_buffer_get_extension_data),
7589 (gst_rtp_buffer_get_payload_subbuffer),
7590 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7591 (gst_rtp_buffer_ext_timestamp):
7592 * gst-libs/gst/rtp/gstrtpbuffer.h:
7594 Implement handling of packets with extensions.
7595 Fix padding check in _validate().
7596 Added function to get extension data.
7597 API: gst_rtp_buffer_get_header_len()
7598 API: gst_rtp_buffer_get_extension_data()
7600 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7602 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7603 (gst_base_rtp_depayload_class_init),
7604 (gst_base_rtp_depayload_set_gst_timestamp):
7605 Add some more docs for the queue-delay property and fix a typo in a
7608 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7611 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7613 * gst-libs/gst/audio/gstbaseaudiosink.c:
7614 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7615 (gst_base_audio_sink_change_state):
7616 When skew slaving, try to hover around the middle of a segment so that
7617 we at most drift by half a segment.
7618 If we are aligning in the oposite direction of the clock skew, we don't
7621 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7623 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7624 (gst_base_rtp_depayload_setcaps),
7625 (gst_base_rtp_depayload_set_gst_timestamp):
7626 Be less silly with the segment start, just apply the clock-base to the
7629 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7631 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7632 (gst_base_rtp_depayload_class_init),
7633 (gst_base_rtp_depayload_finalize),
7634 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7635 (gst_base_rtp_depayload_handle_sink_event),
7636 (gst_base_rtp_depayload_set_gst_timestamp),
7637 (gst_base_rtp_depayload_change_state):
7638 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7639 Deprecate the queue handling thread thing and remove the code.
7640 Use new method to calculate the extended timestamp.
7642 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7644 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7645 (gst_rtcp_packet_sdes_copy_entry):
7646 Use g_strndup which does exactly what we want.
7648 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7649 (gst_rtp_buffer_ext_timestamp):
7650 * gst-libs/gst/rtp/gstrtpbuffer.h:
7651 Add helper function to compare seqnums.
7652 Add helper function to calculate extended timestamps.
7653 API: gst_rtp_buffer_compare_seqnum()
7654 API: gst_rtp_buffer_ext_timestamp()
7656 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
7658 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7659 (gst_rtcp_packet_sdes_get_entry),
7660 (gst_rtcp_packet_sdes_copy_entry):
7661 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7662 Fix and document SDES item data function.
7663 Add new function that makes a proper copy of SDES item data.
7664 API: gst_rtcp_packet_sdes_copy_entry()
7666 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7670 The tcp and subparse plugins are under gst, but not totaly free of
7671 dependencies. Handle selection inconfigure.ac, so that they show up
7672 on the final list of what is build and what is not. Maybe they should
7673 better be moved to ext.
7675 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7677 Patch by: Daniel Díaz <yosoy@danieldiaz.org>
7681 Check if libxml provides HTML parser which subparse needs.
7684 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7686 * ext/alsa/gstalsa.c:
7687 Fix typo and compilation on big endian systems.
7689 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7691 * gst/subparse/gstssaparse.c:
7692 Convert SSA newline codes into actual newline characters (#470766).
7694 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7696 * docs/libs/gst-plugins-base-libs-sections.txt:
7697 * gst-libs/gst/pbutils/install-plugins.c:
7698 * gst-libs/gst/pbutils/install-plugins.h:
7699 * tests/check/libs/pbutils.c:
7700 API: also add gst_install_plugins_supported() while we're at it
7703 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7705 * docs/libs/gst-plugins-base-libs-sections.txt:
7706 * gst-libs/gst/pbutils/missing-plugins.c:
7707 * gst-libs/gst/pbutils/missing-plugins.h:
7708 * tests/check/libs/pbutils.c:
7709 API: add gst_missing_*_installer_detail_new() convenience API so
7710 that applications that know exactly what they're missing can request
7711 installer detail strings for those items directly instead of having
7712 to first create a dummy missing-plugin message and then get the
7713 installer detail string from that. Fixes #470456.
7715 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
7717 * gst/playback/gstdecodebin.c: (close_pad_link):
7718 We need to set up delayed-linking whenever the caps are non-fixed,
7719 not just when there are multiple types - use gst_pad_is_fixed()
7722 2007-08-26 Tim-Philipp Müller <tim at centricular dot net>
7724 * gst-libs/gst/pbutils/missing-plugins.c:
7725 (gst_missing_plugin_message_get_installer_detail):
7726 Add missing separator in PID fallback case.
7728 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
7730 * ext/alsa/Makefile.am:
7731 There is no GST_PLUGINS_BASE_LIBS defined.
7733 * ext/alsa/gstalsa.c:
7734 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7735 * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7736 Add support for ALSA 24-bit formats.
7737 snd_pcm_delay can return an error code, especially
7738 during XRUNS. In that case, the best we can do is assume
7741 * gst/audioconvert/Makefile.am:
7742 Add flags from -base before any more-remote dependencies.
7744 2007-08-23 Sebastian Dröge <slomo@circular-chaos.org>
7746 Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7748 * gst/volume/gstvolume.c: (volume_choose_func),
7749 (volume_update_real_volume), (gst_volume_set_volume),
7750 (gst_volume_init), (volume_process_int32),
7751 (volume_process_int32_clamp), (volume_process_int24),
7752 (volume_process_int24_clamp), (volume_process_int16),
7753 (volume_process_int16_clamp), (volume_process_int8),
7754 (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7755 * gst/volume/gstvolume.h:
7756 Add support for int32, int24 and int8 to the volume element.
7759 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
7761 * tests/examples/Makefile.am:
7764 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7767 * docs/libs/Makefile.am:
7768 * docs/libs/gst-plugins-base-libs-docs.sgml:
7769 * docs/libs/gst-plugins-base-libs-sections.txt:
7770 * ext/gnomevfs/gstgnomevfssrc.c:
7771 * ext/gnomevfs/gstgnomevfssrc.h:
7772 * gst-libs/gst/Makefile.am:
7773 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7774 * pkgconfig/gstreamer-plugins-base.pc.in:
7775 * sys/v4l/v4lsrc_calls.c:
7776 * tests/examples/Makefile.am:
7777 * win32/common/config.h:
7778 Revert unwanted commit. many thanks to moap. I want a fix for
7779 https://thomas.apestaart.org/moap/trac/ticket/239
7781 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7783 * gst/volume/gstvolume.c:
7784 Move passthrough below gst_object_sync_values(). Fixes #442654.
7786 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
7788 * gst-libs/gst/audio/audio.c:
7789 Clarify the docs a little.
7791 2007-08-22 Stefan Kost <ensonic@users.sf.net>
7793 * gst/volume/gstvolume.c:
7794 Enable liboil for float and add more details about problems with
7797 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7799 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7800 Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7802 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7804 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7805 When calculating the first timestamp of the buffers, don't go below 0
7806 and clip the samples because the offset was on the eos page.
7809 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7811 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7812 (gst_ogg_demux_collect_chain_info):
7813 Also submit the eos page when trying to find the first timestamp.
7816 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
7818 * gst-libs/gst/audio/audio.h:
7819 Use gst_util_uint64_scale() instead of doing the math
7820 with double for GST_FRAMES_TO_CLOCK_TIME() and
7821 GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7822 prevents rounding errors. Fixes #467667.
7824 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7826 * gst-libs/gst/rtsp/gstrtspconnection.c:
7827 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7828 (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7829 * gst-libs/gst/rtsp/gstrtspconnection.h:
7831 On shutdown, don't read the control socket yet.
7832 Set timeout value correctly in all cases.
7833 Add function to check if the server accepts reads or writes.
7834 API: gst_rtsp_connection_poll()
7836 * gst-libs/gst/rtsp/gstrtspdefs.h:
7837 Fix compilation with -pedantic.
7840 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7842 Patch by: Olivier Crete <tester at tester ca>
7844 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7845 (gst_basertppayload_getcaps):
7846 * gst-libs/gst/rtp/gstbasertppayload.h:
7847 Add getcaps vfunc to basertppayload. See #465146.
7849 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7851 * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7852 Only post buffering messages when we are a stream.
7854 2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
7856 * gst-libs/gst/pbutils/install-plugins.c:
7857 * gst-libs/gst/pbutils/missing-plugins.c:
7858 Small docs fix and addition.
7860 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7862 * tests/icles/.cvsignore:
7863 * tests/icles/Makefile.am:
7864 * tests/icles/test-textoverlay.c:
7865 Add a dumb little test for textoverlay alignments.
7867 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7869 Patch by: Dan Williams <dcbw redhat com>
7871 * ext/pango/gsttextoverlay.c:
7872 * ext/pango/gsttextoverlay.h:
7873 API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7874 "silent" property so there's a Since tag in the API reference.
7876 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
7878 * gst-libs/gst/rtp/gstbasertppayload.c:
7879 (gst_basertppayload_set_outcaps):
7880 * gst-libs/gst/rtp/gstbasertppayload.h:
7881 Improve caps negotiation so that downstream elements can confiure
7882 certain RTP properties by fixing them on the caps. See #465146.
7885 2007-08-11 Tim-Philipp Müller <tim at centricular dot net>
7887 * docs/libs/gst-plugins-base-libs-sections.txt:
7888 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7889 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7890 Mark as deprecated some macros which were presumably meant to be
7891 private API and accidentally exposed in the public header file.
7892 Also actually _init() lock (only works at the moment because the
7893 struct is zeroed out when created and the initial values in the
7894 mutex struct are zeroes too). (#459585)
7896 2007-08-10 Stefan Kost <ensonic@users.sf.net>
7898 * docs/libs/Makefile.am:
7899 Remove cruft and do some cleanups.
7901 * docs/libs/gst-plugins-base-libs-docs.sgml:
7902 Prepare for comming gtkdoc features (rebase against online docs).
7904 2007-08-10 Michael Smith <msmith@fluendo.com>
7906 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7908 * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7910 Change the number of buffers used; 500 is too many and leads to
7913 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
7915 * gst/playback/gstqueue2.c:
7916 * gst/videorate/gstvideorate.c:
7917 Printf format fixes (#465028).
7919 2007-08-09 Michael Smith <msmith@fluendo.com>
7921 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7922 If we have a large (> 1 second) discontinuity, push a series of
7923 smaller buffers rather than a single very large buffer. Avoids
7924 unreasonably large single buffer allocations when encountering a
7926 * tests/check/elements/audiorate.c: (GST_START_TEST),
7928 Add a test for this.
7930 2007-08-09 Jan Schmidt <thaytan@mad.scientist.com>
7932 * gst/playback/gstplaybasebin.c: (group_commit),
7933 (queue_remove_probe), (queue_threshold_reached):
7935 Patch by: Josep Torra Valles <josep@fluendo.com>
7937 Make sure we remove the check_queues buffer probe from the
7938 correct queue to avoid racily going back to "buffering 99%" when
7939 buffering is actually complete.
7941 Also, fix the spelling of Josep's surname in the ChangeLog.
7943 2007-08-09 Stefan Kost <ensonic@users.sf.net>
7945 * ext/ogg/gstoggmux.c:
7946 Do not leak oggmux instance.
7948 * ext/vorbis/vorbisenc.c:
7951 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
7958 Updated translations.
7960 2007-08-08 Stefan Kost <ensonic@users.sf.net>
7962 patch by: Yang Hong <hongyang@redflag-linux.com>
7964 * ext/pango/gsttextoverlay.c:
7965 * ext/pango/gsttextoverlay.h:
7966 Add 'silent' property to GstTimeOverlay. Fixes #462979
7968 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
7970 Patch by: Josep Torra Valles <josep@fluendo.com>
7972 * docs/plugins/gst-plugins-base-plugins.args:
7973 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7974 (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7975 (gst_uri_decode_bin_get_property), (gen_source_element):
7976 Add connection-speed property. Fixes #464690.
7978 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7980 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7983 * gst-libs/gst/rtsp/Makefile.am:
7984 * gst-libs/gst/rtsp/gstrtspconnection.c:
7985 (gst_rtsp_connection_connect):
7986 Fix compilation on windows. Fixes #464320.
7988 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
7990 Patch by: Josep Torra Valles <josep@fluendo.com>
7992 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7993 (gst_play_base_bin_init), (queue_threshold_reached),
7994 (gen_source_element), (setup_substreams),
7995 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7996 (gst_play_base_bin_get_streaminfo_value_array):
7997 * gst/playback/gstplaybasebin.h:
7998 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7999 (gst_play_bin_set_property), (gst_play_bin_get_property),
8000 (gst_play_bin_handle_redirect_message):
8001 Move connection-speed property from playbin to playbasebin so that we
8002 can also configure it in source elements that have the connection-speed
8003 property. Fixes #464028.
8004 Add some debug info here and there.
8006 2007-08-06 Sebastian Dröge <slomo@circular-chaos.org>
8008 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8009 Properly respond to conversion queries. Fixes #464079.
8011 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
8013 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
8014 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8015 (gst_audio_test_src_init_sine_table),
8016 (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
8017 * gst/audiotestsrc/gstaudiotestsrc.h:
8018 Add float/double and int32 support to audiotestsrc. Fixes #460422.
8019 Also set the default volume to the default value specified in the
8022 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
8024 Patch by: Jens Granseuer <jensgr at gmx dot net>
8026 * gst/audioconvert/gstaudioquantize.c:
8027 Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
8029 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
8031 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
8032 Add rdt manager for rdt transport.
8033 Fix parsing of RDT transport.
8035 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
8040 === release 0.10.14 ===
8042 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
8045 releasing 0.10.14, "Light Years Ahead"
8047 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8049 * tests/check/libs/audio.c: (GST_START_TEST):
8050 Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8052 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8054 * gst-libs/gst/audio/audio.c:
8055 When clipping a buffer with no timestamp, assume it is
8056 within the segment without warnings.
8060 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
8062 * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8063 Fire the signal on the object, not the interface.
8065 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8067 * gst-libs/gst/rtsp/.cvsignore:
8068 Ber. Don't include the full path, idiot.
8070 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8072 * gst-libs/gst/rtsp/.cvsignore:
8073 Ignore generated files.
8075 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8077 * gst-libs/gst/interfaces/Makefile.am:
8078 * gst-libs/gst/interfaces/interfaces-marshal.list:
8079 * gst-libs/gst/interfaces/rtspextension.c:
8080 * gst-libs/gst/interfaces/rtspextension.h:
8081 * gst-libs/gst/rtsp/Makefile.am:
8082 * gst-libs/gst/rtsp/gstrtsp.h:
8083 * gst-libs/gst/rtsp/gstrtspextension.c:
8084 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8085 (gst_rtsp_extension_detect_server),
8086 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8087 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8088 (gst_rtsp_extension_configure_stream),
8089 (gst_rtsp_extension_get_transports),
8090 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8091 * gst-libs/gst/rtsp/gstrtspextension.h:
8092 * gst-libs/gst/rtsp/rtsp-marshal.list:
8093 Move the rtspextension.h interface into gstrtspextension.h
8094 as part of libgstrtsp instead of libgstinterfaces, because it's
8095 only for use within plugins, not applications.
8096 Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8097 Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
8098 signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8101 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
8103 * gst-libs/gst/interfaces/Makefile.am:
8104 * gst-libs/gst/interfaces/interfaces-marshal.list:
8105 * gst-libs/gst/interfaces/rtspextension.c:
8106 (gst_rtsp_extension_iface_init),
8107 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8108 * gst-libs/gst/interfaces/rtspextension.h:
8109 Fix marshaller for the send signal.
8110 Add URL to stream selection interface method.
8112 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8114 * gst-libs/gst/riff/Makefile.am:
8115 Pull in our dependencies from -base before those from outside.
8117 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
8119 * docs/libs/gst-plugins-base-libs-sections.txt:
8120 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8121 * gst-libs/gst/rtsp/gstrtspbase64.h:
8122 API: gst_rtsp_base64_decode_ip()
8123 Added function to decode Base64 in-place.
8125 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8127 * tests/check/libs/.cvsignore:
8128 Ignore the mixer test binary.
8130 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8132 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8133 Gratuitous comment change to trigger a rebuild on the buildbots.
8135 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8137 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8138 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8139 (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8140 (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8141 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8142 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8143 (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8144 (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8145 (gst_sdp_media_get_attribute_val):
8146 * gst-libs/gst/sdp/gstsdpmessage.h:
8147 Constify args where we can.
8149 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8151 * gst-libs/gst/interfaces/Makefile.am:
8152 * gst-libs/gst/interfaces/rtspextension.c:
8153 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8154 (gst_rtsp_extension_detect_server),
8155 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8156 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8157 (gst_rtsp_extension_configure_stream),
8158 (gst_rtsp_extension_get_transports),
8159 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8160 * gst-libs/gst/interfaces/rtspextension.h:
8161 Move interface for RTSP extensions from -good to here.
8162 Added helper methods to invoke interface methods.
8164 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8166 * docs/libs/gst-plugins-base-libs-sections.txt:
8167 * gst-libs/gst/rtsp/gstrtspdefs.h:
8168 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8169 (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8170 (gst_rtsp_message_init_response),
8171 (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8172 (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8173 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8174 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8175 (gst_rtsp_message_get_body), (dump_key_value):
8176 * gst-libs/gst/rtsp/gstrtspmessage.h:
8177 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8178 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8179 (gst_rtsp_range_parse):
8180 * gst-libs/gst/rtsp/gstrtsprange.h:
8181 * gst-libs/gst/rtsp/gstrtsptransport.c:
8182 * gst-libs/gst/rtsp/gstrtspurl.c:
8183 Fix some more RTSP docs.
8184 Add some missing methods for dealing with messages.
8186 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8188 * docs/libs/gst-plugins-base-libs-docs.sgml:
8189 * docs/libs/gst-plugins-base-libs-sections.txt:
8190 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8191 * gst-libs/gst/rtsp/gstrtspbase64.h:
8192 * gst-libs/gst/rtsp/gstrtspconnection.c:
8193 (gst_rtsp_connection_connect), (add_auth_header),
8194 (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8195 (read_body), (gst_rtsp_connection_receive),
8196 (gst_rtsp_connection_next_timeout),
8197 (gst_rtsp_connection_reset_timeout),
8198 (gst_rtsp_connection_set_auth):
8199 * gst-libs/gst/rtsp/gstrtspconnection.h:
8200 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8201 * gst-libs/gst/rtsp/gstrtspdefs.h:
8202 * gst-libs/gst/rtsp/gstrtspmessage.h:
8203 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8204 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8205 (gst_rtsp_range_parse):
8206 * gst-libs/gst/rtsp/gstrtspurl.h:
8207 Added beginnings of RTSP documentation.
8209 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8211 * docs/libs/Makefile.am:
8212 * docs/libs/gst-plugins-base-libs-docs.sgml:
8213 * docs/libs/gst-plugins-base-libs-sections.txt:
8214 * gst-libs/gst/sdp/gstsdp.h:
8215 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8216 (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8217 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8218 (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8219 (gst_sdp_message_get_attribute_val),
8220 (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8221 (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8222 (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8223 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8224 (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8225 (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8226 (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8227 (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8228 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8229 (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8230 (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8231 (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8232 (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8233 (gst_sdp_media_get_attribute_val_n),
8234 (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8235 (print_media), (gst_sdp_message_dump):
8236 * gst-libs/gst/sdp/gstsdpmessage.h:
8237 Document the SDP library.
8238 Add some of the missing SDPMedia methods.
8240 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8243 * gst-libs/gst/Makefile.am:
8244 * gst-libs/gst/rtsp/Makefile.am:
8245 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8246 * gst-libs/gst/rtsp/gstrtspbase64.h:
8247 * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8248 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8249 (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8250 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8251 (parse_response_status), (parse_request_line), (parse_line),
8252 (gst_rtsp_connection_read), (read_body),
8253 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8254 (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8255 (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8256 (gst_rtsp_connection_set_auth):
8257 * gst-libs/gst/rtsp/gstrtspconnection.h:
8258 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8259 (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8260 (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8261 (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8262 (gst_rtsp_find_method):
8263 * gst-libs/gst/rtsp/gstrtspdefs.h:
8264 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8265 (gst_rtsp_message_new), (gst_rtsp_message_init),
8266 (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8267 (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8268 (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8269 (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8270 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8271 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8272 (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8273 (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8274 (gst_rtsp_message_dump):
8275 * gst-libs/gst/rtsp/gstrtspmessage.h:
8276 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8277 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8278 (gst_rtsp_range_parse), (gst_rtsp_range_free):
8279 * gst-libs/gst/rtsp/gstrtsprange.h:
8280 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8281 (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8282 (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8283 (range_as_text), (rtsp_transport_mode_as_text),
8284 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8285 (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8286 (gst_rtsp_transport_free):
8287 * gst-libs/gst/rtsp/gstrtsptransport.h:
8288 * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8289 (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8290 (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8291 * gst-libs/gst/rtsp/gstrtspurl.h:
8292 * gst-libs/gst/sdp/Makefile.am:
8293 * gst-libs/gst/sdp/gstsdp.h:
8294 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8295 (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8296 (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8297 (gst_sdp_attribute_init), (gst_sdp_message_new),
8298 (gst_sdp_message_init), (gst_sdp_message_uninit),
8299 (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8300 (gst_sdp_media_uninit), (gst_sdp_media_free),
8301 (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8302 (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8303 (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8304 (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8305 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8306 (gst_sdp_message_get_attribute_val),
8307 (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8308 (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8309 (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8310 (gst_sdp_media_get_attribute_val_n),
8311 (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8312 (read_string), (read_string_del), (gst_sdp_parse_line),
8313 (gst_sdp_message_parse_buffer), (print_media),
8314 (gst_sdp_message_dump):
8315 * gst-libs/gst/sdp/gstsdpmessage.h:
8316 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8317 Move SDP and RTSP from helper objects in -good to a reusable library.
8318 Use a proper gst_ namespace.
8320 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8322 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8323 (vorbis_dec_flush_decode):
8324 Use the new buffer clipping function from gstaudio here.
8326 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8328 * docs/libs/gst-plugins-base-libs-sections.txt:
8329 * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8330 * gst-libs/gst/audio/audio.h:
8331 * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8332 API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8333 Also add deprecation guards for gst_audio_structure_set_int() to the
8336 2007-07-23 Stefan Kost <ensonic@users.sf.net>
8338 * docs/libs/gst-plugins-base-libs-sections.txt:
8341 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
8343 Patch by: Dan Williams <dcbw at redhat dot com>
8345 * gst/playback/gstplaybasebin.c:
8346 (gst_play_base_bin_get_streaminfo_value_array):
8347 Don't return NULL when querying the stream info value array but instead
8348 return an empty array. Fixes #459204.
8350 2007-07-23 Tim-Philipp Müller <tim at centricular dot net>
8352 * gst/playback/gsturidecodebin.c:
8353 Init debug category before using it.
8355 2007-07-21 Jan Schmidt <thaytan@noraisin.net>
8357 * gst-libs/gst/interfaces/mixer.h:
8358 Add padding vars in place of the signal pointers
8359 when building with DISABLE_DEPRECATED so that the
8360 interface structure doesn't change size.
8362 2007-07-20 Jan Schmidt <thaytan@noraisin.net>
8364 * docs/libs/gst-plugins-base-libs-sections.txt:
8365 * ext/alsa/gstalsamixer.c:
8366 * ext/alsa/gstalsamixer.h:
8367 * ext/alsa/gstalsamixerelement.c:
8368 * ext/alsa/gstalsamixertrack.c:
8369 * gst-libs/gst/interfaces/mixer.c:
8370 * gst-libs/gst/interfaces/mixer.h:
8371 * gst-libs/gst/interfaces/mixeroptions.c:
8372 * gst-libs/gst/interfaces/mixeroptions.h:
8373 * gst-libs/gst/interfaces/mixertrack.c:
8374 * gst-libs/gst/interfaces/mixertrack.h:
8375 * tests/check/Makefile.am:
8376 * tests/check/libs/mixer.c:
8378 Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8381 Add support for notifying mixer changes on the message bus, and
8382 implement it in alsamixer.
8384 API: gst_mixer_get_mixer_flags
8385 API: gst_mixer_message_parse_mute_toggled
8386 API: gst_mixer_message_parse_record_toggled
8387 API: gst_mixer_message_parse_volume_changed
8388 API: gst_mixer_message_parse_option_changed
8389 API: GstMixerMessageType
8392 2007-07-20 Michael Smith <msmith@fluendo.com>
8394 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8395 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8396 xcontext->im_format is only for testing XShm support (as the header
8397 file comments document). Use xvimage->im_format for everything else.
8398 Avoids spurious warnings on buffer allocation before setcaps.
8400 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8402 * tests/examples/volume/Makefile.am:
8403 * tests/icles/Makefile.am:
8404 We should use $(LIBM).
8406 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8408 * tests/icles/Makefile.am:
8411 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
8413 * gst-libs/gst/rtp/gstbasertppayload.c:
8414 (gst_basertppayload_class_init), (gst_basertppayload_init),
8415 (gst_basertppayload_set_property),
8416 (gst_basertppayload_get_property):
8417 Don't break ABI, restore previous ranges. Keep the default random
8418 selection of timestamp and seqnum offset but as soon as the app sets a
8419 specific value, use that one.
8421 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8423 Patch by: Bastien Nocera <hadess at hadess dot net>
8425 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8426 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8427 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8428 * sys/xvimage/xvimagesink.h:
8429 Add option to turn off double-buffering for debugging purposes.
8432 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8434 Patch by: Jorn Baayen <jorn at openedhand dot com>
8436 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8437 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8438 (gst_ximagesink_init), (gst_ximagesink_class_init):
8439 * sys/ximage/ximagesink.h:
8440 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8441 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8442 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8443 * sys/xvimage/xvimagesink.h:
8444 add 'handle-expose' property. Useful for video widgets which may want to
8445 be in control of Expose behaviour. Fixes #380625
8447 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8449 * gst-libs/gst/rtp/gstbasertppayload.c:
8450 (gst_basertppayload_class_init), (gst_basertppayload_init),
8451 (gst_basertppayload_event), (gst_basertppayload_push),
8452 (gst_basertppayload_set_property),
8453 (gst_basertppayload_get_property),
8454 (gst_basertppayload_change_state):
8455 * gst-libs/gst/rtp/gstbasertppayload.h:
8456 Fix ranges of rtp payloader properties so that the full range can be
8457 used in addition to -1 (random).
8458 Fix wrong seqnum reporting in caps.
8461 2007-07-13 Wim Taymans <wim.taymans@gmail.com>
8463 * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8464 (gst_video_rate_query):
8466 Add latency query, might not be perfect yet but already works a lot
8467 better. Fixes #442557.
8469 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8471 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8472 (gst_xvimagesink_setcaps):
8473 * sys/xvimage/xvimagesink.h:
8474 After a caps change, redraw our borders to avoid garbage left there
8475 when the image format changes to a smaller size, like 16:9 -> 4:3
8476 Also, hold the flow_lock a bit longer in the set_caps while we're
8477 fiddling with the xcontext.
8479 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8483 * tests/Makefile.am:
8484 Remove bogus check for libcheck, since we check for
8485 gstreamer-check and it pulls in the required info from there, and we
8486 weren't actually _using_ the information for libcheck ourselves
8489 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8491 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8492 (gst_ffmpeg_caps_to_pixfmt):
8493 Fix the r_mask test for RGBA32 on little-endian.
8494 Fix a stupid typo that would have obviously broken
8495 compilation on big-endian, if anyone was testing.
8497 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8499 * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8501 * gst/videotestsrc/videotestsrc.h:
8502 Add alpha to the color struct.
8503 Use a default alpha value of 255 instead of 128.
8505 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8507 * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8509 Clear the dynamic pads counter when starting a new uri. This makes
8510 reusing playbin work again.
8513 2007-07-12 Stefan Kost <ensonic@users.sf.net>
8516 Use pkg-config to locate check.
8518 2007-07-12 Tim-Philipp Müller <tim at centricular dot net>
8521 * tests/check/elements/volume.c: (GST_START_TEST):
8522 Fix 'make check' build against core CVS.
8524 2007-07-10 Stefan Kost <ensonic@users.sf.net>
8526 * gst-libs/gst/interfaces/propertyprobe.c:
8527 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8528 * gst-libs/gst/tag/gstvorbistag.c:
8531 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
8533 * gst-libs/gst/audio/gstbaseaudiosink.c:
8534 (gst_base_audio_sink_callback):
8535 Quick hack to make audiosinks stop at EOS when operating in
8536 pull-mode; needs to be fixed properly some day.
8538 2007-07-06 Stefan Kost <ensonic@users.sf.net>
8540 * docs/libs/gst-plugins-base-libs-sections.txt:
8541 Fix location of includes in the docs.
8543 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
8545 * gst/ffmpegcolorspace/avcodec.h:
8546 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8547 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8548 (gst_ffmpegcsp_avpicture_fill):
8549 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8550 (img_get_alpha_info):
8551 Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8552 of the existing BGRA32 and RGBA32 formats with the alpha at the other
8553 end of the word. Partially fixes #451908
8555 2007-07-05 Stefan Kost <ensonic@users.sf.net>
8557 * docs/libs/Makefile.am:
8558 * docs/plugins/Makefile.am:
8559 Simplify --extra-dir as gtkdoc scans recursively.
8561 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
8563 * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8564 (gst_adder_request_new_pad):
8565 Make getcaps more robust by not using the proxycaps function. This makes
8566 sure that we don't end up recursively calling getcaps upstream.
8569 2007-06-29 Wim Taymans <wim.taymans@gmail.com>
8571 * gst/audioconvert/audioconvert.c:
8572 Include math.h to fix compilation.
8574 2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
8576 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8577 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8578 Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8579 format, as produced by some dc1394 cameras like the iSight.
8580 See http://www.fourcc.org/yuv.php#IYU1
8582 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
8584 * gst/audioconvert/Makefile.am:
8585 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8586 (check_default), (audio_convert_prepare_context),
8587 (audio_convert_clean_context), (audio_convert_convert):
8588 * gst/audioconvert/audioconvert.h:
8589 * gst/audioconvert/gstaudioconvert.c:
8590 (gst_audio_convert_dithering_get_type),
8591 (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8592 (gst_audio_convert_init), (gst_audio_convert_set_caps),
8593 (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8594 * gst/audioconvert/gstaudioconvert.h:
8595 * gst/audioconvert/gstaudioquantize.c:
8596 (gst_audio_quantize_setup_noise_shaping),
8597 (gst_audio_quantize_free_noise_shaping),
8598 (gst_audio_quantize_setup_dither),
8599 (gst_audio_quantize_free_dither),
8600 (gst_audio_quantize_setup_quantize_func),
8601 (gst_audio_quantize_setup), (gst_audio_quantize_free):
8602 * gst/audioconvert/gstaudioquantize.h:
8603 Implement dithering and noise shaping in audioconvert. By default now
8604 TPDF dithering (and no noise shaping) will be used when converting
8605 from a higher bit depth to 20 bit depth or smaller, otherwise
8606 everything will be as it is now.
8607 For the last audioconvert in a pipeline it would make sense to
8608 use some kind of noise shaping, enabling it by default for all
8609 conversions would give undesired results though. Fixes #360246.
8610 * tests/check/elements/audioconvert.c: (setup_audioconvert),
8612 Adjust unit test for the new audioconvert.
8614 2007-06-28 Wim Taymans <wim@fluendo.com>
8616 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8617 Use other metrics as well when estimating the buffer level.
8619 2007-06-28 Wim Taymans <wim@fluendo.com>
8621 * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8622 Small debug improvement.
8624 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8626 Tweak the rate estimation period.
8627 When calculating the buffer filledness in rate estimation mode, don't
8628 mix it with other metrics.
8630 2007-06-28 Wim Taymans <wim@fluendo.com>
8632 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8633 (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8634 When creating the groups, allow for a 5 second, unlimited buffers
8635 preroll phase after which we expose the group.
8636 When the group is exposed, use a small number of buffers up to a 2
8637 second limit. Also disconnect the overrun signal from multiqueue when we
8638 exposed the group because it is not needed anymore.
8640 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8642 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8643 Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8644 to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8645 (#451707); also, output some debugging info when dealing with
8648 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8649 Add unit test for the above.
8651 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8653 * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8654 Add description for Windows Media RTP caps.
8656 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8657 Remove RTP fields that don't define the format from caps.
8659 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8661 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8662 Skip empty buffers, but not empty header buffers. That way the original
8663 vorbisdec unit test still passes (#451145); also, take into account
8664 that those empty packets might carry a granulepos.
8666 * tests/check/Makefile.am:
8667 * tests/check/elements/vorbisdec.c:
8668 (_create_codebook_header_buffer), (_create_audio_buffer),
8669 (GST_START_TEST), (vorbisdec_suite):
8670 Add unit test that sends an empty packet.
8672 2007-06-27 Wim Taymans <wim@fluendo.com>
8674 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8675 Don't error out on 0-sized packets, just emit a warning because this is
8676 not a fatal error. Fixes #451145.
8678 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8680 * docs/plugins/gst-plugins-base-plugins.args:
8681 * docs/plugins/gst-plugins-base-plugins.signals:
8682 * docs/plugins/inspect/plugin-adder.xml:
8683 * docs/plugins/inspect/plugin-alsa.xml:
8684 * docs/plugins/inspect/plugin-audioconvert.xml:
8685 * docs/plugins/inspect/plugin-audiorate.xml:
8686 * docs/plugins/inspect/plugin-audioresample.xml:
8687 * docs/plugins/inspect/plugin-audiotestsrc.xml:
8688 * docs/plugins/inspect/plugin-cdparanoia.xml:
8689 * docs/plugins/inspect/plugin-decodebin.xml:
8690 * docs/plugins/inspect/plugin-decodebin2.xml:
8691 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8692 * docs/plugins/inspect/plugin-gdp.xml:
8693 * docs/plugins/inspect/plugin-gnomevfs.xml:
8694 * docs/plugins/inspect/plugin-libvisual.xml:
8695 * docs/plugins/inspect/plugin-ogg.xml:
8696 * docs/plugins/inspect/plugin-pango.xml:
8697 * docs/plugins/inspect/plugin-playbin.xml:
8698 * docs/plugins/inspect/plugin-subparse.xml:
8699 * docs/plugins/inspect/plugin-tcp.xml:
8700 * docs/plugins/inspect/plugin-theora.xml:
8701 * docs/plugins/inspect/plugin-typefindfunctions.xml:
8702 * docs/plugins/inspect/plugin-video4linux.xml:
8703 * docs/plugins/inspect/plugin-videorate.xml:
8704 * docs/plugins/inspect/plugin-videoscale.xml:
8705 * docs/plugins/inspect/plugin-videotestsrc.xml:
8706 * docs/plugins/inspect/plugin-volume.xml:
8707 * docs/plugins/inspect/plugin-vorbis.xml:
8708 * docs/plugins/inspect/plugin-ximagesink.xml:
8709 * docs/plugins/inspect/plugin-xvimagesink.xml:
8710 Update docs with caps info.
8712 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8715 Add more files with translatable strings (#450875).
8717 2007-06-23 Edward Hervey <edward@fluendo.com>
8719 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8720 The chain should be freed if we error out here, else it will leak.
8721 * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8722 (cleanup_decodebin):
8723 Don't forget to *properly* remove the signals, else it will leak.
8725 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8728 Updating all the maintainers files
8730 2007-06-21 Stefan Kost <ensonic@users.sf.net>
8732 * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8734 Destroy and recreate parse-launch based pipeline after stop to be able
8735 to play again. Reorder some code and add more comments.
8737 2007-06-20 Jan Schmidt <thaytan@mad.scientist.com>
8739 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8740 When handling a delayed-caps notification case, mark
8741 the group as dynamic so that the nbdynamic count is
8742 incremented and decremented correctly. Fixes: #449156
8743 Patch by: Wim Taymans <wim@fluendo.com>
8745 2007-06-19 Andy Wingo <wingo@pobox.com>
8747 * gst-libs/gst/audio/gstbaseaudiosink.c
8748 (gst_base_audio_sink_init): Enable pull-mode operation.
8750 2007-06-19 Michael Smith <msmith@fluendo.com>
8752 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8753 Change minimum rate back to 1000 to allow low-sample-rate wav files
8756 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
8759 Update translations.
8761 2007-06-15 David Schleef <ds@schleef.org>
8763 * gst/playback/gstqueue2.c:
8764 Fix compile error from ignored return value.
8766 2007-06-15 Michael Smith <msmith@fluendo.com>
8768 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8769 Update tmpbuf for all neccesary rows, not just one, as is required
8773 2007-06-15 Michael Smith <msmith@fluendo.com>
8775 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8777 Add a test that ensures we set DELTA_UNIT on all non-header,
8778 non-video buffers, if we have a video stream.
8779 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8780 (gst_ogg_mux_process_best_pad):
8781 Move setting delta_pad to earlier, where we inspect all pads, so
8782 that leading audio pages don't get DELTA_UNIT unset if they come
8783 before the first DELTA_UNIT from video pages. Fixes the newly-added
8784 test. Fixes #385527.
8786 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
8788 * tests/check/pipelines/streamheader.c: (streamheader_suite):
8789 Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8790 fails on the p5-ppc64 build bot and the failure looks like it is due
8791 to the same issue as #348114, ie. a compiler bug.
8793 2007-06-13 Edward Hervey <edward@fluendo.com>
8795 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8796 Fix build on MacOSX.
8798 2007-06-13 Wim Taymans <wim@fluendo.com>
8800 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8801 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8802 Fix compilation on mingw. Fixes #446972.
8804 2007-06-12 Wim Taymans <wim@fluendo.com>
8806 Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8808 * gst/playback/gstqueue2.c: (update_buffering),
8809 (gst_queue_locked_enqueue):
8810 Fix a division by zero when the max percent is <= 0. Fixes #446572.
8811 also update the buffering status when receiving events. Fixes #446551.
8813 2007-06-11 Wim Taymans <wim@fluendo.com>
8815 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8817 * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8818 (gst_queue_handle_src_query):
8819 Wait for preroll before attempting to forward a duration query upstream.
8822 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
8824 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8825 (gst_base_rtp_depayload_set_gst_timestamp):
8826 Use G_GINT64_CONSTANT macro for int64 constant.
8827 * win32/common/libgstinterfaces.def:
8828 * win32/common/libgsttag.def:
8829 Add new exported functions.
8831 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
8833 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8834 The BOS page of the first Dirac video stream needs to come before
8835 the BOS page of any Vorbis streams or other audio streams, just like
8838 2007-06-07 Wim Taymans <wim@fluendo.com>
8840 * gst/playback/gstqueue2.c: (gst_queue_get_range):
8843 2007-06-06 Wim Taymans <wim@fluendo.com>
8845 Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8847 * gst/playback/gstqueue2.c: (gst_queue_init),
8848 (gst_queue_handle_sink_event), (gst_queue_chain),
8849 (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8850 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8851 (gst_queue_src_activate_pull):
8852 Add pull based scheduling and fix some deadlocks. Fixes #444523.
8853 Does not yet completely work because duration queries upstream won't
8856 2007-06-06 Wim Taymans <wim@fluendo.com>
8859 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8860 Some more fseeko checks.
8862 2007-06-06 Wim Taymans <wim@fluendo.com>
8865 check for large file support.
8867 2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
8869 Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8871 * gst/subparse/gstsubparse.c: (parse_subrip),
8872 (subviewer_unescape_newlines), (parse_subviewer),
8873 (gst_sub_parse_data_format_autodetect),
8874 (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8875 * gst/subparse/gstsubparse.h:
8876 Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8877 * tests/check/elements/subparse.c: (GST_START_TEST),
8879 Add a unit test for both SubViewer formats.
8881 2007-06-01 Michael Smith <msmith@fluendo.com>
8883 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8884 Don't overflow intermediate values when seeking to large time values
8887 2007-06-05 Wim Taymans <wim@fluendo.com>
8889 * gst/playback/gstqueue2.c: (gst_queue_have_data),
8890 (gst_queue_create_read), (gst_queue_read_item_from_file),
8891 (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8892 Include stdio to define fseeko.
8894 2007-06-05 Wim Taymans <wim@fluendo.com>
8896 Patch by: Edward Hervey <edward@fluendo.com>
8898 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8900 Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8902 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
8904 * gst-libs/gst/riff/Makefile.am:
8905 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8906 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8907 our own implementation.
8909 2007-06-05 Wim Taymans <wim@fluendo.com>
8911 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8912 (gst_base_rtp_depayload_setcaps),
8913 (gst_base_rtp_depayload_set_gst_timestamp),
8914 (gst_base_rtp_depayload_change_state):
8915 Handle timestamp wraparound.
8917 2007-06-05 Wim Taymans <wim@fluendo.com>
8919 * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8920 (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8921 (gst_uri_decode_bin_change_state):
8922 Make sure we name srcpads uniquely even when using different internal
8924 Signal no-more-pads when no more dynamic elements exist.
8925 Remove pads on cleanup.
8927 2007-06-05 Wim Taymans <wim@fluendo.com>
8929 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8931 * gst/playback/gstqueue2.c: (gst_queue_class_init),
8932 (gst_queue_init), (gst_queue_finalize),
8933 (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8934 (gst_queue_create_read), (gst_queue_read_item_from_file),
8935 (gst_queue_open_temp_location_file),
8936 (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8937 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8938 (gst_queue_is_empty), (gst_queue_is_filled),
8939 (gst_queue_change_state), (gst_queue_set_temp_location),
8940 (gst_queue_set_property):
8941 Add support for filebased buffering. Fixes #441264.
8943 2007-06-05 Wim Taymans <wim@fluendo.com>
8945 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8946 (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8947 (caps_notify_group_cb), (gst_decode_group_new),
8948 (gst_decode_group_free):
8949 Add support for delayed caps fixation when autoplugging.
8950 Optimize cases where a multiqueue is not needed/wanted, like right after
8951 anything that is not a demuxer.
8953 2007-06-05 Wim Taymans <wim@fluendo.com>
8955 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8956 (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8957 (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8958 consideratly speedup ogg chain detection by not trying to find a base
8959 timestamp for skeleton streams.
8961 2007-06-05 Wim Taymans <wim@fluendo.com>
8963 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8964 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8965 (gst_multi_fd_sink_remove_flush),
8966 (gst_multi_fd_sink_remove_client_link),
8967 (gst_multi_fd_sink_handle_client_write),
8968 (gst_multi_fd_sink_handle_clients):
8969 * gst/tcp/gstmultifdsink.h:
8970 Add support for remove_flush.
8972 2007-06-05 Wim Taymans <wim@fluendo.com>
8974 * docs/design/draft-keyframe-force.txt:
8975 * ext/theora/theoraenc.c: (theora_enc_sink_event),
8977 Add draft design for forcing keyframes in encoders and implement in
8980 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8985 === release 0.10.13 ===
8987 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
8990 releasing 0.10.13, "What's Going on?"
8992 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
8994 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8995 In riff, the depth is stored in the size field but it just means that
8996 the least significant bits are cleared. We can therefore just play
8997 the sample as if it had a depth == width. Fixes: #440997
8999 Patch by: Wim Taymans <wim@fluendo.com>
9000 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
9002 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
9004 * gst-libs/gst/floatcast/floatcast.h:
9005 Define inline when needed on win32 builds. Fixes: #441295
9006 Patch by: Sebastien Moutte <sebastien@moutte.net>
9008 2007-05-29 Wim Taymans <wim@fluendo.com>
9010 * gst/playback/gstplaybasebin.c: (queue_overrun),
9011 (no_more_pads_full):
9012 Stop buffering when the group is commited because the queues filled up.
9015 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
9017 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9018 (gst_alsa_mixer_free), (gst_alsa_mixer_update),
9019 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9020 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9021 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9022 * ext/alsa/gstalsamixer.h:
9023 * ext/alsa/gstalsamixerelement.c:
9024 (gst_alsa_mixer_element_interface_supported),
9025 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9026 (gst_alsa_mixer_element_set_property),
9027 (gst_alsa_mixer_element_get_property),
9028 (gst_alsa_mixer_element_change_state):
9029 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
9030 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
9031 (gst_mixer_option_changed):
9032 * gst-libs/gst/interfaces/mixer.h:
9033 Revert commits towards #152864 made so far. We'll pick it up again
9034 after the 0.10.13 release.
9036 2007-05-24 Wim Taymans <wim@fluendo.com>
9038 * gst-libs/gst/audio/gstbaseaudiosink.c:
9039 (gst_base_audio_sink_render):
9040 After an interrupt (PAUSED/flush) assume that the next sample should not
9041 be aligned to the previous sample. Fixes #417992.
9043 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
9045 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9046 Don't add channels and rate fields to the template caps for
9047 audio/x-dts, as wavparse might not always be able to set them,
9048 which would then lead to 'caps are not a real subset of the
9049 template caps' warnings.
9051 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
9053 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9054 Handle unknown or invalid pads without crashing, as might occur if
9055 a media file like an mp3 is specified as a subtitle file.
9058 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
9060 * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9062 Block the subtitle bin output queue before ghosting it and linking,
9063 then unblock after. This avoids spurious not-linked errors caused
9064 by the queue starting up (because it gets linked when it is ghosted).
9067 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com>
9069 * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9070 Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9071 file. Avoids flukes where the input gets typefound to some valid but
9074 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
9076 * tests/check/Makefile.am:
9077 * tests/check/elements/.cvsignore:
9078 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9079 (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9080 Add unit test for gnomevfssink seeking and position reporting for
9083 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
9085 Patch by: Mark Nauwelaerts <manauw at skynet be>
9087 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9088 (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9089 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9090 * ext/gnomevfs/gstgnomevfssink.h:
9091 Fix position reporting, especially after a seek (from upstream),
9094 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
9096 * ext/cdparanoia/gstcdparanoiasrc.c:
9099 2007-05-22 Jan Schmidt <thaytan@mad.scientist.com>
9101 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9102 Specify the full valid range for MP3 samplerates. Fixes a regression
9103 caused by extra header checks since the last release.
9105 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
9107 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9108 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9109 Fix a locking-order bug I introduced with my changes the other day.
9110 Patch by Mike Smith.
9112 2007-05-21 Michael Smith <msmith@fluendo.com>
9114 * ext/theora/theoradec.c: (theora_handle_data_packet):
9115 Don't look inside 0-length packets (which indicate duplicated
9118 2007-05-21 Wim Taymans <wim@fluendo.com>
9120 * ext/cdparanoia/gstcdparanoiasrc.c:
9121 (gst_cd_paranoia_src_read_sector):
9122 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9123 (gst_base_audio_src_create):
9126 * ext/theora/theoradec.c: (theora_dec_sink_event):
9129 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9130 (gst_base_rtp_depayload_set_gst_timestamp):
9133 * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9134 And some debug info when a FIXME path is hit.
9136 2007-05-21 Wim Taymans <wim@fluendo.com>
9138 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9139 (gst_base_rtp_audio_payload_class_init),
9140 (gst_base_rtp_audio_payload_init),
9141 (gst_base_rtp_audio_payload_finalize),
9142 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9143 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9144 (gst_base_rtp_payload_audio_handle_event):
9145 Some cleanups, remove minptime property as it is now in the parent
9147 Override parent class event function.
9149 * gst-libs/gst/rtp/gstbasertppayload.c:
9150 (gst_basertppayload_class_init), (gst_basertppayload_init),
9151 (gst_basertppayload_event), (gst_basertppayload_set_property),
9152 (gst_basertppayload_get_property):
9153 * gst-libs/gst/rtp/gstbasertppayload.h:
9154 Add min-ptime property.
9155 Add handle-event vmethod. Fixes #415001.
9157 2007-05-18 Stefan Kost <ensonic@users.sf.net>
9159 * gst-libs/gst/audio/gstbaseaudiosink.c
9160 (gst_base_audio_sink_change_state):
9161 Fix typo in comment.
9163 * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9164 free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9165 get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9167 * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9168 gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9169 Remove trailing whitespaces in comments.
9171 * gst/volume/Makefile.am:
9174 2007-05-18 Stefan Kost <ensonic@users.sf.net>
9176 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9178 * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9179 set_option, get_option, _gst_reserved):
9180 Revert reordering functions (keep ABI).
9182 2007-05-17 Jan Schmidt <thaytan@mad.scientist.com>
9184 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9185 (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9186 (gst_ximagesink_show_frame):
9187 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9188 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9189 (gst_xvimagesink_show_frame):
9190 When we create our own window, indicate that we handle the
9191 WM_DELETE client message from the window manager, so that it won't
9192 kill our window (and our app) along with it. Handle ClientMessage,
9193 post an error on the bus, and close the window. Further buffers
9194 arriving will result in a FlowError because the window has been
9199 Clean up the X event handling loop and make them the same for
9200 both xvimagesink and ximagesink while I'm at it.
9202 2007-05-17 Wim Taymans <wim@fluendo.com>
9204 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9205 Make decodebin2 autoplug depayloaders too.
9207 * gst/playback/gsturidecodebin.c: (source_new_pad):
9208 Set the newly created decoder in a usable state when autoplugging a
9209 dynamic source such as RTSP.
9211 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
9213 * gst/playback/gststreaminfo.c: (cb_probe):
9214 Ignore video-codec tag for audio streams and ignore audio-codec tags
9215 for video streams. Should make codec name collection a bit more
9216 robust against sloppy demuxers that send tag events containing both
9219 2007-05-17 Wim Taymans <wim@fluendo.com>
9221 * gst/playback/gstqueue2.c: (update_rates):
9222 Tweak the buffering thresholds a little.
9223 Update the buffer size with the previously calculate rate instead of
9224 only when we calculate a new rate so that we get smoother buffering
9227 * gst/playback/Makefile.am:
9228 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9229 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9230 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9231 (gst_uri_decode_bin_get_property), (unknown_type),
9232 (add_element_stream), (no_more_pads_full), (no_more_pads),
9233 (source_no_more_pads), (new_decoded_pad), (array_has_value),
9234 (gen_source_element), (has_all_raw_caps), (analyse_source),
9235 (remove_decoders), (make_decoder), (remove_source),
9236 (source_new_pad), (setup_source), (decoder_query_init),
9237 (decoder_query_duration_fold), (decoder_query_duration_done),
9238 (decoder_query_position_fold), (decoder_query_position_done),
9239 (decoder_query_latency_fold), (decoder_query_latency_done),
9240 (decoder_query_seeking_fold), (decoder_query_seeking_done),
9241 (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9242 (gst_uri_decode_bin_change_state), (plugin_init):
9243 New element that intergrates a source, optional buffering element and
9246 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
9249 Bump libtheora requirement to 1.0alpha5 for the pixformat check
9250 (also has a .pc file, so we don't need the fallback check any
9251 longer). Fixes #438840.
9253 2007-05-17 Wim Taymans <wim@fluendo.com>
9255 * gst/playback/gstqueue2.c: (gst_queue_get_type),
9256 (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9257 (apply_segment), (apply_buffer), (update_buffering),
9258 (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9259 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9260 (gst_queue_handle_sink_event), (gst_queue_is_filled),
9261 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9265 2007-05-17 Wim Taymans <wim@fluendo.com>
9267 * gst/playback/Makefile.am:
9268 * gst/playback/gstqueue2.c: (gst_queue_get_type),
9269 (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9270 (gst_queue_getcaps), (gst_queue_bufferalloc),
9271 (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9272 (apply_buffer), (update_buffering), (reset_rate_timer),
9273 (update_rates), (gst_queue_locked_flush),
9274 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9275 (gst_queue_handle_sink_event), (gst_queue_is_empty),
9276 (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9277 (gst_queue_loop), (gst_queue_handle_src_event),
9278 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9279 (gst_queue_src_activate_push), (gst_queue_change_state),
9280 (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9281 On our way to playbin2 this is the new network queue that does buffering
9282 all by itself using high and low watermarks. It can also measure up and
9283 downstream bandwidth to optimally size the queue.
9285 2007-05-17 Michael Smith <msmith@fluendo.com>
9287 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9288 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9289 Use the segment->last_stop value to calculate the next timestamp to
9290 generate after a seek; not the segment->start value.
9292 2007-05-15 David Schleef <ds@schleef.org>
9294 * docs/Makefile.am: Install docs even when --disable-gtk-doc
9295 is disabled. This matches the behavior of gtk+. Fixes #349099.
9297 2007-05-15 Wim Taymans <wim@fluendo.com>
9299 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9300 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9301 Some more chained streaming ogg timestamp fixes.
9303 2007-05-15 Wim Taymans <wim@fluendo.com>
9305 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9306 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9307 (gst_ogg_demux_handle_page):
9309 Fix chain start/stop segment handling based on patch by
9310 <ahalda at cs dot mcgill dot ca> see #320984.
9312 2007-05-15 Michael Smith <msmith@fluendo.com>
9315 We don't require a C++ compiler. So don't require one.
9317 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9319 * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9320 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9321 gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9322 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9323 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9324 gst_alsa_mixer_update_track):
9325 Apply some of the cleanup Tim suggested in #152864 afterwards.
9327 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9329 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9331 * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9332 _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9333 gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9334 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9335 gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9336 gst_alsa_mixer_handle_source_callback,
9337 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9338 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9339 gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9340 gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9341 gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9342 gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9343 * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9344 * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9345 gst_alsa_mixer_element_interface_supported,
9346 gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9347 gst_alsa_mixer_element_set_property,
9348 gst_alsa_mixer_element_get_property,
9349 gst_alsa_mixer_element_change_state):
9350 * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9351 * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9352 gst_mixer_option_changed):
9353 * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9354 volume_changed, option_changed, _gst_reserved):
9355 Implement notification for alsamixer. Fixes #152864
9357 2007-05-14 David Schleef <ds@schleef.org>
9359 * gst/videotestsrc/videotestsrc.c:
9360 * gst/videotestsrc/videotestsrc.h:
9361 Add support for video/x-raw-bayer.
9363 2007-05-12 David Schleef <ds@schleef.org>
9365 * sys/xvimage/xvimagesink.c:
9366 Add some sanity checking for the XVImage size returned by X.
9369 2007-05-12 Wim Taymans <wim@fluendo.com>
9371 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9372 (gst_base_rtp_depayload_setcaps),
9373 (gst_base_rtp_depayload_set_gst_timestamp):
9374 Parse and use additional caps fields as described in updated
9375 application/x-rtp caps spec.
9377 2007-05-12 Wim Taymans <wim@fluendo.com>
9379 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9380 (gst_ogg_demux_collect_chain_info):
9381 If there is a stream in a chain without any data packets, ignore the
9382 stream in the total length calculations. Might be related to #436820.
9384 2007-05-11 Jan Schmidt <thaytan@mad.scientist.com>
9386 * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9387 (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9388 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9389 (mpeg_video_type_find), (mpeg_video_stream_type_find),
9392 Consolidate and re-work our mpeg system stream detection to probe
9393 more packets and produce a higher confidence result. Fixes a
9394 regression caused by lowering the typefind probability last year
9395 - related to bug #397810. Remove the redundant MPEG-1 specific
9396 typefind function, as the new one detects both MPEG-1 & MPEG-2
9399 Also cleanup the MPEG elementary and MPEG-TS detection functions a
9402 Tested against my media test directory, with some improvements and
9405 2007-05-10 Wim Taymans <wim@fluendo.com>
9407 * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9408 (queue_out_of_data):
9409 Connect to the new queue "pushing" signal instead of the broken
9412 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
9414 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9415 (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9416 Move variable declaration before the first instruction.
9417 * gst/videotestsrc/videotestsrc.c:
9418 Define M_PI if it's not defined yet.
9419 * win32/common/libgstrtp.def:
9420 Add new exported functions.
9422 2007-05-09 Michael Smith <msmith@fluendo.com>
9424 * ext/theora/theoradec.c: (theora_handle_type_packet):
9425 gst_pad_push_event() does not return a GstFlowReturn!
9427 2007-05-09 Wim Taymans <wim@fluendo.com>
9429 * tests/examples/seek/scrubby.c: (stop_cb), (main):
9430 * tests/examples/seek/seek.c: (do_seek):
9431 Some small cosmetic changes.
9433 2007-05-08 Stefan Kost <ensonic@users.sf.net>
9435 * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9436 gst_adder_change_state):
9437 * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9438 segment_pending, segment_position, segment_rate):
9439 Handle playback-rate on adder.
9441 2007-05-07 Michael Smith <msmith@fluendo.com>
9443 * ext/theora/gsttheoradec.h:
9444 * ext/theora/theoradec.c: (gst_theora_dec_reset),
9445 (theora_dec_sink_event), (theora_handle_comment_packet),
9446 (theora_handle_type_packet), (theora_dec_change_state):
9447 Don't push events (newsegment, tags) before initialising the
9449 This is neccesary for seeking to work correctly in gnonlin.
9451 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9453 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9454 * gst/adder/gstadder.c:
9455 * gst/audiotestsrc/gstaudiotestsrc.c
9456 (gst_audio_test_src_create_white_noise):
9457 * gst/videotestsrc/gstvideotestsrc.c:
9458 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9459 VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9460 volume_sink_template, volume_src_template, gst_volume_init,
9461 volume_process_double, volume_process_int16,
9462 volume_process_int16_clamp):
9463 Doc fixes and formatting.
9465 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9467 * tests/check/Makefile.am:
9468 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9469 Minimal check for volume's GstController usability; also another
9472 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9474 * gst-libs/gst/cdda/gstcddabasesrc.c:
9475 (gst_cdda_base_src_add_track):
9476 Fix it so that it (a) makes sense and (b) doesn't break
9477 everything cdda-related including the unit test.
9479 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9481 * gst-libs/gst/cdda/gstcddabasesrc.c:
9482 (gst_cdda_base_src_add_track):
9483 Fix build when disabling asserts.
9485 2007-05-03 Tim-Philipp Müller <tim at centricular dot net>
9487 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9488 When XShm is not available, we might get row strides that are not
9489 rounded up to multiples of four; this is bad, because virtually
9490 every RGB-processing element in GStreamer assumes rowstrides are
9491 rounded up to multiples of four, so let's allocate at least enough
9492 memory to avoid crashes in this case. The image will still be
9493 displayed distorted though if this happens, so that still needs
9494 fixing (maybe by allocating a bigger image with an 'even' width
9495 and then clipping it appropriately when rendering - something for
9496 Xlib aficionados in any case).
9498 2007-05-03 Michael Smith <msmith@fluendo.com>
9500 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9501 If a buffer doesn't have a timestamp, assume it's contiguous with
9502 the previous buffer, and synthesise timestamps appropriately.
9504 2007-05-03 Edward Hervey <edward@fluendo.com>
9506 * tests/check/elements/videorate.c: (GST_START_TEST):
9507 Set buffer timestamp to a valid value in order to test the buffer
9508 really does stay in videorate.
9510 2007-05-03 Edward Hervey <edward@fluendo.com>
9512 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9513 There is no sensible way to handle incoming buffers which don't have a
9514 valid timestamp. We therefore discard them and wait for the next one.
9516 2007-05-01 Tim-Philipp Müller <tim at centricular dot net>
9518 * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9519 * gst/playback/gstdecodebin2.c: (plugin_init):
9520 Better error message for text files.
9522 2007-04-29 Wim Taymans <wim@fluendo.com>
9524 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9525 Fix offset bug in generation RR packets.
9527 2007-04-27 Julien MOUTTE <julien@moutte.net>
9529 * ext/theora/theoradec.c: (_theora_granule_time),
9530 (theora_dec_push_forward), (theora_handle_data_packet),
9531 (theora_dec_decode_buffer): Calculate buffer duration correctly
9532 to generate a perfect stream (#433888).
9533 * gst/audioresample/gstaudioresample.c:
9534 (audioresample_check_discont): Glib provides ABS.
9536 2007-04-27 Wim Taymans <wim@fluendo.com>
9538 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9539 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9540 (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9541 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9542 (gst_rtcp_packet_bye_set_reason):
9543 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9544 Fix RB block parsing and writing.
9545 Add support for constructing BYE packets.
9547 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
9549 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9550 (gst_base_audio_src_create):
9552 When posting a warning message because samples were dropped, post
9553 something more intelligible than he default error message for clock
9554 errors which is just confusing in this context (#432984).
9556 2007-04-25 Wim Taymans <wim@fluendo.com>
9558 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9559 (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9560 (read_packet_header), (gst_rtcp_packet_move_to_next),
9561 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9562 (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9563 (gst_rtcp_packet_sdes_get_item_count),
9564 (gst_rtcp_packet_sdes_first_item),
9565 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9566 (gst_rtcp_packet_sdes_first_entry),
9567 (gst_rtcp_packet_sdes_next_entry),
9568 (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9569 (gst_rtcp_packet_sdes_add_entry):
9570 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9571 Implement code to write SR, RR and SDES packets.
9573 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9575 Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9577 * sys/ximage/ximagesink.c:
9578 Fix build if XShm is not available (#432362).
9580 2007-04-24 Sebastian Dröge <slomo@circular-chaos.org>
9582 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9583 Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9584 pointers to random memory which are passed to g_free() when
9585 audio_convert_prepare_context() is called the first time.
9587 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9589 Patch by: Dan Williams <dcbw redhat com>
9591 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9592 Don't leak incoming buffer if gst_pad_push() returns a
9593 non-OK flow. Fixes #432755.
9595 * tests/check/elements/videorate.c: (GST_START_TEST),
9597 Unit test for the above by Yours Truly.
9599 2007-04-23 Stefan Kost <ensonic@users.sf.net>
9601 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9602 (gst_adder_sink_event), (gst_adder_collected):
9603 Fix non-flushing segmented seeks, Fixes #340060 for me
9605 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9607 Patch by: Olivier Crete <tester at tester ca>
9609 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9610 (gst_base_rtp_audio_payload_class_init),
9611 (gst_base_rtp_audio_payload_init),
9612 (gst_base_rtp_audio_payload_dispose):
9613 Chain up to parent class in dispose function; get rid of
9614 unnecessary 'diposed' flag in private structure (#415001).
9616 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9618 * docs/libs/gst-plugins-base-libs.types:
9619 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9620 (gst_base_rtp_audio_payload_class_init):
9621 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9622 * gst-libs/gst/rtp/gstbasertppayload.c:
9623 Some minor docs fixes and additions; also add missing 'Since' bits.
9625 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9627 Patch by: Zeeshan Ali <zeenix gmail com>
9629 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9630 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9631 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9632 (gst_base_rtp_audio_payload_push):
9633 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9634 The recently-added gst_base_rtp_audio_payload_push() should take an
9635 object of type GstBaseRTPAudioPayload as first argument (#431672).
9637 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9639 * gst/audioresample/gstaudioresample.c:
9640 Make more functions static, just because we can.
9642 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9644 * tests/check/elements/audioresample.c:
9645 Add unit test for audioresample shutdown crasher (#420106).
9647 2007-04-20 Stefan Kost <ensonic@users.sf.net>
9649 * gst/subparse/gstsubparse.c:
9650 * gst/subparse/samiparse.c:
9651 Use GST_DISABLE_XML here
9653 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9654 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9655 (gst_xvimagesink_buffer_alloc),
9656 (gst_xvimagesink_navigation_send_event):
9657 * sys/xvimage/xvimagesink.h:
9658 Include stdlib.h when using atoi.
9660 * tests/check/elements/playbin.c: (playbin_suite):
9661 Use GST_DISABLE_REGISTRY here
9663 2007-04-19 Michael Smith <msmith@fluendo.com>
9665 * ext/theora/gsttheoraenc.h:
9666 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9667 (theora_enc_sink_event), (theora_enc_change_state):
9668 Track initialisation state; don't try to use encoder state if we're
9669 not initialised (it'll segfault).
9671 2007-04-18 Stefan Kost <ensonic@users.sf.net>
9673 * tests/check/pipelines/.cvsignore:
9676 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9678 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9679 Allow random depths between 1 and 32 instead of only multiplies of 8.
9681 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9683 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9684 Set the maximum number of channels for PCM and float in the correct
9685 place to have it also used when creating the template caps.
9687 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9689 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9690 Correctly support 4, 6 and 8 channels with normal PCM and float
9693 Fix the depth and signedness calculation in extensible wav files and
9694 also handle 1, 2, 4, 6, 8 channels here when a file without channel
9697 Add support for float, alaw and mulaw in extensible wav files.
9699 This allows correct playback of all but 5 files from
9700 http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9702 (gst_riff_create_audio_template_caps):
9703 Add voxware and float formats to the template caps.
9705 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9707 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9709 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9710 Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9712 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9713 * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9714 Use the correct format strings for integer formats.
9716 2007-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
9718 * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9719 Don't use pad_alloc_buffer_and_set_caps to create a small header
9720 packet, or, worse, to create a big temporary video buffer using the
9723 2007-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
9725 * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9726 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9727 GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9728 Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9730 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9732 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9733 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9734 streamheader_suite):
9735 Add another test set up for failure
9737 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9739 * tests/check/Makefile.am:
9740 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9741 GST_START_TEST, streamheader_suite, main):
9742 Add a test for the streamheader bug Wim fixed.
9744 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
9746 * ext/theora/theoradec.c: (theora_dec_sink_event):
9747 Fix misleading comment.
9749 2007-04-13 Stefan Kost <ensonic@users.sf.net>
9751 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9752 More sanity checks for the header fields.
9754 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9756 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9757 Try encodings from all environment variables, not just those in the
9758 first environment variable that is set.
9760 2007-04-12 Wim Taymans <wim@fluendo.com>
9762 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9763 (gst_video_rate_chain):
9766 * tests/check/elements/videorate.c: (GST_START_TEST),
9768 Added check for videorate changing caps handling. Closes #421834.
9770 2007-04-12 Michael Smith <msmith@fluendo.com>
9772 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9773 Use scale functions to avoid overflow when calculating duration of
9776 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9778 * docs/libs/gst-plugins-base-libs-sections.txt:
9779 * gst-libs/gst/tag/tag.h:
9780 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9781 API: add gst_tag_freeform_string_to_utf8() (#405072).
9783 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9784 Use gst_tag_freeform_string_to_utf8() here.
9786 2007-04-12 Wim Taymans <wim@fluendo.com>
9788 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9789 (gst_gdp_pay_sink_event):
9790 Make sure we set the IN_CAPS flag correctly.
9792 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9793 Get the IN_CAPS flag before we call functions that mess with the flags.
9795 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
9797 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9798 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9799 Only stamp buffers with offset/offset_end right before they get
9800 pushed. This ensures offset continuity, which was not the case
9802 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9804 2007-04-06 Wim Taymans <wim@fluendo.com>
9806 * gst/playback/gstplaybin.c: (add_sink),
9807 (gst_play_bin_change_state):
9808 Activate sync in playbin, we are ready to handle it for live streams.
9810 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
9812 * tests/check/elements/playbin.c:
9813 (test_sink_usage_video_only_stream), (playbin_suite):
9814 Add small test for stream-info-value-array code paths.
9816 2007-04-05 Wim Taymans <wim@fluendo.com>
9818 * gst-libs/gst/audio/gstbaseaudiosink.c:
9819 (gst_base_audio_sink_skew_slaving):
9820 Don't try to create invalid calibration parameters by making the
9821 internal time go backwards, instead make external time go forward.
9823 2007-04-05 Wim Taymans <wim@fluendo.com>
9825 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9827 * gst/playback/gstplaybasebin.c: (add_stream):
9828 Fix leak in add_stream(), when g_value_set_object() increases the
9829 refcount of streaminfo object. Fixes #426250.
9831 2007-04-03 David Schleef <ds@schleef.org>
9833 * gst/videotestsrc/gstvideotestsrc.c:
9834 * gst/videotestsrc/gstvideotestsrc.h:
9835 * gst/videotestsrc/videotestsrc.c:
9836 * gst/videotestsrc/videotestsrc.h:
9837 Add a test pattern called "circular", which has concentric
9838 rings with varying radial frequency. The main purpose of this
9839 pattern is to test fidelity loss in a filter or scaler element.
9840 Notably, this pattern is scale invariant, and is optimally viewed
9841 with a width (and height) of 400.
9843 2007-04-03 Wim Taymans <wim@fluendo.com>
9845 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9847 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9848 (deactivate_free_recursive):
9849 Decodebin2 doesn't unref pads it obtains in some occasions:
9850 - multiqueue src pads, when either connecting further or exposing
9851 - sink pads of new autoplugged elements
9852 - peer pads when recursively freeing elements
9855 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
9857 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9858 Add audio/x-raw-float support, now that audioconvert support
9859 non-native endianness floats.
9861 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
9863 * docs/libs/gst-plugins-base-libs-docs.sgml:
9864 gstreamer-plugins-base.pc doesn't exist, it's
9865 gstreamer-plugins-base-0.10.pc.
9867 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9869 Patch by: René Stadler <mail at renestadler dot de>
9870 with some minor changes
9872 * gst-libs/gst/floatcast/floatcast.h:
9873 Use more efficient float endianness conversion functions that don't
9874 involve 2 function calls per value.
9875 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9876 (check_default), (audio_convert_prepare_context):
9877 * gst/audioconvert/gstaudioconvert.c:
9878 (gst_audio_convert_parse_caps), (make_lossless_changes):
9879 Support non-native endianness floats as input and output.
9881 * tests/check/elements/audioconvert.c: (verify_convert),
9883 Add unit tests for the non-native endianness float conversions.
9885 2007-03-29 Wim Taymans <wim@fluendo.com>
9887 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9888 (gst_base_rtp_depayload_base_init),
9889 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9890 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9891 (gst_base_rtp_depayload_set_gst_timestamp),
9892 (gst_base_rtp_depayload_change_state),
9893 (gst_base_rtp_depayload_set_property),
9894 (gst_base_rtp_depayload_get_property):
9895 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9896 Add Private structure.
9897 Bring element code to 2007.
9898 Parse clock-base caps param and use it when generating the
9900 Reset variables before going to PAUSED.
9903 2007-03-29 Wim Taymans <wim@fluendo.com>
9905 * docs/libs/gst-plugins-base-libs-docs.sgml:
9906 * docs/libs/gst-plugins-base-libs-sections.txt:
9907 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9908 (gst_base_rtp_audio_payload_get_adapter):
9912 * gst-libs/gst/rtp/Makefile.am:
9913 * gst-libs/gst/rtp/gstrtcpbuffer.c:
9914 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9915 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9916 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9917 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9918 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9919 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9920 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9921 (gst_rtcp_packet_sr_get_sender_info),
9922 (gst_rtcp_packet_sr_set_sender_info),
9923 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9924 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9925 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9926 (gst_rtcp_packet_sdes_get_chunk_count),
9927 (gst_rtcp_packet_sdes_first_chunk),
9928 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9929 (gst_rtcp_packet_sdes_first_item),
9930 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9931 (gst_rtcp_packet_bye_get_ssrc_count),
9932 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9933 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9934 (gst_rtcp_packet_bye_get_reason_len),
9935 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9936 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9937 Add new helper object for parsing and creating RTCP messages.
9939 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9941 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9942 PCM samples with width=8 must be always unsigned, no matter what
9945 2007-03-29 Andy Wingo <wingo@pobox.com>
9947 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9948 perfect offsets also, not just timestamps.
9950 * tests/check/elements/videorate.c (test_more): Test that given
9951 any incoming offsets, that videorate produces perfect offsets.
9953 2007-03-29 Wim Taymans <wim@fluendo.com>
9955 * gst-libs/gst/riff/riff-ids.h:
9956 Add some more RIFF formats.
9958 2007-03-29 Wim Taymans <wim@fluendo.com>
9960 * gst-libs/gst/rtp/gstrtpbuffer.c:
9961 (gst_rtp_buffer_default_clock_rate):
9962 * gst-libs/gst/rtp/gstrtpbuffer.h:
9963 Fix fixed payload names and docs.
9964 Added method to get the default clock rates of fixed payload types.
9965 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9967 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
9969 * tests/check/pipelines/.cvsignore:
9970 Add new vorbisdec test to cvsignore.
9972 2007-03-28 Wim Taymans <wim@fluendo.com>
9974 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9975 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9976 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9977 (gst_base_audio_sink_set_property),
9978 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9979 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9980 (gst_base_audio_sink_skew_slaving),
9981 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9982 (gst_base_audio_sink_async_play):
9983 * gst-libs/gst/audio/gstbaseaudiosink.h:
9984 Store private stuff in GstBaseAudioSinkPrivate.
9985 Add configurable clock slaving modes property.
9986 API:: GstBaseAudioSink::slave-method property
9987 Some more latency reporting tweaks.
9988 Added skew based clock slaving correction and make it the default until
9989 the resampling method is more robust.
9991 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
9993 * gst/audioconvert/audioconvert.c:
9994 Add docs to the integer pack functions and implement proper
9995 rounding. Before we had rounding towards negative infinity, i.e.
9996 always the smaller number was taken. Now we use natural rounding,
9997 i.e. rounding to the nearest integer and to the one with the largest
9998 absolute value for X.5. The old rounding introduced some minor
9999 distortions. Fixes #420079
10000 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10001 Fix one unit test that assumed the old rounding and added unit tests
10002 for checking signed/unsigned int16 <-> signed/unsigned int16 with
10003 depth 8, one for signed int16 <-> unsigned int16 and one for the new
10004 rounding from signed int32 to signed/unsigned int16.
10006 2007-03-27 Michael Smith <msmith@fluendo.com>
10008 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
10009 (gst_audio_convert_transform_caps):
10010 Fix typo in debug line introduced recently, as pointed out on irc.
10012 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
10014 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10015 * tests/check/libs/tag.c: (GST_START_TEST):
10016 Make sure we parse floating-point numbers in vorbis comments
10017 correctly with either '.' or ',' as separator, no matter what
10018 the current locale is. Add unit test for this too.
10020 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
10022 Patch by: René Stadler <mail at renestadler de>
10024 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10025 When writing out floating-point numbers to vorbis comment tags, always
10026 use the same character as separator no matter what the current locale is
10029 * tests/check/libs/tag.c: (GST_START_TEST):
10030 Add unit tests for replaygain tags in vorbis comments (closes #423055).
10032 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
10034 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10035 vorbis_handle_data_packet):
10036 Correctly set DURATION to generate a timestamp-continuous stream.
10037 One bug left at the end; see
10038 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10039 * tests/check/Makefile.am:
10040 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10041 Add a test to check this. Without the above patch this test fails.
10043 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
10045 * gst-libs/gst/rtp/Makefile.am:
10046 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10048 2007-03-23 Michael Smith <msmith@fluendo.com>
10050 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10051 (gst_video_rate_reset), (gst_video_rate_chain):
10052 If videorate changes caps, we can no longer use the old buffer
10053 (which may have a different size, incompatible with our caps).
10054 So don't do that; just duplicate the new frame more times.
10056 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
10058 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10059 Remove playbin's override of the set_clock vmethod. It's irrelevant
10060 after Wim's commit on the 19th.
10062 2007-03-22 Wim Taymans <wim@fluendo.com>
10064 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10065 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10066 * ext/gnomevfs/gstgnomevfssrc.h:
10067 Don't cache file sizes. Fixes #341078.
10069 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
10071 * gst/playback/gstplaybin.c: (add_sink):
10072 Use GST_PTR_FORMAT to log caps.
10074 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
10076 Patch by: Young-Ho Cha <ganadist at chollian net>
10078 * gst/subparse/samiparse.c: (handle_start_font):
10079 Special-case some more colour names that pango doesn't handle by
10080 default. Fixes #420578.
10082 2007-03-20 Michael Smith <msmith@fluendo.com>
10084 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10085 If we get a zero-sized input buffer, don't pass it to libvorbis, as
10086 that marks EOS internally. After that, libvorbis will buffer all
10087 input data, and encode none of it, eventually leading to memory
10090 2007-03-19 Wim Taymans <wim@fluendo.com>
10092 * gst/playback/gstdecodebin.c: (remove_fakesink):
10093 Don't post STATE_DIRTY anymore.
10095 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10096 (gst_play_bin_change_state):
10097 Remove stream_time reset in seek handling, core does that now.
10098 Disable clocking for live pipelines by forcing a NULL clock to the
10099 complete pipeline, core is too smart now for our previous hack.
10100 We can always autoplug in PAUSED now.
10102 2007-03-17 David Schleef <ds@schleef.org>
10104 * REQUIREMENTS: Update this file, change the formatting to make
10105 it more consistent, plus more machine readable.
10107 2007-03-16 Michael Smith <msmith@fluendo.com>
10109 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10110 (strip_width_64), (append_with_other_format):
10111 Previous fix was too simplistic, and broke the tests. Use a better
10112 approach; only strip 64 from widths for integer audio.
10114 2007-03-16 Michael Smith <msmith@fluendo.com>
10116 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10117 (gst_audio_convert_transform_caps):
10118 We don't support 64 bit integer audio, so don't try to claim we can.
10119 Stops us producing caps don't match our template caps.
10122 2007-03-15 Michael Smith <msmith@fluendo.com>
10124 * gst/audioresample/gstaudioresample.c:
10125 (audioresample_check_discont), (audioresample_transform):
10126 Don't trigger discontinuities for very small imperfections; a filter
10127 flush will sound bad, and many plugins have rounding errors leading
10130 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
10132 Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10134 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10135 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10136 API: add "min-ptime" property to RTP base audio payloader.
10137 API: add gst_base_rtp_audio_payload_push().
10138 API: add gst_base_rtp_audio_payload_get_adapter().
10140 Indentation/whitespace/documentation fixes.
10142 2007-03-14 Julien MOUTTE <julien@moutte.net>
10144 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10145 (audioresample_transform_size), (audioresample_do_output),
10146 (audioresample_transform), (audioresample_pushthrough): Handle
10147 discontinuous streams.
10148 * gst/audioresample/gstaudioresample.h:
10149 * tests/check/elements/audioresample.c:
10150 (test_discont_stream_instance), (GST_START_TEST),
10151 (audioresample_suite): Add a test for discontinuous streams.
10152 * win32/common/config.h: Updated.
10154 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10169 Update translations from translation project.
10171 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10173 * gst/audioresample/debug.h:
10174 * gst/audioresample/resample.c: (resample_init):
10175 Since I really am not interested in a debug line for each sample
10176 being processed, move the library's debugging to its own category,
10179 2007-03-13 Michael Smith <msmith@fluendo.com>
10181 * ext/theora/theoradec.c: (theora_handle_type_packet):
10182 Since the plugin doesn't support anything other than 4:2:0 right
10183 now, post an error and fail if we get something else. Won't matter
10184 until libtheora supports the other pixel formats, but hopefully
10187 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
10189 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10190 Use gst_guint64_to_gdouble for conversion.
10192 Add new files to the win32 MANIFEST.
10193 * win32/common/libgstaudio.def:
10194 * win32/common/libgstpbutils.def:
10195 Add new exported functions.
10196 * win32/vs6/gst_plugins_base.dsw:
10197 * win32/vs6/libgstdecodebin.dsp:
10198 * win32/vs6/libgstplaybin.dsp:
10199 Change the link to libgstpbutils.lib.
10200 * win32/vs6/libgstdecodebin2.dsp:
10201 Add a new project for decodebin2.
10202 * win32/vs6/libgstpbutils.dsp:
10203 Add a new project for pbutils.
10205 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10207 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10208 Also accept partial dates with only year and month,
10209 like 1999-12-00 (fixes #410396 even more).
10211 * tests/check/libs/tag.c: (GST_START_TEST):
10212 Add unit test for the above.
10214 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10216 * tests/check/elements/subparse.c: (GST_START_TEST),
10218 Add unit test for MPL2 subtitle format (#413799).
10220 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10222 Patch by: Kamil Pawlowski <kamilpe gmail com>
10224 * gst/subparse/Makefile.am:
10225 * gst/subparse/gstsubparse.c:
10226 (gst_sub_parse_data_format_autodetect),
10227 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10228 (gst_subparse_type_find):
10229 * gst/subparse/gstsubparse.h:
10230 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10231 * gst/subparse/mpl2parse.h:
10232 Add support for MPL2 subtitle format (#413799).
10234 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10237 We require core CVS for the new buffer metadata copy functions.
10239 2007-03-09 Wim Taymans <wim@fluendo.com>
10241 * gst-libs/gst/tag/gstid3tag.c:
10242 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10245 Patch by: Alex Lancaster <alexl at users sourceforge net>
10247 2007-03-09 Wim Taymans <wim@fluendo.com>
10249 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10250 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10251 Improve adapter usage and comments.
10253 2007-03-09 Wim Taymans <wim@fluendo.com>
10255 * ext/pango/gsttextrender.c: (gst_text_render_chain):
10256 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10257 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10258 Use new metadata copy function.
10260 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10261 (gst_ffmpegcsp_transform):
10262 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10263 Basetransform copied the metadata for us.
10265 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10267 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10268 (gst_text_overlay_video_event):
10269 Some more logging. Only accept newsegment events in TIME format and
10270 send a WARNING message if they are not in TIME format.
10272 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10273 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10274 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10275 * gst/subparse/gstsubparse.h:
10276 No need to allocate GstSegment structure dynamically, just put it
10277 into the instance structure; ignore newsegment events in BYTE
10278 format and in particular don't let it overwrite our saved TIME
10279 segment from the last seek.
10281 2007-03-09 Michael Smith <msmith@fluendo.com>
10283 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10284 Replace AC3 typefinder with one that isn't terrible, and actually
10287 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
10289 * gst/audioconvert/gstaudioconvert.c:
10290 (gst_audio_convert_transform):
10291 fix error category and translatable string
10294 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10296 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10297 * pkgconfig/gstreamer-plugins-base.pc.in:
10298 Fix up utils => pbutils here too.
10300 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10302 * gst/subparse/gstsubparse.c: (handle_buffer):
10303 Break out of loop in chain function as soon as possible if we get
10304 a non-OK flow return.
10306 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10308 * tests/check/elements/alsa.c: (GST_START_TEST):
10309 Unref the mixer if the state change fails too (if the
10310 alsa devices are inaccessible, for example)
10312 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10314 * tests/check/Makefile.am:
10315 Don't test libvisual elements in the states check, because libvisual
10316 seems to leak internally.
10318 Re-enable the alsa and states tests now that there's new suppressions
10321 * tests/check/elements/alsa.c: (GST_START_TEST):
10322 Don't leak the alsamixer we instantiated.
10324 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10326 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10327 (gst_ximagesink_change_state), (gst_ximagesink_reset),
10328 (gst_ximagesink_finalize):
10329 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10330 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10331 Move some cleanup stuff from the state change handler into a _reset()
10332 function that can be called from _finalize(). This ensures that things
10333 get freed even if (for some reason) the NULL->READY state transition
10334 fails in the parent class.
10335 Even if a parent state change fails, process our downward state change
10336 logic instead of bailing out early.
10337 Free the correct xcontext pointer in ximagesink's xcontext_clear.
10339 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10341 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10344 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10345 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10346 Use pango_font_description_set_family_static instead of
10347 pango_font_description_set_family to save a string copy (it was
10348 leaking due to the strdup anyway)
10350 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10351 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10352 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10353 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10354 Chain up in finalize.
10356 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
10358 * gst-libs/gst/interfaces/mixertrack.c:
10359 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10360 (gst_mixer_track_set_property):
10361 API: add "untranslated-label" property which should be set by
10362 implementations at construct time (#414645).
10364 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10365 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10366 Set "untranslated-label" when constructing mixer track objects.
10368 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10369 Unit test to check the above.
10371 2007-03-07 Wim Taymans <wim@fluendo.com>
10373 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10374 Fix confusing debug message.
10376 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10378 * gst-plugins-base.doap:
10379 update doap file with new version
10381 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10386 === release 0.10.12 ===
10388 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10391 releasing 0.10.12, "Zombie Horde"
10393 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
10396 Bump version to 0.10.11.4 pre-release
10398 2007-03-06 Wim Taymans <wim@fluendo.com>
10400 * gst-libs/gst/audio/gstbaseaudiosink.c:
10401 (gst_base_audio_sink_async_play):
10402 Fix regression that made GStreamer skip the first samples of audio.
10405 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
10408 Bump version to 0.10.11.3 pre-release
10410 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
10413 Update paths for the rename from utils to pbutils to fix the build.
10415 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
10417 * gst-libs/gst/pbutils/Makefile.am:
10418 Change directory to install headers in from gst/utils to gst/pbutils
10421 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
10424 * docs/libs/gst-plugins-base-libs-docs.sgml:
10425 * docs/libs/gst-plugins-base-libs-sections.txt:
10426 * gst-libs/gst/Makefile.am:
10427 * gst-libs/gst/interfaces/mixer.c:
10428 * gst-libs/gst/pbutils/Makefile.am:
10429 * gst-libs/gst/pbutils/descriptions.c:
10430 (gst_pb_utils_get_source_description),
10431 (gst_pb_utils_get_sink_description),
10432 (gst_pb_utils_get_decoder_description),
10433 (gst_pb_utils_get_encoder_description),
10434 (gst_pb_utils_get_element_description),
10435 (gst_pb_utils_add_codec_description_to_tag_list),
10436 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10437 * gst-libs/gst/pbutils/descriptions.h:
10438 * gst-libs/gst/pbutils/install-plugins.c:
10439 * gst-libs/gst/pbutils/install-plugins.h:
10440 * gst-libs/gst/pbutils/missing-plugins.c:
10441 (gst_missing_uri_source_message_new),
10442 (gst_missing_uri_sink_message_new),
10443 (gst_missing_element_message_new),
10444 (gst_missing_decoder_message_new),
10445 (gst_missing_encoder_message_new),
10446 (gst_missing_plugin_message_get_description):
10447 * gst-libs/gst/pbutils/missing-plugins.h:
10448 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10449 * gst-libs/gst/pbutils/pbutils.h:
10450 * gst-libs/gst/utils/Makefile.am:
10451 * gst-libs/gst/utils/base-utils.c:
10452 * gst-libs/gst/utils/base-utils.h:
10453 * gst-libs/gst/utils/descriptions.c:
10454 * gst-libs/gst/utils/descriptions.h:
10455 * gst-libs/gst/utils/install-plugins.c:
10456 * gst-libs/gst/utils/install-plugins.h:
10457 * gst-libs/gst/utils/missing-plugins.c:
10458 * gst-libs/gst/utils/missing-plugins.h:
10459 * gst-plugins-base.spec.in:
10460 * gst/playback/Makefile.am:
10461 * gst/playback/gstdecodebin.c:
10462 * gst/playback/gstdecodebin2.c:
10463 * gst/playback/gstplaybasebin.c: (setup_subtitle),
10464 (gen_source_element):
10465 * gst/playback/gstplaybin.c: (plugin_init):
10466 * tests/check/Makefile.am:
10467 * tests/check/libs/pbutils.c: (GST_START_TEST),
10468 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10469 * tests/check/libs/utils.c:
10470 rename utils to pbutils
10472 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
10474 * docs/plugins/Makefile.am:
10475 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10476 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10477 * docs/plugins/inspect/plugin-decodebin2.xml:
10478 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10479 Add documentation for decodebin2 that indicates that the API
10482 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
10485 Update to 0.10.11.2 (0.10.12 pre-release)
10487 2007-03-01 Wim Taymans <wim@fluendo.com>
10489 * gst-libs/gst/audio/gstbaseaudiosink.c:
10490 (gst_base_audio_sink_async_play):
10491 base time is irrelevant here.
10493 2007-03-01 Wim Taymans <wim@fluendo.com>
10495 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10496 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10499 * gst-libs/gst/audio/gstbaseaudiosink.c:
10500 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10501 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10502 Improve latency and clock slaving calculations.
10503 Improve slave clock calibration.
10505 * gst-libs/gst/audio/gstringbuffer.c:
10506 (gst_ring_buffer_commit_full):
10507 When we are asked to render N sample to 0 bytes, return N.
10509 2007-03-01 Wim Taymans <wim@fluendo.com>
10511 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10512 (gst_alsasink_write), (gst_alsasink_reset):
10513 * ext/alsa/gstalsasink.h:
10514 Remove unused dispose function.
10515 Rename lock to not interfere with alsasrc lock.
10517 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10518 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10519 (gst_alsasrc_read), (gst_alsasrc_reset):
10520 * ext/alsa/gstalsasrc.h:
10521 Implement finalize function.
10522 Use lock to protect alsa access.
10524 Fine tune sw params.
10526 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10529 Convert to new AG_GST style.
10531 2007-02-28 Wim Taymans <wim@fluendo.com>
10533 Patch by: Ed Catmur <ed at catmur dot co dot uk>
10535 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10536 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10537 Fix race condition when rapidly switching visualisations in playbin.
10540 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
10542 * tests/check/Makefile.am:
10543 Include local stuff before system installed things in LDFLAGS and
10546 2007-02-28 Wim Taymans <wim@fluendo.com>
10548 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10551 2007-02-28 Wim Taymans <wim@fluendo.com>
10553 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10554 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10555 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10556 Fix duration and timestamping, taking latency into account.
10557 Implement latency query.
10559 2007-02-28 Wim Taymans <wim@fluendo.com>
10561 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10562 (gst_audio_clock_new):
10565 * gst-libs/gst/audio/gstbaseaudiosink.c:
10566 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10567 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10568 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10569 (gst_base_audio_src_create):
10570 Improve latency query code.
10571 Use proper clock names.
10573 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10575 * tests/check/generic/states.c: (GST_START_TEST):
10576 Copy the states.c test from core again
10577 * tests/check/Makefile.am:
10578 ignore cdio and cdparanoiasrc
10580 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10582 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10583 (double_hq), (audio_convert_get_func_index), (check_default),
10584 (audio_convert_prepare_context), (audio_convert_convert):
10585 Also make valgrind happy and avoid copying data in some cases.
10587 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10589 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10590 (double_hq), (audio_convert_get_func_index),
10591 (audio_convert_prepare_context), (audio_convert_convert):
10592 * gst/audioconvert/gstaudioconvert.c:
10593 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10594 (gst_audio_convert_transform_caps):
10595 * tests/check/elements/audioconvert.c: (GST_START_TEST),
10596 (audioconvert_suite):
10597 Don't run inplace if that overwrites source data as we go. Add more
10598 tests. Fixes #339837 even more.
10600 2007-02-27 Julien MOUTTE <julien@moutte.net>
10602 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10603 (msg_segment_done): Fix various seeking bugs (Slider was not
10604 updating when doing a non flushing seek, Reverse playback
10605 on segment seek was wrong).
10607 2007-02-26 Wim Taymans <wim@fluendo.com>
10609 * tests/examples/seek/seek.c: (stop_seek):
10610 When we stop scrubbing, don't leave the pipeline PLAYING when we
10611 requested a PAUSED state.
10613 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
10615 Patch by: René Stadler <mail at renestadler de>
10617 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10618 Parse date strings in vorbis comments that have an invalid (zero)
10619 month or day (#410396).
10621 * tests/check/libs/tag.c: (GST_START_TEST):
10622 Test case for the above.
10624 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
10626 Patch by: Loïc Minier <lool+gnome at via ecp fr>
10629 * ext/alsa/Makefile.am:
10630 * gst/audiotestsrc/Makefile.am:
10631 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10633 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10635 * gst/playback/gstplaybin.c:
10636 Improve docs: point out that the application needs to assist playbin
10639 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10641 * gst-libs/gst/utils/install-plugins.c:
10642 * gst-libs/gst/utils/missing-plugins.c:
10643 * tests/check/libs/utils.c: (missing_msg_check_getters):
10644 Change GStreamer marker prefix in detail string from 'gstreamer.net'
10645 to just 'gstreamer'. Document the caps string component of the
10646 decoder/encoder detail a bit better, since not everyone will be
10647 familiar with the GStreamer media type/caps system (but they better
10648 enjoy nested itemized lists).
10650 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
10652 * gst-libs/gst/netbuffer/gstnetbuffer.c:
10653 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10654 Fix copying of GstNetBuffer (would crash before, or at least lead to
10655 invalid memory access, #410772), for now by copying the GstBuffer copy
10656 code from the core over here so we can copy the GstBuffer fields on a
10657 provided buffer instance (of type GstNetBuffer in this case). Would be
10658 better to fix this with some support by the core though (and in the long
10659 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10661 * tests/check/Makefile.am:
10662 Enable unit test for GstNetBuffer.
10664 2007-02-22 Andy Wingo <wingo@pobox.com>
10666 * gst-libs/gst/audio/gstbaseaudiosink.c
10667 (gst_base_audio_sink_init): Disable pull-mode activation until we
10668 figure out how to make audio sinks go to PLAYING.
10670 2007-02-22 Stefan Kost <ensonic@users.sf.net>
10672 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10673 (double_hq), (audio_convert_get_func_index),
10674 (audio_convert_prepare_context), (audio_convert_convert):
10675 * gst/audioconvert/audioconvert.h:
10676 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10677 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10678 * gst/audioconvert/gstchannelmix.h:
10679 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10680 Add float as an intermediate format, as well as float mixing. Enable
10681 test that was failing before. Fixes #339837
10683 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10685 * tests/examples/seek/seek.c: (do_seek):
10686 Undo the previous commit: -1 as a stop time implies that the stop
10687 time is the end of file, clearing any previously configured segment.
10689 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10691 * tests/examples/seek/seek.c: (do_seek):
10692 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10694 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10696 * gst/volume/gstvolume.c: (volume_process_int16),
10697 (volume_process_int16_clamp), (volume_set_caps):
10698 Unbreak volume, value remains gint.
10700 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10702 * gst/volume/gstvolume.c: (volume_choose_func),
10703 (volume_update_real_volume), (gst_volume_set_volume),
10704 (gst_volume_init), (volume_process_double), (volume_process_float),
10705 (volume_process_int16), (volume_process_int16_clamp),
10706 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10707 * gst/volume/gstvolume.h:
10708 Extend float audio support (double) and some int->uint cleanups.
10710 2007-02-20 Edward Hervey <edward@fluendo.com>
10712 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10713 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10714 (sort_end_pads), (gst_decode_group_expose),
10715 (gst_decode_group_hide):
10716 Don't free groups from the streaming threads. Just put them aside and
10717 free them in dispose.
10719 2007-02-20 Edward Hervey <edward@fluendo.com>
10721 * gst/playback/gstdecodebin2.c: (connect_element),
10722 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10723 (sort_end_pads), (gst_decode_group_expose):
10724 Handle dynamic pads within groups.
10725 Sort pads before exposing them in order to make playbin happy.
10726 There still is a race with the multiqueue filling up. This should be
10730 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10732 * gst-libs/gst/utils/base-utils.c:
10733 * gst-libs/gst/utils/descriptions.c:
10734 * gst-libs/gst/utils/install-plugins.c:
10735 * gst-libs/gst/utils/missing-plugins.c:
10736 Some more docs (and descriptions for two subtitle formats).
10738 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10740 * gst-libs/gst/audio/audio.c:
10743 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10745 Patch by: Yves Lefebvre <ivanohe abacom com>
10747 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10748 Don't leak caps. Fixes #408278.
10750 2007-02-15 Stefan Kost <ensonic@users.sf.net>
10752 * ext/cdparanoia/gstcdparanoiasrc.h:
10753 * ext/ogg/gstoggdemux.h:
10754 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10755 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10756 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10757 * gst-libs/gst/audio/audio.h:
10758 * gst-libs/gst/audio/gstaudiofilter.h:
10759 * gst-libs/gst/interfaces/videoorientation.h:
10760 * gst/adder/gstadder.h:
10761 More docs coverage and some ChangeLog surgery (add missing names)
10763 2007-02-15 Wim Taymans <wim@fluendo.com>
10765 * sys/ximage/ximagesink.c:
10766 (gst_ximagesink_calculate_pixel_aspect_ratio):
10767 * sys/xvimage/xvimagesink.c:
10768 (gst_xvimagesink_calculate_pixel_aspect_ratio):
10769 Small constifications.
10771 2007-02-15 Wim Taymans <wim@fluendo.com>
10773 * gst-libs/gst/audio/gstbaseaudiosink.c:
10774 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10775 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10776 (gst_base_audio_sink_async_play),
10777 (gst_base_audio_sink_change_state):
10778 Answer latency query.
10779 Use configured latency when syncing.
10782 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10783 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10784 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10785 Fix possible memleak.
10786 Implement latency query.
10789 2007-02-15 Wim Taymans <wim@fluendo.com>
10791 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10792 Ignore errors in reset, these are not fatal. They also grab the element
10793 lock which is already taking when this function is called. Fixes
10796 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10799 Remove 'tests/examples/xerror/Makefile' from output files again.
10801 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10804 * docs/plugins/Makefile.am:
10805 Also crossref against gst-plugins-base-libs.
10807 2007-02-12 Stefan Kost <ensonic@users.sf.net>
10810 * docs/libs/Makefile.am:
10811 * docs/plugins/Makefile.am:
10812 Add crossreferences to glib/gobject/gstream docs.
10814 * gst-libs/gst/audio/audio.h:
10817 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10818 Add own debug category.
10820 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
10822 Patch by: René Stadler <mail at renestadler de>
10824 * gst-libs/gst/tag/gstvorbistag.c:
10825 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10828 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10830 * gst/playback/gstplaybasebin.c: (setup_source):
10831 When we have external subtitles and wait for the subtitle decodebin
10832 to get up and running, we set up a (sync) bus handler for the
10833 subtitle decodebin, so we can stop waiting when it posts an error
10834 message. However, we should do that before we set the subtitle
10835 decodebin's state to playing, otherwise things are racy and we might
10836 miss error messages posted before we had a chance to set up the bus.
10837 This should finally fix totem hanging on .txt pseudo-subtitle files.
10839 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
10841 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10842 Use gst_gdouble_to_guint64 for conversions.
10843 * win32/common/config.h.in:
10844 Add a define for GST_INSTALL_PLUGINS_HELPER
10845 * win32/common/libgstaudio.def:
10846 * win32/common/libgstcdda.def:
10847 * win32/common/libgstnetbuffer.def:
10848 * win32/common/libgstrtp.def:
10849 * win32/common/libgutils.def:
10850 Add new exported functions.
10851 * win32/vs6/gst_plugins_base.dsw:
10852 * win32/vs6/libgstdecodebin.dsp:
10853 * win32/vs6/libgstnetbuffer.dsp:
10854 * win32/vs6/libgstplaybin.dsp:
10855 * win32/vs6/libgstrtp.dsp:
10856 * win32/vs6/libgstvorbis.dsp:
10857 * win32/vs6/libgstcdda.dsp:
10858 * win32/vs6/libgstgdp.dsp:
10859 * win32/vs6/libgstutils.dsp:
10860 Update and add new project files.
10862 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10864 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10865 (subrip_remove_unhandled_tags), (parse_subrip):
10866 For SubRip (.srt) subtitles, ignore all markup tags we don't
10867 handle (like font tags, for example).
10869 * tests/check/elements/subparse.c:
10872 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10874 * gst/playback/gstdecodebin.c: (add_fakesink),
10875 (gst_decode_bin_change_state):
10876 * gst/playback/gstdecodebin2.c: (add_fakesink),
10877 (gst_decode_bin_change_state):
10878 Don't error out if there is no fakesink in the NULL to READY state
10879 change, since when decodebin is re-used, we're only adding the
10880 fakesink element in READY to PAUSED.
10882 * tests/check/elements/decodebin.c:
10883 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10885 Minimal unit test to make sure we can use the same decodebin
10886 instance twice (at least with audiotestsrc input).
10888 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10890 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10891 Try to get devic-name from device string first, and from handle only
10892 as fallback (seems to yield better results and is more robust
10893 against buggy probing code on the application side).
10895 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
10897 Based on patch by: Julien Puydt <julien.puydt at laposte net>
10899 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10900 (gst_alsa_find_device_name):
10901 * ext/alsa/gstalsa.h:
10902 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10903 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10904 Improve device-name detection a bit, especially in the case where
10905 the device is not actually open (#405020, #405024). Move common code
10906 into gstalsa.c instead of duplicating it.
10908 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
10910 * gst/audioconvert/gstaudioconvert.c:
10911 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10913 2007-02-06 Julien MOUTTE <julien@moutte.net>
10915 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10916 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10917 (gst_xvimagesink_interface_supported),
10918 (gst_xvimagesink_probe_get_properties),
10919 (gst_xvimagesink_probe_probe_property),
10920 (gst_xvimagesink_probe_needs_probe),
10921 (gst_xvimagesink_probe_get_values),
10922 (gst_xvimagesink_property_probe_interface_init),
10923 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10924 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10925 (gst_xvimagesink_get_type):
10926 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10927 for XVAdaptors so that one can choose the adaptor to use with
10928 gstreamer-properties.
10930 2007-02-06 Stefan Kost <ensonic@users.sf.net>
10932 * gst/audioconvert/gstaudioconvert.c:
10933 Also mention that a conversion from double to float is suboptimal still.
10935 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
10937 * gst-libs/gst/audio/gstaudiofilter.c:
10938 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10939 Clear our formats structure and free the caps contained in it when
10942 2007-02-05 Andy Wingo <wingo@pobox.com>
10944 * gst-libs/gst/audio/gstbaseaudiosink.c
10945 (gst_base_audio_sink_callback): Update basesink->offset so that we
10946 pull monotonically increasing offsets instead of, um, seeking back
10947 to 0 each time. Fixes alsasrc ! alsasink!
10949 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
10951 * gst/videoscale/gstvideoscale.c:
10952 A width and height of 1 makes us crash, so increase minimum size to
10953 2x2 pixels until someone feels like fixing this (#404512).
10955 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10957 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10958 Add small test to make sure request pads are cleaned up properly
10959 even if oggmux never changes state out of NULL.
10961 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
10963 * tests/check/libs/utils.c: (GST_START_TEST):
10964 Fix unit test. Turns out things work much better when you
10965 NULL-terminate string arrays. Should make p5 build bot happy again.
10967 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10969 * gst-libs/gst/audio/Makefile.am:
10970 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10971 (gst_audio_filter_template_base_init),
10972 (gst_audio_filter_template_class_init),
10973 (gst_audio_filter_template_init),
10974 (gst_audio_filter_template_set_property),
10975 (gst_audio_filter_template_get_property),
10976 (gst_audio_filter_template_setup),
10977 (gst_audio_filter_template_filter),
10978 (gst_audio_filter_template_filter_inplace), (plugin_init):
10979 Oops, forgot to commit fixed-up example.
10981 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10983 * docs/libs/gst-plugins-base-libs-sections.txt:
10984 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10985 (gst_audio_filter_class_init), (gst_audio_filter_init),
10986 (gst_audio_filter_set_caps),
10987 (gst_audio_filter_class_add_pad_templates):
10988 * gst-libs/gst/audio/gstaudiofilter.h:
10989 Port GstAudioFilter to 0.10. This change technically breaks
10990 API and ABI (and thus also every library developer's heart),
10991 but seems justifiable on the grounds that the base class was
10992 completely unusable before (ie. would crash immediately when
10993 actually used). Fixes #403963 (and eventually also #403572).
10994 Also document all of this a bit.
10996 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
10998 * gst-libs/gst/utils/install-plugins.c:
10999 (gst_install_plugins_spawn_child):
11000 * tests/check/libs/utils.c:
11001 (test_base_utils_install_plugins_do_callout):
11002 Lowering log level to see why things fail on the p5 build bot;
11003 fix some typos in unit test messages.
11005 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
11007 * tests/check/libs/utils.c:
11008 (test_base_utils_install_plugins_do_callout):
11009 Don't hard-code temp directory for test helper; use GLib functions
11010 to write out file and do error checking etc.
11012 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
11014 * gst-libs/gst/utils/Makefile.am:
11015 * gst-libs/gst/utils/base-utils.h:
11016 * gst-libs/gst/utils/install-plugins.c:
11017 (gst_install_plugins_context_set_xid),
11018 (gst_install_plugins_context_new),
11019 (gst_install_plugins_context_free),
11020 (gst_install_plugins_get_helper),
11021 (gst_install_plugins_spawn_child),
11022 (gst_install_plugins_return_from_status),
11023 (gst_install_plugins_installer_exited),
11024 (gst_install_plugins_async), (gst_install_plugins_sync),
11025 (gst_install_plugins_return_get_name),
11026 (gst_install_plugins_installation_in_progress):
11027 * gst-libs/gst/utils/install-plugins.h:
11028 API: add API for applications to initiate installation of missing
11029 plugins, ie. gst_install_plugins_async() primarily.
11030 Based on libgimme-codec by Ryan Lortie.
11033 Add --with-install-plugins-helper configure option so distros can specify
11034 the path of the helper script or program to call when plugin installation
11035 is requested (distros: please do any argument munging in this helper
11036 script instead of patching GStreamer to pass arguments differently
11037 to another program directly).
11039 * docs/libs/gst-plugins-base-libs-docs.sgml:
11040 * docs/libs/gst-plugins-base-libs-sections.txt:
11041 Build and document new API.
11043 * tests/check/libs/utils.c: (result_cb),
11044 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11045 (libgstbaseutils_suite):
11046 Some simple checks for the new API.
11048 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
11050 * tests/check/elements/audioconvert.c: (test_float_conversion):
11051 Add small test for 32bit float <=> 64bit float conversion (works
11052 only one way so far, 32=>64 produces structured noise).
11054 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
11056 * gst/audioconvert/gstaudioconvert.c:
11057 (set_structure_widths_32_and_64), (make_lossless_changes):
11058 We don't support floats with a width of 40, 48 or 56 bits.
11060 2007-02-02 Stefan Kost <ensonic@users.sf.net>
11062 * gst/audioconvert/audioconvert.c: (float), (double),
11063 (audio_convert_get_func_index):
11064 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11065 (make_lossless_changes):
11066 Support for 64-bit float audio in audioconvert (#339837)
11068 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
11070 Patch by: Holger Wansing <linux wansing-online de>
11074 Add German translation (#352069).
11076 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
11078 reviewed by: Wim Taymans <wim@fluendo.com>
11080 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11081 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11082 Use newly added GstCollectPads API to free the allocated resources in
11083 the GstOggPad structures (#402393).
11085 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
11087 * gst/playback/gstplaybin.c: (gen_vis_element):
11088 Add audioresample+audioconvert in front of the visualisation
11089 element, so that elements like libvisual 0.4 that don't support all
11090 samplerates can work.
11094 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
11096 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11097 (gst_play_base_bin_get_streaminfo_value_array):
11098 Take some locks and make a copy of the streaminfo value array we
11099 maintain while holding the lock, so that the application can
11100 retrieve the stream-info as a value array in a thread-safe way.
11102 2007-01-30 Wim Taymans <wim@fluendo.com>
11104 * gst/audioconvert/gstaudioconvert.c:
11105 Don't fail on 0 sized buffers. Fixes #396835.
11107 2007-01-29 David Schleef <ds@schleef.org>
11109 * gst/typefind/gsttypefindfunctions.c:
11110 Detect BBCD as video/x-dirac, so we can play raw dirac
11113 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
11115 * ext/theora/theoraenc.c: (theora_enc_chain):
11116 Check return value of theora_encode_header(), or we might try to
11117 allocate a random number of bytes. theora_encode_header() can fail
11118 if libtheora has been compiled with encoding support disabled.
11121 2007-01-29 Wim Taymans <wim@fluendo.com>
11123 * tests/check/gst/.cvsignore:
11124 Do as buildbot says.
11126 2007-01-29 Wim Taymans <wim@fluendo.com>
11128 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11129 Fix strides in libvisual. Gst uses X strides.
11130 Inspired by: <ed at catmur dot co dot uk> and
11131 <tim at centricular dot net>
11134 2007-01-27 Wim Taymans <wim@fluendo.com>
11136 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11137 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11138 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11139 (gst_ogg_demux_perform_seek),
11140 (gst_ogg_demux_bisect_forward_serialno),
11141 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11142 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11143 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11144 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11145 * ext/ogg/gstoggdemux.h:
11146 Properly propagate streaming errors when we are scanning the file for
11147 chains so that we don't crash when shut down. Might fix some crashers
11148 when quickly switching oggs in RB such as #332503 and #378436.
11150 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
11152 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11153 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11154 error code as well.
11156 2007-01-25 Wim Taymans <wim@fluendo.com>
11158 * gst/playback/gstplaybasebin.c: (remove_source):
11159 Don't try to disconnect a signal from a finalized object.
11161 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11163 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11164 Cast lock macro parameters to make sure we're actually accessing the
11165 lock member at the right class level. Free list itself in _dispose()
11166 as well and NULL it in case dispose gets called multiple times.
11168 2007-01-25 Edward Hervey <edward@fluendo.com>
11170 * gst/playback/gstdecodebin2.c:
11171 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11172 Free GstDecodeGroups no longer used.
11173 (gst_decode_group_expose):
11174 Don't unlock too many times !
11175 (deactivate_free_recursive):
11176 Free iterator once we're done with it.
11177 Fix for recursively deactivating elements (stop at ghostpads).
11179 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11181 * gst/playback/gstplaybin.c: (handoff):
11182 Fix up caps on the frame buffer before we save it and potentially
11183 make it accessible to other threads via g_object_get; also use
11184 gst_buffer_replace() instead of gst_mini_object_replace().
11186 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11188 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11189 Make getting the current frame thread-safe.
11191 2007-01-25 Edward Hervey <edward@fluendo.com>
11193 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11194 (gst_decode_group_new), (gst_decode_group_free):
11195 Set queues to bigger sizes to cope with HD contents.
11196 Fix some mutex freeing and add comment about MT safe methods.
11198 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
11200 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11201 (gst_text_overlay_text_event):
11202 Don't unnecessarily ref (and then leak) upstream events if the text
11203 pad is not linked. Fixes #399948.
11205 * tests/check/gst-plugins-base.supp:
11206 Add suppression for pango on edgy/x86 for textoverlay test.
11208 2007-01-24 Wim Taymans <wim@fluendo.com>
11210 * gst-libs/gst/rtp/gstrtpbuffer.h:
11211 Add some more fixed payloads.
11213 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
11215 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11216 Error out properly if we get an error from libogg while reading the
11217 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11219 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
11221 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11224 * tests/check/elements/playbin.c:
11225 (test_sink_usage_video_only_stream),
11226 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11227 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11228 (test_missing_suburisource_handler),
11229 (test_missing_primary_decoder), (playbin_suite):
11230 Run all tests once with decodebin and once with decodebin2.
11231 One test does not pass yet with decodebin2.
11233 2007-01-23 Edward Hervey <edward@fluendo.com>
11235 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11236 Fix the cases where oggmux doesn't properly figure out that all
11237 sinkpads have gone EOS, and therefore doesn't push out the remaining
11238 buffers and the final EOS event.
11241 2007-01-23 Julien MOUTTE <julien@moutte.net>
11243 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11244 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11245 Don't lock on navigation event push, just on keysym to string.
11246 Fixes #397673 again.
11248 2007-01-22 Edward Hervey <edward@fluendo.com>
11250 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11251 (get_current_group), (group_demuxer_event_probe),
11252 (gst_decode_group_expose), (deactivate_free_recursive),
11253 (gst_decode_group_free):
11255 Don't forget to emit 'no-more-pads' once a group is exposed.
11256 Cleanup elements from a DecodeGroup once we remove it.
11257 Protect call to gst_decode_group_expose() with the decodebin lock.
11259 2007-01-22 Julien MOUTTE <julien@moutte.net>
11261 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11262 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11263 Looking at Xorg code i can't figure out if that XKeysymToString
11264 function is thread sensible or not. Lock it just in case as
11265 recommended by Radek Doulik <rodo at ximian dot com>.
11267 2007-01-22 Julien MOUTTE <julien@moutte.net>
11269 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11270 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11271 Lock that X Call as well. Fixes #397673.
11273 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11275 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11276 Don't go into an endless loop if the file starts with 00 00 01 2X,
11277 like quicktime redirect files might. Fixes #396042.
11279 * tests/check/Makefile.am:
11280 * tests/check/gst/.cvsignore:
11281 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11282 (typefindfunctions_suite):
11283 Add unit test for the above.
11285 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11287 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11288 On second thought, use "depth" field rather than "bpp" field.
11290 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11292 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11293 Camtasia caps apparently need a bpp field (#398875).
11295 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11297 * gst/playback/gstplaybasebin.c: (setup_subtitle),
11298 (gen_source_element), (gst_play_base_bin_change_state):
11299 Attempt at a better error message in case we don't have the required
11300 URI handler installed; post missing-plugin message also when we're
11301 missing an URI handler for the subtitle URI; clean up properly also
11302 when an error occurs and we never made it to PAUSED state.
11304 * tests/check/elements/playbin.c: (GST_START_TEST),
11306 Check that we're also getting a missing-plugin messsage for a
11307 missing subtitle URI handler (and clean up properly).
11309 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11311 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11312 Plug a few reference leaks.
11314 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11316 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11317 Lower probability a bit if the marker isn't right at the start,
11318 to decrease the chance of false positives.
11320 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11322 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11323 Small mpeg2 system stream typefinding improvement: make typefinder
11324 probe a bit into the stream instead of just looking for a marker
11325 at the beginning. Fixes #397810.
11327 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
11329 * gst/audioconvert/gstchannelmix.c:
11330 Remove compatibility cruft for prehistoric GLib versions.
11332 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
11334 * gst/playback/Makefile.am:
11335 * gst/playback/gstdecodebin.c: (close_pad_link):
11336 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11337 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11338 (gst_play_base_bin_handle_message_func), (unknown_type):
11339 Let decodebin be the element to post missing-plugin messages for
11340 missing decoders (rather than playbin); make playbin implement
11341 GstBin::handle_message so we can suppress missing-plugin messages
11342 for types we're not handling on purpose (don't want to bring up an
11343 installer in those cases).
11345 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
11347 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11348 * gst-libs/gst/tag/gstvorbistag.c:
11349 (gst_tag_list_to_vorbiscomment_buffer):
11350 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11351 Fix potentially unaligned access (#397207).
11353 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11355 * tests/examples/seek/seek.c: (set_scale), (update_scale),
11356 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11357 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11359 Allow to toggle looping while it plays. Fix callback prototype. Clean
11360 up code a bit more. Add copyright header.
11362 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11364 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11365 Red and blue mask was swapped (spotted by Dan Williams).
11367 2007-01-15 Stefan Kost <ensonic@users.sf.net>
11369 * gst-libs/gst/tag/gstid3tag.c:
11370 * gst-libs/gst/tag/gstvorbistag.c:
11371 Use new beats-per-minute tag from core.
11373 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
11376 Add new files with translatable strings, so they actually make it
11377 into the template file one day.
11379 2007-01-12 Andy Wingo <wingo@pobox.com>
11381 * gst-libs/gst/audio/gstbaseaudiosink.c
11382 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11383 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11384 stuff, as the base class handles this now. Actually tell the ring
11386 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11387 How did this work before? Maybe I'm not as awesome a programmer as
11390 * gst-libs/gst/audio/gstbaseaudiosrc.c
11391 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11394 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11396 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11397 Remove more fields so that the application can better blacklist
11398 formats that have been tried before.
11400 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11402 * gst-libs/gst/audio/mixerutils.h:
11403 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11404 used when compiling with c++ compilers as well.
11406 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11408 * gst/typefind/gsttypefindfunctions.c:
11411 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
11413 * gst/playback/gstplaybin.c: (post_missing_element_message),
11414 (gen_video_element), (gen_text_element), (gen_audio_element),
11416 Post missing-plugin messages also when we error out because
11417 converters, textoverlay or auto*sinks are missing (#161922).
11419 2007-01-10 Wim Taymans <wim@fluendo.com>
11421 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11422 (is_demuxer_element), (new_caps):
11423 * gst/playback/gstplaybasebin.c: (source_new_pad):
11424 Fix the case where we try to ref a NULL element when we delay a link
11425 because of unfixed caps.
11426 Set the state of autoplugged decodebins to PAUSED.
11427 RTSP now works in playbin, we can remove it from the blacklist.
11429 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11431 * gst/playback/Makefile.am:
11432 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11433 (unknown_type), (setup_subtitle), (gen_source_element):
11434 * gst/playback/gstplaybin.c: (plugin_init):
11435 Post missing-plugin messages on the bus for missing sources and
11436 missing decoders/demuxers/depayloaders; fix error code used when
11437 we're missing an URI handler source; for media types that we are not
11438 handling on purpose at the moment, don't print "don't know how to
11439 handle xyz" messages to the terminal or post missing-plugin
11440 messages on the bus.
11442 * tests/check/elements/playbin.c: (create_playbin),
11443 (GST_START_TEST), (gst_codec_src_uri_get_type),
11444 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11445 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11446 (gst_codec_src_init_type), (gst_codec_src_base_init),
11447 (gst_codec_src_create), (gst_codec_src_class_init),
11448 (gst_codec_src_init), (plugin_init), (playbin_suite):
11449 Add some tests for the missing-plugin stuff.
11451 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11454 * gst-libs/gst/Makefile.am:
11455 * gst-libs/gst/utils/Makefile.am:
11456 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11457 * gst-libs/gst/utils/base-utils.h:
11458 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11459 (find_format_info), (caps_are_rtp_caps),
11460 (gst_base_utils_get_source_description),
11461 (gst_base_utils_get_sink_description),
11462 (gst_base_utils_get_decoder_description),
11463 (gst_base_utils_get_encoder_description),
11464 (gst_base_utils_get_element_description),
11465 (gst_base_utils_add_codec_description_to_tag_list),
11466 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11467 * gst-libs/gst/utils/descriptions.h:
11468 * gst-libs/gst/utils/missing-plugins.c:
11469 (missing_structure_get_type), (copy_and_clean_caps),
11470 (gst_missing_uri_source_message_new),
11471 (gst_missing_uri_sink_message_new),
11472 (gst_missing_element_message_new),
11473 (gst_missing_decoder_message_new),
11474 (gst_missing_encoder_message_new),
11475 (missing_structure_get_string_detail),
11476 (missing_structure_get_caps_detail),
11477 (gst_missing_plugin_message_get_installer_detail),
11478 (gst_missing_plugin_message_get_description),
11479 (gst_is_missing_plugin_message):
11480 * gst-libs/gst/utils/missing-plugins.h:
11481 API: add new libgstbaseutils library with functions
11482 - to create and parse missing-plugins messages
11483 - that provide (translated) descriptions for caps/decoders/sources/etc.
11486 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11487 * pkgconfig/gstreamer-plugins-base.pc.in:
11490 * docs/libs/gst-plugins-base-libs-docs.sgml:
11491 * docs/libs/gst-plugins-base-libs-sections.txt:
11492 Generate docs for new lib and API.
11494 * tests/check/Makefile.am:
11495 * tests/check/libs/.cvsignore:
11496 * tests/check/libs/utils.c: (missing_msg_check_getters),
11497 (GST_START_TEST), (libgstbaseutils_suite):
11498 Add some basic unit tests.
11500 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11502 * ext/ogg/Makefile.am:
11503 Dist gstoggdemux.h to fix 'make distcheck'.
11505 * sys/v4l/Makefile.am:
11506 Fix 'make distcheck' even more.
11508 2007-01-09 Wim Taymans <wim@fluendo.com>
11510 * docs/plugins/Makefile.am:
11511 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11512 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11513 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11514 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11515 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11516 (gst_ogg_demux_perform_seek):
11517 * ext/ogg/gstoggdemux.h:
11519 Add some more comments.
11522 2007-01-09 Wim Taymans <wim@fluendo.com>
11524 * ext/theora/theoradec.c:
11525 * ext/vorbis/vorbisdec.c:
11526 * gst-libs/gst/audio/gstringbuffer.c:
11527 (gst_ring_buffer_commit_full):
11528 * gst-libs/gst/audio/gstringbuffer.h:
11529 * gst-libs/gst/rtp/gstrtpbuffer.c:
11530 * gst-libs/gst/tag/gstvorbistag.c:
11531 Small documentation updates/fixes
11533 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11536 Require core CVS HEAD for Andy's basesrc/sink API additions.
11538 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11540 Patch by: Günter Thelen <daedalus dot inc at gmx net>
11542 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11544 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11545 on flac.sf.net (there appear to be other versions of the first
11546 ogg page in the wild) (#391365).
11548 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11551 Check if localtime_r() is available.
11553 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11554 If localtime_r() is not available, fall back to localtime(). Should
11555 fix build on MingW (#393310).
11557 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11559 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11560 * gst/subparse/gstsubparse.h:
11561 Remove spurious 1000 subtrahend when calculating the timestamp from
11562 the frame number and the frame rate . Also, use the frames/second
11563 value specified in the first line of the file, if one is specified
11564 there. Should fix #357503.
11566 * tests/check/elements/subparse.c: (do_test),
11567 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11569 Add some basic unit tests for the microdvd subtitle format.
11571 2007-01-07 Julien MOUTTE <julien@moutte.net>
11573 Patch by: Young-Ho Cha <ganadist at chollian dot net>
11575 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11576 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11577 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11578 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11579 (gst_xvimagesink_set_xwindow_id),
11580 (gst_xvimagesink_set_event_handling),
11581 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11582 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11584 Add an adaptor property to select a specific XV adaptor.
11585 * sys/xvimage/xvimagesink.h:
11587 2007-01-07 Julien MOUTTE <julien@moutte.net>
11589 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11590 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11591 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11592 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11593 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11594 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11595 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11596 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11597 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11598 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11599 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11600 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11601 Use flow_lock much more to protect every access to xwindow.
11602 Try to catch erros while creating images in case some drivers are
11603 just generating an XError when the requested image is too big.
11604 Should fix : #354698, #384008, #384060.
11605 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11606 Implement some stress testing of setting window xid.
11608 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
11610 * win32/common/libgsaudio.def:
11611 Add new exported function.
11612 * win32/common/libgstogg.dsp:
11613 Add gstoggaviparse.c to the build.
11614 * win32/common/libgstvideoscale.dsp:
11615 Add vs_4tap.c to the build.
11616 * win32/common/libgstvorbis.dsp:
11617 Add vorbistag.c to the build.
11619 2007-01-06 Andy Wingo <wingo@pobox.com>
11621 * gst-libs/gst/audio/gstbaseaudiosink.c
11622 (gst_base_audio_sink_class_init)
11623 (gst_base_audio_sink_init):
11624 (gst_base_audio_sink_activate_pull): Add an activate_pull function
11625 to baseaudiosink, and tell basesink that we can work in pull mode.
11626 This way the ring buffer thread drives the pipeline directly, if
11627 pull mode is possible. There is some lingering nastiness regarding
11629 (gst_base_audio_sink_callback): Implement the callback to pull
11630 data. This interface is a bit light, though -- it should get a
11631 GstFlowReturn return value at least.
11633 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11635 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11636 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11637 * gst/playback/gstdecodebin2.c:
11638 (gst_decode_group_check_if_blocked):
11639 Printf format and missing argument fixes.
11641 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
11643 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11644 (gst_ogm_parse_change_state):
11645 Activate pads before adding them to the element.
11647 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11649 * tests/examples/seek/scrubby.c: (main):
11650 * tests/examples/seek/seek.c: (main):
11651 Call g_thread_init() first thing in main() (see #391278).
11653 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11655 * tests/check/Makefile.am:
11656 * tests/check/libs/.cvsignore:
11657 * tests/check/libs/netbuffer.c: (GST_START_TEST),
11659 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11660 for the time being, since it's broken, see #393099.
11662 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11664 * tests/check/Makefile.am:
11665 Update to use GST_PLUGINS_BASE_CFLAGS as well.
11667 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
11670 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11671 so that GST_BASE_CFLAGS can go inbetween them, making sure
11672 we use uninstalled gst-libs headers
11673 * docs/libs/Makefile.am:
11674 * ext/alsa/Makefile.am:
11675 * ext/cdparanoia/Makefile.am:
11676 * ext/gnomevfs/Makefile.am:
11677 * ext/libvisual/Makefile.am:
11678 * ext/ogg/Makefile.am:
11679 * ext/theora/Makefile.am:
11680 * ext/vorbis/Makefile.am:
11681 * gst-libs/gst/audio/Makefile.am:
11682 * gst-libs/gst/cdda/Makefile.am:
11683 * gst-libs/gst/interfaces/Makefile.am:
11684 * gst-libs/gst/riff/Makefile.am:
11685 * gst-libs/gst/rtp/Makefile.am:
11686 * gst-libs/gst/tag/Makefile.am:
11687 * gst/adder/Makefile.am:
11688 * gst/audioconvert/Makefile.am:
11689 * gst/audiorate/Makefile.am:
11690 * gst/audioresample/Makefile.am:
11691 * gst/playback/Makefile.am:
11692 * gst/tcp/Makefile.am:
11693 * gst/videoscale/Makefile.am:
11694 * gst/volume/Makefile.am:
11695 * sys/ximage/Makefile.am:
11696 * sys/xvimage/Makefile.am:
11697 * tests/icles/Makefile.am:
11700 2007-01-04 Julien MOUTTE <julien@moutte.net>
11702 * gst-libs/gst/interfaces/xoverlay.c:
11703 (gst_x_overlay_handle_events):
11704 * gst-libs/gst/interfaces/xoverlay.h:
11705 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11706 (gst_ximagesink_set_xwindow_id),
11707 (gst_ximagesink_set_event_handling),
11708 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11709 (gst_ximagesink_get_property), (gst_ximagesink_init),
11710 (gst_ximagesink_class_init):
11711 * sys/ximage/ximagesink.h:
11712 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11713 (gst_xvimagesink_set_xwindow_id),
11714 (gst_xvimagesink_set_event_handling),
11715 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11716 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11717 (gst_xvimagesink_class_init):
11718 * sys/xvimage/xvimagesink.h:
11719 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11720 Add a method to the XOverlay interface to allow disabling of
11721 event handling in x[v]imagesink elements. This will let X events
11722 propagate to parent windows which can be usefull in some cases.
11723 Be carefull that the application is then responsible of pushing
11724 navigation events and expose events to the video sink.
11727 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
11729 * gst-libs/gst/tag/gstvorbistag.c:
11730 * tests/check/libs/tag.c: (GST_START_TEST):
11731 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11734 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
11737 * docs/Makefile.am:
11738 * docs/design/Makefile.am:
11741 2006-12-27 Julien MOUTTE <julien@moutte.net>
11743 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11744 typo. Fixes: #390063.
11746 2006-12-27 Julien MOUTTE <julien@moutte.net>
11748 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11749 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11751 * win32/common/config.h: Updated.
11753 2006-12-22 Stefan Kost <ensonic@users.sf.net>
11755 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11756 (setup_gdpdepay_streamheader):
11757 * tests/check/elements/gdppay.c: (cleanup_gdppay),
11758 (setup_gdppay_streamheader):
11759 Fix the dp tests, but activating the pads for the streamheader tests
11760 too and cleaning up conditionaly
11762 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
11764 * gst/ffmpegcolorspace/avcodec.h:
11765 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11766 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11767 (gst_ffmpegcsp_avpicture_fill):
11768 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11769 (img_get_alpha_info):
11770 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11771 other end of the word. Fixes: #387073.
11773 Add some inconsequential branch hints in a couple of places.
11775 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
11777 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11778 (gst_ffmpeg_caps_to_smpfmt):
11779 The "signed" field in raw audio caps is of boolean type, trying to
11780 extract the value with _get_int() will fail (fix to keep in sync with
11781 the copy in gst-ffmpeg)
11783 2006-12-21 Stefan Kost <ensonic@users.sf.net>
11785 * tests/check/elements/audioresample.c: (cleanup_audioresample):
11786 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11787 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11788 (cleanup_gdpdepay):
11789 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11790 * tests/check/elements/subparse.c: (teardown_subparse):
11791 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11792 * tests/check/elements/videorate.c: (cleanup_videorate):
11793 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11794 * tests/check/elements/volume.c: (cleanup_volume):
11795 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11796 (cleanup_vorbisdec):
11797 * tests/check/elements/vorbistag.c: (setup_vorbistag),
11798 (cleanup_vorbistag):
11799 consistent pad (de)activation
11801 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11803 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11804 Forgot to register the extensions.
11806 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11808 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11810 Add typefinder for VIVO files (my christmas present to the 90s).
11812 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11814 * gst/playback/gstdecodebin.c: (type_found):
11815 Special-case the text/plain media type: we only want to recognise it
11816 as a 'raw' decoded media type if it comes from a demuxer or subtitle
11817 parser, but not if the entire stream is of text/plain type. If the
11818 entire stream is text/plain, we should just error out.
11820 This fixes playback of audio files with lyrics in totem. Totem can't
11821 distinguish between text files and subtitle files and passes any
11822 .txt file with the same basename as the main file to playbin as
11823 suburi, and playbin will then throw a 'subtitle found, but no video
11824 stream' error, which isn't entirely helpful. See #380342.
11826 Also, with this change we'll show a slightly more correct error
11827 message in case totem passes a playlist file to us (although a
11828 custom error message wording instead of the default text would
11829 probably not be a bad idea either).
11831 Same problem also needs to be fixed for playbin+decodebin2.
11833 * tests/check/Makefile.am:
11834 * tests/check/elements/decodebin.c: (src_handoff_cb),
11835 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11837 Add simple unit test for decodebin for the above.
11839 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11841 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11842 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11843 Refuse to change state to READY when we failed to create any of the
11844 required elements in our instance init function.
11846 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
11848 * docs/libs/gst-plugins-base-libs-sections.txt:
11849 Small docs fixes/updates.
11851 * gst-libs/gst/video/gstvideosink.h:
11852 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11853 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11854 removed from the base sink API between 0.9.6 and 0.9.7).
11855 API: add GST_VIDEO_SINK_CAST and use it for the height/width
11856 accessor macros, so we don't do a runtime GObject type check every
11859 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
11862 * gst-plugins-base.doap:
11863 * gst-plugins-base.spec.in:
11866 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
11868 Patch by: Jens Granseuer <jensgr at gmx net>
11870 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11871 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11872 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11873 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11874 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11875 Declare variables at the beginning of a block. Fixes #383195.
11877 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
11880 Bump version nano - back to CVS.
11883 === release 0.10.11 ===
11885 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
11888 releasing 0.10.11, "Dumb things"
11890 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
11892 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11893 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11894 Handle the case where an element has multiple pads with
11895 unfixed caps as well as still possibly producing more dynamic
11896 pads by storing each case as a distinct entry in the dynamic list.
11897 Fixes #38223 again.
11899 2006-12-04 Wim Taymans <wim@fluendo.com>
11901 * gst/playback/gstdecodebin.c: (close_pad_link):
11902 Fix #382223, add more dynamic caps handling.
11904 2006-12-04 Wim Taymans <wim@fluendo.com>
11906 * gst-libs/gst/audio/gstringbuffer.h:
11907 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11908 (gst_netaddress_set_ip4_interface),
11909 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11910 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11911 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11912 (gst_netaddress_get_ttl):
11913 * gst-libs/gst/netbuffer/gstnetbuffer.h:
11914 * gst/playback/gstdecodebin.c: (close_pad_link):
11915 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11916 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11917 * win32/common/config.h:
11919 2006-12-01 Michael Smith <msmith@fluendo.com>
11921 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11922 Delete bad debug code.
11925 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
11927 * gst/videoscale/vs_4tap.c:
11929 * win32/common/config.h:
11930 * win32/vs8/libgstvideoscale.vcproj:
11931 Fix compilation on win32 under VS8
11932 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11933 Partially fixes #381175
11935 2006-11-30 Michael Smith <msmith@fluendo.com>
11937 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11939 It would be very bad if, after a discont buffer, we thought every
11940 single following buffer was also discont. So, add to the test to
11941 ensure that this isn't the case.
11943 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11944 ... it was the case. So fix it.
11946 2006-11-28 Wim Taymans <wim@fluendo.com>
11948 * gst/playback/gstplaybasebin.c: (check_queue_event):
11951 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11952 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11953 padtemplate caps. Refixes #357577.
11955 2006-11-28 Wim Taymans <wim@fluendo.com>
11957 * gst/playback/gstplaybasebin.c: (check_queue_event),
11958 (queue_threshold_reached), (queue_out_of_data),
11959 (gen_preroll_element):
11960 Add event probe to see when EOS is in a queue and we can disable the
11961 underrun signals. Fixes #357577.
11963 2006-11-28 Edward Hervey <edward@fluendo.com>
11965 * gst/playback/Makefile.am:
11966 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11967 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11968 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11969 (gst_decode_bin_init), (gst_decode_bin_dispose),
11970 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11971 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11972 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11973 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11974 (connect_element), (expose_pad), (type_found),
11975 (pad_added_group_cb), (pad_removed_group_cb),
11976 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11977 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11978 (are_raw_caps), (multi_queue_overrun_cb),
11979 (multi_queue_underrun_cb), (gst_decode_group_new),
11980 (get_current_group), (group_demuxer_event_probe),
11981 (gst_decode_group_control_demuxer_pad),
11982 (gst_decode_group_control_source_pad),
11983 (gst_decode_group_check_if_blocked),
11984 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11985 (gst_decode_group_hide), (gst_decode_group_free),
11986 (gst_decode_group_set_complete), (source_pad_blocked_cb),
11987 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11988 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11990 New decodebin2 element.
11992 * gst/playback/gstplay-marshal.list:
11993 Added marshallers for new signals in decodebin2
11994 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11995 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11998 2006-11-28 Wim Taymans <wim@fluendo.com>
12000 * gst/playback/gstplaybasebin.c: (setup_source),
12001 (gst_play_base_bin_change_state):
12002 Disable rtsp:// uris for the release, it's not good enough yet.
12005 2006-11-26 Wim Taymans <wim@fluendo.com>
12007 * ext/theora/theoradec.c: (gst_theora_dec_reset),
12008 (theora_dec_push_forward), (theora_dec_push_reverse),
12009 (theora_handle_data_packet), (theora_dec_decode_buffer),
12010 (theora_dec_flush_decode), (theora_dec_chain_reverse),
12011 (theora_dec_chain_forward), (theora_dec_chain):
12012 Implement reverse playback.
12014 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12015 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
12016 (vorbis_dec_chain_forward):
12017 Clear buffers used for reverse playback in _reset.
12018 No need to set the eos flag, we clip samples using the segment.
12020 2006-11-24 Wim Taymans <wim@fluendo.com>
12022 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
12023 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
12024 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
12025 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
12027 Handle continued pages in reverse mode.
12029 2006-11-24 Wim Taymans <wim@fluendo.com>
12031 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
12032 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12033 (vorbis_dec_flush_decode):
12035 Don't try to add invalid timestamps.
12036 Clipping will unref the buffer.
12038 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12040 * gst/adder/gstadder.h:
12041 * gst/audiotestsrc/gstaudiotestsrc.h:
12042 remove obsolete _factory_init protos
12044 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12046 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12047 Fix spacing in debug message.
12049 2006-11-23 Wim Taymans <wim@fluendo.com>
12051 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12052 (gst_ogg_demux_chain):
12053 Don't just ignore return values from _pad_push().
12054 Small debug improvements.
12056 2006-11-23 Michael Smith <msmith@fluendo.com>
12058 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12059 If our incoming buffer is marked as DISCONT, then increment the page
12060 number (so that the discontinuity is marked in the final ogg
12061 bitstream) and flush the previous page.
12063 2006-11-22 Michael Smith <msmith@fluendo.com>
12065 * ext/theora/gsttheoraenc.h:
12066 * ext/theora/theoraenc.c: (gst_theora_enc_init),
12067 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12068 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12069 (theora_enc_chain), (theora_enc_change_state):
12070 Mark discontinuities of > 3/4 of a frame, reinit encoder.
12072 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12073 (GST_START_TEST), (theoraenc_suite):
12074 Enable discontinuity test, fix it.
12076 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
12078 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12079 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12080 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12081 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12082 (gst_text_overlay_change_state):
12083 * ext/pango/gsttextoverlay.h:
12084 Some textoverlay fixes: for one, in the video chain function,
12085 actually wait for a text buffer to come in if there is none at the
12086 moment and there should be one; also, deal more gracefully with
12087 incoming buffers that do not have a timestamp or duration; discard
12088 text buffer when not needed any longer. Fixes #341681.
12090 * tests/check/Makefile.am:
12091 * tests/check/elements/.cvsignore:
12092 * tests/check/elements/textoverlay.c:
12093 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12094 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12095 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12096 (test_video_waits_for_text_send_text_newsegment_thread),
12097 (test_video_waits_for_text_shutdown_element),
12098 (test_render_continuity_push_video_buffers_thread),
12099 (textoverlay_suite):
12100 Add some unit tests for textoverlay.
12102 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
12104 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12105 Avoid integer underflow when the found probability for mp3 is
12106 smaller than the 'penalty' we subtract if there's not a clean
12107 mp3 header sync at offset 0.
12109 2006-11-21 Stefan Kost <ensonic@users.sf.net>
12111 * docs/libs/gst-plugins-base-libs-sections.txt:
12112 Add some new symbols to the docs
12114 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
12116 * tests/check/Makefile.am:
12117 * tests/check/elements/ffmpegcolorspace.c:
12118 (ffmpegcolorspace_suite):
12119 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12120 (for now not for valgrinding though, since it takes too long).
12122 2006-11-20 Wim Taymans <wim@fluendo.com>
12124 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12125 (gst_ffmpeg_pixfmt_to_caps):
12126 Fix RGBA32 caps. Fixes #357038.
12128 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
12130 * gst-libs/gst/interfaces/mixertrack.h:
12131 Add FIXME so we can add some padding here in 0.11
12133 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12135 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12136 Fix GstBaseRTPAudioPayload structure so the whole GObject
12137 inheritance business actually works (parent class instance structure
12138 must always come first in the derived class instance structure).
12140 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
12142 * gst/videotestsrc/Makefile.am:
12143 * tests/check/Makefile.am:
12144 Make sure our checks and the videotestsrc plugin link against the
12145 local uninstalled gst libs and not any installed gst libs that
12146 might happen to exist as well.
12148 * tests/check/elements/adder.c: (message_received),
12149 (test_event_message_received), (test_play_twice_message_received):
12150 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12151 Fix compiler warnings when compiling against core with disabled
12154 2006-11-16 Michael Smith <msmith@fluendo.com>
12156 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12157 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12158 Fix audiorate, so that it accurately sets offsets and timestamps.
12159 Doesn't change the fundamental algorithmic decisions; so should be
12162 * tests/check/Makefile.am:
12163 Enable audiorate test now that it passes.
12165 2006-11-09 Stefan Kost <ensonic@users.sf.net>
12167 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12168 clear xv when going to NULL, remove // commented non-existant proto
12170 * tests/examples/seek/seek.c: (main):
12171 add missing tooltip description for scrub and play_scrub
12173 2006-11-14 David Schleef <ds@schleef.org>
12176 Bump liboil requirement to 0.3.8.
12177 * gst-libs/gst/riff/riff-media.c:
12179 * gst/videoscale/vs_image.h:
12180 * gst/videoscale/vs_scanline.h:
12181 Use liboil's stdint.h.
12182 * gst/videotestsrc/videotestsrc.c:
12183 Remove liboil related ifdef's, since they aren't needed now, and
12184 won't work with future versions.
12186 2006-11-14 David Schleef <ds@schleef.org>
12188 * gst/videoscale/Makefile.am:
12189 * gst/videoscale/gstvideoscale.c:
12190 * gst/videoscale/gstvideoscale.h:
12191 * gst/videoscale/vs_4tap.c:
12192 * gst/videoscale/vs_4tap.h:
12193 * gst/videoscale/vs_image.c:
12194 * gst/videoscale/vs_image.h:
12195 * gst/videoscale/vs_scanline.c:
12196 * gst/videoscale/vs_scanline.h:
12197 Add a 4-tap image scaler. Theoretically looks much prettier.
12198 The tap calculation could use some improvement.
12200 2006-11-14 Wim Taymans <wim@fluendo.com>
12202 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12204 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12205 (gst_riff_parse_strf_iavs):
12206 * gst/subparse/gstsubparse.c: (convert_encoding):
12207 * gst/tcp/gstmultifdsink.c:
12208 (gst_multi_fd_sink_handle_client_write):
12209 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12210 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12211 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12212 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12213 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12214 (gst_ximagesink_ximage_new):
12215 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12216 Various gsize and gssize printf fixes. Fixes #372507.
12218 2006-11-13 Wim Taymans <wim@fluendo.com>
12220 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12221 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12222 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12223 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12224 (vorbis_dec_chain_forward), (vorbis_dec_chain):
12225 * ext/vorbis/vorbisdec.h:
12226 First stab at vorbis reverse playback.
12228 2006-11-13 Wim Taymans <wim@fluendo.com>
12230 * gst-libs/gst/audio/gstbaseaudiosink.c:
12231 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12232 * gst-libs/gst/audio/gstbaseaudiosink.h:
12233 Make the clock sync code more accurate wrt resampling and playback
12234 at different rates.
12236 * gst-libs/gst/audio/gstringbuffer.c:
12237 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12238 * gst-libs/gst/audio/gstringbuffer.h:
12239 Use better algorithm to interpolate sample rates.
12241 2006-11-13 Michael Smith <msmith@fluendo.com>
12243 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12244 Improve a debug line slightly.
12246 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12247 Call gst_riff_init() in plugin_init, to avoid getting errors from
12248 the debug system (unrelated changes to another plugin made this turn
12251 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
12253 Patch by: Sergey Scobich <sergery.scobich at gmail com>
12255 * win32/common/libgsttag.def:
12256 Add missing symbol (#366492).
12258 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
12260 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12261 Don't unref a NULL pad.
12263 2006-11-09 Wim Taymans <wim@fluendo.com>
12265 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12266 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12267 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12268 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12269 (gst_ogg_demux_loop):
12270 Implement first stab at reverse playback.
12272 2006-11-07 Stefan Kost <ensonic@users.sf.net>
12274 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12275 (gst_riff_create_video_template_caps):
12276 add h263/h264 variants to the caps, Fixes #363118
12278 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
12280 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12281 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12282 Use g_strerror instead of strerror so we get UTF-8.
12284 2006-11-03 David Schleef <ds@schleef.org>
12286 * ext/ogg/gstoggdemux.c:
12287 * ext/ogg/gstoggmux.c:
12288 Add/remove KW-DIRAC header here, since it is ogg-specific.
12290 2006-11-03 Michael Smith <msmith@fluendo.com>
12292 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12293 Recognise more mpeg4 elementary video streams.
12295 2006-11-02 Edward Hervey <edward@fluendo.com>
12297 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12298 Lower the probability of mp3 typefinding functions if we don't find a
12299 valid mp3 header at the start of the file.
12302 2006-11-02 Wim Taymans <wim@fluendo.com>
12304 * ext/theora/gsttheoradec.h:
12305 * ext/theora/theoradec.c: (gst_theora_dec_init),
12306 (theora_dec_sink_event), (theora_dec_chain_forward),
12307 (theora_dec_flush_decode), (theora_dec_chain_reverse),
12308 (theora_dec_chain):
12309 Document and partially implement an algorithm for doing reverse playback
12312 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
12314 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12316 * win32/common/config.h:
12317 * win32/common/interfaces-enumtypes.c:
12318 * win32/common/libgsttag.def:
12319 * win32/vs8/gst-plugins-base.sln:
12320 * win32/vs8/libgstaudioresample.vcproj:
12321 * win32/vs8/libgstinterfaces.vcproj:
12322 * win32/vs8/libgstogg.vcproj:
12323 * win32/vs8/libgstriff.vcproj:
12324 * win32/vs8/libgsttag.vcproj:
12325 * win32/vs8/libgsttheora.vcproj:
12326 * win32/vs8/libgstvideoscale.vcproj:
12327 * win32/vs8/libgstvorbis.vcproj:
12328 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12329 to libgsttag.def; add missing dependencies for some vs8 projects;
12330 re-arrange placement of .def files in vs8 projects (#366334).
12332 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
12334 * ext/ogg/gstogg.c:
12335 Remove unused variable.
12337 * ext/ogg/gstoggdemux.c:
12338 Fix Wim's surname in plugin description.
12340 2006-10-31 Wim Taymans <wim@fluendo.com>
12342 * gst-plugins-base.spec.in:
12343 spec new .h file. Fixes #368310.
12345 2006-10-31 Michael Smith <msmith@fluendo.com>
12347 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12348 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12349 (gst_multi_fd_sink_get_stats),
12350 (gst_multi_fd_sink_remove_client_link),
12351 (gst_multi_fd_sink_queue_buffer),
12352 (gst_multi_fd_sink_handle_clients):
12353 * gst/tcp/gstmultifdsink.h:
12354 Make using the remove or clear signals threadsafe.
12355 Make calling get-stats with an invalid fd not segfault.
12358 2006-10-31 Wim Taymans <wim@fluendo.com>
12360 * gst-libs/gst/rtp/Makefile.am:
12361 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12362 (gst_base_rtp_audio_payload_init):
12363 Fix and activate base audio payloader.
12365 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12367 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12369 Add typefinder for QuickTime Image Files (see #366156).
12371 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12373 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12374 Another typo fix (#366212).
12376 2006-10-27 Wim Taymans <wim@fluendo.com>
12378 * gst/volume/gstvolume.c: (volume_transform_ip):
12379 Use stream time to synchronize volume property instead of rather random
12380 timestamps. This is needed when gnonlin does its time shifting.
12382 2006-10-27 Wim Taymans <wim@fluendo.com>
12384 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12386 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12387 Remove the pad from the element in release_pad. Fixes #364812.
12389 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
12391 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12392 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12393 Explicitly create our custom buffer classes at a thread-safe
12394 location as well, since g_type_class_ref() doesn't seem to be
12395 entirely thread-safe either (#365501; also see #349410).
12397 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
12399 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12400 (gst_riff_parse_info):
12401 If strings in INFO chunk are not UTF-8, do something similar to
12402 what we do for ID3v1 tags: check a number of environment variables
12403 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12404 character sets to try, otherwise try the current locale and/or fall
12405 back on ISO-8859-1. Fixes #360552.
12407 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12409 * gst/videotestsrc/gstvideotestsrc.c:
12410 (gst_video_test_src_pattern_get_type),
12411 (gst_video_test_src_set_pattern):
12412 * gst/videotestsrc/gstvideotestsrc.h:
12413 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12414 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12415 (gst_video_test_src_checkers8):
12416 * gst/videotestsrc/videotestsrc.h:
12417 Add a bunch of exciting new checkers patterns.
12419 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12421 * gst/subparse/Makefile.am:
12422 * gst/subparse/gstsubparse.c:
12423 (gst_sub_parse_data_format_autodetect),
12424 (gst_sub_parse_format_autodetect), (handle_buffer),
12425 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12426 * gst/subparse/gstsubparse.h:
12427 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12429 * gst/subparse/tmplayerparse.h:
12430 Add support for TMPlayer-type subtitles (#362845).
12432 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12433 (GST_START_TEST), (subparse_suite):
12434 Add some basic unit tests for the above.
12436 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12438 * tests/check/elements/audiorate.c: (test_injector_base_init),
12439 (test_injector_class_init), (test_injector_chain),
12440 (test_injector_init), (probe_cb), (do_perfect_stream_test),
12441 (GST_START_TEST), (audiorate_suite):
12442 More tests for audiorate: inject buffers to check behaviour when
12445 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
12447 * tests/check/Makefile.am:
12448 * tests/check/elements/.cvsignore:
12449 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12450 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12451 Add some basic unit tests for audiorate. Disabled at the moment
12452 since it doesn't pass yet (see bug #363119).
12454 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
12456 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12457 (parse_subrip), (handle_buffer):
12458 Add missing closing tags for markup and fix broken markup,
12459 otherwise pango won't render anything (fixes #357531). Also,
12460 make sure the text we send out is always NUL-terminated
12461 (better safe than sorry etc.).
12463 * tests/check/elements/subparse.c: (test_srt_do_test),
12465 Some more tests for .srt incl. tests for the above stuff.
12467 2006-10-20 Julien MOUTTE <julien@moutte.net>
12469 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12470 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12471 Patch by: Stefan Kost <ensonic@users.sf.net>
12472 Try to redraw borders only when needed. Apparently this consumes
12473 resources on small devices... :-O (#363607)
12475 2006-10-20 Michael Smith <msmith@fluendo.com>
12477 * gst/tcp/gstmultifdsink.c:
12478 (gst_multi_fd_sink_client_queue_buffer):
12479 If caps change, then update the client's idea of the caps so that we
12480 don't end up re-sending streamheaders for every single buffer after
12483 2006-10-20 Michael Smith <msmith@fluendo.com>
12485 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12486 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12487 Set caps on pushed buffers; fix up refcounting of caps objects.
12489 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12491 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12493 Typefind mmsh header data packet to application/x-mmsh (#362625).
12495 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12497 * tests/check/Makefile.am:
12498 * tests/check/elements/.cvsignore:
12499 * tests/check/elements/subparse.c: (buffer_from_static_string),
12500 (setup_subparse), (teardown_subparse), (test_srt_do_test),
12501 (GST_START_TEST), (subparse_suite):
12502 Add very simple unit test for subparse.
12504 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12506 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12508 Strip trailing newlines from subtitle text output.
12510 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12512 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12513 (gst_sub_parse_change_state):
12514 Fix memleak; clear subparse->textbuf n state change function.
12516 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12518 * gst/subparse/gstsubparse.c:
12519 (gst_sub_parse_data_format_autodetect):
12520 Don't require subrip (.srt) files to start with a chunk number of 1.
12522 2006-10-18 Wim Taymans <wim@fluendo.com>
12524 * gst-libs/gst/audio/gstbaseaudiosink.c:
12525 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12526 * gst-libs/gst/audio/gstbaseaudiosink.h:
12527 Extract rate from the NEWSEGMENT event.
12528 Use commit_full to also take rate adjustment into account when writing
12529 samples to the ringbuffer.
12531 * gst-libs/gst/audio/gstringbuffer.c:
12532 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12533 (gst_ring_buffer_read):
12534 * gst-libs/gst/audio/gstringbuffer.h:
12535 Added _commit_full() to also take rate into account.
12536 Use simple interpolation algorithm to resample audio.
12537 API: gst_ring_buffer_commit_full()
12539 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12540 * tests/examples/seek/seek.c: (segment_done):
12541 Don't try to seek with 0.0 rate, just pause instead.
12542 Remove bogus debug line.
12544 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12546 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12548 Catch async errors when starting up the subtitle bin, so we can
12549 stop waiting and continue with the main film instead of hanging
12550 forever. Fixes #339366.
12552 * tests/check/elements/playbin.c: (playbin_suite):
12553 Enable unit test for the above.
12555 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12557 * tests/check/Makefile.am:
12558 * tests/check/elements/.cvsignore:
12559 * tests/check/elements/playbin.c: (GST_START_TEST),
12560 (gst_red_video_src_uri_get_type),
12561 (gst_red_video_src_uri_get_protocols),
12562 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12563 (gst_red_video_src_uri_handler_init),
12564 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12565 (gst_red_video_src_create), (gst_red_video_src_class_init),
12566 (gst_red_video_src_init), (plugin_init), (playbin_suite):
12567 Some small and basic unit tests for playbin; not very useful yet,
12568 but at least a start.
12570 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12572 * gst/playback/gstplaybin.c: (setup_sinks):
12573 The old pad activation spiel.
12575 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12577 * gst/playback/gstplaybasebin.c: (setup_source):
12578 Don't hang forever if the subbin already fails to start up in
12579 the state change to PAUSED (#339366).
12581 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
12583 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12584 (gst_tuner_set_channel), (gst_tuner_get_channel),
12585 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12586 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12587 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12588 (gst_tuner_find_channel_by_name):
12589 Fix some function guards, add some more function guards.
12591 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
12593 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12594 (remove_element_chain):
12595 Don't return a pad from get_our_ghost_pad unless it is actually the
12597 Change a cast in remove_element_chain slightly.
12599 2006-10-13 Julien MOUTTE <julien@moutte.net>
12601 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12602 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12603 Segment seeking needs to use the rate and set stop to -1.
12605 2006-10-13 Wim Taymans <wim@fluendo.com>
12607 * gst-libs/gst/audio/gstbaseaudiosink.c:
12608 (gst_base_audio_sink_setcaps):
12609 Don't crash when ringbuffer is not yet created.
12610 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12613 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12614 * gst/playback/gststreamselector.c:
12615 (gst_stream_selector_request_new_pad):
12616 Activate pads befre adding them to running elements.
12618 2006-10-13 Julien MOUTTE <julien@moutte.net>
12620 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12621 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12622 updater when we start grabing the slider. Don't wait for the
12623 pipeline to be PAUSED.
12625 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
12627 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12628 (gst_mixer_set_volume), (gst_mixer_get_volume),
12629 (gst_mixer_set_mute), (gst_mixer_set_option),
12630 (gst_mixer_get_option), (gst_mixer_mute_toggled),
12631 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12632 (gst_mixer_option_changed):
12633 Guard mixer interface functions against bogus arguments.
12635 2006-10-12 Julien MOUTTE <julien@moutte.net>
12637 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12638 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12639 (msg_state_changed), (main): Use state-changed messages to trigger
12640 start/stop of scale update timer. Indeed the scale slider was
12641 jumping here and there because the update timer was activated
12642 before seek completed. This fixes instant applying of rate changes
12643 by pressing the spinbutton like a crazy man !
12645 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
12647 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
12649 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12650 (gst_basertppayload_finalize):
12651 Fix two small memory leaks (#361456).
12653 2006-10-10 Julien MOUTTE <julien@moutte.net>
12655 * tests/examples/seek/seek.c: (do_seek),
12656 (rate_spinbutton_changed_cb): When changing spinbutton we try
12657 to change the rate on the fly.
12659 2006-10-10 Wim Taymans <wim@fluendo.com>
12661 * gst-libs/gst/riff/riff-ids.h:
12662 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12663 (gst_riff_create_audio_template_caps):
12666 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12668 Patch by: Josep Torra Valles <josep@fluendo.com>
12670 * ext/gnomevfs/gstgnomevfssink.c:
12671 * ext/gnomevfs/gstgnomevfssrc.c:
12672 Fix URI interface implementation return type.
12673 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12674 Fix what looks like a copy/paste issue when assigning values.
12675 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12676 (gst_audio_filter_template_get_type):
12677 Cast to prevent Forte warnings.
12678 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12679 Fix URI interface implementation return type.
12680 gst_pad_query_position requires a signed integer pointer as
12681 3rd parameter, GstClockTime is unsigned.
12682 * gst/audioconvert/audioconvert.c:
12683 Fix integer overflow when treated as signed.
12684 * gst/audioresample/resample.c: (resample_add_input_data):
12685 Cast to prevent warnings on Forte.
12686 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12687 Fix integer overflow when treated as signed.
12688 * gst/ffmpegcolorspace/imgconvert_template.h:
12689 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12690 * gst/playback/gstdecodebin.c: (queue_filled_cb),
12691 (cleanup_decodebin):
12692 Who initialises a guint to -1!
12693 Cast function pointers to prevent warnings on Forte.
12694 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12695 (queue_threshold_reached):
12696 Cast function pointers correctly to prevent warnings on Forte.
12697 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12698 Cast function pointers correctly to prevent warnings on Forte.
12699 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12700 Obvious change to unsigned, 0xEF > max signed char.
12701 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12702 GstClockTime is unsigned, initialise correctly.
12703 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12704 Cast so pointer arithemetic doesn't cause warnings on Forte.
12705 * gst/videorate/gstvideorate.c:
12706 Use correct return value.
12707 * tests/examples/seek/scrubby.c:
12708 GstClockTime is unsigned, initialise correctly.
12710 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
12712 Patch by: Ferenc Gerlits <fgerlits at gmail com>
12714 * gst/typefind/gsttypefindfunctions.c:
12715 Recognise XML files and XML-like files shorter than 256 bytes as
12716 well (fixes #359237).
12718 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
12720 Patch by: Renato Filho <renato.filho@indt.org.br>
12722 * gst/typefind/gsttypefindfunctions.c:
12723 Added typefind functions to video/x-nuv media.
12725 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
12727 * gst-libs/gst/interfaces/xoverlay.c:
12728 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12729 Some more guards against invalid input.
12731 2006-10-07 Julien MOUTTE <julien@moutte.net>
12733 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
12735 * tests/examples/seek/seek.c: (do_seek),
12736 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12737 seek example to experiment with rates != 1.0 (reverse playback !)
12739 2006-10-06 Stefan Kost <ensonic@users.sf.net>
12741 * gst-libs/gst/interfaces/xoverlay.c:
12742 Unref message in doc-example (spotted by Robert McQueen)
12744 2006-10-06 Wim Taymans <wim@fluendo.com>
12746 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12747 (mpeg1_parse_header), (mpeg1_sys_type_find):
12750 2006-10-06 Wim Taymans <wim@fluendo.com>
12752 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12754 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12755 Activate dynamic pads before adding them to the element.
12757 2006-10-06 Michael Smith <msmith@fluendo.com>
12759 * gst-libs/gst/floatcast/floatcast.h:
12760 Fix obviously-bogus macros; use the correct types.
12762 2006-10-06 Wim Taymans <wim@fluendo.com>
12764 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12765 (gst_base_rtp_depayload_change_state):
12766 Also call parent state change function to activate pads.
12768 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12769 (mpeg1_parse_header), (mpeg1_sys_type_find):
12770 Add some more debug info in mpeg typefinding.
12772 2006-10-06 Michael Smith <msmith@fluendo.com>
12774 * ext/theora/theoradec.c: (theora_dec_chain):
12775 Zero byte theora packets are valid and well-defined; don't warn on
12778 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
12780 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12781 (gst_multi_fd_sink_get_stats), (find_limits),
12782 (gst_multi_fd_sink_queue_buffer):
12783 API: add dropped_buffers to the get-stats GValueArray
12785 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
12787 * ext/alsa/gstalsadeviceprobe.c:
12788 (gst_alsa_device_property_probe_get_values):
12789 * ext/alsa/gstalsasink.c: (set_hwparams):
12790 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12791 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12792 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12793 (gst_ogg_mux_process_best_pad):
12794 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12795 (gst_ogg_parse_chain):
12796 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12797 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12798 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12799 (gst_vorbis_enc_buffer_check_discontinuous):
12800 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12801 * gst-libs/gst/audio/gstbaseaudiosink.c:
12802 (gst_base_audio_sink_render):
12803 * gst-libs/gst/cdda/gstcddabasesrc.c:
12804 (gst_cdda_base_src_handle_track_seek):
12805 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12806 (gst_base_rtp_depayload_push_full):
12807 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12808 * gst/audioresample/resample.c: (resample_input_pushthrough):
12809 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12810 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12811 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12812 (wavpack_type_find):
12813 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12814 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12815 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12816 * tests/check/elements/volume.c: (GST_START_TEST):
12817 Printf format fixes.
12819 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
12821 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12822 Fix a simple mistake (see the docs)
12825 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12827 * docs/plugins/Makefile.am:
12828 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12829 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12830 * docs/plugins/gst-plugins-base-plugins.args:
12831 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12832 * docs/plugins/inspect/plugin-adder.xml:
12833 * docs/plugins/inspect/plugin-alsa.xml:
12834 * docs/plugins/inspect/plugin-audioconvert.xml:
12835 * docs/plugins/inspect/plugin-audiorate.xml:
12836 * docs/plugins/inspect/plugin-audioresample.xml:
12837 * docs/plugins/inspect/plugin-audiotestsrc.xml:
12838 * docs/plugins/inspect/plugin-cdparanoia.xml:
12839 * docs/plugins/inspect/plugin-decodebin.xml:
12840 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12841 * docs/plugins/inspect/plugin-gdp.xml:
12842 * docs/plugins/inspect/plugin-gnomevfs.xml:
12843 * docs/plugins/inspect/plugin-libvisual.xml:
12844 * docs/plugins/inspect/plugin-ogg.xml:
12845 * docs/plugins/inspect/plugin-pango.xml:
12846 * docs/plugins/inspect/plugin-playbin.xml:
12847 * docs/plugins/inspect/plugin-subparse.xml:
12848 * docs/plugins/inspect/plugin-tcp.xml:
12849 * docs/plugins/inspect/plugin-theora.xml:
12850 * docs/plugins/inspect/plugin-typefindfunctions.xml:
12851 * docs/plugins/inspect/plugin-video4linux.xml:
12852 * docs/plugins/inspect/plugin-videorate.xml:
12853 * docs/plugins/inspect/plugin-videoscale.xml:
12854 * docs/plugins/inspect/plugin-videotestsrc.xml:
12855 * docs/plugins/inspect/plugin-volume.xml:
12856 * docs/plugins/inspect/plugin-vorbis.xml:
12857 * docs/plugins/inspect/plugin-ximagesink.xml:
12858 * docs/plugins/inspect/plugin-xvimagesink.xml:
12859 Add vorbistag element to docs; update version numbers to 0.10.10.1.
12861 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12863 Patch by: James "Doc" Livingston <doclivingston at gmail com>
12865 * ext/vorbis/Makefile.am:
12866 * ext/vorbis/vorbis.c: (plugin_init):
12867 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12868 (vorbis_parse_parse_packet), (vorbis_parse_chain):
12869 * ext/vorbis/vorbisparse.h:
12870 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12871 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12872 (gst_vorbis_tag_parse_packet):
12873 * ext/vorbis/vorbistag.h:
12874 Add new vorbistag element which derives from vorbisparse
12875 and is essentially the same as well, only that it implements
12876 the GstTagSetter interface and can modify the stream's
12877 vorbiscomment on the fly (#335635).
12879 * tests/check/Makefile.am:
12880 * tests/check/elements/.cvsignore:
12881 * tests/check/elements/vorbistag.c: (setup_vorbistag),
12882 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12883 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12884 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12885 Add unit test for new vorbistag element.
12887 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12889 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12890 (vorbis_parse_push_headers), (vorbis_parse_chain):
12891 Set BOS flag in packet structure to fix 'jump depends
12892 on unitialized value' errors in valgrind; various minor
12895 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
12897 * gst/playback/gstdecodebin.c: (close_pad_link):
12898 Fix typo in a debug statement.
12900 * gst/playback/gstplaybasebin.c: (probe_triggered),
12901 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12902 (gen_source_element), (source_new_pad), (analyse_source),
12904 When handling no_more_pads in new_decoded_pad, make sure to treat
12905 subtitle pads correctly. Fixes playback with subtitle files.
12907 Move a recurring message to LOG level.
12909 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12910 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12911 which ends up as -1 when cast to an int. Make the logic handle the
12912 max value as an unsigned mask and only change the colorkey when it's
12913 a value we recognise.
12915 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12917 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12918 Removed empty * between paragraphs
12920 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12922 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12923 * gst-libs/gst/rtp/README:
12924 Moved some documentation into .c file
12926 2006-09-29 Wim Taymans <wim@fluendo.com>
12928 * gst/playback/gstdecodebin.c: (no_more_pads):
12931 2006-09-29 Wim Taymans <wim@fluendo.com>
12933 * gst/playback/gstdecodebin.c: (new_caps):
12936 * gst/playback/gstplaybin.c:
12939 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12941 * tests/check/Makefile.am:
12942 Re-enable cddabasesrc test to see if it works again
12945 2006-09-29 Wim Taymans <wim@fluendo.com>
12947 * gst/playback/gstplaybasebin.c: (setup_subtitle),
12948 (gen_source_element):
12949 Handle invalid URIs a bit more gracefully.
12951 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12953 * tests/check/pipelines/oggmux.c:
12954 Remove obsolete comment.
12956 2006-09-29 Michael Smith <msmith@fluendo.com>
12958 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12959 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12960 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12961 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12962 (gst_ogg_mux_collected):
12963 Commit patch from James "Doc" Livingston, adds proper EOS handling
12964 in oggmux. GStreamer can, for the first time ever, create a valid
12967 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12969 Reenable tests now that they pass.
12971 2006-09-29 Wim Taymans <wim@fluendo.com>
12973 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12974 Stop reading commands when EOF (we read 0) as well.
12976 2006-09-28 Wim Taymans <wim@fluendo.com>
12978 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12979 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12980 (find_dynamic), (unlinked), (close_link):
12981 Implement delayed caps linking needed for element with a lot of
12982 different caps on the src pads that get fixed at runtime.
12983 Improve management of dynamic elements.
12985 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12986 (group_destroy), (group_commit), (check_queue), (queue_overrun),
12987 (gen_preroll_element), (remove_groups), (unknown_type),
12988 (add_element_stream), (no_more_pads_full), (no_more_pads),
12989 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12990 (new_decoded_pad), (setup_subtitle), (array_has_value),
12991 (gen_source_element), (source_new_pad), (has_all_raw_caps),
12992 (analyse_source), (remove_decoders), (make_decoder),
12993 (remove_source), (setup_source), (finish_source), (prepare_output),
12994 (gst_play_base_bin_change_state):
12995 * gst/playback/gstplaybasebin.h:
12996 Use more _CAST instead of full type checking casts.
12997 Small cleanups, plug some leaks.
12998 Handle dynamic sources.
12999 Add some helper functions to create lists of strings used for
13000 blacklisting and other stuff.
13001 Refactor some code dealing with analysing the source.
13002 Re-enable sources without pads (like cd:// or other selfcontained
13005 2006-09-28 Wim Taymans <wim@fluendo.com>
13007 * gst-libs/gst/audio/gstbaseaudiosink.c:
13008 (gst_base_audio_sink_render):
13009 When we have a timestamp, we can still perform clipping.
13010 When we have no clock, we must play the sample ASAP.
13012 2006-09-28 Wim Taymans <wim@fluendo.com>
13014 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13015 Set caps on outgoing buffers.
13017 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
13018 (gst_video_rate_event), (gst_video_rate_chain):
13019 * gst/videorate/gstvideorate.h:
13020 Fix videorate some more. Fixes #357977
13022 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
13024 * tests/check/elements/adder.c: (adder_suite):
13025 Don't set timeout to 6 seconds when we're running
13026 in valgrind ... (and how is 6 seconds longer than
13027 the default anyway?)
13029 2006-09-28 Wim Taymans <wim@fluendo.com>
13031 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13032 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13033 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13034 Keep sink and src segment to keep track of time and support more
13036 Fix bogus next_offset and run_time calculation, don't understand how
13037 this could have worked before. Fixes #357976.
13038 Remove some unneeded vars.
13040 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
13042 * gst/playback/gstplaybin.c: (remove_sinks):
13043 Only remove visualisation from visbin if there is a visbin (or:
13044 don't throw warnings when closing totem without playing a file).
13046 2006-09-27 Wim Taymans <wim@fluendo.com>
13048 * gst-libs/gst/audio/gstbaseaudiosink.c:
13049 (gst_base_audio_sink_render):
13050 Add some more info in a WARNING.
13052 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13053 (gst_base_audio_src_create):
13054 Handle PAUSE in create function, use new -core addition to
13055 wait for playing. Fixes pausing and resuming capture from an
13058 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13059 (gst_ring_buffer_read):
13060 Constify some more.
13061 Caller supports interrupted reads now.
13063 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
13065 * tests/check/Makefile.am:
13066 Another attempt to make the gen64 buildbot happy.
13068 2006-09-27 Stefan Kost <ensonic@users.sf.net>
13070 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13072 * ext/libvisual/visual.c: (gst_visual_clear_actors),
13073 (gst_visual_chain), (gst_visual_change_state):
13074 Libvisual plugin was not passing audio data to libvisual 0.4.0
13075 correctly. Fixes #357800
13077 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
13079 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13080 Add timeout to _get_state() so we see which pipeline it is
13081 that causes trouble on the gen64 build bot.
13083 2006-09-27 Wim Taymans <wim@fluendo.com>
13085 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13086 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13087 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13088 (gst_base_rtp_depayload_set_gst_timestamp):
13089 the source pad always uses fixed caps.
13091 2006-09-27 Wim Taymans <wim@fluendo.com>
13093 * docs/libs/gst-plugins-base-libs-docs.sgml:
13094 * docs/libs/gst-plugins-base-libs-sections.txt:
13095 * gst-libs/gst/audio/gstaudioclock.c:
13096 * gst-libs/gst/audio/gstaudioclock.h:
13097 * gst-libs/gst/audio/gstaudiosink.c:
13098 * gst-libs/gst/audio/gstaudiosink.h:
13099 * gst-libs/gst/audio/gstaudiosrc.c:
13100 * gst-libs/gst/audio/gstbaseaudiosink.c:
13101 (gst_base_audio_sink_render):
13102 * gst-libs/gst/audio/gstbaseaudiosink.h:
13103 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13104 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13105 * gst-libs/gst/audio/gstringbuffer.h:
13106 Added docs for the audio libs.
13108 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
13110 * tests/check/Makefile.am:
13111 Temporarily disable test that fails on the bots for unknown reasons.
13113 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
13115 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13116 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13117 Moved AudioCodecType into priv
13118 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13120 2006-09-25 Wim Taymans <wim@fluendo.com>
13122 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13123 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13124 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13126 Cleanups and small leak fixes.
13127 Added Depayloaders to valid list of autopluggable elements.
13129 2006-09-25 Wim Taymans <wim@fluendo.com>
13131 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13132 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13133 (gen_video_element), (gen_text_element), (gen_audio_element),
13134 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13135 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13136 Detect NO_PREROLL state change returns and disable clock distribution to
13137 the sinks so that sync is disabled.
13138 Avoid some type checking and do simple casts instead.
13139 Small cleanups, fix some FIXMEs.
13140 Be more robust when linking user specified elements, catch an report
13141 errors. Fixes #357404.
13142 Fix some leaks in the error paths.
13144 2006-09-25 Stefan Kost <ensonic@users.sf.net>
13147 ChangeLog surgery for missing bug-number
13149 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13151 Patch by: Peter Kjellerstedt <pkj at axis com>
13153 * gst/playback/test.c:
13154 Fix compilation with uClibc and -Werror (#357591).
13156 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13158 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13159 Parse dates that are followed by a time as well (#357532).
13161 * tests/check/libs/tag.c: (test_vorbis_tags):
13162 Add unit test for this.
13164 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13166 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13167 (gst_audio_convert_transform_caps):
13168 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13169 * gst/videotestsrc/videotestsrc.h:
13170 A few array const-ifications.
13172 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13174 * tests/check/Makefile.am:
13175 See if this makes the build bots happy.
13177 * tests/check/libs/cddabasesrc.c:
13180 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13182 Patch by: Young-Ho Cha <ganadist at chollian dot net>
13184 * gst/subparse/samiparse.c: (handle_start_font),
13185 (fix_invalid_entities):
13186 More case-insensitivity for certain tags; recognise entities with
13187 decimal codes as special entities as well (#357330).
13189 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13191 * gst-libs/gst/Makefile.am:
13192 Need to build tag directory before cdda.
13194 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13196 * docs/libs/gst-plugins-base-libs-sections.txt:
13197 * gst-libs/gst/cdda/Makefile.am:
13198 * gst-libs/gst/cdda/gstcddabasesrc.c:
13199 (gst_cdda_base_src_base_init):
13200 * gst-libs/gst/cdda/gstcddabasesrc.h:
13201 * gst-libs/gst/tag/tag.h:
13202 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13203 (gst_tag_register_musicbrainz_tags):
13204 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13205 depend on libgsttag. This is required so we can extract/read tags like
13206 DISCID without depending on libgstcddabasesrc (which used to register
13209 * gst-libs/gst/tag/gstvorbistag.c:
13210 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13211 tags (also see #347848).
13213 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13214 Log vorbis comments we are actually writing. Const-ify array.
13216 2006-09-23 Wim Taymans <wim@fluendo.com>
13218 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13219 Improve buffering a bit by avoiding a deadlock because we cannot assume
13220 the underrun is always called.
13222 2006-09-23 Wim Taymans <wim@fluendo.com>
13224 Patch by: Young-Ho Cha <ganadist at chollian dot net>
13226 * gst-libs/gst/riff/riff-ids.h:
13227 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13228 (gst_riff_create_audio_template_caps):
13229 Added MPEG-4 AAC and id and caps. Fixes #357289
13230 Added WMA9 Lossless id.
13232 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13234 * ext/gnomevfs/gstgnomevfssrc.c:
13235 Fix misleading docs addition.
13237 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13238 Get rid of compiler warning the right way.
13240 2006-09-22 Wim Taymans <wim@fluendo.com>
13242 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13243 (gst_base_rtp_depayload_finalize),
13244 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13245 (gst_base_rtp_depayload_push_full),
13246 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13247 (gst_base_rtp_depayload_process),
13248 (gst_base_rtp_depayload_set_gst_timestamp),
13249 (gst_base_rtp_depayload_queue_release):
13250 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13253 Refactored the process method and added methods to push from the process
13255 Use _scale functions.
13256 API: gst_base_rtp_depayload_push_ts
13257 API: gst_base_rtp_depayload_push
13259 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13260 timestamps are uint.
13262 2006-09-22 Stefan Kost <ensonic@users.sf.net>
13264 * gst-libs/gst/interfaces/xoverlay.c:
13265 Remove unused statement from doc example.
13267 2006-09-21 Stefan Kost <ensonic@users.sf.net>
13269 * gst-libs/gst/interfaces/videoorientation.c:
13270 (gst_video_orientation_iface_init),
13271 (gst_video_orientation_get_hflip),
13272 (gst_video_orientation_get_vflip),
13273 (gst_video_orientation_get_hcenter),
13274 (gst_video_orientation_get_vcenter),
13275 (gst_video_orientation_set_hflip),
13276 (gst_video_orientation_set_vflip),
13277 (gst_video_orientation_set_hcenter),
13278 (gst_video_orientation_set_vcenter):
13279 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13282 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
13284 * tests/check/Makefile.am:
13285 * tests/check/elements/.cvsignore:
13286 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13287 (create_rgb_conversions), (rgb_conversion_free),
13288 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13289 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13290 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13291 but disable for now since it doesn't pass (something wrong with
13294 2006-09-21 Wim Taymans <wim@fluendo.com>
13296 * gst/playback/gstplaybasebin.c: (group_commit),
13297 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13298 (queue_out_of_data), (gen_preroll_element),
13299 (preroll_remove_overrun), (probe_triggered):
13300 Refactor handling of overrun detection.
13301 Separate handling of group completion and deadlock detection when doing
13302 network buffering. This should fix some deadlocks that were not detected
13303 because the group was completed.
13304 Add more comments, improve debugging.
13306 2006-09-21 Wim Taymans <wim@fluendo.com>
13308 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13309 * tests/check/libs/audio.c:
13310 Some more compilation fixes.
13312 2006-09-21 Wim Taymans <wim@fluendo.com>
13314 * gst-libs/gst/audio/gstringbuffer.c:
13315 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13316 (gst_ring_buffer_read):
13317 Early morning compilation fix.
13319 2006-09-20 Wim Taymans <wim@fluendo.com>
13321 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13322 * tests/check/elements/multifdsink.c: (GST_START_TEST):
13323 * tests/check/elements/videorate.c: (GST_START_TEST):
13324 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13325 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13328 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13330 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13331 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13332 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13333 Handcrafted merge to help CVS understanding what I changed and what
13336 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13338 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13339 (gst_xvimagesink_get_times):
13340 change colorkey behaviour back according to #354773 comment 6/7
13342 2006-09-19 Michael Smith <msmith@fluendo.com>
13344 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13345 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13346 (gst_multi_fd_sink_recover_client),
13347 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13348 (gst_multi_fd_sink_get_property):
13349 * gst/tcp/gstmultifdsink.h:
13350 Implement stubbed out properties unit-type, units-soft-max,
13351 units-max, to allow specifying maximum sizes in units other than
13355 2006-09-19 Wim Taymans <wim@fluendo.com>
13357 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13358 (gst_riff_create_audio_template_caps):
13359 Reorder the audio formats a bit for clarity.
13360 Detect and create caps for MSGSM and MSN (WAV49).
13363 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13364 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13365 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13366 Small cleanups, move error handling out of normal flow for clarity.
13368 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13370 * docs/libs/gst-plugins-base-libs-docs.sgml:
13371 * docs/libs/gst-plugins-base-libs.types:
13372 * gst-libs/gst/interfaces/Makefile.am:
13373 * gst-libs/gst/interfaces/videoorientation.c:
13374 (gst_video_orientation_get_type),
13375 (gst_video_orientation_iface_init),
13376 (gst_video_orientation_get_hflip),
13377 (gst_video_orientation_get_vflip),
13378 (gst_video_orientation_get_hcenter),
13379 (gst_video_orientation_get_vcenter),
13380 (gst_video_orientation_set_hflip),
13381 (gst_video_orientation_set_vflip),
13382 (gst_video_orientation_set_hcenter),
13383 (gst_video_orientation_set_vcenter):
13384 * gst-libs/gst/interfaces/videoorientation.h:
13385 API: Add new interface to control video orientation (fixes #354908)
13387 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13389 * gst/videotestsrc/gstvideotestsrc.c:
13390 Use G_UNLIKELY in _create and log one more detail.
13392 (gst_video_test_src_get_times), (gst_video_test_src_create):
13393 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13394 Use gst_util_uint64_scale_int in _get_times().
13396 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13398 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13399 Give better warning message (add object and detail).
13401 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13403 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13404 (gst_xvimagesink_get_times):
13405 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13406 #354773), use gst_util_uint64_scale_int in _get_times()
13408 2006-09-18 Michael Smith <msmith@fluendo.com>
13410 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13411 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13412 always true, leading to dropping all timestamps.
13414 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13416 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13417 (gst_visual_chain), (gst_visual_change_state):
13418 update to work also with libvisual 0.4 API, fix double unref (#355914)
13420 * tools/gst-launch-ext.1.in:
13421 * tools/gst-visualise.1.in:
13422 remove references to old man-pages
13424 * tests/examples/seek/seek.c: (main):
13425 add real meadi-buttons, add tool-tips for the seek-options, arrange
13426 seek options in a table
13428 2006-09-18 Michael Smith <msmith@fluendo.com>
13430 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13431 (gst_ogg_mux_push_buffer):
13432 Don't generate out-of-order timestamps from oggmux, instead clamp
13433 output timestamps to be >= the previously output ts.
13436 2006-09-18 Michael Smith <msmith@fluendo.com>
13438 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13439 (gst_multi_fd_sink_class_init):
13440 Updates, fixes, and typo corrections for multifdsink. No functional
13443 2006-09-17 Michael Smith <msmith@fluendo.com>
13445 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13446 Don't crash on truncated files - check that we got an 8 byte buffer
13447 before trying to memcmp it.
13449 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13451 * gst/playback/gstplaybasebin.c: (get_active_source):
13452 Make stream-switching appear instant to the application
13453 (ie. make sure that a g_object_get on 'current-foo' returns
13454 the stream previously set with g_object_set(). Totem needs
13455 this to update stream-related meta-info (like audio-codec)
13456 correctly when switching streams.
13458 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13460 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13461 (gst_alsa_mixer_ensure_track_list):
13462 Try harder to guess which mixer track is the master mixer
13463 track (instead of just taking the first one that has a pvolume).
13466 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13468 reviewed by: <delete if not using a buddy>
13470 * gst-libs/gst/audio/audio.h:
13471 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13473 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13475 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13476 (gst_audio_convert_transform_caps):
13477 Get structure-name just once.
13479 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13481 * tests/check/elements/audioresample.c: (GST_START_TEST):
13482 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13483 * tests/check/elements/volume.c: (GST_START_TEST):
13484 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13485 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13486 (test_pipeline), (GST_START_TEST):
13487 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13488 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13489 Fix big batch of compiler warnings.
13491 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13493 * ext/gnomevfs/gstgnomevfssrc.c:
13494 Add docs about icydemux usage in connection with gnomevfssrc
13496 * ext/libvisual/visual.c:
13497 * ext/ogg/gstoggaviparse.c:
13498 * ext/ogg/gstoggdemux.c:
13499 * ext/ogg/gstoggmux.c:
13500 * ext/ogg/gstoggparse.c:
13501 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13502 * gst-libs/gst/audio/gstaudiosink.c:
13503 * gst-libs/gst/audio/gstaudiosrc.c:
13504 * gst/audiorate/gstaudiorate.c:
13505 More G_OBJECT macro fixing.
13507 * gst/audiotestsrc/gstaudiotestsrc.h:
13508 Fix wrong info in header due to copy & paste
13510 2006-09-15 Wim Taymans <wim@fluendo.com>
13512 * gst-libs/gst/audio/gstbaseaudiosink.c:
13513 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13514 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13515 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13516 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13517 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13518 Do the delay calculation in the source/sink base classes as this is
13519 specific for the capture/playback mode.
13520 Try to fixate a bit better, like round depth up to a multiple of 8
13522 Handle underruns correctly by marking DISCONT on buffers and adjusting
13523 timestamps to handle the gap.
13524 Set offset/offset_end correctly on buffers.
13526 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13527 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13528 (gst_ring_buffer_read):
13529 Remove resync and underrun recovery from the ringbuffer.
13530 Fix ringbuffer read code on under/overrun.
13532 2006-09-15 Wim Taymans <wim@fluendo.com>
13534 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13535 (gst_play_base_bin_init), (fill_buffer), (check_queue),
13536 (queue_threshold_reached), (gst_play_base_bin_set_property),
13537 (gst_play_base_bin_get_property):
13538 * gst/playback/gstplaybasebin.h:
13539 Don't use a 0 low watermark when buffering, it is catching starvation
13540 way too late. Instead, use a 3 second queue with 30 and 95
13541 percent low/high watermarks.
13542 Added queue-min-threshold property to configure low watermark.
13543 Use new _buffering message API.
13544 Make queue_threshold variable big enough to store a uint64 time value.
13545 API: playbin::queue-min-threshold property.
13547 2006-09-15 Wim Taymans <wim@fluendo.com>
13550 We require 0.10.10.1 now because of _wait_preroll().
13552 * gst-libs/gst/audio/gstbaseaudiosink.c:
13553 (gst_base_audio_sink_render):
13554 Use gst_base_sink_wait_preroll().
13556 2006-09-15 Wim Taymans <wim@fluendo.com>
13558 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13559 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13560 Use DEBUG_OBJECT more.
13562 === release 0.10.10 ===
13564 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13566 patch by: Michael Smith <msmith at fluendo dot com>
13568 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13569 (gst_multi_fd_sink_client_queue_buffer),
13570 (gst_multi_fd_sink_new_client):
13571 * tests/check/elements/multifdsink.c: (GST_START_TEST),
13572 (multifdsink_suite):
13573 Fix implementation of sync-method 'next-keyframe'
13576 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13578 patch by: Wim Taymans <wim at fluendo dot com>
13580 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13581 This patch removes the RANDOM flag that was incorrectly introduced with
13582 revision 1.91. Fixes #354590
13584 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
13586 * tests/check/Makefile.am:
13587 Random variation in Makefile line to see if it makes the
13588 gen64-base-full bot any happier.
13590 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13592 * tests/check/pipelines/oggmux.c: (oggmux_suite):
13593 Disable test that fails at the moment (killed after timeout).
13595 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13597 Patch by: James Livingston <doclivingston at gmail.com>
13599 * tests/check/Makefile.am:
13600 * tests/check/pipelines/.cvsignore:
13601 * tests/check/pipelines/oggmux.c: (get_page_codec),
13602 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13603 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13604 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13605 (test_theora_vorbis), (oggmux_suite):
13606 Add simple unit test for oggmux from #337026 with checking for the
13607 EOS flags disabled for the time being.
13609 2006-09-04 Wim Taymans <wim@fluendo.com>
13611 patch by: Alessandro Dessina <alessandro nnva org>
13613 * ext/ogg/gstoggmux.c:
13614 Add cmml caps to oggmux. Fixes #353912
13616 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13618 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13619 Returning a return value often helps. In this case, we
13620 don't need the return value anyway, so just get rid of it.
13621 Should make build bots much happier.
13623 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13625 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13626 (paint_get_structure), (gst_video_test_src_get_size),
13627 (gst_video_test_src_smpte), (gst_video_test_src_snow),
13628 (gst_video_test_src_unicolor), (paint_setup_AYUV),
13629 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13630 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13631 * gst/videotestsrc/videotestsrc.h:
13632 Add support for AYUV and the various RGBA formats. Initialise
13633 fields of paintinfo structs allocated on the stack.
13635 * tests/check/elements/videotestsrc.c: (right_shift_colour),
13636 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13637 (check_rgb_buf), (videotestsrc_suite):
13638 Add unit tests for videotestsrc's RGB output.
13640 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13642 * gst/videotestsrc/gstvideotestsrc.c:
13643 (gst_video_test_src_pattern_get_type),
13644 (gst_video_test_src_set_pattern):
13645 * gst/videotestsrc/gstvideotestsrc.h:
13646 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13647 (gst_video_test_src_black), (gst_video_test_src_white),
13648 (gst_video_test_src_red), (gst_video_test_src_green),
13649 (gst_video_test_src_blue):
13650 * gst/videotestsrc/videotestsrc.h:
13651 Add more uni-colour patterns ("white", "red", "green", and "blue").
13653 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13655 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13656 Fix stride for YVYU, should be word-aligned (#353658).
13658 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
13660 * gst/adder/gstadder.c: (gst_adder_src_event):
13663 2006-08-31 Edward Hervey <edward@fluendo.com>
13665 * gst/adder/gstadder.c: (forward_event_func),
13666 (gst_adder_src_event), (gst_adder_collected),
13667 (gst_adder_change_state):
13668 * gst/adder/gstadder.h:
13669 Remember the start position asked in the incoming seeks, so we can
13670 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13671 of assuming it will always be 0).
13673 2006-08-31 Edward Hervey <edward@fluendo.com>
13675 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13676 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13677 (gst_ogg_demux_loop):
13678 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13680 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
13682 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13683 (gst_ffmpegcsp_get_unit_size):
13684 Return FALSE instead of returning a random false unit
13685 size when the format isn't known/supported (even if
13686 this shouldn't happen under normal circumstances).
13688 2006-08-29 Wim Taymans <wim@fluendo.com>
13690 Patch by: Tim-Philipp Müller <tim at centricular dot net>
13692 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13693 (gst_gnome_vfs_src_start):
13694 Try harder to get the size from a uri by using _info_uri() when
13695 _info_from_handle() does not give us enough info.
13696 Also follow symlinks when getting the size.
13697 Partially Fixes #332864.
13699 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13701 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
13703 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13704 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13705 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13706 (gst_alsa_mixer_set_record):
13707 * ext/alsa/gstalsamixertrack.c:
13708 (gst_alsa_mixer_track_update_alsa_capabilities),
13709 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13710 (gst_alsa_mixer_track_update):
13711 * ext/alsa/gstalsamixertrack.h:
13712 Improve and fix mixer track handling, in particular better handling
13713 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13714 separate track objects for tracks that have both capture and playback
13715 volume (and label them differently as well so they're not mistakenly
13716 assumed to be duplicates); classify mixer tracks that only affect
13717 the audible volume of something (rather than the capture volume)
13718 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13719 for capture tracks to correspond to alsa-pswitch alsa-cswitch
13720 (following the meaning documented in the mixer interface header
13721 file); add support for alsa's exclusive cswitch groups; update/sync
13722 state/flags better if mixer settings are changed by another
13723 application. Fixes #336075.
13725 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13727 * gst/playback/gstplaybin.c:
13728 Improve docs: add section about BUFFERING messages sent by playbin.
13730 2006-08-29 Michael Smith <msmith@fluendo.com>
13732 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13733 (gst_vorbis_enc_buffer_check_discontinuous),
13734 (gst_vorbis_enc_chain):
13735 Ignore explicit DISCONT marked on buffers (which is often spurious,
13736 particularly when using multiple segments), in favour of solely
13737 using the timestamps/durations.
13739 2006-08-29 Edward Hervey <edward@fluendo.com>
13741 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13742 Don't rely on incoming buffers offset anymore, since it is completely
13743 broken when using multiple segments.
13744 Instead convert the incoming buffers timestamp to running time, and
13745 then convert that value to the offsets.
13746 Also inform GstSegment of the last outputted stop position, which is
13747 needed if we received several segments with an unknown stop value.
13749 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
13751 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13752 fix buffer unreffing on a header push failure
13754 2006-08-28 Wim Taymans <wim@fluendo.com>
13756 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13757 (gst_audio_rate_chain):
13758 Make the metadata of the buffer writable before changing its
13761 2006-08-28 Wim Taymans <wim@fluendo.com>
13763 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13764 (gst_audio_rate_setcaps), (gst_audio_rate_init),
13765 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13766 (gst_audio_rate_chain), (gst_audio_rate_change_state):
13767 Fix audiorate some more.
13768 Reset and resync counters on flush and READY.
13769 Handle the DISCONT flag correctly.
13770 Use GstSegment to track position.
13771 Fail when not negotiated.
13774 2006-08-25 Michael Smith <msmith@fluendo.com>
13776 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13778 Remove accidently included debug line.
13780 2006-08-25 Wim Taymans <wim@fluendo.com>
13782 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13784 If a buffer is received with no caps, make the buffer metadata
13785 writable and set the caps, making sure that we don't screw up the
13788 2006-08-25 Michael Smith <msmith@fluendo.com>
13790 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13791 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13792 Fix memory leaks and misleading debug messages, add a couple of
13795 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13796 (gst_multi_fd_sink_render):
13797 Do not use gst_buffer_make_writable() in a basesink render method,
13798 as it may incorrectly unref the buffer. Instead, use convoluted
13799 dance to avoid copying the buffer except when we need to.
13801 2006-08-25 Michael Smith <msmith@fluendo.com>
13803 * ext/vorbis/vorbisenc.c:
13804 (gst_vorbis_enc_buffer_check_discontinuous):
13805 Allow very small discontinuities in the timestamps. These we can't
13806 do anything useful with anyway (because vorbis's timestamps have
13807 only sample granularity), and are commonly produced by elements with
13808 minor bugs. Allow up to 1/2 a sample out.
13811 2006-08-24 Wim Taymans <wim@fluendo.com>
13813 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13814 (play_scrub_toggle_cb), (main):
13815 Add a checkbox to enable play scrubbing. Makes it possible to disable
13818 2006-08-23 Stefan Kost <ensonic@users.sf.net>
13820 * tests/check/elements/.cvsignore:
13821 make buildbot happy
13823 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13825 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13826 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13827 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13828 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13829 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13830 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13831 (gst_ogm_text_parse_strip_trailing_zeroes),
13832 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13833 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13834 Refactor ogm parse, do better input checking, misc. clean-ups.
13835 Cache incoming events and push them once the source pad has
13836 been created. Don't pass unterminated strings to sscanf().
13837 Strip trailing zeroes from subtitle text output, since they
13838 are not valid UTF-8. Don't push vorbiscomment packets on
13839 the subtitle text pad. Output perfect streams if possible.
13841 2006-08-23 Wim Taymans <wim@fluendo.com>
13843 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13844 Waits for tasks to settle down so that we clean up correctly for
13847 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13849 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13850 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13851 actually return return value in taglists_are_equal.
13853 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13855 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13856 Fix crash due to broken bitstream parsing on x86-64: can't make
13857 any assumptions about sizeof(struct) due to alignment/packing
13858 differences on different architectures. Fixes #351790.
13860 2006-08-22 Wim Taymans <wim@fluendo.com>
13862 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13863 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13864 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13865 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13866 (gst_riff_parse_info):
13867 Protect public functions against bad input.
13871 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13873 * gst-libs/gst/riff/riff-ids.h:
13874 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13875 Add voxware audio IDs (even if we can't play it) (#351795).
13877 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13879 * gst-libs/gst/riff/riff-media.c:
13880 (gst_riff_create_video_template_caps),
13881 (gst_riff_create_audio_template_caps),
13882 (gst_riff_create_iavs_template_caps):
13883 Const-ify some arrays and use G_N_ELEMENTS instead
13884 of wasting oodles of RAM on terminator bits.
13886 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13888 * gst-libs/gst/tag/gstvorbistag.c:
13889 (gst_tag_list_to_vorbiscomment_buffer):
13890 * tests/check/libs/tag.c: (GST_START_TEST):
13891 And the same for _to_vorbiscomment_buffer(): allow
13892 id_data_len == 0 for speex.
13894 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13897 * docs/plugins/Makefile.am:
13898 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13899 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13900 * docs/plugins/inspect/plugin-gdp.xml:
13901 * gst/gdp/Makefile.am:
13902 * tests/check/Makefile.am:
13903 Move GDP plugin to -base from -bad. Closes #347783.
13905 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13907 * gst-libs/gst/tag/gstvorbistag.c:
13908 (gst_tag_list_from_vorbiscomment_buffer):
13909 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13910 Also add some checks to make sure we don't memcmp() beyond the end of
13911 vorbiscomment buffer if the ID to check for is larger than the buffer.
13913 * tests/check/libs/tag.c: (GST_START_TEST):
13914 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13916 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13918 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13919 (gst_vorbis_enc_set_metadata):
13920 Use vorbis comment utility functions from libgsttag
13921 instead of re-inventing the wheel (partially fixes #347091).
13923 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
13925 * tests/check/elements/audioconvert.c: (GST_START_TEST):
13926 Fix leaks. Wait for state transitions that might happen ASYNC, as well
13927 as some that won't.
13929 2006-08-21 Wim Taymans <wim@fluendo.com>
13931 * docs/libs/Makefile.am:
13932 * docs/libs/gst-plugins-base-libs-sections.txt:
13933 * docs/libs/gst-plugins-base-libs.types:
13934 Don't try to GObject scan the netbuffer as it's not a GObject.
13937 * gst-libs/gst/netbuffer/gstnetbuffer.c:
13938 * gst-libs/gst/netbuffer/gstnetbuffer.h:
13939 Document GstNetBuffer.
13941 2006-08-21 Stefan Kost <ensonic@users.sf.net>
13943 * tests/check/elements/audioconvert.c: (GST_START_TEST),
13944 (audioconvert_suite):
13945 Add testcase for caps-size-explosion
13947 2006-08-20 Stefan Kost <ensonic@users.sf.net>
13949 * gst/audioconvert/gstaudioconvert.c:
13950 (gst_audio_convert_get_unit_size), (set_structure_widths):
13951 Lower debug, use g_assert in _get_unit_size
13953 * gst/audioresample/gstaudioresample.c:
13954 (audioresample_get_unit_size):
13955 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13956 (gst_ffmpegcsp_get_unit_size):
13957 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13958 use g_assert in _get_unit_size
13960 2006-08-18 Wim Taymans <wim@fluendo.com>
13962 * docs/libs/gst-plugins-base-libs-sections.txt:
13963 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13964 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13965 (gst_rtp_buffer_get_payload_buffer):
13966 * gst-libs/gst/rtp/gstrtpbuffer.h:
13967 Document GstRTPBuffer.
13968 Added function to efficiently strip payload headers.
13969 API: gst_rtp_buffer_get_payload_subbuffer()
13971 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
13973 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13974 (gst_tag_to_vorbis_comments):
13975 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13976 tags and deserialise them properly as well (#347091).
13977 Add some more gtk-doc blurbs and also some g_return_if_fail().
13979 * tests/check/libs/tag.c: (GST_START_TEST),
13980 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13983 2006-08-17 Wim Taymans <wim@fluendo.com>
13985 * ext/ogg/Makefile.am:
13986 * ext/ogg/gstogg.c: (plugin_init):
13987 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13988 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13989 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13990 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13991 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13992 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13993 Added ogg-in-avi parser element. Fixes #140139.
13995 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13996 Fixed a bug in oggdemux debug code.
13998 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13999 (gst_riff_create_audio_template_caps):
14000 Recognise Ogg in the AVI extensible wave format.
14002 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
14004 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
14005 Make buffer durations add up (duration should be next_ts-ts for
14006 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
14009 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
14010 (test_buffer_timestamps), (cddabasesrc_suite):
14011 Add unit test for the above.
14013 * tests/check/Makefile.am:
14014 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
14015 to see what happens.
14017 2006-08-16 Wim Taymans <wim@fluendo.com>
14019 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
14020 (gst_alsasink_open):
14021 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
14022 (gst_alsasrc_open):
14023 Avoid setting and using a NULL device name.
14024 Print more info when we fail to open a device.
14026 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14028 * docs/libs/gst-plugins-base-libs-sections.txt:
14029 * gst-libs/gst/tag/tag.h:
14030 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
14031 API: add gst_tag_parse_extended_comment() (#351426).
14033 * tests/check/Makefile.am:
14034 * tests/check/libs/.cvsignore:
14035 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14036 Add unit test for gst_tag_parse_extended_comment().
14038 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
14040 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14041 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14042 Fix leak (#351502).
14044 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
14046 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14047 * docs/plugins/gst-plugins-base-plugins-sections.txt:
14048 * docs/plugins/gst-plugins-base-plugins.args:
14049 * gst/playback/gstplaybin.c:
14052 * docs/plugins/inspect/plugin-adder.xml:
14053 * docs/plugins/inspect/plugin-alsa.xml:
14054 * docs/plugins/inspect/plugin-audioconvert.xml:
14055 * docs/plugins/inspect/plugin-audiorate.xml:
14056 * docs/plugins/inspect/plugin-audioresample.xml:
14057 * docs/plugins/inspect/plugin-audiotestsrc.xml:
14058 * docs/plugins/inspect/plugin-cdparanoia.xml:
14059 * docs/plugins/inspect/plugin-decodebin.xml:
14060 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14061 * docs/plugins/inspect/plugin-gnomevfs.xml:
14062 * docs/plugins/inspect/plugin-ogg.xml:
14063 * docs/plugins/inspect/plugin-pango.xml:
14064 * docs/plugins/inspect/plugin-playbin.xml:
14065 * docs/plugins/inspect/plugin-subparse.xml:
14066 * docs/plugins/inspect/plugin-tcp.xml:
14067 * docs/plugins/inspect/plugin-theora.xml:
14068 * docs/plugins/inspect/plugin-typefindfunctions.xml:
14069 * docs/plugins/inspect/plugin-video4linux.xml:
14070 * docs/plugins/inspect/plugin-videorate.xml:
14071 * docs/plugins/inspect/plugin-videoscale.xml:
14072 * docs/plugins/inspect/plugin-videotestsrc.xml:
14073 * docs/plugins/inspect/plugin-volume.xml:
14074 * docs/plugins/inspect/plugin-vorbis.xml:
14075 * docs/plugins/inspect/plugin-ximagesink.xml:
14076 * docs/plugins/inspect/plugin-xvimagesink.xml:
14077 Update to CVS version.
14079 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
14081 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14082 (gst_play_bin_set_property), (gst_play_bin_get_property),
14083 (value_list_append_structure_list),
14084 (gst_play_bin_handle_redirect_message),
14085 (gst_play_bin_handle_message):
14086 API: GstPlayBin::connection-speed
14087 Add "connection-speed" property; re-order redirect messages with
14088 multiple redirect locations depending on the minimum bitrate if
14089 that information is available and a connection speed is set
14092 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
14094 * gst/playback/gstplaybin.c:
14095 Update max volume to the same value that the volume element uses.
14097 2006-08-14 Wim Taymans <wim@fluendo.com>
14099 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14102 2006-08-14 Wim Taymans <wim@fluendo.com>
14104 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14105 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14106 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14107 Add some more debug info.
14108 Don't crash when a seek failed.
14109 Actually return the result of the seek instead of TRUE.
14110 Ignore multiple BOS pages with the same serial so that we don't create
14111 the same stream multiple times.
14112 Post an error when we fail to do the initial seek.
14114 2006-08-13 Wim Taymans <wim@fluendo.com>
14116 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14117 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14118 Small code cleanup.
14120 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14121 (gst_alsa_mixer_new):
14122 Remove hack that always set the device to hw:0*.
14123 Properly find the card name for whatever device was configured.
14124 Do some better debugging.
14127 * ext/alsa/gstalsamixerelement.c:
14128 (gst_alsa_mixer_element_set_property),
14129 (gst_alsa_mixer_element_change_state):
14131 Handle setting of a NULL device name better.
14133 2006-08-11 Wim Taymans <wim@fluendo.com>
14135 * gst/adder/gstadder.c:
14136 Don't clip float values. Fixes #350900.
14138 2006-08-11 Andy Wingo <wingo@pobox.com>
14140 * gst/tcp/gsttcp.c: Really fix the build?
14142 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14145 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
14147 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14148 Float caps shouldn't have a "signed" field.
14150 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
14152 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14153 Implement SEEKING query in its most basic form, so that we can
14154 at least check if we're seekable or not (#350655).
14156 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
14158 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14159 The checks here are not even close to anything that would
14160 justify MAXIMUM probability, lowering to POSSIBLE until someone
14161 fixes the checks (case at hand: quicktime redirection files
14162 might start with 00 00 01 XX and pass the checks here just
14163 fine, see #350399).
14165 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
14167 Patch by: Sjoerd Simons <sjoerd at luon net>
14169 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14170 Better detection for multipart/x-mixed-replace: accept leading
14171 whitespaces before the boundary marker as well (as our very own
14172 multipartmux used to produce) (#349068).
14174 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
14176 Patch by: Young-Ho Cha <ganadist at chollian net>
14178 * gst-libs/gst/riff/riff-ids.h:
14179 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14180 (gst_riff_create_audio_template_caps):
14181 Detect DTS audio streams (#350157).
14183 2006-08-05 Andy Wingo <wingo@pobox.com>
14185 * ext/theora/gsttheoraparse.h:
14186 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14187 (theora_parse_dispose, theora_parse_set_property)
14188 (theora_parse_get_property, theora_parse_munge_granulepos)
14189 (theora_parse_push_buffer, theora_parse_change_state):
14190 API: GstTheoraParse::synchronization-points
14191 Add a property 'synchronization-points' to fix badly synchronized oggs.
14193 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14195 * tests/check/Makefile.am:
14196 * tests/check/libs/.cvsignore:
14197 * tests/check/libs/audio.c: (structure_contains_channel_positions),
14198 (fixed_caps_have_channel_positions), (GST_START_TEST),
14199 (audio_suite), (main):
14200 Add a few tests for the channel position stuff in libgstaudio.
14202 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14204 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14205 (gst_alsa_detect_channels):
14206 * ext/alsa/gstalsasink.c:
14207 Add support for cards that (only) do more than 8 channels,
14208 like the Delta 44 (#345188).
14210 * gst-libs/gst/audio/multichannel.c:
14211 (gst_audio_check_channel_positions):
14212 * gst-libs/gst/audio/multichannel.h:
14213 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14214 unspecified channel position and cannot be combined with any
14215 of the other audio channel positions; adjust position layout
14216 checks accordingly (#345188).
14218 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14220 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14221 Recognise ancient RealAudio files (see #349779).
14223 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14225 Patch by: Jens Granseuer <jensgr at gmx net>
14227 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14228 Add typefinder for Interplay's MVE format (#348973).
14230 2006-08-02 Wim Taymans <wim@fluendo.com>
14232 Patch by: Marcel Moreaux <marcelm at luon dot net>
14234 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14235 (gst_base_rtp_depayload_add_to_queue):
14236 * gst-libs/gst/rtp/gstbasertpdepayload.h:
14237 Handle RTP sequence number rollover.
14238 Disable jitterbuffer by default.
14240 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
14242 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14243 (audioresample_set_caps):
14244 Don't leak references to the incoming caps. Clean them up when
14247 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14248 (gst_video_scale_finalize):
14249 Don't leak our temporary pixel buffer.
14251 * tests/check/Makefile.am:
14252 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14253 (GST_START_TEST), (simple_launch_lines_suite):
14255 Fix leaks and re-enable the test for valgrind checking.
14257 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
14259 Patch by: Sjoerd Simons <sjoerd at luon net>
14261 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14263 Add typefind function for multipart/x-mixed-replace (#348916).
14265 2006-07-28 Wim Taymans <wim@fluendo.com>
14267 * gst/adder/gstadder.c: (gst_adder_setcaps),
14268 (gst_adder_query_duration):
14269 Fix leak in duration query.
14270 Reflow some docs and notes.
14272 2006-07-28 Michael Smith <msmith@fluendo.com>
14274 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14276 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14279 2006-07-28 Michael Smith <msmith@fluendo.com>
14281 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14282 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14283 (gst_vorbis_enc_push_buffer),
14284 (gst_vorbis_enc_buffer_check_discontinuous),
14285 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14286 * ext/vorbis/vorbisenc.h:
14287 Handle discontinuities in the input vorbis stream correctly,
14288 so that the output is properly timestamped (and has good granulepos
14289 values). Needs some oggmux fixes too.
14291 2006-07-27 Wim Taymans <wim@fluendo.com>
14293 patch by: Kai Vehmanen <kv2004 eca cx>
14295 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14296 (gst_base_rtp_depayload_chain),
14297 (gst_base_rtp_depayload_handle_sink_event),
14298 (gst_base_rtp_depayload_change_state):
14299 Don't send multiple newsegments with different formats.
14302 2006-07-26 Wim Taymans <wim@fluendo.com>
14304 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14305 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14306 Make seeking in ogg more accurate again by doing the more correct
14307 granuletime to stream time conversion.
14309 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
14311 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14312 (gst_multi_fd_sink_new_client):
14313 debug a little more understandably
14314 do not use goto as a substitute for break, especially if
14315 break is also being used
14317 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14319 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14320 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14321 Remove GLib-2.6 compatibility cruft.
14323 2006-07-24 Wim Taymans <wim@fluendo.com>
14325 * gst-libs/gst/audio/gstbaseaudiosink.c:
14326 (gst_base_audio_sink_render):
14327 Don't try to align a sample to an unknown value.
14329 2006-07-24 Wim Taymans <wim@fluendo.com>
14331 * gst-libs/gst/audio/gstbaseaudiosink.c:
14332 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14333 When the audio clock is slaved to another clock, never try to align
14334 samples but trust the rate interpolation algorithm.
14336 2006-07-24 Wim Taymans <wim@fluendo.com>
14338 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14339 Don't try to calculate silence samples, base class does this much
14342 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14343 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14344 (gst_ring_buffer_acquire):
14345 Calculate silence samples correctly.
14347 * gst-libs/gst/audio/gstringbuffer.h:
14350 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
14352 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14353 Limit search for the first markup tag to the first few kB of
14354 the file. If we don't find one there, it's highly unlikely that
14355 this is an XML(-ish) file.
14357 2006-07-21 Andy Wingo <wingo@pobox.com>
14359 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14360 test to the one in vorbisenc. Also commented out.
14362 * tests/check/pipelines/vorbisenc.c:
14363 (test_discontinuity): New test, commented out until Mike lands
14364 some elite vorbisenc patches.
14366 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14367 Bufferstraw was actually factored out of these tests. Now we share
14370 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14371 for bufferstraw addition to gstcheck.
14373 2006-07-21 Wim Taymans <wim@fluendo.com>
14375 * ext/theora/theoradec.c: (clip_buffer):
14378 2006-07-21 Wim Taymans <wim@fluendo.com>
14380 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14381 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14382 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14384 Avoid type casting when we can.
14386 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14389 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
14391 * ext/alsa/gstalsamixerelement.c:
14392 (gst_alsa_mixer_element_change_state):
14393 Make state change fail if the specified device can't be opened
14396 2006-07-20 Wim Taymans <wim@fluendo.com>
14398 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14399 (cb_newpad), (main):
14400 Example of a small audio/video player using decodebin.
14402 2006-07-20 Stefan Kost <ensonic@users.sf.net>
14404 * gst-libs/gst/riff/riff-ids.h:
14405 Add 'fact' chunk id
14407 2006-07-19 Wim Taymans <wim@fluendo.com>
14409 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14410 (gst_base_rtp_depayload_chain),
14411 (gst_base_rtp_depayload_change_state):
14412 Don't assert when not negotiated but post a meaningfull
14413 error message. Fixes #347918.
14415 * gst-libs/gst/rtp/gstbasertppayload.c:
14416 Add comment about better default MTU size.
14418 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14419 Small cleanups, start docs.
14421 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14423 Patch by: Martin Szulecki
14425 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14426 If "device-name" is requested and the device is not
14427 open, try to temporarily open it to obtain this
14428 information (#342494).
14430 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14432 * gst-libs/gst/tag/gstid3tag.c:
14433 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14435 * gst-libs/gst/tag/gsttageditingprivate.h:
14436 * gst-libs/gst/tag/gstvorbistag.c:
14437 Some more random const-ifications.
14439 2006-07-18 Stefan Kost <ensonic@users.sf.net>
14441 * gst-libs/gst/riff/riff-ids.h:
14442 * gst-libs/gst/riff/riff-media.c:
14443 (gst_riff_create_video_template_caps):
14444 Add more FOURCCs (sort list to make stuff easier to find),
14445 add comment what those 16 bytes in struct _gst_riff_strh according to
14448 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14450 * gst-libs/gst/audio/multichannel.c:
14451 (gst_audio_check_channel_positions),
14452 (gst_audio_fixate_channel_positions):
14453 Const-ify two arrays.
14455 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14457 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14458 Fix typo, so that alsasink also advertises 8 channels
14459 if that's supported (tags: can, worms, open, alsa, ph34r).
14461 2006-07-17 Wim Taymans <wim@fluendo.com>
14463 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14464 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14465 *sigh*, when is the compiler going to warn when the comments
14466 are out-of-sync with the code.. Refix case of busted theora
14467 headers with 0 granule pos.
14469 2006-07-14 Wim Taymans <wim@fluendo.com>
14471 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14472 (gst_base_rtp_depayload_wait),
14473 (gst_base_rtp_depayload_change_state),
14474 (gst_base_rtp_depayload_set_property),
14475 (gst_base_rtp_depayload_get_property):
14476 Fix 99% cpu load by waiting for absolute times on the
14477 clock. Fixes #347300.
14479 2006-07-14 Andy Wingo <wingo@pobox.com>
14481 * ext/theora/gsttheoraparse.h:
14482 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14483 (theora_parse_push_headers, theora_parse_clear_queue)
14484 (theora_parse_drain_queue_prematurely, )
14485 (theora_parse_sink_event, theora_parse_change_state): Queue events
14486 until we initialized our state, like in vorbisparse.
14488 * ext/vorbis/vorbisparse.h:
14489 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14490 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14491 (vorbis_parse_drain_queue_prematurely, )
14492 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14493 until we have initialized our state. Fixes seeking after an
14496 2006-07-14 Andy Wingo <wingo@pobox.com>
14498 Patch by: Iain Holmes <iaingnome@gmail.com>
14500 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14502 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
14505 Bump nano back to CVS
14507 === release 0.10.9 ===
14509 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14512 releasing 0.10.9, "I walk the line"
14514 2006-07-14 Michael Smith <msmith@fluendo.com>
14516 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14517 Move a g_cond_signal to earlier to avoid sometimes deadlocking
14518 (commonly happens when running this test under valgrind) when trying
14519 to remove the buffer probe.
14521 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14523 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14524 Fix missing g_unlock from the previous commit
14526 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14528 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14529 (gst_ximagesink_change_state):
14530 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14531 (gst_xvimagesink_change_state):
14532 Implement a locking order to ensure we always take the object lock
14533 before the x_lock and never vice-versa.
14535 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14537 * gst/playback/gstdecodebin.c: (find_compatibles):
14538 Fix a caps leak when linking (#347304)
14540 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14541 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14542 (gst_ximagesink_change_state):
14543 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14544 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14545 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14546 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14547 Don't leak shared memory resources. Use the object lock to protect
14548 against the xcontext disappearing while returning a buffer from the
14549 pipeline. (#347304)
14551 2006-07-12 Edward Hervey <edward@fluendo.com>
14553 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14554 (vorbis_handle_comment_packet):
14555 gst_tag_list_merge() returns a new object. Take that into account when
14556 using it. This avoids memleak.
14557 Revert previous commit which is not needed.
14559 2006-07-12 Edward Hervey <edward@fluendo.com>
14561 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14562 Reset the decoder in finalize so that all fields get cleared.
14564 2006-07-12 Wim Taymans <wim@fluendo.com>
14566 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14567 (gst_base_audio_src_set_clock),
14568 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14569 Don't try to post an error message when setting the clock fails
14570 as this can happen when adding an element to a bin which will then
14571 deadlock. Fixes #347296.
14573 2006-07-12 Edward Hervey <edward@fluendo.com>
14575 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14576 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14577 (vorbis_handle_type_packet):
14578 Post tag messages on the bus even if we're not initialized.
14579 If we're not initialized, we still postpone the event pushing of tags.
14581 2006-07-12 Wim Taymans <wim@fluendo.com>
14583 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14584 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14585 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14586 Revert last two changes that broke the freeze.
14588 2006-07-12 Wim Taymans <wim@fluendo.com>
14590 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14591 basesink calculates silence sample correctly for us.
14593 2006-07-12 Wim Taymans <wim@fluendo.com>
14595 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14596 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14597 Calculate correct silence samples so we don't fill our ringbuffer
14600 2006-07-12 Edward Hervey <edward@fluendo.com>
14602 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14603 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14604 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14605 * ext/vorbis/vorbisdec.h:
14606 Delay sending events (newsegment, tags) until the decoder is properly
14610 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
14612 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14613 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14614 Patch from #347221 adding a test for audioconvert
14615 channel remappings.
14617 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
14619 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14620 (gst_ssa_parse_parse_line):
14621 Don't include the terminating NUL in the buffer size,
14622 it's only there for extra paranoia (would add random
14623 '*' characters at the end of each subtitle since the
14624 terminator itself is not valid UTF-8 technically).
14625 Also fix indenting after boilerplate macro.
14627 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
14629 * gst/playback/gstdecodebin.c: (close_pad_link):
14630 Also emit 'unknown-type' signal (which should really be
14631 called unhandled-type) if we found potential decoders/demuxers
14632 in the registry but none of them worked in the end (as in the
14633 case where the plugins don't exist any longer but are still
14634 listed in the registry). Fixes #329798.
14636 2006-07-08 Andy Wingo <wingo@pobox.com>
14638 * theoraparse.c (theora_parse_push_buffer)
14639 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14640 Add some more debugging. Fix granulepos reconstruction in the face
14641 of discontinuities.
14643 2006-07-06 Wim Taymans <wim@fluendo.com>
14645 * gst-libs/gst/audio/gstbaseaudiosink.c:
14646 (gst_base_audio_sink_class_init),
14647 (gst_base_audio_sink_provide_clock):
14648 Use gobject_class instead of G_OBJECT_CLASS (klass)
14650 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14651 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14652 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14653 (gst_base_audio_src_get_time),
14654 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14655 (gst_base_audio_src_create_ringbuffer):
14656 Fix latency and buffer-time constants and properties ala basesink.
14657 Implement pull based scheduling. Fixes #346527.
14658 Set default blocksize in GstBaseSrc to 0, we default to pushing out
14660 Refuse slaving to another clock instead of silently not working.
14661 Only provide a clock when we are actually able to do so.
14662 Various small cleanups and compiler hints.
14664 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14666 Patch by: Lutz Mueller <lutz at topfrose de>
14668 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14670 Add typefinding for text/html (#346581).
14672 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14674 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14675 (xml_check_first_element), (xml_type_find), (smil_type_find):
14676 Fix SMIL typefinding, make xml_check_first_element() more
14679 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14681 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14682 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14683 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14684 * gst/playback/gstplaybasebin.h:
14685 Protect list of elements with a subtitle-encoding property and
14686 the subtitle encoding member itself with a lock of their own
14687 instead of using the object lock. This prevents a dead-lock in
14688 the element-remove callback in some circumstances when shutting
14691 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
14693 * win32/common/libgsttag.def:
14694 Export some new functions.
14695 * win32/vs6/libgstogg.dsp:
14696 Add a link to libgsttag-0.10.lib.
14698 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
14700 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14701 Some const-ification.
14703 2006-07-04 Wim Taymans <wim@fluendo.com>
14705 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14706 Improve checking if we are dealing with a stream. Added some
14707 more uris that need buffering.
14709 2006-07-03 Edward Hervey <edward@fluendo.com>
14711 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14712 Remove unused variable.
14714 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
14719 add GCOV_LIBS to GST_LIBS
14721 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
14723 Patch by: Michael Sheldon <webmaster at mikeasoft com>
14725 * ext/alsa/gstalsasrc.c:
14726 Add 32 bps to template caps and increase channels range
14727 from [1,2] to [1,MAX]. See #346326.
14729 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
14731 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14732 Recognise 'WMVA' video codec fourcc (#345879).
14734 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14736 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14737 Fixed nasty memory leak
14739 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
14741 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14742 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14745 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
14747 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14748 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14749 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14750 Protect remove_fakesink using a mutex, so that we don't try and
14751 remove the fakesink simultaneously from multiple threads.
14753 When going from READY to PAUSED, restore the fakesink, so that
14754 it is there when decodebin gets reused.
14756 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
14758 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14759 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14760 * gst-libs/gst/rtp/gstbasertppayload.c:
14761 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14762 * gst/tcp/gstmultifdsink.c:
14763 * gst/tcp/gsttcpclientsink.c:
14764 * gst/tcp/gsttcpclientsrc.c:
14765 * gst/tcp/gsttcpserversink.c:
14766 * gst/tcp/gsttcpserversrc.c:
14767 * gst/videorate/gstvideorate.c:
14768 * gst/videotestsrc/gstvideotestsrc.c:
14769 * sys/v4l/gstv4ljpegsrc.c:
14770 * sys/v4l/gstv4lmjpegsink.c:
14771 * sys/v4l/gstv4lsrc.c:
14772 * tests/examples/seek/scrubby.c:
14773 * tests/examples/seek/seek.c:
14774 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14776 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14778 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14779 Second field in GEnumValue shouldn't be a description,
14780 but a stringified version of the enum value.
14782 2006-06-22 Wim Taymans <wim@fluendo.com>
14784 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14785 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14786 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14787 Avoid type checking in buffer casts.
14788 Avoid caps copy in buffer_alloc when we can.
14789 Use pad_peer_accept.
14791 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14793 * gst-libs/gst/tag/tag.h:
14794 Oops, make that 'Since: 0.10.9'.
14796 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14798 * docs/libs/gst-plugins-base-libs-sections.txt:
14799 * gst-libs/gst/tag/tag.h:
14800 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14801 (gst_tag_image_type_get_type):
14802 API: add GstTagImageType enum to describe images contained
14803 in image tags (#345641).
14805 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14807 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14808 Fix warnings with gst-inspect: "buffers-min" property
14809 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14810 typo in property description.
14812 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14814 Patch by: Cody Russell <bratsche at gnome org>
14816 * gst/audioresample/gstaudioresample.c:
14817 (gst_audioresample_class_init):
14818 * gst/playback/gststreamselector.c:
14819 (gst_stream_selector_class_init):
14820 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14821 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14822 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14823 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14824 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14825 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14826 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14827 * gst/videotestsrc/gstvideotestsrc.c:
14828 (gst_video_test_src_class_init):
14829 * gst/volume/gstvolume.c: (gst_volume_class_init):
14830 Avoid unnecessary class cast check in class_init
14831 functions (#337747).
14833 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
14835 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14836 (gst_text_overlay_video_chain):
14837 g_markup_escape_text() REALLY doesn't like non-UTF8 input
14838 and doesn't validate its input either (and neither did
14839 textoverlay it seems). Let's do that then and fix #345206.
14841 2006-06-19 Wim Taymans <wim@fluendo.com>
14843 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14844 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14845 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14846 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14847 (find_syncframe), (find_limits), (assign_value),
14848 (count_burst_unit), (gst_multi_fd_sink_new_client),
14849 (gst_multi_fd_sink_handle_client_write),
14850 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14851 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14852 (gst_multi_fd_sink_change_state):
14853 * gst/tcp/gstmultifdsink.h:
14854 Added shiny new burst-on-connect methods.
14855 Add properties to control the minimal amount of data queued.
14857 API: bytes-min property
14858 API: time-min property
14859 API: buffers-min property
14860 API: burst-unit property
14861 API: burst-value property
14862 API: add-full signal
14864 * gst/tcp/gsttcp-marshal.list:
14865 Added new marshaller code for the new signal.
14867 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14868 (multifdsink_suite):
14869 Added testcases for new burst methods.
14871 2006-06-19 Edward Hervey <edward@fluendo.com>
14873 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14874 Implement clipping for accurate seeking.
14877 2006-06-19 Wim Taymans <wim@fluendo.com>
14879 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14881 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14882 (gst_video_scale_transform):
14883 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14885 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
14888 Fix --disable-external (can't set conditionals conditionally,
14891 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14893 * tests/check/elements/audioresample.c: (test_reuse),
14894 (audioresample_suite):
14895 Add test case for bug #342789 fixed below.
14897 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14899 * gst/audioresample/gstaudioresample.c:
14900 (gst_audioresample_class_init), (gst_audioresample_init),
14901 (audioresample_start), (audioresample_stop),
14902 (gst_audioresample_set_property), (gst_audioresample_get_property):
14903 Implement GstBaseTransform::start and ::stop so that audioresample
14904 can clear its internal state properly and be reused instead of
14905 causing non-negotiated errors with playbin under some circumstances
14908 * tests/check/elements/audioresample.c: (setup_audioresample),
14909 (cleanup_audioresample):
14910 Need to set element state here so that ::start and ::stop are
14913 2006-06-16 Wim Taymans <wim@fluendo.com>
14915 Patch by: Young-Ho Cha <ganadist at chollian dot net>
14917 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14918 Parse extra data better, apparently it's right behind
14919 the normal strf header size. Fixes #343500.
14921 2006-06-16 Wim Taymans <wim@fluendo.com>
14923 * ext/alsa/gstalsasink.c: (set_hwparams):
14924 If we fail to set the buffer_time and period_time alsa
14925 parameters, post a warning and leave alsa select a
14926 default instead of failing. Fixes #342085
14928 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14930 * docs/libs/gst-plugins-base-libs-sections.txt:
14931 * gst-libs/gst/cdda/gstcddabasesrc.h:
14932 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14933 out in the header file and shouldn't be listed in the docs.
14935 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14936 Must dereference pointer to fourcc in the debug statement.
14938 2006-06-16 Stefan Kost <ensonic@users.sf.net>
14940 * docs/libs/Makefile.am:
14941 * docs/libs/gst-plugins-base-libs-docs.sgml:
14942 * docs/libs/gst-plugins-base-libs-sections.txt:
14943 * docs/libs/gst-plugins-base-libs.types:
14944 add remaining symbols into correct setions
14946 * gst-libs/gst/audio/gstringbuffer.c:
14947 fix incomplete docs
14949 * gst-libs/gst/audio/gstringbuffer.h:
14950 comment out not yet implemented function
14953 * gst-libs/gst/floatcast/floatcast.h:
14954 * gst-libs/gst/netbuffer/gstnetbuffer.c:
14955 add short descriptions
14958 * gst-libs/gst/interfaces/propertyprobe.c:
14959 fix return value docs
14961 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14962 simplify debug logging
14964 * gst-libs/gst/riff/riff-read.h:
14965 sync function prototype and docs
14967 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14968 remove left over symbol
14970 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14974 * docs/Makefile.am:
14975 Use GST_PLUGIN_DOCS macro in configure.ac, add
14976 --enable-plugin-docs default to autogen.sh and use
14977 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14979 2006-06-15 Wim Taymans <wim@fluendo.com>
14981 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14982 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14983 (gst_ogg_demux_loop):
14984 Combine GstFlowReturn from the source pads to give a
14985 meaningfull result to the upstream peer or to stop the
14986 processing task in case of errors.
14988 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14990 * gst/playback/gststreaminfo.c: (cb_probe):
14991 Try GST_TAG_CODEC as fallback when extracting the
14992 codec name; more debug info.
14994 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
14996 * ext/ogg/Makefile.am:
14997 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14998 Extract language tags from ogm subtitle streams, so that
14999 the subtitle menu choices are labelled correctly in
15000 Totem (fixes #344708).
15002 2006-06-14 Wim Taymans <wim@fluendo.com>
15004 Patch by: Alessandro Decina <alessandro at nnva dot org>
15006 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
15007 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
15008 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
15009 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15010 Fix various leaks. Fixes #343699.
15011 Add x-smoke mime type.
15013 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15015 * gst-libs/gst/riff/riff-ids.h:
15016 Add IDs for 'bext' chunks (see #343837).
15018 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
15020 Patch by: Young-Ho Cha <ganadist at chollian net>
15022 * gst/subparse/samiparse.c: (sami_context_pop_state),
15023 (handle_start_font), (end_sami_element):
15024 Honour font face tags in SAMI subtitles (#344503).
15026 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15029 add missing files containing translatable strings
15031 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15033 * docs/libs/tmpl/.cvsignore:
15034 we don't want those *.sgml files in CVS either
15036 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15038 * docs/libs/.cvsignore:
15039 * tests/check/elements/.cvsignore:
15040 * tests/check/libs/.cvsignore:
15043 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15045 * docs/libs/Makefile.am:
15046 also commiting the changed Makefile.am (added more libs to the
15049 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15051 * docs/libs/gst-plugins-base-libs-docs.sgml:
15052 * docs/libs/gst-plugins-base-libs-sections.txt:
15053 * docs/libs/gst-plugins-base-libs.types:
15054 first batch of reordering things, add index & hierarchy
15056 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
15059 use GST_PKG_CHECK_MODULES, cleans up output
15061 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
15063 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15064 Add support for burn:// URIs (#343385); const-ify things a bit,
15065 use G_N_ELEMENTS instead of hard-coded array size.
15067 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
15069 Patch by: Young-Ho Cha <ganadist at chollian net>
15071 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15072 Fix up broken entities before passing them to libxml *sigh*.
15075 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
15080 === release 0.10.8 ===
15082 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
15085 releasing 0.10.8, "Moar gij ziet mij nie"
15087 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
15104 * win32/common/config.h:
15105 0.10.7.2 prerelease
15107 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
15109 * docs/libs/tmpl/gstaudio.sgml:
15110 * docs/libs/tmpl/gstcolorbalance.sgml:
15111 * docs/libs/tmpl/gstmixer.sgml:
15112 * docs/libs/tmpl/gstringbuffer.sgml:
15113 * docs/libs/tmpl/gsttuner.sgml:
15114 * docs/libs/tmpl/gstxoverlay.sgml:
15115 * gst-libs/gst/audio/audio.c:
15116 * gst-libs/gst/audio/gstringbuffer.c:
15117 * gst-libs/gst/interfaces/colorbalance.c:
15118 * gst-libs/gst/interfaces/mixer.c:
15119 * gst-libs/gst/interfaces/tuner.c:
15120 * gst-libs/gst/interfaces/xoverlay.c:
15121 move last template doc snippets to source code and delete them
15123 2006-06-06 Michael Smith <msmith@fluendo.com>
15125 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15126 (theora_parse_drain_queue):
15127 Mark DELTA_UNIT on non-keyframes.
15129 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
15131 * gst-libs/gst/audio/gstbaseaudiosink.c:
15132 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15133 * gst-libs/gst/audio/gstbaseaudiosink.h:
15134 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15135 (gst_ring_buffer_samples_done):
15136 * gst-libs/gst/audio/gstringbuffer.h:
15137 Document better the fact that latency_time and buffer_time are values
15138 stored in microseconds, and not the usual GStreamer nanoseconds.
15139 Change the variables (compatibly) that store them from GstClockTime
15140 to guint64 to make it more clear that they're not storing clock times.
15141 Also, remove the bogus property description that says the user can
15142 specify -1 to get the default value, since that's never been the case.
15144 When computing the default segment size for the ring buffer, make it
15145 an integer number of samples.
15147 When the sub-class indicates a delay greater than the number of
15148 samples we've written return 0 from the audio sink get_time method.
15150 2006-06-02 Michael Smith <msmith@fluendo.com>
15152 * tests/check/elements/audioconvert.c: (set_channel_positions),
15153 (get_float_mc_caps), (get_int_mc_caps):
15154 * tests/check/elements/audioresample.c:
15155 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15156 * tests/check/elements/videorate.c:
15157 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15158 * tests/check/elements/volume.c:
15159 * tests/check/elements/vorbisdec.c:
15160 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15161 Don't busy-wait in tests; this was causing test timeouts very
15162 frequently when running under valgrind.
15164 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
15167 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15168 (gst_multi_fd_sink_remove_client_link),
15169 (gst_multi_fd_sink_client_queue_caps),
15170 (gst_multi_fd_sink_client_queue_buffer),
15171 (gst_multi_fd_sink_handle_client_write),
15172 (gst_multi_fd_sink_render):
15173 * gst/tcp/gstmultifdsink.h:
15174 make multifdsink properly deal with streamheader:
15175 - streamheader is taken from caps
15176 - buffers marked with IN_CAPS are not sent
15177 - streamheaders are sent, on connection, from the caps of the
15178 buffer where the client gets positioned to
15179 - further streamheader changes are done every time the client
15180 will receive a buffer with different caps
15181 * tests/check/elements/multifdsink.c: (GST_START_TEST),
15182 (gst_multifdsink_create_streamheader):
15185 2006-06-02 Michael Smith <msmith@fluendo.com>
15187 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15188 Reinstate limit on channel count. Vorbis does not define the meaning
15189 of > 6 channels, so they're just independent channels. Gstreamer
15190 currently has no mechanism to represent N independent channels.
15192 2006-06-02 Michael Smith <msmith@fluendo.com>
15194 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15195 Don't arbitrarily restrict channel counts and rate in vorbis.
15196 In terms of effects likely on real-world files, this fixes 96kHz
15197 playback of vorbis.
15199 2006-06-02 Michael Smith <msmith@fluendo.com>
15201 * gst/audioconvert/audioconvert.c: (float):
15202 More correct float->int conversion.
15204 2006-06-02 Michael Smith <msmith@fluendo.com>
15206 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15207 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15208 value. Fixes g-critical on trying to play back ogg containing
15211 2006-06-02 Wim Taymans <wim@fluendo.com>
15213 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15215 * gst/playback/gstplaybasebin.h:
15216 Make the subtitle detection work from any thread so we don't
15217 deadlock. Fixes #343397.
15219 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
15221 * gst/volume/Makefile.am:
15222 Seriously, it's not *that* hard to get compilation right. Even
15223 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15225 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15227 * gst/volume/gstvolume.c: (volume_choose_func),
15228 (volume_update_real_volume), (gst_volume_class_init),
15229 (gst_volume_init), (volume_process_float), (volume_process_int16),
15230 (volume_process_int16_clamp), (volume_set_caps),
15231 (volume_transform_ip), (plugin_init):
15232 * gst/volume/gstvolume.h:
15233 rewrite the passthrough check, split _int16 and _int16_clamp, fix
15234 another property desc., remove unused param from process function
15236 * tests/check/elements/volume.c: (volume_suite):
15237 reactivate the passthrough test
15239 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15241 * ext/alsa/gstalsamixerelement.h:
15242 * ext/alsa/gstalsamixeroptions.h:
15243 * ext/alsa/gstalsamixertrack.h:
15244 * ext/gnomevfs/gstgnomevfssink.h:
15245 * ext/gnomevfs/gstgnomevfssrc.h:
15246 * ext/theora/gsttheoradec.h:
15247 * ext/theora/gsttheoraenc.h:
15248 * ext/theora/gsttheoraparse.h:
15249 * ext/vorbis/vorbisparse.h:
15250 * gst-libs/gst/audio/gstaudioclock.h:
15251 * gst-libs/gst/audio/gstaudiofilter.h:
15252 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15253 * gst/audioconvert/gstaudioconvert.h:
15254 * gst/audioresample/gstaudioresample.h:
15255 * gst/audiotestsrc/gstaudiotestsrc.h:
15256 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15257 * gst/playback/gststreamselector.h:
15258 * gst/tcp/gstmultifdsink.h:
15259 * gst/tcp/gsttcpclientsink.h:
15260 * gst/tcp/gsttcpclientsrc.h:
15261 * gst/tcp/gsttcpserversink.h:
15262 * gst/tcp/gsttcpserversrc.h:
15263 * gst/videorate/gstvideorate.h:
15264 * gst/videoscale/gstvideoscale.h:
15265 * gst/videotestsrc/gstvideotestsrc.h:
15266 * gst/volume/gstvolume.h:
15267 * sys/v4l/gstv4ljpegsrc.h:
15268 * sys/v4l/gstv4lmjpegsink.h:
15269 * sys/v4l/gstv4lmjpegsrc.h:
15270 * sys/v4l/gstv4lsrc.h:
15271 * sys/ximage/ximagesink.h:
15272 * sys/xvimage/xvimagesink.h:
15273 * tests/old/testsuite/alsa/sinesrc.h:
15274 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15276 2006-05-31 Wim Taymans <wim@fluendo.com>
15278 * ext/libvisual/visual.c: (gst_visual_reset),
15279 (gst_visual_sink_setcaps), (gst_visual_sink_event),
15280 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15282 Use running time before doing QoS.
15285 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
15287 * docs/libs/Makefile.am:
15288 set a magic variable to indicate we know the docs are incomplete
15290 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
15292 * win32/common/libgstvideo.def:
15293 export gst_video_calculate_display_ratio
15294 * win32/vs6/libgstvideoscale.dsp:
15295 add link to libgstvideo-0.10.lib
15297 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
15299 * gst/playback/gstplaybasebin.c: (gen_source_element):
15300 Throw a more comprehensible error for rtsp:// URIs (rather
15301 than erroring out with a negotiation error later on) until
15302 we fix playbin to handle rtspsrc etc.
15304 2006-05-30 Wim Taymans <wim@fluendo.com>
15306 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15307 (gst_text_overlay_text_event):
15310 2006-05-30 Wim Taymans <wim@fluendo.com>
15312 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15313 (gst_adder_request_new_pad), (gst_adder_release_pad):
15314 * gst/adder/gstadder.h:
15315 Implement release_request_pad.
15316 Make padcounter atomic.
15318 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15319 Added check for release_pad in adder.
15321 2006-05-30 Wim Taymans <wim@fluendo.com>
15323 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15326 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
15328 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15329 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15330 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15331 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15332 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15333 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15334 (gst_ogg_demux_bisect_forward_serialno),
15335 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15336 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15338 clean up printf formats for granulepos and serialno
15340 2006-05-30 Michael Smith <msmith@fluendo.com>
15342 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15343 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15344 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15345 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15346 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15347 * ext/vorbis/vorbisenc.h:
15348 Multi-channel caps negotiation, so we can do proper multichannel
15349 vorbis encoding, negotiated through audioconvert.
15351 2006-05-30 Wim Taymans <wim@fluendo.com>
15353 * tests/check/elements/adder.c: (test_event_message_received),
15354 (test_play_twice_message_received), (GST_START_TEST),
15356 Added check to show that #339935 is fixed with ongoing
15357 adder and collectpads fixes.
15359 2006-05-29 Wim Taymans <wim@fluendo.com>
15361 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15362 Don't leak pad name.
15364 2006-05-29 Wim Taymans <wim@fluendo.com>
15366 * gst/adder/gstadder.c: (gst_adder_query_duration),
15367 (forward_event_func), (forward_event), (gst_adder_src_event):
15369 Make query/seeking code threadsafe.
15371 * tests/check/Makefile.am:
15372 * tests/check/elements/adder.c: (test_event_message_received),
15373 (GST_START_TEST), (test_play_twice_message_received):
15374 Fix adder test case.
15376 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
15378 Patch by: Young-Ho Cha <ganadist at chollian net>
15380 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15381 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15382 (set_encoding_element), (decodebin_element_added_cb),
15383 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15384 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15385 * gst/playback/gstplaybasebin.h:
15386 Add 'subtitle-encoding' property to playbin, so applications can
15387 force a subtitle encoding for non-UTF8 subtitles (#342268).
15389 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15390 (gst_sub_parse_set_property):
15391 Rename recently-added 'encoding' property to 'subtitle-encoding'
15392 (so it can be proxied by playbin/decodebin in a generic way
15393 with less danger of false positives).
15395 2006-05-29 Michael Smith <msmith@fluendo.com>
15397 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15398 (append_with_other_format), (set_structure_widths),
15399 (gst_audio_convert_transform_caps):
15400 Patch from #341562: give more specific audio caps in get_caps, so
15401 that basetransform can make better decisions on what caps to
15404 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15406 * tests/check/elements/volume.c:
15407 make it compile again
15409 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15411 * tests/check/elements/volume.c: (volume_suite):
15412 disable test until #343196 gets resolved
15414 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15416 * gst/adder/gstadder.c: (gst_adder_get_type):
15417 Make it easier to copy&paste
15419 * gst/volume/Makefile.am:
15420 * gst/volume/gstvolume.c: (volume_update_real_volume),
15421 (gst_volume_set_volume), (gst_volume_set_mute),
15422 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15423 (volume_transform_ip), (volume_update_mute),
15424 (volume_update_volume):
15425 * gst/volume/gstvolume.h:
15426 Add own debug category, move duplicate code to helper function, fix
15427 property texts, add more comments and prepare ffor liboil-goodness
15429 * tests/check/Makefile.am:
15430 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15431 add test for mute and passtrough case, be a bit more verbose to track
15434 * tests/check/generic/states.c: (GST_START_TEST):
15435 catch elements that fail to instantiate
15437 2006-05-28 Edward Hervey <edward@fluendo.com>
15439 * tests/check/pipelines/simple-launch-lines.c:
15440 * tests/check/pipelines/theoraenc.c:
15441 * tests/check/pipelines/vorbisenc.c:
15442 Comment out tests using parse_launch() if core was built without
15443 parsing capabilities.
15445 2006-05-27 Edward Hervey <edward@fluendo.com>
15447 * tests/check/Makefile.am:
15448 Extra bonus points for whoever explains to ensonic that you are meant
15449 to test unit tests thoroughly before commiting them, especially if
15450 you know it's going to break.
15451 De-activated element/adder tests.
15453 2006-05-27 Edward Hervey <edward@fluendo.com>
15455 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15456 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15457 Marking caps conversion issues as GST_WARNING is way too verbose,
15458 Moving them to GST_LOG.
15460 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
15463 Replace current README (containing the release notes from
15464 some 0.9.x version) with a proper README taken from the core.
15466 2006-05-26 Wim Taymans <wim@fluendo.com>
15468 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15469 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15470 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15471 (vorbis_dec_change_state):
15474 Clip output samples to segment boundaries.
15476 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15478 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15479 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15480 Improve the errors produced on bad output, including some human
15481 readable description strings.
15482 Handle the (theoretical for ximagesink) case where the XServer
15483 has a different idea about the size required for a particular
15484 frame and gives us too small a memory allocation.
15486 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15488 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15489 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15490 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15491 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15492 Improve the errors produced on bad output, including some human
15493 readable description strings.
15494 Handle RGB Xv formats properly by transforming them into our
15495 big-endian caps description.
15496 Use gst_caps_truncate to ensure that we never try and choose a
15497 non-fixed caps in buffer_alloc.
15498 Handle the case where the XServer has a different idea about the size
15499 required for a particular frame and gives us too small a memory
15501 Use -1 to indicate 'no image format', because 0 is a valid XServer
15502 image format number.
15503 Put RGB Xv formats at the end of the caps, so that we always prefer
15505 Iterate the available Xv Encodings to determine the maximum width and
15506 height, and then return that in our caps.
15507 (Closes #315312, #337544)
15509 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
15511 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15512 When there is only one unfinished pad and it receives an event that
15513 doesn't match our requirements, we need to set alldone=FALSE so that
15514 the fakesink is not removed yet.
15516 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
15518 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15519 Use gst_type_find_helper_for_buffer() to find the type
15520 of stream from the first packet.
15523 Bump requirements to core CVS (needed for vorbis
15524 typefinding to work).
15526 2006-05-24 Edward Hervey <edward@fluendo.com>
15528 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15529 Added the 'prfl' atom type which MQV (no, it's not a typo) files
15530 contain. Else they play perfectly fine with qtdemux.
15532 2006-05-23 Stefan Kost <ensonic@users.sf.net>
15534 * ext/theora/theoradec.c:
15535 * ext/theora/theoraenc.c:
15536 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15537 * gst/audiorate/gstaudiorate.c:
15538 make more debug catagories static
15540 * tests/check/Makefile.am:
15541 * tests/check/elements/adder.c: (message_received),
15542 (test_event_message_received), (GST_START_TEST),
15543 (test_play_twice_message_received), (adder_suite):
15544 added test case for using element twice, extra bonus points for anyone
15545 who can make these test run reliably
15547 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
15549 * ext/theora/theoradec.c: (theora_dec_chain):
15550 Make work with time-stamped input buffers that do not
15551 have a granulepos in BUFFER_OFFSET_END (like theora
15552 buffers coming from matroskademux). Fixes #342448.
15554 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
15556 Patch by: Peter Kjellerstedt <pkj at axis com>
15558 * gst/tcp/Makefile.am:
15559 fdstresstest doesn't need Gtk+, fix compilation if
15560 gtk is not available (#342566).
15562 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15564 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15566 Removed redundant floor()
15568 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15570 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15571 On second thought, just skip JUNK chunks automatically, so
15572 the caller doesn't have to handle this. Fixes #342345.
15573 Also, return GST_FLOW_UNEXPECTED if we get a short read,
15574 not GST_FLOW_ERROR.
15576 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15578 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15579 Don't bail out on JUNK chunks with a size of 0 (would try to
15580 pull_range 0 bytes before, which sources don't like too much).
15583 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15585 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15586 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15587 Use the gstutil scaling function to preserve 64 bits while calculating
15588 output width and height from the display-aspect-ratio. (A continuation
15591 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15593 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15594 (gst_xvimagesink_buffer_alloc):
15595 * sys/xvimage/xvimagesink.h:
15596 When performing buffer allocations, remember the caps and image format
15597 we return so that if the same caps are asked for next time we can
15598 return them immediately without doing any caps intersections.
15600 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15602 * gst-libs/gst/rtp/README:
15603 Some new documentation
15604 * gst-libs/gst/rtp/gstrtpbuffer.h:
15605 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
15606 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15607 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15608 New RTP audio base payloader class. Supports frame or sample based
15609 codecs. Not enabled in Makefile.am until approved.
15611 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15613 * tests/check/elements/alsa.c: (test_device_property_probe):
15614 Fix test case: don't try to free NULL GValueArray when there
15617 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15619 * tests/check/Makefile.am:
15620 * tests/check/elements/alsa.c: (test_device_property_probe),
15621 (alsa_suite), (main):
15622 Add simple test that runs a device property probe on alsasrc,
15623 alsasink and alsamixer. Disable valgrind check for now (too
15624 many leaks in libasound, and valgrind ignored my suppressions
15627 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15629 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15630 (gst_alsa_device_property_probe_probe_property),
15631 (gst_alsa_device_property_probe_needs_probe),
15632 (gst_alsa_device_property_probe_get_values),
15633 (gst_alsa_type_add_device_property_probe_interface):
15634 * ext/alsa/gstalsadeviceprobe.h:
15635 * ext/alsa/gstalsamixerelement.c:
15636 (gst_alsa_mixer_element_init_interfaces):
15637 * ext/alsa/gstalsamixerelement.h:
15638 Clean up and simplify alsa device probing. Make it actually work
15639 for multiple classes. Don't cache results any longer.
15641 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15642 (gst_alsasink_init):
15643 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15644 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15645 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15646 Make alsasink and alsasrc implement the GstPropertyProbe interface
15647 for device probing (#342181).
15648 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
15650 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15652 * gst/subparse/samiparse.c: (handle_start_font):
15653 Don't ignore return value of strtol (++compiler_happiness).
15655 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
15657 Patch by: Young-Ho Cha <ganadist chollian net>
15659 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15660 (gst_sub_parse_class_init), (gst_sub_parse_init),
15661 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15662 (convert_encoding):
15663 * gst/subparse/gstsubparse.h:
15664 Add 'encoding' property (#341681).
15666 * gst/subparse/samiparse.c: (characters_sami):
15667 Output is pango markup, so we need to escape text
15668 between tags (#342143).
15670 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15672 * gst-libs/gst/audio/multichannel.c:
15673 (gst_audio_check_channel_positions):
15674 It's okay to have caps with channels=1 and a channel position
15675 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15676 (deinterleavers might want to keep the position in the caps,
15677 so that they can be re-interleaved again properly later).
15678 Leave check for unexpected 2-channel layouts intact for now.
15680 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15682 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15683 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15684 basesrc can do its job correctly.
15686 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15688 * ext/alsa/Makefile.am:
15689 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15690 (gst_alsa_detect_formats), (get_channel_free_structure),
15691 (caps_add_channel_configuration), (gst_alsa_detect_channels),
15692 (gst_alsa_probe_supported_formats):
15693 * ext/alsa/gstalsa.h:
15694 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15695 Refactor and improve caps probing code: probe signedness
15696 when we probe the supported formats/widths; set endianness
15697 to the one we actually probed for (ie. cpu endianness).
15699 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15700 (gst_alsasrc_close):
15701 * ext/alsa/gstalsasrc.h:
15702 Implement caps probing for alsasrc.
15704 2006-05-15 Wim Taymans <wim@fluendo.com>
15706 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15707 (theora_dec_src_query), (theora_dec_src_event),
15708 (theora_dec_sink_event), (theora_handle_comment_packet),
15709 (theora_handle_data_packet), (theora_dec_change_state):
15710 Cleanups, add some G_LIKELY.
15711 Use segment helpers instead of our own wrong code.
15712 Clear queued buffers on seek and READY.
15714 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15715 (vorbis_dec_convert), (vorbis_dec_src_query),
15716 (vorbis_dec_src_event), (vorbis_dec_sink_event),
15717 (vorbis_handle_comment_packet), (vorbis_dec_push),
15718 (vorbis_handle_data_packet), (vorbis_dec_chain),
15719 (vorbis_dec_change_state):
15720 * ext/vorbis/vorbisdec.h:
15721 Remove old useless packetno variable.
15722 Do position query properly.
15724 Do cleanup of queued buffers in new helper function
15727 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15729 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15730 Query supported sample rates. Fixes #341732.
15732 2006-05-15 Julien MOUTTE <julien@moutte.net>
15734 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15735 (gst_decode_bin_change_state): Make decodebin reusable
15736 when going from PAUSE_TO_READY and then back to PAUSED.
15739 2006-05-15 Wim Taymans <wim@fluendo.com>
15741 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15742 (vorbis_dec_convert), (vorbis_dec_src_query),
15743 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15744 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15745 (vorbis_dec_clean_queued), (vorbis_dec_push),
15746 (vorbis_handle_data_packet), (vorbis_dec_change_state):
15747 Cleanups. Use refcounting and DEBUG_OBJECT.
15748 Reset segment on flush, use code methods instead of our
15750 Fix potential memleak.
15752 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15754 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15755 (gst_alsasink_init):
15756 * ext/alsa/gstalsasink.h:
15757 Don't leak allocated snd_output_t structure if there's
15758 more than one alsasink instance at a time (#341873).
15759 Also fix GObject macros in header file.
15761 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15763 * gst/subparse/gstsubparse.c:
15764 (gst_sub_parse_data_format_autodetect):
15765 Don't use libxml functions in the typefinding code.
15767 2006-05-15 Wim Taymans <wim@fluendo.com>
15769 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15770 Fix seeking performance in the case where a non-header
15771 packet has a 0 granulepos (busted theora case).
15773 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15774 the first place, you limelight stealer you)
15776 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15778 * gst/subparse/gstsubparse.c:
15779 (gst_sub_parse_data_format_autodetect):
15780 Improve SAMI typefinding: handle case where there are
15781 whitespaces or newlines in front of the first <SAMI>
15784 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15787 Build video4linux plugin even if there's no XVIDEO, just
15788 without implementing the GstXOverlay interface (#334002).
15790 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15793 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15795 Add tentative support for libvisual-0.4 (#336881).
15797 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15799 Patch by: Young-Ho Cha <ganadist at chollian net>
15801 * gst/subparse/samiparse.c: (handle_start_font):
15802 Need to map "silver" colour explicitly (#169936).
15804 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15806 Patch by: Young-Ho Cha <ganadist at chollian net>
15808 * gst/subparse/Makefile.am:
15809 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15810 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15811 (gst_sub_parse_format_autodetect), (feed_textbuf),
15812 (gst_subparse_type_find), (plugin_init):
15813 * gst/subparse/gstsubparse.h:
15814 * gst/subparse/samiparse.c:
15815 * gst/subparse/samiparse.h:
15816 Add support for SAMI subtitles (#169936).
15818 2006-05-14 Michael Smith <msmith@fluendo.com>
15820 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15821 Fix #341696: crash when mixing L+R+C to mono or stereo.
15822 * tests/check/Makefile.am:
15823 * tests/check/elements/audioconvert.c: (set_channel_positions),
15824 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15825 (audioconvert_suite):
15826 Add test for the above, including some generic framework bits for
15827 testing multichannel things.
15829 === release 0.10.7 ===
15831 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
15834 releasing 0.10.7, "Leave the gun"
15836 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
15838 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15842 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
15844 * docs/libs/gst-plugins-base-libs-docs.sgml:
15845 * docs/libs/gst-plugins-base-libs-sections.txt:
15846 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15847 * gst-libs/gst/video/video.h:
15848 * gst/videoscale/Makefile.am:
15849 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15850 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15851 * tests/check/Makefile.am:
15852 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15854 Fix integer overflow problem with pixel-aspect-ratio calculations
15855 in videoscale and xvimagesink (#341542)
15857 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
15859 * gst-libs/gst/tag/gstid3tag.c:
15860 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15862 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
15865 update win32 files listing
15867 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15869 patch by: Sjoerd Simons (sjoerd@luon.net)
15871 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15872 (group_create), (group_destroy), (add_stream),
15873 (gst_play_base_bin_get_property),
15874 (gst_play_base_bin_get_streaminfo_value_array):
15875 * gst/playback/gstplaybasebin.h:
15876 API: GstPlayBaseBin::stream-info-value-array property
15877 use a more bindings-friendly way of exposing streaminfo
15878 using a GValueArray. Tested in ipython.
15881 2006-05-11 Wim Taymans <wim@fluendo.com>
15883 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15884 (queue_underrun_cb), (queue_filled_cb):
15885 Also catch queue underruns but don't do anything yet.
15886 Refactor and comment queue enlarging code a bit.
15888 * gst/playback/gstplaybasebin.c: (queue_overrun),
15889 (queue_threshold_reached), (queue_out_of_data),
15890 (gen_preroll_element):
15891 If a queue over/underruns check that we don't create nasty
15892 deadlocks when the min-threshold is not reached but the
15893 max-bytes is. In those cases disable max-bytes when we
15894 know that the queue is fed timed data.
15897 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15899 * gst/playback/gstplaybin.c: (gen_audio_element):
15900 Make playbin automatically plug an 'audioresample'
15901 element before the audio sink as well. This solves
15902 problems with sinks that only accept a very specific
15903 sample rate, like esdsink (e.g. #340379).
15905 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15907 * gst/playback/gstplaybasebin.c: (gen_source_element):
15908 Make http sources send special headers so that we receive
15909 icecast metadata if the http stream is an icecast stream
15910 (otherwise the server will just ignore them). This also
15911 means that from now on users will need the 'icydemux'
15912 element from gst-plugins-good installed if they want to
15913 listen to icecast radio streams. (#341432, #333657).
15915 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15917 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15918 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15919 remove stupid example from docs - it should come with a simple
15922 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15923 (fail_if_can_read), (GST_START_TEST),
15924 (gst_multifdsink_create_streamheader), (multifdsink_suite):
15925 add a test for changing streamheader which exposes a bug in
15928 2006-05-11 Michael Smith <msmith@fluendo.com>
15930 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15931 (gst_gnome_vfs_src_received_headers_callback):
15932 * ext/gnomevfs/gstgnomevfssrc.h:
15933 Don't set icy-caps unless we have a sane interval value. Move
15934 interval to a local variable; we never use it outside this function.
15936 2006-05-11 Wim Taymans <wim@fluendo.com>
15938 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15939 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15940 Register special buffer types along with the objects so
15941 that they are not registered at runtime from N different
15942 streaming threads since they are not threadsafe.
15944 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15946 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15947 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15948 add two more tests, one doing streamheader
15950 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15952 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15953 clean up the bufqueue when shutting down
15954 * tests/check/Makefile.am:
15955 * tests/check/elements/multifdsink.c: (setup_multifdsink),
15956 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15958 add a test for the leak that was just fixed
15960 2006-05-10 Wim Taymans <wim@fluendo.com>
15962 * gst/adder/gstadder.c: (gst_adder_setcaps),
15963 (gst_adder_query_duration), (gst_adder_query), (forward_event),
15964 (gst_adder_src_event), (gst_adder_sink_event),
15965 (gst_adder_class_init), (gst_adder_finalize),
15966 (gst_adder_request_new_pad), (gst_adder_collected):
15967 * gst/adder/gstadder.h:
15968 Updated some docs. Added comments and FIXMEs all over the place.
15969 Improve debugging info.
15970 Fix leak on finalize by not calling the parent.
15971 Implement duration query.
15972 Make event forwarding threadsafe.
15973 Correctly send NEWSEGMENT at start and after flush.
15974 Handle EOS correctly.
15975 Post error when not negotiated.
15977 * tests/check/elements/adder.c: (GST_START_TEST):
15978 Added FIXME in the test.
15980 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
15982 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15983 (gst_text_overlay_halign_get_type),
15984 (gst_text_overlay_wrap_mode_get_type):
15985 * ext/theora/theoradec.c: (theora_handle_type_packet),
15986 (theora_handle_data_packet):
15987 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15988 (theora_enc_sink_setcaps), (theora_enc_chain):
15989 * gst-libs/gst/cdda/gstcddabasesrc.c:
15990 (gst_cdda_base_src_mode_get_type):
15991 * gst/audiotestsrc/gstaudiotestsrc.c:
15992 (gst_audiostestsrc_wave_get_type):
15993 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15994 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15995 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15996 (gst_sync_method_get_type), (gst_unit_type_get_type),
15997 (gst_client_status_get_type):
15998 * gst/videoscale/gstvideoscale.c:
15999 (gst_video_scale_method_get_type):
16000 * gst/videotestsrc/gstvideotestsrc.c:
16001 (gst_video_test_src_pattern_get_type):
16002 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
16003 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
16004 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
16005 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
16006 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
16007 (paint_setup_RGB565), (paint_setup_xRGB1555):
16008 Const-ify GEnumValue and GFlagsValue arrays. Use
16009 GST_ROUND_UP_* macros instead of home-made ones.
16011 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16014 Require core CVS for the new newsegment stuff.
16016 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16018 Patch by: Sjoerd Simons <sjoerd at luon net>
16020 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
16021 Register nick for enum value (#341160).
16023 2006-05-09 Stefan Kost <ensonic@users.sf.net>
16025 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
16027 backout typefind patch #340375
16029 * tests/check/elements/adder.c: (message_received),
16030 (GST_START_TEST), (adder_suite):
16031 redo, signal-handling of test
16033 2006-05-09 Wim Taymans <wim@fluendo.com>
16035 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16036 (gst_adder_collected):
16037 * gst/adder/gstadder.h:
16038 Remove bogus segment merging and forwarding, we don't
16039 care about timestamps anyway and we just produce a
16041 Also create a nice NEWSEGMENT event when we start.
16042 Use _scale_int some more.
16044 2006-05-09 Edward Hervey <edward@fluendo.com>
16046 * tests/icles/stress-xoverlay.c:
16047 Fix if core was built without parsing support.
16049 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16051 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16052 Add SEDG (Samsung MPEG-4) fourcc.
16054 2006-05-09 Edward Hervey <edward@fluendo.com>
16056 * tests/icles/stress-xoverlay.c:
16057 * tests/examples/volume/volume.c:
16058 Fix if core was built without parsing support.
16060 * tests/examples/seek/seek.c:
16061 Disable the parse_launch example if core was built without parsing
16064 2006-05-08 Edward Hervey <edward@fluendo.com>
16066 * autogen.sh: (CONFIGURE_DEF_OPT):
16067 libtoolize on Darwin/MacOSX is called glibtoolize
16069 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16071 * tests/check/Makefile.am:
16072 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16073 Disable the adder test, until the build-slaves posses the kindness to
16074 either like it or to give valid reason for not doing so
16076 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16078 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16080 Shuffle NULL state change around and raise timeout more
16082 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16084 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16085 (mp4_type_find), (plugin_init):
16086 Add typefind to distinguish between "audio/x-m4a" and new type
16087 "video/mp4". Fixes #340375
16089 * tests/check/elements/adder.c: (adder_suite):
16090 Raise timeout to make buildbot happy
16092 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16094 * gst/adder/gstadder.c: (gst_adder_sink_event),
16095 (gst_adder_request_new_pad), (gst_adder_change_state):
16096 * gst/adder/gstadder.h:
16097 * tests/check/Makefile.am:
16098 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16099 (adder_suite), (main):
16100 Add sink-event handling to adder. It tries to merge incomming
16101 newsegment-events. Added test to check if segment_done is comming
16102 through. Fixes #340060
16104 2006-05-05 Andy Wingo <wingo@pobox.com>
16106 * ext/theora/theoraparse.c (gst_theora_parse_init)
16107 (theora_parse_src_convert, theora_parse_src_query):
16108 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16109 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16110 query functions on the source pads of the theora and vorbis parse
16111 elements. Fixes position querying when doing a remux.
16113 2006-05-05 Michael Smith <msmith@fluendo.com>
16115 * ext/theora/theoraparse.c: (parse_granulepos),
16116 (theora_parse_drain_queue_prematurely),
16117 (theora_parse_queue_buffer), (theora_parse_sink_event):
16119 Fix invalid granulepos outputs when starting with a non-keyframe.
16121 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
16123 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16124 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16125 Rearrange MPEG system stream detection, fixing some memleaks in the
16127 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16128 they clean up their data correctly.
16129 Remove unused ogganx caps and move the 'is_annodex' check to inside
16130 the 'is_ogg' if statement.
16132 2006-05-05 Wim Taymans <wim@fluendo.com>
16134 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16135 Properly remove ghostpads. Fixes #340392
16137 2006-05-04 David Schleef <ds@schleef.org>
16139 * gst/typefind/gsttypefindfunctions.c:
16141 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
16143 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16144 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16146 When typefinding an MP3 in push-based mode, don't penalise the
16147 probability down to 74% when we found 5 valid frames just because we
16148 can't peek the end of the file.
16150 Make the probability for detecting MPEG Transport Streams based on the
16151 number of sequential headers we successfully detected.
16153 2006-05-03 Wim Taymans <wim@fluendo.com>
16155 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16156 (vorbis_dec_push), (vorbis_dec_chain):
16157 Still produce an error when we receive an empty packet.
16159 2006-05-03 Wim Taymans <wim@fluendo.com>
16161 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16162 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16163 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16164 Mark buffers with DISCONT after seek and after activating new
16167 * ext/theora/gsttheoradec.h:
16168 * ext/theora/theoradec.c: (gst_theora_dec_reset),
16169 (theora_get_query_types), (theora_dec_sink_event),
16170 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16171 (theora_dec_change_state):
16173 Detect and mark DISCONT buffers.
16175 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16176 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16177 (vorbis_dec_change_state):
16178 * ext/vorbis/vorbisdec.h:
16180 Detect and mark DISCONT buffers.
16181 Don't crash on 0 sized buffers.
16183 2006-05-03 Wim Taymans <wim@fluendo.com>
16185 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16186 (volume_transform_ip):
16187 Increase "volume" property to 10.0. Fixes #340369.
16188 Set the process function to NULL when capsnego fails so that
16189 we properly error out.
16191 2006-05-02 Stefan Kost <ensonic@users.sf.net>
16193 * gst/playback/gstplaybin.c: (add_sink):
16194 * gst/playback/test.c: (main):
16195 * gst/playback/test5.c: (dump_element_stats):
16196 * gst/playback/test6.c: (main):
16197 free caps using gst_caps_unref, don't leak caps-strings
16199 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
16201 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16203 Refine musepack typefinding a bit. Return MAXIMUM
16204 probability when we detect stream version 7 to make
16205 sure the mpeg audio typefinder doesn't trump us.
16207 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
16209 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16210 Protect against unexpected NULL strf_data buffer.
16212 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16214 * tests/check/elements/audioconvert.c: (verify_convert),
16216 interpret the out[] buffer in the order the bytes are actually
16217 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16218 Other tests should use BYTE_ORDER since the array is filled in
16221 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16223 * tests/check/elements/audioconvert.c: (verify_convert),
16225 when a test fails, give an indication of which it is
16227 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16229 * gst-libs/gst/cdda/gstcddabasesrc.c:
16230 compile fix; strtol() needs <stdlib.h>
16232 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16234 * ext/alsa/gstalsamixerelement.c:
16235 * ext/alsa/gstalsasrc.c:
16236 * ext/cdparanoia/gstcdparanoiasrc.c:
16237 * ext/gnomevfs/gstgnomevfssink.c:
16238 * ext/gnomevfs/gstgnomevfssrc.c:
16239 * ext/ogg/gstoggdemux.c:
16240 * ext/ogg/gstoggmux.c:
16241 * ext/ogg/gstoggparse.c:
16242 * ext/ogg/gstogmparse.c:
16243 * ext/pango/gstclockoverlay.c:
16244 * ext/pango/gsttextoverlay.c:
16245 * ext/pango/gsttextrender.c:
16246 * ext/pango/gsttimeoverlay.c:
16247 * ext/theora/theoradec.c:
16248 * ext/theora/theoraenc.c:
16249 * ext/vorbis/vorbisdec.c:
16250 * ext/vorbis/vorbisenc.c:
16251 * gst-libs/gst/audio/gstaudiofilter.c:
16252 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16253 * gst/audioconvert/gstaudioconvert.c:
16254 * gst/audiorate/gstaudiorate.c:
16255 * gst/audioresample/gstaudioresample.c:
16256 * gst/audiotestsrc/gstaudiotestsrc.c:
16257 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16258 * gst/playback/gstdecodebin.c:
16259 * gst/playback/gstplaybin.c:
16260 * gst/playback/gststreamselector.c:
16261 * gst/subparse/gstsubparse.c:
16262 * gst/tcp/gstmultifdsink.c:
16263 * gst/tcp/gsttcpclientsink.c:
16264 * gst/tcp/gsttcpclientsrc.c:
16265 * gst/tcp/gsttcpserversink.c:
16266 * gst/tcp/gsttcpserversrc.c:
16267 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16268 * gst/videorate/gstvideorate.c:
16269 * gst/videoscale/gstvideoscale.c:
16270 * gst/videotestsrc/gstvideotestsrc.c:
16271 * gst/volume/gstvolume.c:
16272 * sys/v4l/gstv4ljpegsrc.c:
16273 * sys/v4l/gstv4lmjpegsink.c:
16274 * sys/v4l/gstv4lmjpegsrc.c:
16275 * sys/v4l/gstv4lsrc.c:
16276 * sys/ximage/ximagesink.c:
16277 * sys/xvimage/xvimagesink.c:
16278 * tests/check/libs/cddabasesrc.c:
16279 make GstElementDetails const
16281 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16283 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16285 send events from src-pad to all sink-pads fixes #338657
16287 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16289 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16290 (alsasink_parse_spec):
16291 query width capabilities from alsa, fixes #338919
16293 2006-04-28 Wim Taymans <wim@fluendo.com>
16295 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16296 (gst_multi_fd_sink_remove_client_link):
16297 * gst/tcp/gstmultifdsink.h:
16298 Fix race condition in multifdsink that can lead to spurious
16299 duplicate clients. this patch adds a new signal that is fired when
16300 multifdsink has removed all references to the fd.
16302 Updated documentation.
16303 API: client-fd-removed signal added
16305 2006-04-28 Michael Smith <msmith@fluendo.com>
16307 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16308 When asking g_value_array_new to prealloc elements, we may as well
16309 ask for the right number of elements.
16311 2006-04-28 Wim Taymans <wim@fluendo.com>
16313 * gst-libs/gst/audio/gstbaseaudiosink.c:
16314 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16315 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16316 patch to make timestamp checking more tollerant to rounding
16317 errors given that real discontinuities are to be marked on
16318 buffers. Fixes some asf files and #338778.
16319 Also avoid some crashers when we receive an event in the
16322 2006-04-28 Michael Smith <msmith@fluendo.com>
16324 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16325 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16326 (gst_gnome_vfs_src_get_property),
16327 (gst_gnome_vfs_src_send_additional_headers_callback),
16328 (gst_gnome_vfs_src_received_headers_callback),
16329 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16330 (gst_gnome_vfs_src_stop):
16331 * ext/gnomevfs/gstgnomevfssrc.h:
16332 Remove ICY handling (mostly) from gnomevfssrc, in favour of
16333 proper shared support within icydemux.
16335 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16337 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16338 (gst_video_rate_swap_prev), (gst_video_rate_chain):
16340 fix a leak when no caps negotiated
16341 fix counting of input frames
16342 * tests/check/elements/.cvsignore:
16343 * tests/check/elements/videorate.c: (assert_videorate_stats),
16344 (GST_START_TEST), (videorate_suite):
16345 add tests for these
16347 2006-04-28 Wim Taymans <wim@fluendo.com>
16349 * gst-libs/gst/audio/gstringbuffer.c:
16350 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16351 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16352 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16353 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16354 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16355 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16356 (gst_ring_buffer_commit), (gst_ring_buffer_read),
16357 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16358 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16359 Check arguments passed to public functions instead of
16362 2006-04-28 Wim Taymans <wim@fluendo.com>
16364 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16365 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16366 GstBaseAudioSrc must be live or it does not work.
16368 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16369 Don't set live to TRUE as this is the default in the parentclass.
16371 2006-04-28 Wim Taymans <wim@fluendo.com>
16373 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16374 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16375 Videoscale doesn't pass on pixel-aspect ratio. Handle all
16376 fixation cases better. Fixes #338991
16378 2006-04-28 Wim Taymans <wim@fluendo.com>
16380 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16381 Handle 0/1 framerate correctly Fixes #331901.
16383 2006-04-28 Wim Taymans <wim@fluendo.com>
16385 * tests/check/elements/audioconvert.c: (get_float_caps),
16386 (GST_START_TEST), (audioconvert_suite):
16387 Added check for correct clipping when doing float samples
16390 2006-04-28 Wim Taymans <wim@fluendo.com>
16392 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16393 (gst_video_rate_chain):
16394 Print more debugging info.
16396 2006-04-28 Wim Taymans <wim@fluendo.com>
16398 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16399 (resample_set_state_from_caps):
16400 Add support for other formats audioresample can handle such as
16401 32 bits in and float and 64 bits float. Fixes #301759
16403 2006-04-28 Wim Taymans <wim@fluendo.com>
16405 * gst/audioconvert/audioconvert.c: (float):
16406 correctly clip float samples > 1.0. Fixes #338718
16408 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16410 Patch by: Young-Ho Cha <ganadist at chollian net>
16412 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16413 (gst_text_overlay_render_text):
16414 Don't strip newlines from the text. Also, center lines
16415 within multi-line paragraphs (#339405).
16417 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16419 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16420 Fix wavpack typefinding to work in more cases (don't peek
16421 for chunks of multiple hundred kBs at once, but process
16422 things step-by-step in smaller units). Fixes #339786.
16424 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16429 === release 0.10.6 ===
16431 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16434 releasing 0.10.6, "Chao"
16436 2006-04-26 David Schleef <ds@schleef.org>
16438 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16441 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16444 * win32/common/config.h:
16447 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16449 patch by: Wim Taymans
16451 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16452 (gst_ogg_demux_perform_seek):
16453 make sure correct newsegments are sent, so that the decoder
16454 and the demuxer agree on timestamps. Fixes playback of a lot
16455 of Ogg files that do not start from 0. Fixes #339833.
16457 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16459 Patch by: Edward Hervey <edward@fluendo.com>
16461 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16462 * tests/check/Makefile.am:
16463 * tests/check/elements/videorate.c: (assert_videorate_stats),
16464 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16465 (videorate_suite), (main):
16466 Fix an infinite loop if frames are passed in with wrongly ordered
16467 timestamps. Fixes #339013.
16469 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16471 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16473 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16474 fix typefinding on some ISO files. Fixes #339212.
16476 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16478 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16480 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16481 add another H264 fourcc. Fixes #339047.
16483 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16485 Patch by: Jan Schmidt
16487 * gst/playback/gststreamselector.c:
16488 (gst_stream_selector_bufferalloc):
16489 Restore old StreamSelector behaviour.
16492 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
16495 * win32/common/config.h:
16498 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16500 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
16502 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16503 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16504 Fix some memory leaks: on finalize, free buffers left in the queue
16505 before destroying the queue; in _push(), unref rtp_buf even if
16506 the process vfunc returned a NULL buffer as output buffer (#337548);
16507 demote some recuring debug messages to LOG level.
16509 2006-04-11 Wim Taymans <wim@fluendo.com>
16511 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16512 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16513 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16514 (gst_ogg_demux_loop):
16516 Respect segment stop when emiting EOS or SEGMENT_DONE.
16519 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16521 * gst/playback/gststreamselector.c:
16522 (gst_stream_selector_get_property):
16523 Don't leak pad name.
16525 2006-04-10 Michael Smith <msmith@fluendo.com>
16527 * tests/check/Makefile.am:
16528 * tests/check/gst-plugins-base.supp:
16529 Suppress an old libtheora bug (fixed in more recent versions), so
16530 that FC4 buildslaves can pass.
16532 2006-04-10 Wim Taymans <wim@fluendo.com>
16534 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16535 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16536 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16537 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16538 (gst_ogg_demux_loop):
16540 Remember what error we got when finding chains, if we
16541 were shutdown, that would not be an error.
16543 2006-04-10 Wim Taymans <wim@fluendo.com>
16545 * gst-libs/gst/audio/gstbaseaudiosink.c:
16546 (gst_base_audio_sink_event):
16547 Starting the ringbuffer when we did not acquire it can cause
16548 a deadlock, is pointless and causes nasty things for
16550 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16552 2006-04-10 Wim Taymans <wim@fluendo.com>
16554 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16555 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16556 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16557 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16558 (gst_ogg_demux_deactivate_current_chain),
16559 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16560 (gst_ogg_demux_bisect_forward_serialno),
16561 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16562 Add some more debugging.
16564 2006-04-10 Wim Taymans <wim@fluendo.com>
16566 * ext/theora/theoradec.c: (theora_dec_src_event),
16567 (theora_handle_data_packet):
16568 Some more debug info.
16570 * tests/examples/seek/seek.c: (start_seek), (main):
16571 Print element messages too.
16573 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
16575 * gst/audioresample/debug.h:
16576 replace debug macros with variable number of parameters
16577 by a simple alias to gstreamer standard debug macros
16578 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16579 supported by MSVC 6.0 and 7.1)
16580 * gst/audioresample/resample.h:
16581 define M_PI and rint for WIN32
16582 * win32/common/libgstaudio.def:
16583 * win32/common/libgstriff.def:
16584 * win32/common/libgsttag.def:
16585 * win32/common/libgstvideo.def:
16586 add new exported functions
16588 update project files
16590 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16592 * ext/alsa/gstalsamixeroptions.c:
16593 (gst_alsa_mixer_options_class_init):
16594 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16595 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16596 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16597 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16598 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16599 * gst-libs/gst/audio/gstaudiofilter.c:
16600 (gst_audio_filter_class_init):
16601 * gst-libs/gst/audio/gstaudiosink.c:
16602 (gst_audioringbuffer_class_init):
16603 * gst-libs/gst/audio/gstaudiosrc.c:
16604 (gst_audioringbuffer_class_init):
16605 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16606 * gst-libs/gst/interfaces/colorbalancechannel.c:
16607 (gst_color_balance_channel_class_init):
16608 * gst-libs/gst/interfaces/mixeroptions.c:
16609 (gst_mixer_options_class_init):
16610 * gst-libs/gst/interfaces/mixertrack.c:
16611 (gst_mixer_track_class_init):
16612 * gst-libs/gst/interfaces/tunerchannel.c:
16613 (gst_tuner_channel_class_init):
16614 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16615 * gst-libs/gst/netbuffer/gstnetbuffer.c:
16616 (gst_netbuffer_class_init):
16617 * gst-libs/gst/rtp/gstbasertppayload.c:
16618 (gst_basertppayload_class_init):
16619 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16620 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16621 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16622 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16623 * gst/playback/gststreamselector.c:
16624 (gst_stream_selector_class_init):
16625 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16626 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16627 * sys/v4l/gstv4lcolorbalance.c:
16628 (gst_v4l_color_balance_channel_class_init):
16629 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16630 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16631 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16632 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16633 (gst_v4l_tuner_norm_class_init):
16634 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16635 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16636 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16637 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16639 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16641 * ext/pango/gsttextrender.h:
16642 * gst-libs/gst/audio/gstaudiosink.h:
16643 * gst-libs/gst/audio/gstaudiosrc.h:
16644 * gst-libs/gst/audio/gstbaseaudiosink.h:
16645 * gst-libs/gst/audio/gstbaseaudiosrc.h:
16646 * gst-libs/gst/audio/gstringbuffer.h:
16647 * gst-libs/gst/rtp/gstbasertpdepayload.h:
16648 * gst-libs/gst/rtp/gstbasertppayload.h:
16649 * gst-libs/gst/video/gstvideofilter.h:
16650 * gst-libs/gst/video/gstvideosink.h:
16651 * gst/playback/gstplaybasebin.h:
16652 * gst/tcp/gstmultifdsink.h:
16653 * sys/v4l/gstv4lelement.h:
16654 Fix broken GObject macros
16656 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16658 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16659 More debug to trace why my USB headset is not working with gst
16661 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16663 * gst/playback/gstplaybasebin.c: (group_destroy):
16664 Clean up our group elements properly in the case where it never
16665 got committed - it still got added unconditionally to the bin.
16667 2006-04-07 Wim Taymans <wim@fluendo.com>
16669 * ext/theora/theoradec.c: (theora_dec_sink_event),
16670 (theora_handle_data_packet), (theora_dec_chain):
16671 Unref unhandled events.
16672 Protect against empty buffers.
16673 Perform QoS on running time.
16675 2006-04-07 Michael Smith <msmith@fluendo.com>
16677 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16678 (gst_vorbis_enc_chain):
16679 Remove leaks from vorbisenc.
16680 Mostly minor changes, the only significant one is that now the
16681 buffers we set as 'streamheader' on the caps are copies of the
16682 original buffers, to avoid circular refcounting problems.
16684 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16686 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16687 Don't remove our mute-probe if someone else already did so.
16688 Don't set a 2nd one if there is already one pending on the pad.
16690 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16692 When a seek fails, ensure that playbin is still set back to playing.
16694 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16695 (mpeg_ts_type_find), (plugin_init):
16696 Add a typefind function for mpeg-ts streams. (Closes: #336617)
16698 2006-04-06 Andy Wingo <wingo@pobox.com>
16700 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
16701 (gst_video_rate_init): Caps-related parameters should not be reset
16702 by a flush -- move their inits to the instance init function.
16703 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16704 is not OK, just return the result.
16706 * gst/audiotestsrc/gstaudiotestsrc.c
16707 (gst_audio_test_src_class_init)
16708 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16709 broken by Stefan's commit on 24 March.
16711 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16712 buffers being pushed out. Fixes oggmux ! multifdsink.
16714 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
16716 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16717 (gst_vorbis_dec_init), (vorbis_dec_finalize):
16718 * ext/vorbis/vorbisdec.h:
16719 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16720 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16721 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16722 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16723 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16724 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16725 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16726 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16727 (gst_vorbis_enc_buffer_from_packet),
16728 (gst_vorbis_enc_buffer_from_header_packet),
16729 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16730 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16731 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16732 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16733 (gst_vorbis_enc_change_state):
16734 * ext/vorbis/vorbisenc.h:
16735 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16736 vorbisenc adhere to the official nomenclature; use boilerplate
16739 2006-04-04 Andy Wingo <wingo@pobox.com>
16741 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16742 Whoops, fix bug introduced. Bad hacker!
16744 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16745 Properly handle the case where you get EOS before any buffers are
16746 received. Use gst_buffer_make_metadata_writable where appropriate.
16748 * ext/theora/theoradec.c (theora_handle_data_packet): This value
16749 is often negative -- make it signed so as not to wrap around.
16750 Fixes segfaults introduced on 9 March.
16752 2006-04-03 Wim Taymans <wim@fluendo.com>
16754 * ext/theora/gsttheoradec.h:
16755 * ext/theora/theoradec.c: (theora_dec_src_event):
16756 Don't try to store a gdouble in a gboolean.
16759 2006-04-03 Michael Smith <msmith@fluendo.com>
16761 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16763 Make it suck slightly less by writing out the final page.
16764 Still can't encode a vorbis-in-ogg file correctly, though.
16766 2006-04-03 Andy Wingo <wingo@pobox.com>
16768 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16771 * ext/theora/theora.c (plugin_init): Register theoraparse.
16773 * ext/theora/gsttheoraparse.h:
16774 * ext/theora/theoraparse.c: New files implementing a theora
16775 parser. Now we can properly remux ogg/theora+vorbis, yay.
16777 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16779 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16781 * gst/audiotestsrc/gstaudiotestsrc.c:
16782 Fixed the sample pipeline (see #323798)
16784 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16787 * win32/common/config.h:
16788 * win32/common/config.h.in:
16789 use AS_VERSION and AS_NANO
16792 2006-03-31 Andy Wingo <wingo@pobox.com>
16794 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16795 uninitialized variable return that would happen.
16797 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16798 uninitialized variable return that would never happen.
16800 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16801 (vorbis_parse_sink_event): Add an event function to flush our
16802 state on a seek, and to drain buffers on a premature EOS.
16803 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
16804 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
16805 (vorbis_parse_chain, vorbis_parse_queue_buffer)
16806 (vorbis_parse_drain_queue): Queue up buffers until we can set
16807 their timestamps and granulepos values.
16809 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16810 and keep track of data needed for deriving granulepos and
16811 timestamps for buffers.
16813 2006-03-29 Wim Taymans <wim@fluendo.com>
16815 Patch by: j^ <j at bootlab dot org>
16817 * ext/alsa/gstalsamixerelement.c:
16818 (gst_alsa_mixer_element_class_init):
16819 * ext/alsa/gstalsasink.c:
16820 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16821 * ext/ogg/gstoggdemux.c:
16822 * ext/ogg/gstoggmux.c:
16823 * ext/ogg/gstoggparse.c:
16824 * ext/pango/gstclockoverlay.c:
16825 * ext/pango/gsttextoverlay.c:
16826 * ext/pango/gsttextrender.c:
16827 * ext/pango/gsttimeoverlay.c:
16828 * ext/theora/theoradec.c:
16829 * ext/theora/theoraenc.c:
16830 * ext/vorbis/vorbisdec.c:
16831 * ext/vorbis/vorbisenc.c:
16832 * gst/audioconvert/gstaudioconvert.c:
16833 * gst/subparse/gstsubparse.c:
16834 * gst/tcp/gstmultifdsink.c:
16835 * gst/tcp/gsttcpclientsink.c:
16836 * gst/tcp/gsttcpclientsrc.c:
16837 * gst/tcp/gsttcpserversink.c:
16838 * gst/tcp/gsttcpserversrc.c:
16839 better/unified long descriptions
16842 2006-03-29 Wim Taymans <wim@fluendo.com>
16844 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16846 Don't let double and triple clicks mess up our state.
16848 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16850 * gst/playback/gstplaybin.c: (gen_video_element),
16851 (gen_text_element), (gen_audio_element), (gen_vis_element):
16852 Error out gracefully when we can't create any of the usual
16853 conversion elements for some reason. Also, don't try to
16854 create an audioscale (sic) element that's not used anyway.
16856 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16858 * gst/playback/gstplaybasebin.c: (setup_source):
16859 Don't post RESOURCE_NOT_FOUND error when we can't find a source
16860 element for a particular protocol, that's confusing for users.
16861 Instead, post a RESOURCE_FAILED error, so that our own error
16862 message is actually shown in totem etc. (#336303).
16864 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16866 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16868 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16869 (gst_gnome_vfs_src_get_icy_metadata):
16870 Fix some minor memory leaks (#336194).
16872 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16874 * ext/gnomevfs/gstgnomevfs.c:
16875 (gst_gnome_vfs_location_to_uri_string):
16876 * ext/gnomevfs/gstgnomevfs.h:
16877 * ext/gnomevfs/gstgnomevfssink.c:
16878 (gst_gnome_vfs_sink_set_property):
16879 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16880 Make gnomevfssink accept filenames as well as URIs for the
16881 "location" property, just like gnomevfssrc does (and
16882 filesrc/filesink do) (#336190).
16884 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16886 * tests/check/generic/clock-selection.c: (GST_START_TEST):
16887 set to NULL before unreffing, fixes a valgrind leak.
16888 Why was this not triggering the error that an object needs to
16889 be NULL before unreffing ?
16890 * win32/common/config.h:
16893 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
16895 * gst/subparse/gstsubparse.c: (convert_encoding),
16896 (gst_sub_parse_change_state):
16897 * gst/subparse/gstsubparse.h:
16898 Text subtitle files may or may not be UTF-8. If it's not, we
16899 don't really want to see '?' characters in place of non-ASCII
16900 characters like accented characters. So let's assume the input
16901 is UTF-8 until we come across text that is clearly not. If it's
16902 not UTF-8, we don't really know what it is, so try the following:
16903 (a) see whether the GST_SUBTITLE_ENCODING environment variable
16904 is set; if not, check (b) if the current locale encoding is
16905 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16906 the current locale encoding is UTF-8 and the environment variable
16907 was not set to any particular encoding. Not perfect, but better
16908 than nothing (and better than before, I think) (fixes #172848).
16910 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16913 update core requirement to 0.10.4.1 because of async_playback
16914 vmethod on GstBaseSink
16916 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16918 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16919 * gst/adder/gstadder.c: (gst_adder_init):
16920 use DEBUG_FUNCPTR for collectpads
16922 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16924 * docs/plugins/Makefile.am:
16925 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16926 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16927 * ext/cdparanoia/gstcdparanoiasrc.c:
16928 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16929 (gst_gnome_vfs_sink_class_init):
16930 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16931 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16932 * ext/ogg/gstoggmux.c:
16933 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16934 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16935 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16936 * ext/pango/gsttextoverlay.c:
16937 * ext/pango/gsttextrender.c:
16938 * ext/theora/theoradec.c:
16939 * ext/theora/theoraenc.c:
16940 * ext/vorbis/vorbisdec.c:
16941 * ext/vorbis/vorbisenc.c:
16942 * gst-libs/gst/audio/gstaudiofilter.c:
16943 (gst_audio_filter_base_init):
16944 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16945 (gst_audio_filter_template_base_init):
16946 * gst/adder/gstadder.c: (gst_adder_get_type):
16947 * gst/adder/gstadder.h:
16948 * gst/audioconvert/gstaudioconvert.c:
16949 * gst/audiotestsrc/gstaudiotestsrc.c:
16950 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16951 (gst_audio_test_src_create):
16952 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16953 * gst/playback/gstdecodebin.c:
16954 * gst/playback/gstplaybin.c:
16955 * gst/playback/gststreamselector.c:
16956 (gst_stream_selector_base_init):
16957 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16958 * gst/volume/gstvolume.c:
16959 * sys/v4l/gstv4lmjpegsink.c:
16960 * sys/v4l/gstv4lmjpegsrc.c:
16961 * tests/check/libs/cddabasesrc.c:
16962 * tests/old/examples/gob/gst-identity2.gob:
16963 Add docs for adder, use GST_ELEMENT_DETAILS macro,
16964 define GstElementDetails at the top
16966 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
16968 * win32/common/libgstinterfaces.def:
16969 Add a lot of export functions for gst-python
16970 * win32/vs6/libgstinterfaces.dsp:
16971 Add a missing include folder in the project configuration
16973 2006-03-23 Wim Taymans <wim@fluendo.com>
16975 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16976 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16977 (gst_base_audio_src_change_state):
16978 Fix audio sources, forgot to make the ringbuffer
16981 2006-03-23 Wim Taymans <wim@fluendo.com>
16983 * gst-libs/gst/audio/gstbaseaudiosrc.c:
16984 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16985 (gst_base_audio_src_change_state):
16986 unparent instead of unref the ringbuffer.
16988 2006-03-23 Wim Taymans <wim@fluendo.com>
16990 * gst-libs/gst/audio/gstbaseaudiosink.c:
16991 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16992 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16993 Implement new async_play vmethod to start slaving and allow
16994 playback start in case of async PLAY state changes.
16996 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16997 Enable QoS with new method in base class.
16999 2006-03-23 Wim Taymans <wim@fluendo.com>
17001 Patch by: Julien MOUTTE <julien at moutte dot net>
17003 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
17004 (gst_video_test_src_do_seek), (gst_video_test_src_create):
17005 Partially handle 0 framerate, only EOS after the first frame
17008 2006-03-23 Wim Taymans <wim@fluendo.com>
17010 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17012 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17013 (gst_riff_create_video_template_caps):
17014 * gst/ffmpegcolorspace/avcodec.h:
17015 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17016 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17017 (gst_ffmpegcsp_avpicture_fill):
17018 * gst/ffmpegcolorspace/imgconvert.c:
17019 Patch for support of YVU9 AVI files (#334822)
17021 2006-03-22 Edward Hervey <edward@fluendo.com>
17023 * docs/design/design-decodebin.txt:
17024 Added design document for new decodebin
17025 (Target Caps): text/x-pango-markup is also a default target caps.
17027 2006-03-22 Wim Taymans <wim@fluendo.com>
17029 * gst-libs/gst/audio/gstbaseaudiosink.c:
17030 (gst_base_audio_sink_dispose):
17031 Since we _parent the ringbuffer, we also need to
17032 _unparent instead of a plain _unref.
17034 2006-03-22 Wim Taymans <wim@fluendo.com>
17036 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17037 (stop_seek), (scrub_toggle_cb), (main):
17038 Add scrub checkbox.
17040 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
17042 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17043 (gst_ogg_parse_chain):
17044 Fix very inefficient usage of linked lists (#335365).
17046 2006-03-21 Edward Hervey <edward@fluendo.com>
17048 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17049 * gst/playback/gstplaybin.c: (handoff):
17050 * gst/playback/gststreamselector.c:
17051 (gst_stream_selector_set_property):
17052 gcc 4.1 unreferenced pointer fixes.
17053 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17054 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17055 gst_buffer_ref() now takes a GstBuffer*.
17057 2006-03-20 Julien MOUTTE <julien@moutte.net>
17059 * sys/xvimage/xvimagesink.c:
17060 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17063 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
17065 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17066 (id3v1_type_find), (apetag_type_find), (plugin_init):
17067 Can't do tag preferences via probability, as tags would then
17068 lose against types that are recognised with MAXIMUM probability
17069 (like .wav); so let all tag typefinders return MAXIMUM themselves
17070 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17071 that we can prefer APE to ID3v1 (fixes #335028).
17073 2006-03-17 Wim Taymans <wim@fluendo.com>
17075 * gst-libs/gst/audio/gstbaseaudiosink.c:
17076 (gst_base_audio_sink_change_state):
17077 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17078 (gst_ring_buffer_may_start):
17079 * gst-libs/gst/audio/gstringbuffer.h:
17080 Only start playback if we are playing.
17081 should fix #330748.
17083 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
17085 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17086 * win32/common/config.h:
17087 Revert accidental commits to these files.
17089 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17091 Patch by: Michal Benes <michal dot benes at xeris dot cz>
17093 * tests/Makefile.am:
17094 Don't try to build tests in tests/icles if we
17095 don't have X (#323852)
17097 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17099 * gst-libs/gst/tag/gstid3tag.c:
17100 Add TXXX frame identifiers for replaygain stuff as used
17101 by some taggers (see #323721).
17103 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
17105 * gst/playback/gststreamselector.c:
17106 (gst_stream_selector_set_property),
17107 (gst_stream_selector_bufferalloc):
17108 Preserve the existing buggy streamselector behaviour by performing
17109 a fallback buffer allocation when downstream isn't linked yet.
17110 This should really be fixed in playbin by blocking pads until it's
17112 Also, use gst_pad_alloc_buffer instead of
17113 gst_pad_alloc_buffer_and_set.
17115 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17117 * gst-libs/gst/tag/gstid3tag.c:
17118 Don't crash on unknown ID3v2 TXXX frames.
17120 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
17122 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17123 Chain up to the parent finalize method.
17124 Add 32-bit sample size to the template caps.
17126 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17127 (gst_riff_create_video_template_caps):
17128 Add the fourcc that the VMWare codec uses.
17130 * gst/playback/gststreamselector.c:
17131 (gst_stream_selector_set_property),
17132 (gst_stream_selector_bufferalloc),
17133 (gst_stream_selector_request_new_pad):
17134 For the active pad, forward buffer-alloc requests, otherwise
17135 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17136 having to memcpy every frame when used by playbin.
17138 * gst/tcp/gstmultifdsink.c:
17139 (gst_multi_fd_sink_handle_client_write):
17140 Get negotiated caps from the sink pad, rather than the sink
17143 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17145 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
17147 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17148 Don't forget to set src->callbacks_pushed to FALSE again when
17149 popping them, otherwise re-activation in a different mode won't
17152 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17154 Patch by: Sebastien Moutte <sebastien moutte net>
17156 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17157 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17158 (gst_ffmpeg_smpfmt_to_caps):
17159 Replace __VA_ARGS__ caps creation macros with varargs functions.
17160 Makes things compile on MSVC (#320765), looks nicer, and we can
17161 tell the compiler to check for the NULL terminator.
17163 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17165 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17167 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17168 Make sure the buffer we copy into is really always big
17169 enough, this time for real (#333488).
17171 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17173 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17174 Add support for 24bpp DIB (#305279).
17176 2006-03-14 Wim Taymans <wim@fluendo.com>
17178 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17179 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17180 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17181 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17182 (gst_video_scale_init), (gst_video_scale_src_event):
17183 Re-enable QoS after the release.
17184 Rework videoscale to use the base class src_event handler.
17186 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17191 === release 0.10.5 ===
17193 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
17196 releasing 0.10.5, "Net"
17198 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
17200 * docs/plugins/Makefile.am:
17201 Part of previous cdparanoiasrc docs fixes, forgot to commit.
17203 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
17205 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17206 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17207 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17208 Add cdparanoiasrc to docs.
17210 * gst-libs/gst/cdda/gstcddabasesrc.c:
17211 More GstCddaBaseSrc docs.
17213 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
17215 * docs/libs/gst-plugins-base-libs-sections.txt:
17216 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17217 * gst-libs/gst/tag/tag.h:
17218 API: libgsttag: new method gst_tag_from_id3_user_tag().
17220 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
17222 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17223 NULL-terminate array of mpeg4 video file extensions.
17224 Fixes crash on PPC (#334226).
17226 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
17228 * ext/gnomevfs/gstgnomevfssrc.c:
17229 (gst_gnome_vfs_src_check_get_range):
17230 gnome_vfs_uri_is_local() alone is not a good indicator
17231 whether we can operate in pull-mode with a specific URI,
17232 as it returns FALSE for file:// URIs that point to an
17233 NFS-mounted path. Be more conservative here: whitelist
17234 local files, blacklist http URIs and use the old
17235 mechanism for anything else (fixes #334216).
17237 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
17242 === release 0.10.4 ===
17244 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
17247 releasing 0.10.4, "Power"
17249 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
17251 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17252 Disable max-lateness by setting it to -1 for now, so that
17253 we can bed QoS stuff in thoroughly between now and the next
17256 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
17258 Patch by: Fabrizio Gennari
17260 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17261 Make sure we don't read beyond the palette buffer in case of
17262 broken or manipulated files (#333488)
17264 2006-03-10 Edward Hervey <edward@fluendo.com>
17266 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17267 Fix for variable not initialized.
17269 2006-03-09 Wim Taymans <wim@fluendo.com>
17271 * ext/libvisual/visual.c: (gst_visual_get_type),
17272 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17273 (gst_visual_chain):
17276 * ext/theora/gsttheoradec.h:
17277 * ext/theora/theoradec.c: (gst_theora_dec_init),
17278 (gst_theora_dec_reset), (_theora_granule_time),
17279 (theora_dec_src_convert), (theora_dec_sink_convert),
17280 (theora_dec_src_query), (theora_dec_src_event),
17281 (theora_dec_sink_event), (theora_handle_comment_packet),
17282 (theora_handle_header_packet), (theora_dec_push),
17283 (theora_handle_data_packet), (theora_dec_chain),
17284 (theora_dec_change_state):
17287 2006-03-09 Wim Taymans <wim@fluendo.com>
17289 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17290 (audiocast_register_listener), (gst_gnome_vfs_src_start):
17293 2006-03-09 Wim Taymans <wim@fluendo.com>
17295 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17296 Don't try to activate NULL chains.
17298 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17300 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17301 Fix invalid memory access to region before peek'd data (#332964).
17303 2006-03-09 Wim Taymans <wim@fluendo.com>
17305 Patch by: Christophe Fergeau
17307 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17308 * ext/pango/gsttextrender.c: (gst_text_render_init):
17309 * gst/adder/gstadder.c: (gst_adder_init):
17310 Don't leak padtemplates, closes #333510.
17312 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17314 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17315 Fix invalid memory access: make sure string passed to
17316 regexec() is NUL-termianted.
17318 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17320 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17322 Refactor mpeg/audio typefinding to make it more maintainable
17323 and easier to fine-tune. Make probing into middle of the file
17324 work properly (fixes #333900, also see #152688).
17326 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17328 * gst/typefind/gsttypefindfunctions.c:
17329 (utf8_type_find_have_valid_utf8_at_offset):
17330 Remove part from previous commit that was bogus:
17331 g_utf8_validate() does in fact not accept embedded
17332 zeroes, so we don't need to check for those (thanks
17333 to Mike for the hint).
17335 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17337 * gst/typefind/gsttypefindfunctions.c:
17338 (utf8_type_find_count_embedded_zeroes),
17339 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17340 Make plain/text typefinder more conservative: firstly, check
17341 for embedded zeroes, which are perfectly valid UTF-8 characters,
17342 but also a fairly good sign that something is not a plain text
17343 file; secondly, probe into the middle of the file if possible.
17344 If we can't probe into the middle, limit the probability value
17345 to be returned to TYPE_FIND_POSSIBLE (see #333900).
17347 2006-03-08 Michael Smith <msmith@fluendo.com>
17349 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17350 Make typefind function name for mpeg4 video unique.
17352 2006-03-08 Wim Taymans <wim@fluendo.com>
17354 * ext/libvisual/visual.c: (gst_visual_init),
17355 (gst_visual_clear_actors), (gst_visual_dispose),
17356 (gst_visual_reset), (gst_visual_src_setcaps),
17357 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17358 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17359 (gst_visual_chain), (gst_visual_change_state):
17360 Cleanups, post nice errors.
17361 Handle sink and src events.
17362 Implement simple QoS.
17364 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17365 Use new basesink methods to configure max-lateness.
17368 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17369 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17370 Debug statement cleanups.
17372 * gst/volume/gstvolume.c: (gst_volume_class_init):
17375 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17377 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17378 (gst_text_overlay_init), (gst_text_overlay_set_property),
17379 (gst_text_overlay_get_property):
17380 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17381 as string type properties, but mark them deprecated. Add
17382 'halignment' and 'valignment' properties that use enums
17383 instead of strings.
17385 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17387 Patch by: Fabrizio Gennari
17389 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17390 Allow palettes with less than 256 colours in AVI files
17393 2006-03-07 Julien MOUTTE <julien@moutte.net>
17395 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17396 (gst_text_overlay_video_event): Fix wrong EOS handling on text
17397 pad. We were releasing the queued text buffer when we should keep
17398 it until video pad gets EOS or discard the text buffer because it's
17399 too old. That was eating the last subtitle buffer. Add some more
17402 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17404 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17405 (gst_text_overlay_video_chain):
17406 Fix invalid memory access (we can't access a buffer after it's been
17407 pushed downstream without taking a reference); fix memory leak (if
17408 there's no text to render, bail out before allocating stuff).
17410 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17412 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17413 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17414 * ext/pango/gsttextoverlay.h:
17415 If input is plain text, escape it before passing it to
17416 pango_layout_set_markup().
17418 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17420 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17421 Don't ignore flow return from gst_pad_push().
17423 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17425 Patch by: Fabrizio Gennari
17427 * ext/libvisual/visual.c: (gst_visual_getcaps),
17428 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17429 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17430 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17431 (gst_vorbisenc_convert_sink):
17432 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17433 (gst_audio_duration_from_pad_buffer):
17434 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17435 (gst_audio_filter_chain):
17436 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17437 (gst_base_rtp_depayload_setcaps):
17438 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17439 (gst_video_get_size):
17440 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17441 Don't leak references returned by gst_pad_get_parent()
17444 2006-03-06 Stefan Kost <ensonic@users.sf.net>
17446 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17447 change location param details
17448 * gst/volume/gstvolume.c: (plugin_init):
17449 correct plugin description
17451 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17453 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17454 (gst_gnome_vfs_src_check_get_range):
17455 Override GstBaseSrc::check_get_range() in order to avoid opening
17456 the resource just to check whether we can operate in pull-mode or
17457 not - we can predict that pretty well from the URI alone. Should
17458 fix problems with last.fm (#331690). (Requires latest core CVS).
17460 2006-03-06 Wim Taymans <wim@fluendo.com>
17462 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17463 (gst_video_sink_class_init):
17464 Throw away frames that are later than 20 ms.
17466 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17468 Patch by: Fabrizio Gennari
17470 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17471 Set depth on WMA caps (#333545)
17473 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
17475 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17476 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17477 put Theora BOS pages before others. This hardcodes
17478 the Ogg/Theora I profile, but hey.
17480 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
17483 updated with some examples
17484 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17485 (granulepos_add), (theora_buffer_from_packet):
17486 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17487 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17488 (gst_vorbisenc_chain):
17489 implement strategy from ext/ogg/README
17490 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17491 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17492 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17493 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17494 Fix muxer so that oggz-validate is happy with all streams;
17495 except for no eos mark, and the BOS page ordering
17496 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17497 (check_buffer_granulepos):
17498 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17499 update tests to check for OFFSET being set as requested
17500 fixed type of granulepos, it's not a ClockTime
17502 2006-03-05 Julien MOUTTE <julien@moutte.net>
17504 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17505 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17506 Check that the xvimage we are creating has a correct size
17507 before returning it. (#314897)
17509 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17511 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17512 Give id3 and ape tag typefinders a rank slightly higher
17513 than PRIMARY to ensure they're always run before any of
17514 the other typefinders (in particular wav and mp3) (#324186).
17516 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17518 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17519 Add support for '3IVD' fourcc (#333403).
17521 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17524 Bump requirements to GStreamer CVS for the new error enum.
17526 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17527 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17528 space left on the device (fixes #333352).
17530 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
17533 add a project file for libgstvolume
17534 update the workspace
17536 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
17538 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17539 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17541 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17542 Set IN_CAPS on header buffers
17544 2006-03-02 Wim Taymans <wim@fluendo.com>
17546 * docs/plugins/Makefile.am:
17547 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17548 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17549 Add audioresample to docs.
17551 * gst/audioconvert/gstaudioconvert.c:
17554 * gst/audioresample/gstaudioresample.c:
17555 (gst_audioresample_base_init), (gst_audioresample_class_init),
17556 (gst_audioresample_init), (gst_audioresample_dispose),
17557 (audioresample_get_unit_size), (audioresample_transform_caps),
17558 (resample_set_state_from_caps), (audioresample_transform_size),
17559 (audioresample_set_caps), (audioresample_event),
17560 (audioresample_do_output), (audioresample_transform),
17561 (audioresample_pushthrough), (gst_audioresample_set_property),
17562 (gst_audioresample_get_property), (plugin_init):
17563 * gst/audioresample/gstaudioresample.h:
17565 Small code cleanups.
17567 2006-03-02 Wim Taymans <wim@fluendo.com>
17569 * docs/plugins/Makefile.am:
17570 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17571 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17572 Added videoscale to docs.
17574 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17575 (gst_video_rate_swap_prev), (gst_video_rate_event),
17576 (gst_video_rate_chain):
17579 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17580 (gst_video_scale_init), (gst_video_scale_prepare_size),
17581 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17582 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17583 * gst/videoscale/gstvideoscale.h:
17584 Added docs, examples.
17585 Some code cleanups.
17586 Post errors instead of g_warning.
17588 2006-03-02 Wim Taymans <wim@fluendo.com>
17590 * docs/libs/gst-plugins-base-libs-docs.sgml:
17591 * docs/libs/gst-plugins-base-libs-sections.txt:
17592 * docs/libs/gst-plugins-base-libs.types:
17593 * docs/plugins/Makefile.am:
17594 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17595 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17596 Added some more docs to libs and plugins.
17598 * gst-libs/gst/audio/gstringbuffer.c:
17599 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17600 * gst-libs/gst/audio/gstringbuffer.h:
17601 Document ringbuffer some more.
17603 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17604 (gst_video_rate_setcaps), (gst_video_rate_reset),
17605 (gst_video_rate_init), (gst_video_rate_flush_prev),
17606 (gst_video_rate_swap_prev), (gst_video_rate_event),
17607 (gst_video_rate_chain), (gst_video_rate_change_state):
17608 * gst/videorate/gstvideorate.h:
17609 Fix videorate to use segments.
17610 Make it work with 0/1 framerates (closes #331903)
17611 Handle EOS correctly.
17614 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17616 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17617 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17618 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17619 In state change function, first chain up to parent class,
17620 then handle downwards state change stuff. Remove some
17621 commented out cruft from 0.8 code.
17623 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17625 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17626 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17627 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17628 (gst_ogm_parse_chain):
17629 Don't remove/re-add source pad if the new caps are the same as
17630 the old caps anyway (#333042). When removing source pad, don't
17631 unref it afterwards - we didn't ref it when adding. Sprinkle some
17632 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17633 after using gst_pad_get_parent(). Return downstream flow return
17634 value in chain function.
17636 2006-03-02 Wim Taymans <wim@fluendo.com>
17638 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17639 * docs/plugins/gst-plugins-base-plugins.args:
17640 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17641 * docs/plugins/gst-plugins-base-plugins.interfaces:
17642 * docs/plugins/gst-plugins-base-plugins.signals:
17643 Fix hierarchy, added some more elements to the docs.
17645 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17646 (gst_ffmpegcsp_get_type):
17647 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17648 Fix docs for ffmpegcolorspace.
17650 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
17652 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17653 (apetag_type_find), (ape_type_find), (plugin_init):
17654 Some typefinding fine-tuning:
17655 - rank ID3/APE tags in order of preference via probabilities, so that
17656 ID3v2 > APEv2 > APEv1 > ID3v1.
17657 - three or four bytes don't really justify MAXIMUM probability,
17658 change those to 'very likely' (musepack and monkeysaudio).
17660 2006-03-01 Wim Taymans <wim@fluendo.com>
17662 * docs/plugins/Makefile.am:
17663 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17664 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17665 * ext/alsa/gstalsamixer.c:
17666 * ext/alsa/gstalsamixer.h:
17667 * ext/alsa/gstalsamixerelement.c:
17668 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17669 * ext/alsa/gstalsamixerelement.h:
17670 * ext/alsa/gstalsasink.c:
17671 * ext/alsa/gstalsasink.h:
17672 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17673 (gst_alsasrc_init):
17674 * ext/alsa/gstalsasrc.h:
17676 Small code cleanups.
17678 2006-03-01 Wim Taymans <wim@fluendo.com>
17680 * ext/theora/Makefile.am:
17681 Dist new header too,
17683 2006-03-01 Wim Taymans <wim@fluendo.com>
17685 * docs/plugins/Makefile.am:
17686 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17687 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17688 * ext/gnomevfs/gstgnomevfssink.h:
17689 * ext/gnomevfs/gstgnomevfssrc.h:
17690 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17691 * ext/vorbis/vorbisdec.h:
17692 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17693 * ext/vorbis/vorbisenc.h:
17694 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17695 (vorbis_parse_chain), (vorbis_parse_change_state):
17696 * ext/vorbis/vorbisparse.h:
17697 * gst/audioconvert/gstaudioconvert.h:
17698 * gst/tcp/gsttcpserversink.h:
17699 * gst/videotestsrc/gstvideotestsrc.c:
17700 * gst/videotestsrc/gstvideotestsrc.h:
17701 * gst/volume/gstvolume.c:
17702 * gst/volume/gstvolume.h:
17703 Fix some more docs.
17704 Added docs for vorbisdec and vorbisparse.
17707 2006-03-01 Wim Taymans <wim@fluendo.com>
17709 * docs/plugins/Makefile.am:
17710 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17711 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17712 * ext/pango/gstclockoverlay.h:
17713 * ext/pango/gsttextoverlay.h:
17714 * ext/pango/gsttextrender.h:
17715 * ext/pango/gsttimeoverlay.h:
17716 * ext/theora/gsttheoradec.h:
17717 * ext/theora/gsttheoraenc.h:
17718 * ext/theora/theoradec.c:
17719 * ext/theora/theoraenc.c:
17720 * gst/audioconvert/gstaudioconvert.h:
17721 * gst/audiotestsrc/gstaudiotestsrc.h:
17722 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17723 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17724 * gst/tcp/gstmultifdsink.h:
17725 Updated/added documentation.
17727 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17728 (gst_text_overlay_halign_get_type),
17729 (gst_text_overlay_wrap_mode_get_type),
17730 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17731 (gst_text_overlay_init), (gst_text_overlay_set_property),
17732 (gst_text_overlay_get_property):
17733 Fix up properties to be enums instead of string to make bindings,
17734 introspection and automatic GUI creation possible.
17735 Add getters for the properties.
17737 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
17739 * gst/audiotestsrc/gstaudiotestsrc.c:
17740 added defines of M_PI and M_PI_2
17741 * gst/ffmpegcolorspace/avcodec.h:
17742 removed #include "stdint.h" for win32 as _stdint.h is
17743 autogenerated to win32/common
17744 * win32/common/libgstaudio.def:
17745 * win32/common/libgsttag.def:
17748 some project files bugs corrected
17750 project files are reset to the default vs7 configuration
17751 (they link to msvcr71.dll using default optimizations)
17753 2006-02-28 Wim Taymans <wim@fluendo.com>
17755 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17758 2006-02-28 Edward Hervey <edward@fluendo.com>
17760 * ext/alsa/gstalsasrc.c:
17761 Set proper class on the ElementDetails:
17762 Source/Audio instead of Src/Audio/
17764 2006-02-28 Edward Hervey <edward@fluendo.com>
17766 * gst/videoscale/vs_scanline.c:
17767 (vs_scanline_resample_nearest_RGBA):
17768 Revert optimization in videoscale. It should go in liboil and have
17769 an appropriate liboil function.
17771 2006-02-28 Wim Taymans <wim@fluendo.com>
17773 * gst-libs/gst/audio/gstbaseaudiosink.c:
17774 (gst_base_audio_sink_provide_clock):
17775 Don't try to provide a clock in the NULL state.
17777 2006-02-28 Wim Taymans <wim@fluendo.com>
17779 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17780 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17781 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17782 (gst_ogg_demux_deactivate_current_chain),
17783 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17784 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17785 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17786 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17787 Use GstSegment infrastructure to remove duplicated code
17788 and handle more seek cases correctly.
17790 2006-02-28 Wim Taymans <wim@fluendo.com>
17792 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17793 (gst_ffmpegcsp_transform):
17794 Don't ignore return code from ffmpeg convert function.
17796 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17797 Split out some long statements to ease debugging.
17799 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
17801 * ext/libvisual/visual.c: (gst_visual_init),
17802 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17803 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17804 being able to renegotiate the size. Instead, use the negotiation
17805 algorithm from the goom plugin to pick an initial output caps.
17807 Also, allow theoretical libvisual plugins that might support non-GL
17808 output even if they also do GL.
17810 2006-02-26 Julien MOUTTE <julien@moutte.net>
17812 * ext/libvisual/visual.c: (gst_visual_init),
17813 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17814 (plugin_init): Load only non GL plugins. Fix some memleaks and
17815 possible negotiation issues.
17817 2006-02-25 Julien MOUTTE <julien@moutte.net>
17819 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17821 2006-02-24 Michael Smith <msmith@fluendo.com>
17823 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17824 (cmml_type_find), (plugin_init):
17825 Fix CMML type find function to not require a specific minor version
17826 of the CMML header.
17828 Add an MPEG4 video elementary stream typefind function.
17830 2006-02-04 Michael Smith <msmith@fluendo.com>
17832 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17833 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17834 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17835 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17836 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17837 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17838 Annodex support in ogg demuxer. Doesn't do very much without the
17839 other annodex patches (to come).
17841 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17843 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17845 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17846 Pick up palette for MS video v1 (#327028)
17848 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17850 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17851 (gst_ffmpegcsp_caps_remove_format_info),
17852 (gst_ffmpegcsp_get_unit_size):
17853 The 'palette_data' field from incoming RGB caps shouldn't be
17854 proxied on outgoing YUV caps; also, restrict unit size
17855 adjustment in case of paletted data only to the unit that
17856 actually has a palette. Fixes #330711.
17858 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17860 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17861 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17862 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17863 (gst_ffmpegcsp_get_unit_size):
17864 Plug some memory leaks.
17866 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17868 * sys/ximage/Makefile.am:
17869 * sys/xvimage/Makefile.am:
17870 Add some _CFLAGS and _LIBS that seem to be missing
17871 and/or required for Cygwin (see #317048).
17873 2006-02-22 Wim Taymans <wim@fluendo.com>
17875 * ext/alsa/gstalsasrc.c:
17876 Fix description as pointed out by caugier.
17878 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
17880 Reviewed by : Edward Hervey <edward@fluendo.com>
17882 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17884 Better 3gp typefinding (#331526).
17886 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17888 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17889 Don't send EOS event here, the base class will send one for us.
17891 * gst/playback/gstplaybasebin.c: (prepare_output):
17892 Subpictures without video stream aren't allowed either.
17894 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17895 Fix debug statement copy'n'paste-o.
17897 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17899 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17900 Fix issues with mixer keeping state when muting/unmuting
17901 and when changing the volume whilst muted (see #331763
17904 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17906 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17907 (parse_subrip), (gst_sub_parse_format_autodetect):
17908 Set right caps given that we send escaped text. Also,
17909 honour <i></i>, <b></b> and <u></u> markers that can be found
17910 in .srt files (fixes #310202).
17912 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17914 * gst-libs/gst/audio/mixerutils.c:
17915 (element_factory_rank_compare_func):
17916 Make order in which elements are tried more determinable.
17918 2006-02-20 Julien MOUTTE <julien@moutte.net>
17920 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17921 (remove_element_chain), (cleanup_decodebin),
17922 (gst_decode_bin_change_state): Make decodebin reusable by
17923 fixing remove_element_chain first and then introduce a
17924 cleaner in state change to ->NULL. (Closes #331678)
17926 2006-02-19 Wim Taymans <wim@fluendo.com>
17928 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17929 use 0666 mask when creating files so umask gets applied
17930 correctly. Fixes #331295.
17932 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17934 * gst/subparse/Makefile.am:
17935 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17936 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17937 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17938 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17939 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17940 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17941 * gst/subparse/gstssaparse.h:
17942 * gst/subparse/gstsubparse.c: (plugin_init):
17943 Add very basic parser for SSA subtitle streams (as often
17944 found in matroska files).
17946 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17948 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17949 That should be text/x-pango-markup, not text/x-pango-layout.
17951 2006-02-19 Julien MOUTTE <julien@moutte.net>
17953 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17956 2006-02-19 Julien MOUTTE <julien@moutte.net>
17958 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17959 (gst_text_overlay_finalize), (gst_text_overlay_init),
17960 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17961 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17962 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17963 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17964 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17965 Fix state change deadlock.
17967 2006-02-19 Julien MOUTTE <julien@moutte.net>
17969 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17970 (gst_text_overlay_finalize), (gst_text_overlay_init),
17971 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17972 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17973 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17974 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17975 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17976 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17977 and subtitles files.
17979 2006-02-19 Julien MOUTTE <julien@moutte.net>
17981 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17982 should be considered as raw.
17984 2006-02-19 Julien MOUTTE <julien@moutte.net>
17986 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17988 * gst/playback/gststreaminfo.h: Introduce language informations.
17990 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
17992 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17993 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17994 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17995 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17996 Set shared memory segments to be deleted as soon as we have attached,
17997 that way they get cleaned up automatically if we crash.
17999 2006-02-18 Julien MOUTTE <julien@moutte.net>
18001 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
18002 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
18003 functions are called with lock held.
18005 2006-02-18 Julien MOUTTE <julien@moutte.net>
18007 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18008 (gst_text_overlay_finalize), (gst_text_overlay_init),
18009 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18010 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18011 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
18012 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
18013 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
18014 (gst_text_overlay_change_state): Refactoring of textoverlay
18015 without collectpads. This now supports sparse subtitles coming
18016 from a demuxer instead of a sub file. Seeking is still broken
18017 though. Need to discuss with wtay some more on how to handle
18019 * ext/pango/gsttextoverlay.h:
18020 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
18021 subtitles coming from the demuxer.
18023 2006-02-17 Wim Taymans <wim@fluendo.com>
18025 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
18026 (gst_vorbisenc_convert_sink):
18027 Use some more scaling functions.
18029 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
18031 * ext/cdparanoia/gstcdparanoiasrc.c:
18032 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18033 (gst_cd_paranoia_paranoia_callback),
18034 (gst_cd_paranoia_src_signal_is_being_watched),
18035 (gst_cd_paranoia_src_read_sector):
18036 * ext/cdparanoia/gstcdparanoiasrc.h:
18037 Add back 'transport-error' and 'uncorrected-error' signals and
18038 make them actually be fired when bad stuff happens (#319340).
18040 2006-02-17 Wim Taymans <wim@fluendo.com>
18042 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18043 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18044 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18045 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18046 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18047 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18048 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18049 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18050 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18051 (gst_ring_buffer_clear):
18053 Added some G_LIKELY.
18055 2006-02-17 Wim Taymans <wim@fluendo.com>
18057 * gst-libs/gst/audio/TODO:
18060 * gst-libs/gst/audio/gstbaseaudiosink.c:
18061 (gst_base_audio_sink_get_offset):
18062 When trying to play samples ASAP and we don't have a
18063 previous sample, try to play at position 0 instead of
18064 an invalid position.
18066 2006-02-17 Wim Taymans <wim@fluendo.com>
18068 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18069 (gst_alsasink_reset):
18070 Also release lock when we get an error in _reset();
18071 fix an error message.
18073 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18075 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18076 (gst_alsasink_init), (get_channel_free_structure),
18077 (caps_add_channel_configuration), (gst_alsasink_getcaps),
18078 (gst_alsasink_close):
18079 * ext/alsa/gstalsasink.h:
18080 Add support for more than 2 channels (#326720).
18082 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18084 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18085 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18086 with 4 or 6 channels, assume a default channel layout to make things
18087 work (not sure there's anything else we can do in those cases).
18089 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18091 * gst-libs/gst/audio/multichannel.c:
18094 * gst-libs/gst/riff/Makefile.am:
18095 * gst-libs/gst/riff/riff-ids.h:
18096 * gst-libs/gst/riff/riff-media.c:
18097 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18098 Add support for WAVEFORMATEX, eg. PCM audio with more than two
18099 channels and a channel layout map.
18101 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
18103 Reviewed by Edward Hervey <edward@fluendo.com>
18105 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
18106 C-level optimization of the RGBA nearest neighbour function.
18107 Eventually this might end up in liboil with vectorized versions.
18109 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18111 * gst-libs/gst/audio/multichannel.c:
18112 (gst_audio_get_channel_positions):
18113 When we have more than 2 channels, but no channel layout is
18114 specified in the caps, return some default channel layout
18115 to the caller and warn about about a possibly buggy element
18116 (could be buggy filtercaps as well of course) (#317038).
18118 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18120 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18121 Add gst-libs/gst/cdda to list of lib search paths.
18123 2006-02-15 Andy Wingo <wingo@pobox.com>
18125 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18126 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18127 to the Lord Jesus that I do not have to touch the ogg muxer ever
18130 2006-02-15 Edward Hervey <edward@fluendo.com>
18132 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18133 quicktime movie files can also contain 'uuid' atoms.
18135 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
18137 * gst/audioconvert/plugin.c: (plugin_init):
18138 Register the GstAudioChannelPosition enum type with the type
18139 system in the plugin_init function, so that it is known before
18140 any element actually makes use of multi-channel stuff. This is
18141 required for example if one wants to be able to deserialise/use
18142 a caps string with channel positions before any pipeline has
18143 been setup and started, like with gst-launch.
18145 2006-02-14 Wim Taymans <wim@fluendo.com>
18147 * gst-libs/gst/audio/gstringbuffer.c:
18148 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18149 (gst_ring_buffer_samples_done), (wait_segment),
18150 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18151 Add some compiler G_(UN_)LIKELY help.
18152 SIGNAL the ringbuffer waiters when going to PAUSED as well to
18153 make sure they can exit their functions. Should fix #330748
18155 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
18160 * win32/common/_stdint.h:
18161 Windows does not have long long; copy the generated _stdint.h
18162 * win32/common/interfaces-enumtypes.c:
18163 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18164 (gst_mixer_track_flags_get_type),
18165 (gst_tuner_channel_flags_get_type):
18166 * win32/common/multichannel-enumtypes.c:
18167 (gst_audio_channel_position_get_type):
18170 2006-02-13 Wim Taymans <wim@fluendo.com>
18172 * gst-libs/gst/audio/gstbaseaudiosink.c:
18173 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18174 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18175 Always sync on first sample we receive when starting.
18177 2006-02-13 Wim Taymans <wim@fluendo.com>
18179 * gst/playback/gstplaybin.c: (gen_vis_element):
18180 Update vis bin docs.
18181 Move queue after tee so we don't queue video buffers but
18182 audio samples instead. Fixes problems where the video queue
18183 is filled and the audio queue empty.
18185 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
18187 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18188 No need to push an EOS event here, GstBaseSrc will do that for us
18189 when we return FLOW_UNEXPECTED.
18191 2006-02-12 Wim Taymans <wim@fluendo.com>
18193 * gst-libs/gst/audio/gstbaseaudiosink.c:
18194 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18195 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18196 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18197 Use scale functions when possible.
18198 Fix error messages.
18199 Free clockid when after waiting for EOS.
18200 Use G_(UN_)LIKLY when it makes sense.
18201 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18203 2006-02-12 Edward Hervey <edward@fluendo.com>
18205 * gst/playback/gstplaybasebin.c: (prepare_output):
18206 Remove stray semi-colon (fixes #330888).
18208 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
18210 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18211 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18212 Fix up the XShm call testing so that we catch errors, and don't
18213 cause new ones by attempting to detach from a segment we failed
18214 to attach to. Fixes #312439.
18216 2006-02-10 Edward Hervey <edward@fluendo.com>
18218 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18219 Added flv file typefind (video/x-flv).
18221 2006-02-10 Edward Hervey <edward@fluendo.com>
18223 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18224 (gst_riff_create_video_template_caps):
18225 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18226 Also added the caps to the default set of riff video caps.
18228 2006-02-09 Andy Wingo <wingo@pobox.com>
18230 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18231 time and the end time of the last packet in the page.
18232 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18233 on the pages in our queue, set the duration as well. Reflow a
18235 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18236 Fixes bad muxing order.
18238 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
18240 * gst-libs/gst/rtp/gstbasertppayload.c:
18241 (gst_basertppayload_setcaps), (gst_basertppayload_push):
18242 update seqnum before setting it on the packet; this makes sure
18243 that the timestamp and seqnum properties match after pushing
18246 2006-02-09 Andy Wingo <wingo@pobox.com>
18248 * gst-libs/gst/audio/gstringbuffer.c
18249 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18250 overflow after 13.5 hours of recording. Kapow!
18252 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18253 the buffer size -- we don't care about underrun/overrun reporting
18254 right now, just need to return a useful value.
18256 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18261 === release 0.10.3 ===
18263 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18266 releasing 0.10.3, "Under Pressure"
18268 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18271 Drat. Bump libtool version number for new API.
18272 Prelease 0.10.2.3 (of 0.10.3)
18274 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18277 * win32/common/config.h:
18278 0.10.2.2 prerelease (of 0.10.3).
18280 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18282 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18283 Revert Andy's newsegment change pending a more correct
18286 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
18288 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18289 (qt_type_find), (plugin_init):
18290 detect more files as 3gp
18291 group and reorder the iso file formats
18293 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18295 * ext/vorbis/vorbis.c: (plugin_init):
18296 Register musicbrainz tags, so apps don't have to.
18298 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18300 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18301 (gst_tag_to_vorbis_tag):
18302 Make sure we called gst_tag_register_musicbrainz_tags()
18303 before possibly mapping a vorbiscomment string from/to a
18306 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18308 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18309 In case we can't find the required number of consecutive
18310 mpeg audio frames to positively identify an MPEG audio
18311 stream, check if there's at least a valid mpeg audio
18312 frame right at offset 0 and if so suggest mpeg/audio
18313 caps with a very low probability (#153004).
18315 2006-02-07 Andy Wingo <wingo@pobox.com>
18317 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18318 a TIME segment if we get timestamped buffers. Requires recent
18319 fixes in core to work properly.
18321 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18323 * gst/playback/gstplaybasebin.c: (prepare_output):
18324 Don't print the URI as part of the error message, it
18325 makes error dialogs look rather ugly, especially if
18326 the URI is very long or has characters in it that
18329 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18331 * gst/playback/gstplaybasebin.c: (prepare_output):
18332 Error out if we have only text or subtitles, but nothing
18333 else. Also error out if we have subtitles but no video
18336 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18338 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18339 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18340 Post an error message on the bus when we encounter an
18341 error, which will hopefully be more meaningful than the
18342 'Internal Flow Error' message users get to see if we
18343 just return GST_FLOW_ERROR.
18345 2006-02-07 Andy Wingo <wingo@pobox.com>
18347 * configure.ac (GST_MAJORMINOR): Update core version req to
18348 0.10.2.2, for the collectpads API addition (#330244).
18350 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18352 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18353 Return FALSE from plugin_init() when GnomeVFS can't
18354 be initialised for some reason (#328423).
18356 2006-02-06 Julien MOUTTE <julien@moutte.net>
18358 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
18359 Stick to seeking theory until i find the bug.
18360 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18362 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18364 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18365 (theora_enc_finalize), (theora_enc_sink_setcaps),
18366 (theora_set_header_on_caps), (theora_enc_chain),
18367 (theora_enc_change_state):
18368 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18369 Make theoraenc and the tests leak free. Like, really.
18371 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18373 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18374 (theora_enc_finalize), (theora_enc_sink_setcaps):
18375 Add a finalize method to ensure we clean up state even if
18376 someone omitted the state change back to NULL.
18378 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18379 (gst_vorbisenc_chain):
18380 Free some more leaked bits.
18382 * tests/check/pipelines/theoraenc.c: (start_pipeline),
18384 Wait for state changes to happen if they're ASYNC.
18386 This ought to teach those fancy pants buildbots a lesson.
18388 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18390 * gst-libs/gst/tag/gstid3tag.c:
18391 Add mapping for ID3 International Standard Recording Code
18394 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18396 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18397 Don't leak tag names.
18399 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18401 * docs/libs/gst-plugins-base-libs-docs.sgml:
18402 * docs/libs/gst-plugins-base-libs-sections.txt:
18403 * gst-libs/gst/tag/gstid3tag.c:
18404 * gst-libs/gst/tag/gstvorbistag.c:
18405 * gst-libs/gst/tag/tags.c:
18406 Split libgsttag docs into multiple sections.
18408 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18410 * docs/libs/Makefile.am:
18411 * docs/libs/gst-plugins-base-libs-docs.sgml:
18412 * docs/libs/gst-plugins-base-libs-sections.txt:
18413 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18414 * gst-libs/gst/tag/gstvorbistag.c:
18415 * gst-libs/gst/tag/tag.h:
18416 * gst-libs/gst/tag/tags.c:
18417 Add libgsttag to the docs.
18419 2006-02-05 Julien MOUTTE <julien@moutte.net>
18421 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18422 (gst_text_overlay_init), (gst_text_overlay_src_event),
18423 (gst_text_overlay_collected): Fix clockoverlay.
18425 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18427 * docs/libs/compiling.sgml:
18428 Fix typo: it's pkg-config, not pkg-gconfig
18430 * docs/libs/gst-plugins-base-libs-docs.sgml:
18431 * docs/libs/gst-plugins-base-libs-sections.txt:
18432 * docs/libs/tmpl/gstgconf.sgml:
18433 There is no libgstgconf in 0.10, remove it
18436 2006-02-05 Julien MOUTTE <julien@moutte.net>
18438 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18439 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18440 (gst_text_overlay_src_event), (gst_text_overlay_collected):
18441 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18442 (gst_sub_parse_class_init), (gst_sub_parse_init),
18443 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18444 (parse_mpsub), (parser_state_init), (handle_buffer),
18445 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18446 * gst/subparse/gstsubparse.h: Introduce seeking code.
18448 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18450 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18451 Add comment about LANGUAGE tag inconsistency (we want
18452 ISO-639-1, but extract three-letter identifiers?)
18455 Add two translatable files.
18457 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18459 * gst-libs/gst/tag/Makefile.am:
18460 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18461 * gst-libs/gst/tag/tag.h:
18462 * gst-libs/gst/tag/tags.c:
18463 (gst_tag_register_musicbrainz_tags_internal),
18464 (gst_tag_register_musicbrainz_tags):
18465 Forward-port some tags stuff from the 0.8 branch. This is
18466 mostly the addition of musicbrainz tags and their mapping
18467 to vorbistags, and a vorbistag mapping of the language tag.
18469 2006-02-05 Julien MOUTTE <julien@moutte.net>
18471 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18474 2006-02-04 David Schleef <ds@schleef.org>
18476 * ext/ogg/gstoggmux.c:
18477 * gst/typefind/gsttypefindfunctions.c:
18478 Add Dirac typefinding and add dirac format to oggmux.
18480 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
18482 * gst/playback/gstdecodebin.c: (try_to_link_1):
18483 Don't put essential function call into
18484 g_return_*() macro, otherwise it'll all be
18485 replaced by NOOPs when compiling with
18486 G_DISABLE_CHECKS defined.
18488 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18490 * ext/ogg/gstoggdemux.c:
18491 * ext/ogg/gstoggparse.c:
18492 * gst/tcp/gsttcpserversink.c:
18493 * sys/v4l/v4lsrc_calls.c:
18494 * sys/v4l/v4lsrc_calls.h:
18495 Just make it compile with --disable-gst-debug.
18497 2006-02-03 Wim Taymans <wim@fluendo.com>
18499 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18500 (gst_alsasink_class_init), (gst_alsasink_init),
18501 (gst_alsasink_write), (gst_alsasink_reset):
18502 * ext/alsa/gstalsasink.h:
18503 Add lock to protect alsa calls.
18504 Implement reset to flush samples ASAP, does not work
18507 2006-02-02 Wim Taymans <wim@fluendo.com>
18509 * gst-libs/gst/audio/gstbaseaudiosink.c:
18510 (gst_base_audio_sink_provide_clock):
18511 Ugh.. getting late I guess...
18513 2006-02-02 Wim Taymans <wim@fluendo.com>
18515 * gst-libs/gst/audio/gstbaseaudiosink.c:
18516 (gst_base_audio_sink_provide_clock),
18517 (gst_base_audio_sink_set_property),
18518 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18519 Don't try to provide a clock when we are not negotiated since
18520 we might not be able to make it run.
18522 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18524 * gst/playback/gstdecodebin.c: (try_to_link_1):
18525 Unlinking two source pads is ... hard.
18527 2006-02-02 Wim Taymans <wim@fluendo.com>
18529 * gst-libs/gst/audio/TODO:
18532 * gst-libs/gst/audio/gstbaseaudiosink.c:
18533 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18534 On EOS, wait till the last sample is played before posting EOS.
18536 2006-02-01 Philippe Kalaf <burger at speedy dot org>
18538 Patch by: Kai Vehmanen
18539 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18540 Adds ability to enable newsegment bypass by setting queue_delay to
18541 zero. Also avoid thread being started if queue_delay is zero.
18543 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18545 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18546 Make test work again by connecting fakesinks to each decoded pad,
18547 which makes the pipeline wait until each fakesink has a buffer
18548 queued before going to PAUSED state. At that point we know the
18549 decodebin pads are negotiated.
18551 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18553 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18554 (gst_cdda_base_src_handle_event):
18555 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18556 Pass unhandled queries to the parent class's query function.
18558 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18560 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18561 (gst_ogg_pad_src_query):
18562 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18563 * ext/theora/theoradec.c: (theora_dec_src_query),
18564 (theora_dec_sink_query):
18565 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18566 (vorbis_dec_sink_query):
18567 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18568 (gst_vorbisenc_sink_query):
18569 * gst/adder/gstadder.c: (gst_adder_query):
18570 Pass unhandled queries upstream instead of just
18571 dropping them (#326447). Also, fix supported
18572 query types list for some elements.
18574 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18576 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18577 (paris_type_find), (ilbc_type_find), (plugin_init):
18578 Fix typefinding for audio/x-au, audio/x-paris and
18579 audio/iLBC-sh. We cannot use the START_WITH macros
18580 here, because there can only be one typefind factory
18581 with the same name (caps), so the second one would
18582 replace the first one and the first one would never
18583 be called when doing typefinding (see #161712).
18586 2006-01-31 Wim Taymans <wim@fluendo.com>
18588 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18589 (vorbis_handle_header_packet), (vorbis_dec_push),
18590 (vorbis_handle_data_packet):
18591 Use scale_int when we can, add some more scaling.
18592 Check packettype before parsing it.
18594 2006-01-31 Wim Taymans <wim@fluendo.com>
18596 * ext/theora/theoradec.c: (_theora_granule_time),
18597 (theora_dec_src_convert), (theora_dec_sink_convert):
18598 Call right _scale functions.
18599 Use parameter instead of some other random value.
18601 2006-01-31 Wim Taymans <wim@fluendo.com>
18603 * ext/theora/theoradec.c: (_theora_granule_frame),
18604 (_theora_granule_time), (_inc_granulepos),
18605 (theora_dec_src_convert), (theora_dec_sink_convert),
18606 (theora_handle_type_packet), (theora_handle_data_packet),
18607 (theora_dec_chain):
18608 Use higher precision timestamps calculation.
18609 Convert some other conversions to _scale.
18611 2006-01-31 Stefan Kost <ensonic@users.sf.net>
18613 * gst/audiotestsrc/gstaudiotestsrc.c:
18614 (gst_audio_test_src_create_sine_table), (plugin_init):
18615 * gst/volume/gstvolume.c: (plugin_init):
18616 initialize gst_controller before using
18618 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
18620 * tests/check/pipelines/theoraenc.c:
18621 * tests/check/pipelines/vorbisenc.c:
18622 Define constant using G_GINT64_CONSTANT to avoid errors when
18623 passing it around - otherwise it gets truncated to 32 bits.
18625 Fixes failing tests.
18627 2006-01-31 Andy Wingo <wingo@pobox.com>
18629 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18630 caps being set doesn't have a framerate value. Basically a stopgap
18633 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18634 technically correct enough to put into core though.
18635 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18636 DURATION. Fixes theoraenc ! oggmux.
18638 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18639 fraction, not double.
18641 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
18644 add vs7 project files created by Sergey Scobich
18646 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
18649 add vs8 project files created by Sergey Scobich
18651 2006-01-30 Andy Wingo <wingo@pobox.com>
18653 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18654 timestamp + duration, not just timestamp -- ogg pages should be
18655 ordered by stop time. Necessary fix given the change in vorbis
18658 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
18659 (gst_theora_enc_init): Pull the granule shift out of the encoder.
18660 (granulepos_add): New function, handles the messiness of adjusting
18662 (theora_buffer_from_packet):
18663 (theora_enc_chain):
18664 (theora_enc_sink_event): Use granulepos_add, not +.
18666 * tests/check/pipelines/theoraenc.c
18667 (check_buffer_granulepos_from_starttime): Just check the frame
18668 count, not the actual granulepos -- we can't dictate to the
18669 encoder when it should be placing keyframes.
18671 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18673 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18674 SERVICE_NOT_AVAILABLE happens for example when you're trying to
18675 play an http:// stream from a server that's not serving
18677 2006-01-30 Andy Wingo <wingo@pobox.com>
18679 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
18680 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18681 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18684 * ext/theora/gsttheoraenc.h:
18685 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18686 although theoraenc was timestamping correctly. Added handling of
18687 streams that start with nonzero timestamps.
18689 * tests/check/Makefile.am:
18690 * tests/check/pipelines/theoraenc.c: New file, basically does same
18691 tests as vorbisenc.
18693 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18695 2006-01-30 Wim Taymans <wim@fluendo.com>
18697 * gst-libs/gst/audio/gstaudiosink.c:
18698 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18699 (gst_audioringbuffer_pause):
18700 Implement pause that does not wait for completion.
18702 * gst-libs/gst/audio/gstbaseaudiosink.c:
18703 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18704 Don't drop buffers when going to PAUSED but perform preroll on
18705 remaining samples now that core base class supports this.
18707 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18708 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18709 (gst_ring_buffer_commit):
18710 Pause should not signal waiters.
18711 Implement return value of _commit correctly.
18713 2006-01-30 Andy Wingo <wingo@pobox.com>
18715 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18717 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18718 updated to timestamp from the first sample, not the last.
18719 (gst_vorbisenc_buffer_from_header_packet): New function, takes
18720 special care of granulepos and timestamp for header packets.
18721 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18722 when the first buffer has a nonzero timestamp.
18724 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18725 (GstVorbisEnc.subgranule_offset): New members. Take care of the
18726 case when the first audio buffer we get has a nonzero timestamp.
18727 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18728 properly timestamp vorbis buffers with the time of the first
18729 sample, not the last.
18731 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18732 vorbis_granule_time_copy -- now it takes the granule/subgranule
18733 offset into account.
18735 * tests/check/pipelines/vorbisenc.c: New test for correctness of
18736 timestamps, durations, and granulepos on buffers produced by
18739 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
18741 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18742 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18743 Patch from Eric Jonas to support conversions to/from UYVY
18746 2006-01-30 Julien MOUTTE <julien@moutte.net>
18748 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18749 (setup_subtitle), (setup_source), (set_active_source):
18750 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18751 (gen_text_element), (gen_audio_element), (gen_vis_element),
18752 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18754 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
18756 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18757 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18758 use gst_guint64_to_gdouble to be compliant with vs6
18759 * gst/playback/gstdecodebin.c: (try_to_link_1)
18760 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18761 use G_GINT64_CONSTANT for int64 constants
18762 * win32/common/libgstinterfaces.def:
18763 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18765 update and add new project files
18767 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18771 * win32/common/interfaces-enumtypes.c:
18772 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18773 (gst_mixer_track_flags_get_type),
18774 (gst_tuner_channel_flags_get_type):
18775 * win32/common/interfaces-enumtypes.h:
18776 * win32/common/multichannel-enumtypes.c:
18777 (gst_audio_channel_position_get_type):
18778 * win32/common/multichannel-enumtypes.h:
18779 add a win32-update rule like in core, and copy over enumtypes files
18781 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18784 * win32/common/config.h:
18785 * win32/common/config.h.in:
18786 add config files just like in core
18788 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
18790 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18791 Make gcc-4.1 happy (part of #327357).
18793 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18795 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18796 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18797 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18798 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18799 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18800 (gst_alsasrc_unprepare), (gst_alsasrc_read):
18801 Update all error messages. All of them should either use
18802 the default translated message, or actually provide a
18803 translatable string.
18804 Make the string for channel count problems meaningful.
18806 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18808 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18809 check for and throw RESOURCE_BUSY
18811 2006-01-27 David Schleef <ds@schleef.org>
18813 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18814 checked in this change -- it requires liboil features not
18815 in 0.3.6. Revert parts.
18817 2006-01-27 David Schleef <ds@schleef.org>
18820 * configure.ac: update liboil requirement to 0.3.6
18821 * gst/videoscale/Makefile.am:
18822 * gst/videoscale/vs_scanline.c: liboilify
18824 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18826 * ext/libvisual/visual.c: (get_buffer):
18827 When pad_alloc returns a GstFlowReturn other
18828 than GST_FLOW_OK, make sure it is passed upstream.
18830 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18832 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18833 (gst_alsasink_class_init):
18834 Free the device name string.
18836 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18837 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18838 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18839 Don't remove a pad from the collectpads structure until it
18840 is released - it's a request pad, and may receive data again
18841 if the element gets moved back to PLAYING state.
18843 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18844 Ensure we turn on double buffering on the Xv port, and
18845 set the colour key to something dark and mysterious that
18848 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
18850 * ext/alsa/gstalsaplugin.c: (plugin_init):
18851 * ext/cdparanoia/gstcdparanoiasrc.c:
18852 (gst_cd_paranoia_src_base_init), (plugin_init):
18853 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18854 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18855 - a library should not call setlocale. see "Libraries" node in
18857 - make sure all plugins that use translation do bindtextdomain
18858 to point to the localedir
18859 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18860 (setup_sinks), (plugin_init):
18861 all this, and check for NULL when creating sinks
18863 2006-01-27 Julien MOUTTE <julien@moutte.net>
18865 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18866 (plugin_init): Make typefinding of subtitles work again.
18868 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
18870 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18871 (mp3_type_frame_length_from_header), (mp3_type_find),
18872 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18874 Backport a bunch of typefinding fixes from the 0.8 branch.
18875 Also, improve wavpack typefinding: if we can't peek the
18876 entire wavpack block, try to parse the bits we can get and
18877 see if we find what we're looking for in those.
18879 2006-01-26 Julien MOUTTE <julien@moutte.net>
18881 * sys/ximage/ximagesink.c:
18882 (gst_ximagesink_calculate_pixel_aspect_ratio):
18883 * sys/xvimage/xvimagesink.c:
18884 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18885 more cases of pixel aspect ratio.
18887 2006-01-26 Edward Hervey <edward@fluendo.com>
18889 * gst/playback/gstdecodebin.c: (pad_probe):
18890 Also consider the flush-start and tag events as unblockers
18891 for the pad probes.
18893 2006-01-26 Julien MOUTTE <julien@moutte.net>
18895 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18896 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18897 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
18898 On the fly visualisation switch, works disabling, enabling as
18899 well but it won't be able to enable vis in a playbin that was
18900 created with no visualisation.
18902 2006-01-25 Wim Taymans <wim@fluendo.com>
18904 * gst-libs/gst/audio/gstbaseaudiosink.c:
18905 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18906 Undo previous commit that returned WRONG_STATE sooner, it breaks
18907 resume after pause.
18909 2006-01-25 Wim Taymans <wim@fluendo.com>
18911 * gst-libs/gst/audio/gstbaseaudiosink.c:
18912 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18913 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18915 Post error when caps cannot be parsed.
18916 Resync on discontinuity in the stream.
18917 Clip samples to segment boundaries.
18918 return WRONG_STATE sooner when we are flushing.
18920 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18921 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18922 Make audiosrc operate in TIME.
18923 Set TIMESTAMP and DURATION on buffers.
18925 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
18927 * tests/examples/seek/seek.c: (main):
18928 Output tag messages as well.
18930 2006-01-23 Edward Hervey <edward@fluendo.com>
18932 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18933 (free_pad_probes), (remove_fakesink), (pad_probe),
18934 (close_pad_link), (gst_decode_bin_change_state):
18935 Replace GstPadBlockCallback with pad probes that detect
18936 first buffer AND eos before removing fakesink.
18937 Fixes hang with demuxers doing EOS while pre-rolling.
18940 2006-01-23 Andy Wingo <wingo@pobox.com>
18942 * ext/alsa/gstalsasink.c:
18943 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18944 (gst_base_rtp_depayload_setcaps),
18945 (gst_base_rtp_depayload_add_to_queue),
18946 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18948 Patch by: Jens Granseuer <jensgr at gmx dot net>
18950 2006-01-22 Julien MOUTTE <julien@moutte.net>
18952 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18953 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18954 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
18955 frames. We might get a frame destroyed after changing state to
18956 NULL, adding a safety check on xcontext.
18958 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
18960 * gst-libs/gst/interfaces/xoverlay.c:
18961 Fix prepare-xwindow-id code example in the docs - we need to
18962 ignore all messages that aren't element messages as well.
18964 2006-01-21 Julien MOUTTE <julien@moutte.net>
18966 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18967 I think one day i'll completely undestand how caps negotiation
18968 is supposed to work. This refactoring handles buffer_alloc
18969 called with caps we can't handle. We definitely don't want a
18970 set_caps with those caps, so we define and allocate a buffer
18971 we would like to receive.
18973 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
18975 * gst/playback/gstplaybasebin.c: (setup_source):
18976 Free iterator when done.
18978 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
18980 * gst-libs/gst/audio/gstbaseaudiosink.c:
18981 (gst_base_audio_sink_render):
18982 Fix playback of non-synchronised streams by assuming a rate
18983 of 1.0 instead of a random one.
18985 Makes this work again:
18987 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18988 endianness=(int)4321, signed=(boolean)true, width=(int)16,
18989 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18990 audioresample ! alsasink
18992 === release 0.10.2 ===
18994 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
18997 releasing 0.10.2, "Then the devil is six"
18999 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
19001 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19002 * gst/playback/gststreamselector.c:
19003 (gst_stream_selector_set_property):
19004 Comment out broken code that connects to the state-changed signal.
19005 At this point, changing current stream selection is broken, but
19006 stuff like gst-launch playbin current-audio=1 works and filters
19007 to the chosen stream.
19009 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
19011 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19012 Fix #327216 (null dereference in vorbisdec)
19014 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
19016 * ext/theora/theoradec.c: (theora_handle_comment_packet):
19017 Post taglist actually on bus instead of just freeing it
19018 (fixes #327114 and totem bug #327080).
19020 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19021 Use gst_element_found_tags_for_pad(), so that the tags
19022 are sent downstream as an event as well.
19024 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
19026 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19027 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19028 (gst_ximagesink_buffer_alloc):
19029 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19030 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
19031 (gst_xvimagesink_buffer_alloc):
19032 move all regularly occurring messages to GST_LOG level
19033 add some more object logs
19035 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
19037 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19038 fix a silly segfault
19040 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
19042 * docs/libs/gst-plugins-base-libs-docs.sgml:
19043 * docs/libs/gst-plugins-base-libs-sections.txt:
19044 * gst-libs/gst/audio/mixerutils.c:
19045 * gst-libs/gst/audio/mixerutils.h:
19046 Add docs for mixerutils stuff.
19048 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
19050 * gst/playback/gstplaybasebin.c: (setup_source):
19051 Fix playback for sources that emit raw audio or
19052 raw video streams (e.g.: cd audio sources) (#325984).
19054 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
19056 * gst-libs/gst/audio/mixerutils.c:
19057 (gst_audio_mixer_filter_do_filter):
19058 actually save the element we create
19060 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
19062 * gst-libs/gst/cdda/gstcddabasesrc.c:
19063 (gst_cdda_base_src_handle_track_seek):
19064 No need to post a tag message on the bus when seeking
19065 within the same track, only post it when the current
19068 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
19070 * gst/playback/gstplaybasebin.c: (group_destroy),
19071 (probe_triggered), (new_decoded_pad), (mute_group_type),
19072 (set_active_source):
19073 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19074 * gst/playback/gststreamselector.c:
19075 (gst_stream_selector_base_init),
19076 (gst_stream_selector_set_property),
19077 (gst_stream_selector_request_new_pad):
19078 Reenable stream selection. These mechanisms need a complete overhaul
19079 in the face of 0.8->0.10 changes though.
19081 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
19083 * ext/ogg/gstoggdemux.c:
19084 Change the pad template to src_%d to match the pads that
19085 are created from it. decodebin needs this information in order
19086 to decide that oggdemux is capable of producing multiple pads
19087 (and hence needs queues inserted).
19089 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19090 (gst_ogg_mux_collected):
19091 Make debug output more useful by using GST_PTR_FORMAT.
19093 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
19095 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19097 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19098 Set depth and width for alaw/mulaw (fixes #326601).
19100 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
19102 * tests/icles/Makefile.am:
19103 don't build the tests if we don't have the libs
19105 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
19107 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19108 (gst_cd_paranoia_paranoia_callback):
19109 Don't try to free NULL pointers.
19111 2006-01-10 Edward Hervey <edward@fluendo.com>
19113 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19114 (gst_audio_rate_change_state), (plugin_init):
19115 Add debugging category.
19117 Add case for incoming buffers without valid offset/offset_end.
19119 2006-01-10 Michael Smith <msmith@fluendo.com>
19121 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19122 Don't leak GCond in audio sources.
19124 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
19126 * gst/playback/gstplaybin.c: (gen_audio_element):
19127 Don't leak an autoaudiosink/alsasink when we generate
19128 a new audio element. (old code, I guess)
19130 2006-01-10 Michael Smith <msmith@fluendo.com>
19132 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19133 Support float audio in audiorate.
19134 Use width rather than depth for selecting sample width.
19136 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
19138 * gst/videotestsrc/videotestsrc.h:
19139 Use GLib types here (that way we don't have to include the
19140 generated _stdint.h header, which makes life easier for win32
19141 folks that don't use autotools for the build) (#325990, patch
19142 by: Sergey Scobich).
19144 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
19146 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19147 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19148 (gst_ring_buffer_pause), (wait_segment):
19149 * gst-libs/gst/audio/gstringbuffer.h:
19150 Name (private) union, makes Forte compiler happy (this time
19151 for real) (#324900).
19153 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
19155 * gst-libs/gst/audio/Makefile.am:
19156 Link against libgstinterfaces, needed for mixer
19157 and property probe stuff.
19159 2006-01-09 Edward Hervey <edward@fluendo.com>
19161 * gst-libs/gst/Makefile.am:
19163 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
19165 * gst-libs/gst/audio/Makefile.am:
19166 * gst-libs/gst/audio/mixerutils.c:
19167 (gst_audio_mixer_filter_do_filter),
19168 (gst_audio_mixer_filter_check_element),
19169 (gst_audio_mixer_filter_probe_feature),
19170 (element_factory_rank_compare_func),
19171 (gst_audio_default_registry_mixer_filter):
19172 * gst-libs/gst/audio/mixerutils.h:
19173 Add gst_audio_default_registry_mixer_filter() utility
19176 2006-01-03 Michael Smith <msmith@fluendo.com>
19178 * gst/audioresample/resample.h:
19179 As before, but for o_buf
19181 2006-01-03 Michael Smith <msmith@fluendo.com>
19183 * gst/audioresample/resample.h:
19184 Declare struct _ResampleState.buffer as unsigned char *, not void *,
19185 since we do arithmetic on it.
19187 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
19189 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19190 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19191 (gst_ring_buffer_pause), (wait_segment):
19192 * gst-libs/gst/audio/gstringbuffer.h:
19193 Sun's Forte compiler doesn't seem to like anonymous structs,
19194 so use same setup as in GstBaseSrc (fixes #324900).
19196 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19199 * gst/volume/Makefile.am:
19200 * gst/volume/demo.c:
19201 move old example to tests/examples/volume/volune.c
19202 * tests/examples/Makefile.am:
19203 * tests/examples/seek/seek.c: (main):
19204 change window-close event from "delete-event" to "destroy"
19205 * tests/examples/volume/Makefile.am:
19206 * tests/examples/volume/volume.c: (value_changed_callback),
19207 (setup_gui), (message_received), (eos_message_received), (main):
19208 fix event handling and bus usage
19210 2005-12-29 Stefan Kost <ensonic@users.sf.net>
19212 * gst/audiotestsrc/gstaudiotestsrc.c:
19213 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19214 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19215 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19216 (gst_audio_test_src_create_square),
19217 (gst_audio_test_src_create_saw),
19218 (gst_audio_test_src_create_triangle),
19219 (gst_audio_test_src_create_silence),
19220 (gst_audio_test_src_create_white_noise),
19221 (gst_audio_test_src_create_pink_noise),
19222 (gst_audio_test_src_init_sine_table),
19223 (gst_audio_test_src_create_sine_table),
19224 (gst_audio_test_src_change_wave),
19225 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19226 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19227 * gst/audiotestsrc/gstaudiotestsrc.h:
19228 update to basesrc changes, implement segmented seeking and eos
19229 handling, add a 'sine-tab' waveform for performance critical playback
19231 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19234 ... and this time the other modified file that I missed last time.
19236 2005-12-29 Michael Smith <msmith@fluendo.com>
19238 * gst/playback/gstdecodebin.c: (new_pad):
19239 Fix non-C89 variable declaration not at the start of a block. Should
19240 help some compilers.
19242 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19244 * tests/check/Makefile.am:
19245 And now fix 'make distcheck' (builddir != srcdir)
19247 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19250 * ext/cdparanoia/Makefile.am:
19251 * ext/cdparanoia/gstcdparanoia.c:
19252 * ext/cdparanoia/gstcdparanoia.h:
19253 * ext/cdparanoia/gstcdparanoiasrc.c:
19254 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19255 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19256 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19257 (gst_cd_paranoia_paranoia_callback),
19258 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19259 (gst_cd_paranoia_src_set_property),
19260 (gst_cd_paranoia_src_get_property), (plugin_init):
19261 * ext/cdparanoia/gstcdparanoiasrc.h:
19262 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19263 plugin again (there are still fixes required to playbin to make
19264 cdda:// uris work there).
19266 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19268 * tests/check/Makefile.am:
19269 Fix test case compilation.
19271 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19273 * gst-libs/gst/cdda/gstcddabasesrc.c:
19274 (gst_cdda_base_src_update_duration),
19275 (gst_cdda_base_src_calculate_cddb_id):
19276 An integer is not a string. Fix access to uninitialised variable.
19278 * tests/check/Makefile.am:
19279 Add cddabasesrc unit test; also actually enable the vorbis test.
19281 * tests/check/generic/states.c:
19282 Blacklist new cd audio elements as well.
19284 * tests/check/libs/cddabasesrc.c:
19285 Unit test for GstCddaBaseSrc (discid calculation mostly).
19287 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19289 * docs/libs/Makefile.am:
19290 * docs/libs/gst-plugins-base-libs-docs.sgml:
19291 * docs/libs/gst-plugins-base-libs-sections.txt:
19292 * docs/libs/gst-plugins-base-libs.types:
19293 Add docs for libgstcdda/GstCddaBaseSrc.
19295 * gst-libs/gst/interfaces/mixertrack.h:
19296 Do one struct member per line with a semicolon at the end, that way
19297 even gtk-doc might parse it without complaining.
19299 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19302 * gst-libs/gst/Makefile.am:
19303 * gst-libs/gst/cdda/Makefile.am:
19304 * gst-libs/gst/cdda/base64.c:
19305 * gst-libs/gst/cdda/base64.h:
19306 * gst-libs/gst/cdda/gstcddabasesrc.c:
19307 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19308 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19309 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19310 (gst_cdda_base_src_get_property),
19311 (gst_cdda_base_src_get_track_from_sector),
19312 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19313 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19314 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19315 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19316 (gst_cdda_base_src_uri_get_protocols),
19317 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19318 (gst_cdda_base_src_uri_handler_init),
19319 (gst_cdda_base_src_setup_interfaces),
19320 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19321 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19322 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19323 (gst_cdda_base_src_add_tags),
19324 (gst_cdda_base_src_add_index_associations),
19325 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19326 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19327 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19328 (gst_cdda_base_src_create):
19329 * gst-libs/gst/cdda/gstcddabasesrc.h:
19330 * gst-libs/gst/cdda/sha1.c:
19331 * gst-libs/gst/cdda/sha1.h:
19332 Add new libgstcdda with GstCddaBaseSrc class.
19334 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19336 * ext/gnomevfs/gstgnomevfssink.h:
19337 Use GstBaseSinkClass as parent_class member for class struct, not
19340 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19342 Patch by: Michael Benes
19344 * gst/videotestsrc/gstvideotestsrc.c:
19345 (gst_video_test_src_class_init), (gst_video_test_src_start):
19346 Add start method to reset running time and number of frames sent
19347 when starting up (fixes #324696)
19349 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19351 * docs/plugins/Makefile.am:
19352 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19353 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19354 * docs/plugins/gst-plugins-base-plugins.args:
19355 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19356 * docs/plugins/gst-plugins-base-plugins.signals:
19357 Add docs stuff for gnomevfssrc and gnomevfssink.
19359 * ext/gnomevfs/gstgnomevfssrc.c:
19360 Fix example pipeline in gtk-doc blurb.
19362 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19364 * ext/gnomevfs/Makefile.am:
19365 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19366 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19367 (gst_gnome_vfs_handle_get_type), (plugin_init):
19368 * ext/gnomevfs/gstgnomevfs.h:
19369 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19370 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19371 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19372 (gst_gnome_vfs_sink_set_property),
19373 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19374 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19375 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19376 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19377 (gst_gnome_vfs_sink_uri_get_type),
19378 (gst_gnome_vfs_sink_uri_get_protocols),
19379 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19380 (gst_gnome_vfs_sink_uri_handler_init):
19381 * ext/gnomevfs/gstgnomevfssink.h:
19382 Port gnomevfssink; add gtk-doc blurb.
19384 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19385 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19386 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19387 (gst_gnome_vfs_src_uri_get_type),
19388 (gst_gnome_vfs_src_uri_get_protocols),
19389 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19390 (gst_gnome_vfs_src_uri_handler_init),
19391 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19392 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19393 (gst_gnome_vfs_src_send_additional_headers_callback),
19394 (gst_gnome_vfs_src_received_headers_callback),
19395 (gst_gnome_vfs_src_push_callbacks),
19396 (gst_gnome_vfs_src_pop_callbacks),
19397 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19398 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19399 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19400 * ext/gnomevfs/gstgnomevfssrc.h:
19401 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19402 file; add gtk-doc blurb with example pipelines.
19404 === release 0.10.1 ===
19406 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
19409 releasing 0.10.1, "Dobro Dedek"
19411 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
19413 * gst/typefind/gsttypefindfunctions.c:
19414 iLBC30 and iLBC20 added to typefind.
19416 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
19418 * gst-libs/gst/audio/gstbaseaudiosink.c:
19419 (gst_base_audio_sink_class_init):
19420 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19421 (gst_base_audio_src_class_init):
19422 update strings, values are in microseconds
19423 change the default sink buffer time to something that is smaller
19424 (to help software volume mixing have a slightly lower delay) but
19425 still be acceptable on Wim's laptop
19427 2005-12-20 Edward Hervey <edward@fluendo.com>
19429 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19430 Made a quack, forgot to add DUCK to the riff video template.
19432 2005-12-19 Edward Hervey <edward@fluendo.com>
19434 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19435 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19436 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19437 (gst_ogm_parse_chain):
19438 Make sure pads are initialized correctly.
19439 * gst-libs/gst/riff/riff-ids.h:
19440 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19441 (gst_riff_create_video_template_caps):
19442 Add a whole bunch of FOURCC <=> MimeType.
19443 Extend the riff video pad template to support the newly added fourcc.
19445 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
19447 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19448 (gst_ogg_demux_activate_chain):
19449 Extra debug output when activating/deactivating chains.
19451 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19452 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19454 Remove a queue from our list when it becomes unlinked.
19455 Don't add queues to elements in class 'Demux' if they
19456 can only produce one pad
19458 2005-12-18 Julien MOUTTE <julien@moutte.net>
19460 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19461 (gst_video_sink_get_type): Add a debug category.
19463 2005-12-17 Philippe Khalaf <burger@speedy.org>
19465 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19466 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19467 Handle downstream newsegment by sending our own newsegment before the
19468 next buffer to be released. (#323900)
19470 2005-12-17 Philippe Khalaf <burger@speedy.org>
19472 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19473 (gst_base_rtp_depayload_set_gst_timestamp):
19474 add queue delay to new segment as well (as opposed to just the first
19475 buffer). (bug #322347)
19477 2005-12-16 Stefan Kost <ensonic@users.sf.net>
19479 * ext/libvisual/visual.c: (make_valid_name):
19480 change some char* into char[]
19481 * gst/audiotestsrc/gstaudiotestsrc.c:
19482 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19483 (gst_audio_test_src_create):
19484 * gst/audiotestsrc/gstaudiotestsrc.h:
19485 prepare to handle EOS and SEGMENT_DONE
19487 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19489 * tests/check/generic/states.c: (GST_START_TEST):
19490 Blacklist cdparanoia element in state test.
19492 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19494 Patch by: Benjamin Pineau
19496 * gst/tcp/gsttcp.c:
19497 * gst/tcp/gsttcpclientsink.c:
19498 * gst/tcp/gsttcpserversink.c:
19499 * gst/tcp/gsttcpserversrc.c:
19500 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19502 2005-12-15 Michael Smith <msmith@fluendo.com>
19504 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19505 (gst_video_rate_chain):
19506 Fix timestamping for videorate when the first buffer it sees has a
19507 non-zero timestamp. Fix some misleading debug output.
19509 2005-12-15 Michael Smith <msmith@fluendo.com>
19511 * gst/audioresample/gstaudioresample.c:
19512 Don't leak all input buffers to audioresample.
19514 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19516 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19517 Don't operate on empty text buffers. Strip newlines and
19518 tabs only from the end of the text, but leave them intact
19519 in the middle. Fix typo in gtk-doc description.
19521 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19523 * gst/playback/gstplaybasebin.c:
19524 * gst/playback/gstplaybin.c: (handoff):
19525 Make sure the video frame buffer we return to apps via the
19526 "frame" property always has caps set on it. Modify
19527 _gst_gvalue_set_object() macro to handle NULL objects
19530 2005-12-14 Stefan Kost <ensonic@users.sf.net>
19532 * gst/audiotestsrc/gstaudiotestsrc.c:
19533 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19534 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19535 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19536 (gst_audio_test_src_create):
19537 * gst/audiotestsrc/gstaudiotestsrc.h:
19538 Adjust to some recent api changes and add wtays new cool seeking
19541 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
19543 * ext/alsa/Makefile.am:
19544 * ext/alsa/gstalsadeviceprobe.c:
19545 * ext/alsa/gstalsadeviceprobe.h:
19546 Helper functions to add device probing via the GstPropertyProbe
19547 interface to a class.
19549 * ext/alsa/gstalsamixer.h:
19550 Comment out GST_ALSA_MIXER, it returns a struct that's not
19553 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19554 Add some debug info.
19556 * ext/alsa/gstalsamixerelement.c:
19557 (gst_alsa_mixer_element_interface_supported),
19558 (gst_implements_interface_init),
19559 (gst_alsa_mixer_element_init_interfaces),
19560 (gst_alsa_mixer_element_class_init),
19561 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19562 (gst_alsa_mixer_element_set_property),
19563 (gst_alsa_mixer_element_get_property),
19564 (gst_alsa_mixer_element_change_state):
19565 * ext/alsa/gstalsamixerelement.h:
19566 Add 'device' and 'device-name' properties. Add GstPropertyProbe
19567 for device handling (gnome-volume-control will need that).
19569 2005-12-12 Christian Schaller <uraeus@gnome.org>
19571 * ext/Makefile.am: fix cdparanoia entry
19572 * gst-plugins-base.spec.in: add cdparanoia
19574 2005-12-12 Michael Smith <msmith@fluendo.com>
19576 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19577 Use the correct function to free list of typefind factories.
19579 2005-12-12 Wim Taymans <wim@fluendo.com>
19581 * gst/videotestsrc/gstvideotestsrc.c:
19582 (gst_video_test_src_class_init), (gst_video_test_src_init),
19583 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19584 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19585 (gst_video_test_src_create):
19586 * gst/videotestsrc/gstvideotestsrc.h:
19587 Implement seeking in videotestsrc.
19590 2005-12-12 Wim Taymans <wim@fluendo.com>
19592 * ext/cdparanoia/Makefile.am:
19593 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19594 (gst_paranoia_endian_get_type), (_do_init),
19595 (cdparanoia_class_init), (cdparanoia_init),
19596 (cdparanoia_set_property), (cdparanoia_get_property),
19597 (cdparanoia_do_seek), (cdparanoia_is_seekable),
19598 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19599 (cdparanoia_convert), (cdparanoia_get_query_types),
19600 (cdparanoia_query), (cdparanoia_set_index),
19601 (cdparanoia_uri_set_uri):
19602 * ext/cdparanoia/gstcdparanoia.h:
19603 Partially ported cdparanoia now that basesrc can support a
19606 2005-12-12 Wim Taymans <wim@fluendo.com>
19608 * tests/examples/seek/scrubby.c: (main):
19609 Set higher priority for bus events so they don't get reordered with
19612 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19613 (flush_toggle_cb), (main):
19614 Added checkbox to disable flushing seeks.
19615 Disable scrubbing when doing non flushing seeks.
19617 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
19619 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19620 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19621 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19622 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19623 Implement some sort of event handling that doesn't rely on
19624 g_return_if_fail; make sure we always push the last chunk of an
19625 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19626 state change function; remove some old cruft. Seeking is still
19627 rather unlikely to work though.
19629 * tools/.cvsignore:
19632 2005-12-11 Julien MOUTTE <julien@moutte.net>
19634 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19635 Fixed a leak of the current image reference when cleaning up.
19636 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19638 2005-12-09 Michael Smith <msmith@fluendo.com>
19640 * tools/Makefile.am:
19641 * tools/gst-launch-ext-m.m:
19642 Remove gst-launch-ext. It doesn't work, and is no longer
19643 particularly useful.
19645 2005-12-08 Luca Ognibene <luogni@tin.it>
19647 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19648 don't pass random values to ogmparse convert function.
19649 Make seeking possible in the exile1.ogm file.
19651 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
19653 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19654 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19655 Work around refcount problem with g_value_set_object() that occur
19656 if the core has been compiled against GLib-2.6 (g_value_set_object()
19657 will only g_object_ref() the element, but the caller will
19658 gst_object_unref() it and bad things will happen due to the way
19659 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19660 totem for people on FC4 using Thomas's 0.10 RPMs.
19662 2005-12-07 Edward Hervey <edward@fluendo.com>
19664 Time to welcome ogm to 0.10 :)
19666 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19667 (gst_ogg_pad_typefind):
19668 Oggdemux can now properly typefind elements with dynamic pads.
19669 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19670 Properly set caps on src pad, and set caps on outgoing buffers.
19672 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
19674 * ext/alsa/gstalsamixer.h:
19675 * ext/alsa/gstalsamixerelement.h:
19676 * ext/alsa/gstalsamixeroptions.h:
19677 * ext/alsa/gstalsamixertrack.h:
19678 * ext/alsa/gstalsasink.c:
19679 * ext/alsa/gstalsasink.h:
19680 * ext/alsa/gstalsasrc.c:
19681 * ext/alsa/gstalsasrc.h:
19682 * ext/cdparanoia/gstcdparanoia.h:
19683 * ext/gnomevfs/gstgnomevfsuri.h:
19684 * ext/ogg/gstoggdemux.c:
19685 * ext/ogg/gstoggmux.c:
19686 * ext/pango/gsttextoverlay.h:
19687 * ext/theora/theoradec.c:
19688 * ext/theora/theoraenc.c:
19689 * ext/vorbis/vorbisdec.h:
19690 * ext/vorbis/vorbisenc.c:
19691 * ext/vorbis/vorbisenc.h:
19692 * ext/vorbis/vorbisparse.h:
19693 * gst-libs/gst/audio/gstaudioclock.h:
19694 * gst-libs/gst/audio/gstaudiosink.c:
19695 * gst-libs/gst/audio/gstaudiosink.h:
19696 * gst-libs/gst/audio/gstaudiosrc.c:
19697 * gst-libs/gst/audio/gstaudiosrc.h:
19698 * gst-libs/gst/audio/gstbaseaudiosink.c:
19699 * gst-libs/gst/audio/gstbaseaudiosink.h:
19700 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19701 * gst-libs/gst/audio/gstbaseaudiosrc.h:
19702 * gst-libs/gst/audio/gstringbuffer.h:
19703 * gst-libs/gst/audio/multichannel.h:
19704 * gst-libs/gst/floatcast/floatcast.h:
19705 * gst-libs/gst/interfaces/colorbalance.c:
19706 * gst-libs/gst/interfaces/colorbalance.h:
19707 * gst-libs/gst/interfaces/colorbalancechannel.h:
19708 * gst-libs/gst/interfaces/mixer.h:
19709 * gst-libs/gst/interfaces/mixeroptions.h:
19710 * gst-libs/gst/interfaces/mixertrack.h:
19711 * gst-libs/gst/interfaces/navigation.h:
19712 * gst-libs/gst/interfaces/propertyprobe.h:
19713 * gst-libs/gst/interfaces/tuner.h:
19714 * gst-libs/gst/interfaces/tunerchannel.h:
19715 * gst-libs/gst/interfaces/tunernorm.h:
19716 * gst-libs/gst/interfaces/xoverlay.h:
19717 * gst-libs/gst/netbuffer/gstnetbuffer.h:
19718 * gst-libs/gst/riff/riff-ids.h:
19719 * gst-libs/gst/riff/riff-media.h:
19720 * gst-libs/gst/riff/riff-read.h:
19721 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19722 * gst-libs/gst/rtp/gstbasertppayload.c:
19723 * gst-libs/gst/rtp/gstbasertppayload.h:
19724 * gst-libs/gst/rtp/gstrtpbuffer.c:
19725 * gst-libs/gst/rtp/gstrtpbuffer.h:
19726 * gst-libs/gst/tag/gsttageditingprivate.h:
19727 * gst-libs/gst/tag/gstvorbistag.c:
19728 (gst_tag_list_from_vorbiscomment_buffer):
19729 * gst-libs/gst/tag/tag.h:
19730 * gst-libs/gst/video/video.h:
19731 * gst/adder/gstadder.c:
19732 * gst/adder/gstadder.h:
19733 * gst/audioconvert/audioconvert.c:
19734 * gst/audioconvert/audioconvert.h:
19735 * gst/audioconvert/gstaudioconvert.c:
19736 * gst/audioconvert/gstchannelmix.c:
19737 * gst/audioconvert/gstchannelmix.h:
19738 * gst/audiorate/gstaudiorate.c:
19739 * gst/audioresample/buffer.h:
19740 * gst/audioresample/functable.h:
19741 * gst/audioresample/gstaudioresample.c:
19742 * gst/audioresample/resample.h:
19743 * gst/ffmpegcolorspace/avcodec.h:
19744 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19745 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19746 * gst/ffmpegcolorspace/imgconvert.c:
19747 * gst/ffmpegcolorspace/imgconvert_template.h:
19748 * gst/playback/gstdecodebin.c:
19749 * gst/playback/gstplaybasebin.h:
19750 * gst/playback/gstplaybin.c:
19751 * gst/playback/gststreaminfo.h:
19752 * gst/tcp/gstfdset.c:
19753 * gst/tcp/gstfdset.h:
19754 * gst/tcp/gstmultifdsink.c:
19755 * gst/tcp/gstmultifdsink.h:
19756 * gst/tcp/gsttcp.h:
19757 * gst/tcp/gsttcpclientsrc.c:
19758 * gst/tcp/gsttcpclientsrc.h:
19759 * gst/tcp/gsttcpplugin.h:
19760 * gst/tcp/gsttcpserversink.c:
19761 * gst/tcp/gsttcpserversrc.c:
19762 * gst/typefind/gsttypefindfunctions.c:
19763 * gst/videorate/gstvideorate.c:
19764 * gst/videotestsrc/gstvideotestsrc.h:
19765 * gst/videotestsrc/videotestsrc.h:
19766 * sys/v4l/gstv4lcolorbalance.h:
19767 * sys/v4l/gstv4ltuner.h:
19768 * sys/v4l/gstv4lxoverlay.h:
19769 * sys/v4l/v4l_calls.h:
19770 * sys/v4l/videodev_mjpeg.h:
19771 * tests/check/elements/audioconvert.c:
19772 * tests/check/elements/audioresample.c:
19773 * tests/check/elements/audiotestsrc.c:
19774 * tests/check/elements/videotestsrc.c:
19775 * tests/check/elements/volume.c:
19776 * tests/examples/seek/scrubby.c:
19777 * tests/examples/seek/seek.c:
19780 === release 0.10.0 ===
19782 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19785 releasing 0.10.0, "Mont-d'or"
19787 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
19789 * tests/examples/seek/Makefile.am:
19790 Build fix for when gtk is not available.
19792 2005-12-05 Andy Wingo <wingo@pobox.com>
19794 * ext/libvisual/visual.c: (get_buffer):
19795 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19796 * ext/pango/gsttextrender.c: (gst_text_render_chain):
19797 * ext/theora/theoradec.c: (theora_handle_data_packet):
19798 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19799 (theora_enc_chain):
19800 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19801 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19802 Update for alloc_buffer changes.
19804 2005-12-05 Andy Wingo <wingo@pobox.com>
19806 patch by: Kai Vehmanen <kv2004 eca cx>
19808 * gst-libs/gst/rtp/gstbasertpdepayload.c
19809 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19811 2005-12-04 Andy Wingo <wingo@pobox.com>
19813 patch by: Sebastien Cote <sebas642 yahoo ca>
19815 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19818 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
19820 * docs/plugins/Makefile.am:
19821 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19822 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19823 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19824 * ext/pango/gstclockoverlay.c:
19825 * ext/pango/gsttextoverlay.c:
19826 * ext/pango/gsttextrender.c:
19827 * ext/pango/gsttimeoverlay.c:
19828 Add gtk-doc blurbs to pango elements.
19830 2005-12-02 Wim Taymans <wim@fluendo.com>
19832 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19833 * gst/audioresample/buffer.h:
19834 * gst/audioresample/gstaudioresample.c:
19835 * gst/audioresample/gstaudioresample.h:
19836 * gst/audioresample/resample.c: (resample_input_flush),
19837 (resample_input_pushthrough), (resample_input_eos),
19838 (resample_get_output_size_for_input),
19839 (resample_get_input_size_for_output), (resample_get_output_size),
19840 (resample_get_output_data):
19841 * gst/audioresample/resample.h:
19842 * gst/audioresample/resample_ref.c: (resample_scale_ref):
19843 Fix audioresample, seek torture, new segments, reverse negotiation
19846 2005-12-02 Wim Taymans <wim@fluendo.com>
19848 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19851 2005-12-02 Wim Taymans <wim@fluendo.com>
19853 * gst/audioconvert/gstaudioconvert.c:
19854 (gst_audio_convert_transform):
19857 === release 0.9.7 ===
19859 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19862 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19864 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19870 add win32 MANIFEST file
19871 do something to the hungarian translation
19873 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
19876 Add $(PANGO_DIR) to SUBDIRS
19878 * ext/pango/gstclockoverlay.c:
19879 * ext/pango/gsttimeoverlay.c:
19880 Fix and improve element descriptions.
19882 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19884 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19885 * docs/plugins/inspect/plugin-libvisual.xml:
19886 * docs/plugins/inspect/plugin-pango.xml:
19887 add pango plugin to docs
19889 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19893 moved pango to base
19895 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19898 * tests/Makefile.am:
19899 * tests/icles/.cvsignore:
19900 * tests/icles/Makefile.am:
19901 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19902 (close_display), (resize_window), (move_window), (create_window),
19903 (terminate_playback), (pause_playback), (start_playback), (main):
19904 add stress test for xoverlay from Julien
19906 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19908 * docs/libs/tmpl/gstcolorbalance.sgml:
19909 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19910 * gst-libs/gst/rtp/gstbasertppayload.c:
19911 * gst-libs/gst/rtp/gstrtpbuffer.c:
19912 * gst-libs/gst/rtp/gstrtpbuffer.h:
19913 Do burger's rename for rtp payloaders and depayloaders
19915 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19918 add Visual Studio 6 build files
19920 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19922 * docs/libs/gst-plugins-base-libs-docs.sgml:
19923 * docs/libs/gst-plugins-base-libs-sections.txt:
19924 * docs/libs/tmpl/gstaudio.sgml:
19925 * docs/libs/tmpl/gstringbuffer.sgml:
19926 * gst-libs/gst/interfaces/xoverlay.c:
19927 * gst-libs/gst/video/gstvideofilter.c:
19928 * gst-libs/gst/video/gstvideosink.c:
19929 update documentation
19931 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19933 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19934 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19935 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19936 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19937 (gst_multi_fd_sink_get_stats),
19938 (gst_multi_fd_sink_remove_client_link),
19939 (gst_multi_fd_sink_handle_client_read),
19940 (gst_multi_fd_sink_client_queue_data),
19941 (gst_multi_fd_sink_client_queue_caps),
19942 (gst_multi_fd_sink_client_queue_buffer),
19943 (gst_multi_fd_sink_new_client),
19944 (gst_multi_fd_sink_handle_client_write),
19945 (gst_multi_fd_sink_recover_client),
19946 (gst_multi_fd_sink_queue_buffer),
19947 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19948 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19949 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19950 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19951 * gst/tcp/gstmultifdsink.h:
19952 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19953 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19954 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19955 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19956 (gst_tcp_client_sink_set_property),
19957 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19958 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19959 * gst/tcp/gsttcpclientsink.h:
19960 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19961 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19962 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19963 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19964 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19965 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19966 * gst/tcp/gsttcpclientsrc.h:
19967 * gst/tcp/gsttcpplugin.c: (plugin_init):
19968 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19969 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19970 (gst_tcp_server_sink_finalize),
19971 (gst_tcp_server_sink_handle_server_read),
19972 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19973 (gst_tcp_server_sink_set_property),
19974 (gst_tcp_server_sink_get_property),
19975 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19976 * gst/tcp/gsttcpserversink.h:
19977 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19978 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19979 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19980 (gst_tcp_server_src_set_property),
19981 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19982 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19983 * gst/tcp/gsttcpserversrc.h:
19986 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19988 * docs/plugins/Makefile.am:
19989 * docs/plugins/gst-plugins-base-plugins.args:
19990 * docs/plugins/inspect/plugin-libvisual.xml:
19991 * gst/audioconvert/plugin.h:
19992 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19993 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19994 (gst_audio_rate_setcaps), (gst_audio_rate_init),
19995 (gst_audio_rate_chain), (gst_audio_rate_set_property),
19996 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19998 * gst/audiotestsrc/gstaudiotestsrc.c:
19999 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
20000 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
20001 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
20002 (gst_audio_test_src_get_query_types),
20003 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
20004 (gst_audio_test_src_create_square),
20005 (gst_audio_test_src_create_saw),
20006 (gst_audio_test_src_create_triangle),
20007 (gst_audio_test_src_create_silence),
20008 (gst_audio_test_src_create_white_noise),
20009 (gst_audio_test_src_init_pink_noise),
20010 (gst_audio_test_src_generate_pink_noise_value),
20011 (gst_audio_test_src_create_pink_noise),
20012 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
20013 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
20014 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
20016 * gst/audiotestsrc/gstaudiotestsrc.h:
20017 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
20018 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
20019 (gst_sub_parse_init), (gst_sub_parse_formats),
20020 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
20021 (convert_encoding), (get_next_line),
20022 (gst_sub_parse_data_format_autodetect),
20023 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
20024 (gst_sub_parse_loop), (gst_sub_parse_chain),
20025 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
20027 * gst/subparse/gstsubparse.h:
20028 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
20029 (gst_video_rate_base_init), (gst_video_rate_class_init),
20030 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
20031 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
20032 (gst_video_rate_init), (gst_video_rate_event),
20033 (gst_video_rate_chain), (gst_video_rate_set_property),
20034 (gst_video_rate_get_property), (gst_video_rate_change_state),
20036 * gst/videoscale/gstvideoscale.c:
20037 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20038 (gst_video_scale_src_template_factory),
20039 (gst_video_scale_sink_template_factory),
20040 (gst_video_scale_get_type), (gst_video_scale_base_init),
20041 (gst_video_scale_class_init), (gst_video_scale_init),
20042 (gst_video_scale_set_property), (gst_video_scale_get_property),
20043 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20044 (gst_video_scale_prepare_size), (parse_caps),
20045 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20046 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20047 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20049 * gst/videoscale/gstvideoscale.h:
20050 * gst/videotestsrc/gstvideotestsrc.c:
20051 (gst_video_test_src_pattern_get_type),
20052 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20053 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20054 (gst_video_test_src_set_pattern),
20055 (gst_video_test_src_set_property),
20056 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20057 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20058 (gst_video_test_src_event), (gst_video_test_src_get_times),
20059 (gst_video_test_src_create), (plugin_init):
20060 * gst/videotestsrc/gstvideotestsrc.h:
20061 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20062 (gst_video_test_src_smpte), (gst_video_test_src_snow),
20063 (gst_video_test_src_black):
20064 * gst/videotestsrc/videotestsrc.h:
20066 clean up docs a little
20068 2005-11-30 Wim Taymans <wim@fluendo.com>
20070 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20071 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20072 (gst_basertppayload_event), (gst_basertppayload_push),
20073 (gst_basertppayload_change_state):
20074 * gst-libs/gst/rtp/gstbasertppayload.h:
20077 2005-11-30 Julien MOUTTE <julien@moutte.net>
20079 * docs/libs/gst-plugins-base-libs-docs.sgml:
20080 * docs/libs/gst-plugins-base-libs-sections.txt:
20081 * gst-libs/gst/video/gstvideofilter.c:
20082 * gst-libs/gst/video/gstvideosink.c:
20083 * gst-libs/gst/video/gstvideosink.h: Adding docs.
20085 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20105 * scripts/autoplugins.sh:
20108 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20112 * examples/Makefile.am:
20113 * examples/capsfilter/Makefile.am:
20114 * examples/capsfilter/capsfilter1.c:
20115 * examples/gob/Makefile.am:
20116 * examples/gob/gst-identity2.gob:
20117 * examples/indexing/.cvsignore:
20118 * examples/indexing/Makefile.am:
20119 * examples/indexing/indexmpeg.c:
20120 * examples/seeking/.cvsignore:
20121 * examples/seeking/Makefile.am:
20122 * examples/seeking/cdparanoia.c:
20123 * examples/seeking/cdplayer.c:
20124 * examples/seeking/chained.c:
20125 * examples/seeking/scrubby.c:
20126 * examples/seeking/seek.c:
20127 * examples/stats/Makefile.am:
20128 * examples/stats/mp2ogg.c:
20129 * examples/switch/.cvsignore:
20130 * examples/switch/Makefile.am:
20131 * examples/switch/switcher.c:
20132 * tests/Makefile.am:
20133 * tests/check/generic/.cvsignore:
20134 * tests/check/pipelines/.cvsignore:
20135 * tests/examples/Makefile.am:
20136 * tests/examples/seek/Makefile.am:
20137 reorganize stuff under tests/
20139 2005-11-30 Edward Hervey <edward@fluendo.com>
20141 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20142 Go away you stupid GstStaticPadTemplate memleak.
20144 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20146 * gst-libs/gst/net/Makefile.am:
20147 * gst-libs/gst/net/README:
20148 * gst-libs/gst/net/gstnetbuffer.c:
20149 * gst-libs/gst/net/gstnetbuffer.h:
20150 this was moved to "netbuffer"
20152 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20154 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20155 (gst_video_filter_class_init), (gst_video_filter_init):
20156 * gst-libs/gst/video/gstvideofilter.h:
20157 borgify name to bring in line with other classes
20159 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20161 * gst/audioscale/.cvsignore:
20162 * gst/audioscale/Makefile.am:
20163 * gst/audioscale/README:
20164 * gst/audioscale/audioscale.vcproj:
20165 * gst/audioscale/dtof.c:
20166 * gst/audioscale/dtos.c:
20167 * gst/audioscale/functable.c:
20168 * gst/audioscale/gstaudioscale.c:
20169 * gst/audioscale/gstaudioscale.h:
20170 * gst/audioscale/private.h:
20171 * gst/audioscale/resample.c:
20172 * gst/audioscale/resample.h:
20173 * gst/audioscale/test.c:
20176 2005-11-30 Edward Hervey <edward@fluendo.com>
20178 * gst-libs/gst/netbuffer/Makefile.am:
20179 really, really tired
20181 2005-11-30 Edward Hervey <edward@fluendo.com>
20183 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20184 Update for new GstTypeFindFactory _register()
20186 2005-11-30 Edward Hervey <edward@fluendo.com>
20188 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
20189 Let's not override libgstnet from core for no reason...
20190 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20191 Ok, maybe not so quick next time.
20193 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20196 * gst-libs/gst/Makefile.am:
20197 moved gst-libs/gst/net to netbuffer through CVS surgery
20198 remove old directory
20199 updating build to accomodate
20202 2005-11-29 Andy Wingo <wingo@pobox.com>
20204 * pkgconfig/gstreamer-plugins-base.pc.in:
20205 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20206 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20209 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20211 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20212 3rd time's the charm. Correct ref-counting for discarded buffers.
20214 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20216 * gst/playback/gststreamselector.c:
20217 (gst_stream_selector_class_init),
20218 (gst_stream_selector_set_property),
20219 (gst_stream_selector_get_property),
20220 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20223 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
20225 * gst/subparse/gstsubparse.c: (feed_textbuf):
20226 Don't access already unref'ed buffer.
20228 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20230 * gst/playback/gststreamselector.c:
20231 (gst_stream_selector_class_init), (gst_stream_selector_init),
20232 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20233 (gst_stream_selector_get_property),
20234 (gst_stream_selector_get_linked_pad),
20235 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20236 * gst/playback/gststreamselector.h:
20237 Add the active-pad property for playbin to use shortly. Ignore buffers
20238 from any other pad, returning GST_FLOW_NOT_LINKED
20240 2005-11-29 Julien MOUTTE <julien@moutte.net>
20242 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20243 patch from bug #322704 (Alessandro Decina).
20245 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20247 * gst-libs/gst/audio/Makefile.am:
20248 folded audiofilter into the audio library
20250 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20252 * gst/videoscale/gstvideoscale.h:
20253 * gst/videoscale/gstvideoscale.c:
20254 remove unimplemented scale methods
20256 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
20258 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20261 2005-11-28 Julien MOUTTE <julien@moutte.net>
20263 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20264 (gst_ximagesink_setcaps):
20265 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20266 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20267 happens (only visible on ximagesink but bug is in xv too) set_caps was
20268 destroying the internal x[v]image used to memcpy non locally alloced
20269 buffers so that it got renewed on next _chain. The issue is that
20270 _expose will try to put that image as it reffed it in _put.
20271 Using gst_buffer_unref instead of destroy fixes it !
20273 2005-11-28 Edward Hervey <edward@fluendo.com>
20275 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20276 (try_to_link_1), (queue_filled_cb):
20277 Better use of the queues. Start with a small size queue and only increase
20278 the size of the queues when the other queues are empty.
20280 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
20282 * gst-libs/gst/video/Makefile.am:
20283 compile in copied-over videofilter into the video library
20284 * gst-libs/gst/video/videosink.h:
20285 rename the header to gstvideosink.h since it's a base GstObject class
20286 * sys/ximage/ximagesink.h:
20287 * sys/xvimage/xvimagesink.h:
20290 2005-11-28 Wim Taymans <wim@fluendo.com>
20292 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20293 * gst/playback/gstplaybasebin.h:
20294 Prepare to handle errors betters.
20296 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20297 Set sinks to PAUSED first before adding and linking them so that
20298 we don't interrupt dataflow.
20300 2005-11-28 Wim Taymans <wim@fluendo.com>
20302 * gst-libs/gst/audio/TODO:
20305 * gst-libs/gst/audio/gstaudiosink.c:
20306 (gst_audioringbuffer_open_device),
20307 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20308 (gst_audioringbuffer_release):
20311 * gst-libs/gst/audio/gstbaseaudiosink.c:
20312 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20313 (gst_base_audio_sink_change_state):
20314 Slave to the master clock when going to PLAYING and unslave when
20317 * gst-libs/gst/audio/gstringbuffer.c:
20318 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20319 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20320 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20321 (gst_ring_buffer_clear_all), (wait_segment),
20322 (gst_ring_buffer_commit), (gst_ring_buffer_read),
20323 (gst_ring_buffer_advance):
20324 * gst-libs/gst/audio/gstringbuffer.h:
20325 Add some docs and cleanups.
20327 2005-11-28 Julien MOUTTE <julien@moutte.net>
20329 * sys/xvimage/xvimagesink.c:
20330 (gst_xvimagesink_navigation_send_event): Fix navigation events
20331 coordinates translation with pixel aspect ratios.
20333 2005-11-28 Julien MOUTTE <julien@moutte.net>
20335 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20336 Use calculated video geometry from _setcaps instead of buffer
20337 caps to respect pixel aspect ratio. (fixes #322388)
20339 2005-11-28 Julien MOUTTE <julien@moutte.net>
20341 * docs/libs/tmpl/gstcolorbalance.sgml:
20342 * docs/libs/tmpl/gstmixer.sgml:
20343 * docs/libs/tmpl/gstxoverlay.sgml:
20344 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20347 2005-11-28 Julien MOUTTE <julien@moutte.net>
20349 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20350 Refuse to create an XvImage if we can't find the format.
20352 2005-11-28 Edward Hervey <edward@fluendo.com>
20354 * gst-libs/gst/riff/riff-media.c:
20355 (gst_riff_create_audio_template_caps):
20356 Add ATRAC3 to the list of riff-possible audio caps.
20357 I know we still don't have a plugin for atrac3, but it's saner to output
20358 that than a cryptic mimetype.
20360 2005-11-27 Edward Hervey <edward@fluendo.com>
20362 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20363 Don't try to create a zero-sized subbuffer.
20365 2005-11-27 Julien MOUTTE <julien@moutte.net>
20367 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20368 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20369 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20370 (gst_ximagesink_expose): Fixed a tricky race.
20371 * sys/ximage/ximagesink.h:
20372 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20373 (gst_xvimagesink_expose): Fixed a tricky race.
20374 * sys/xvimage/xvimagesink.h:
20376 2005-11-27 Edward Hervey <edward@fluendo.com>
20378 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20379 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20380 Remove unused properties, and add queues between demuxers and decoders
20381 so that a lot more files can preroll properly.
20383 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20385 * gst-libs/gst/net/Makefile.am:
20386 * gst-libs/gst/rtp/Makefile.am:
20387 * gst-libs/gst/tag/Makefile.am:
20388 remove silly include
20389 * gst/tags/Makefile.am:
20390 * gst/tags/gsttagediting.c:
20391 * gst/tags/gsttageditingprivate.h:
20392 * gst/tags/tagedit.vcproj:
20393 remove directory, is as good as empty
20395 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20398 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20399 * gst-libs/Makefile.am:
20400 * gst-libs/gst/audio/Makefile.am:
20401 * gst-libs/gst/interfaces/Makefile.am:
20402 * gst-libs/gst/net/Makefile.am:
20403 * gst-libs/gst/riff/Makefile.am:
20404 * gst-libs/gst/rtp/Makefile.am:
20405 * gst-libs/gst/tag/Makefile.am:
20406 * gst-libs/gst/video/Makefile.am:
20409 2005-11-27 Julien MOUTTE <julien@moutte.net>
20411 * docs/libs/tmpl/gstcolorbalance.sgml:
20412 * docs/libs/tmpl/gstmixer.sgml:
20413 * docs/libs/tmpl/gstxoverlay.sgml:
20414 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20415 * sys/ximage/ximagesink.h:
20416 * sys/xvimage/xvimagesink.h: More and more documentation.
20418 2005-11-26 Julien MOUTTE <julien@moutte.net>
20420 * docs/libs/gst-plugins-base-libs-docs.sgml:
20421 * docs/libs/gst-plugins-base-libs-sections.txt:
20422 * docs/libs/tmpl/gstcolorbalance.sgml:
20423 * docs/libs/tmpl/gstmixer.sgml:
20424 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20427 2005-11-26 Julien MOUTTE <julien@moutte.net>
20429 * docs/plugins/Makefile.am:
20430 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20431 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20432 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20434 2005-11-26 Julien MOUTTE <julien@moutte.net>
20436 * docs/plugins/Makefile.am:
20437 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20438 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20439 * docs/plugins/inspect/plugin-adder.xml:
20440 * docs/plugins/inspect/plugin-alsa.xml:
20441 * docs/plugins/inspect/plugin-audioconvert.xml:
20442 * docs/plugins/inspect/plugin-audiorate.xml:
20443 * docs/plugins/inspect/plugin-audioresample.xml:
20444 * docs/plugins/inspect/plugin-audiotestsrc.xml:
20445 * docs/plugins/inspect/plugin-decodebin.xml:
20446 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20447 * docs/plugins/inspect/plugin-gnomevfs.xml:
20448 * docs/plugins/inspect/plugin-ogg.xml:
20449 * docs/plugins/inspect/plugin-playbin.xml:
20450 * docs/plugins/inspect/plugin-subparse.xml:
20451 * docs/plugins/inspect/plugin-tcp.xml:
20452 * docs/plugins/inspect/plugin-theora.xml:
20453 * docs/plugins/inspect/plugin-typefindfunctions.xml:
20454 * docs/plugins/inspect/plugin-video4linux.xml:
20455 * docs/plugins/inspect/plugin-videorate.xml:
20456 * docs/plugins/inspect/plugin-videoscale.xml:
20457 * docs/plugins/inspect/plugin-videotestsrc.xml:
20458 * docs/plugins/inspect/plugin-volume.xml:
20459 * docs/plugins/inspect/plugin-vorbis.xml:
20460 * docs/plugins/inspect/plugin-ximagesink.xml:
20461 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20462 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20464 2005-11-26 Edward Hervey <edward@fluendo.com>
20466 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20467 Properly return GstFlowReturn from gst_pad_push in chain functions.
20469 2005-11-25 Michael Smith <msmith@fluendo.com>
20471 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20472 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20473 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20474 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20475 Handle various conditions better when we don't understand a stream.
20476 Removes a heap of CRITICALs on ogg streams containing unknown data.
20478 2005-11-24 Andy Wingo <wingo@pobox.com>
20480 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20483 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20485 * configure.ac: back to HEAD
20487 === release 0.9.6 ===
20489 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20492 releasing 0.9.6, "White Eight"
20494 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20496 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20497 * docs/plugins/inspect/plugin-sine.xml:
20498 remove sinesrc some more
20500 2005-11-23 Wim Taymans <wim@fluendo.com>
20502 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20503 If we are reading too slowly, jump forward in the ringbuffer
20504 instead of blocking.
20506 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20508 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20509 (gst_visual_chain):
20510 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20511 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20512 (gst_videorate_chain):
20513 * gst/videotestsrc/gstvideotestsrc.c:
20514 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20515 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20516 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20517 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20518 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20519 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20520 Updates for API changes
20522 2005-11-23 Wim Taymans <wim@fluendo.com>
20524 * gst-libs/gst/audio/gstbaseaudiosink.c:
20525 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20526 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20527 Fix for calibration API change.
20529 2005-11-23 Michael Smith <msmith@fluendo.com>
20531 * gst-libs/gst/audio/multichannel.c:
20532 (gst_audio_get_channel_positions),
20533 (gst_audio_set_channel_positions),
20534 (gst_audio_set_structure_channel_positions_list),
20535 (gst_audio_fixate_channel_positions):
20536 Use gst_value_array_*() functions on value arrays, not
20537 gst_value_list_*().
20539 2005-11-23 Edward Hervey <edward@fluendo.com>
20542 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20545 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20547 * check/Makefile.am:
20548 * check/elements/videotestsrc.c: (setup_videotestsrc),
20549 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20551 add a test for videotestsrc
20553 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20555 * gst/sine/.cvsignore:
20556 * gst/sine/Makefile.am:
20557 * gst/sine/gstsinesrc.c:
20558 * gst/sine/gstsinesrc.h:
20559 * gst/sine/sinesrc.vcproj:
20560 and remove sinesrc from the repository. Closes #321446
20562 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20565 * gst-plugins-base.spec.in:
20566 remove sinesrc from the build
20568 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20570 * check/Makefile.am:
20571 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20572 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20574 add a test for audiotestsrc, testing all waves. Even seems
20575 leak-free at first glance, nice job Stefan
20577 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20593 Translation string updates
20595 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20596 (gst_v4lsrc_set_caps):
20597 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20598 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20599 * sys/v4l/v4lsrc_calls.h:
20600 Improve v4lsrc, by making it work again.
20602 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20604 * ext/libvisual/visual.c: (gst_visual_chain):
20605 Fix the fps calculations.
20607 * gst/ffmpegcolorspace/avcodec.h:
20608 Move structure element for clarity
20610 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20611 * gst-libs/gst/interfaces/tunernorm.h:
20612 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20613 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20614 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20615 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20616 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20617 (gst_v4lmjpegsrc_getcaps):
20618 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20619 (gst_v4lsrc_set_caps):
20620 * sys/v4l/gstv4lsrc.h:
20621 * sys/v4l/v4l_calls.c: (gst_v4l_open):
20622 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20623 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20624 * sys/v4l/v4lsrc_calls.h:
20625 Fractional framerates...
20627 2005-11-22 Wim Taymans <wim@fluendo.com>
20629 * gst-libs/gst/audio/gstbaseaudiosink.c:
20630 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20631 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20632 And we provide a clock by default, of course...
20634 2005-11-22 Wim Taymans <wim@fluendo.com>
20636 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20637 This clock can be slaved to a master clock now.
20639 * gst-libs/gst/audio/gstbaseaudiosink.c:
20640 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20641 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20642 (gst_base_audio_sink_set_clock),
20643 (gst_base_audio_sink_set_property),
20644 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20645 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20646 * gst-libs/gst/audio/gstbaseaudiosink.h:
20647 Handle slaving the internal clock to the clock selected in the
20649 Add property to make the basesink not provide a clock.
20651 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20652 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20653 (gst_base_rtp_depayload_wait):
20654 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20655 We can use the clock in GstElement, no need to store it ourselves.
20657 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20659 * docs/libs/tmpl/gstaudio.sgml:
20661 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20662 (gst_paranoia_endian_get_type):
20663 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20664 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20665 * gst/audiotestsrc/gstaudiotestsrc.c:
20666 (gst_audiostestsrc_wave_get_type):
20667 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20668 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20669 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20670 (gst_sync_method_get_type), (gst_unit_type_get_type),
20671 (gst_client_status_get_type), (gst_multifdsink_class_init),
20672 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20673 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20674 (gst_multifdsink_get_property):
20675 * gst/tcp/gstmultifdsink.h:
20676 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20677 * gst/videotestsrc/gstvideotestsrc.c:
20678 (gst_videotestsrc_pattern_get_type):
20679 remove deprecated properties
20680 fix up enums to correctly have short lowercase dashed nicks
20682 2005-11-22 Michael Smith <msmith@fluendo.com>
20684 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20685 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20688 2005-11-22 Michael Smith <msmith@fluendo.com>
20690 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20691 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20692 Use utility method for scaling clocktime for fractional framerates.
20694 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20696 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20697 (gst_visual_chain):
20698 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20699 * ext/theora/theoradec.c: (theora_handle_type_packet):
20700 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20701 (theora_enc_chain):
20702 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20703 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20704 * gst-libs/gst/video/video.h:
20705 * gst/ffmpegcolorspace/avcodec.h:
20706 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20707 (gst_ffmpeg_caps_to_pixfmt):
20708 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20709 (gst_ffmpegcsp_set_caps):
20710 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20711 (gst_videorate_setcaps), (gst_videorate_blank_data),
20712 (gst_videorate_chain):
20713 * gst/videotestsrc/gstvideotestsrc.c:
20714 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20715 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20716 (gst_videotestsrc_event), (gst_videotestsrc_create):
20717 * gst/videotestsrc/gstvideotestsrc.h:
20718 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20719 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20720 (gst_ximagesink_get_times), (gst_ximagesink_init):
20721 * sys/ximage/ximagesink.h:
20722 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20723 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20724 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20725 * sys/xvimage/xvimagesink.h:
20726 Convert elements to use fractions for their framerate.
20727 V4L elements to come later tonight.
20729 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20731 * gst-libs/gst/audio/audio.c:
20732 * gst-libs/gst/audio/audio.h:
20733 remove some deprecated functions
20735 2005-11-22 Andy Wingo <wingo@pobox.com>
20737 * Update for gst_tag_setter API changes.
20739 2005-11-22 Andy Wingo <wingo@pobox.com>
20741 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20742 (gst_ogg_demux_perform_seek):
20743 * ext/theora/theoradec.c (theora_dec_sink_event):
20744 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20747 2005-11-22 Wim Taymans <wim@fluendo.com>
20749 * examples/seeking/seek.c: (main):
20750 Give higher priority to bus signals than the gtk events
20751 to fix a race condition in the segment looping.
20753 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20755 * ext/theora/Makefile.am:
20756 * ext/vorbis/Makefile.am:
20757 * gst-libs/gst/tag/Makefile.am:
20758 * gst-plugins-base.spec.in:
20759 Rename libgsttagedit to libgsttag (#322117).
20761 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20763 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20764 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20765 Call gst_x_overlay_prepare_xwindow_id() to give applications
20766 a final chance to set their own xwindow id before the video
20767 sink creates its own window.
20769 2005-11-22 Julien MOUTTE <julien@moutte.net>
20771 * sys/xvimage/xvimagesink.c:
20772 (gst_xvimagesink_navigation_send_event): Handle navigation
20773 events correcly with borders if applicable.
20775 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20777 Patch by: Luca Ognibene
20779 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20780 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20781 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20782 (gst_ffmpegcsp_caps_remove_format_info):
20783 * gst/ffmpegcolorspace/imgconvert.c:
20784 * gst/ffmpegcolorspace/imgconvert_template.h:
20785 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20786 #318353); use gst_structure_has_name().
20788 2005-11-22 Julien MOUTTE <julien@moutte.net>
20790 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20791 (gst_ximagesink_class_init): Add debug macros on functions.
20792 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20793 (gst_xvimagesink_xwindow_draw_borders),
20794 (gst_xvimagesink_xvimage_put),
20795 (gst_xvimagesink_xwindow_update_geometry),
20796 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20797 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20798 (gst_xvimagesink_xcontext_clear),
20799 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20800 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20801 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20802 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20803 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20804 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20805 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20806 expose while being PAUSED, out of data flow navigation events, etc..
20808 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20810 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20811 * gst-libs/gst/audio/audio.h:
20812 fix prototype - wondering why the test worked regardless
20814 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
20816 * check/Makefile.am:
20817 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20818 * gst-libs/gst/audio/audio.h:
20819 add a method that returns a proper GstClockTime
20821 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20823 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20824 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20825 * gst-libs/gst/interfaces/xoverlay.h:
20826 Remove everything having to do with the desired size; add
20827 gst_x_overlay_prepare_xwindow_id() function; remove the
20828 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20829 post a message on the bus instead (#321816).
20831 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20832 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20833 (gst_xvimagesink_xoverlay_init):
20834 Remove desired size stuff (#321816).
20836 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20838 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20839 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20840 (mpeg_video_type_find), (mpeg_video_stream_type_find):
20841 Terminate vararg functions with NULL instead of 0 to
20844 2005-11-21 Andy Wingo <wingo@pobox.com>
20846 patch by: Sebastien Cote <sebas642@yahoo.ca>
20848 * gst-libs/gst/rtp/gstrtpbuffer.h:
20849 * gst-libs/gst/rtp/gstrtpbuffer.c
20850 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20852 2005-11-21 Andy Wingo <wingo@pobox.com>
20854 * gst/playback/gstplaybin.c (gen_audio_element)
20855 (gen_video_element): Use the new MISSING_PLUGIN core error
20856 category. Closes #320060.
20858 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
20859 * gst/videorate/gstvideorate.c (gst_videorate_event):
20860 * ext/theora/theoradec.c (theora_dec_sink_event):
20861 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20864 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20865 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20866 stream lock changes.
20868 2005-11-21 Wim Taymans <wim@fluendo.com>
20870 * gst-libs/gst/audio/gstbaseaudiosink.c:
20871 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20872 (gst_base_audio_sink_provide_clock),
20873 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20874 (gst_base_audio_sink_change_state):
20875 * gst/audioresample/gstaudioresample.c:
20876 Segment update fix.
20878 2005-11-21 Andy Wingo <wingo@pobox.com>
20881 * *.c: Ran scripts/update-macros. Oh yes.
20883 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20885 * sys/ximage/Makefile.am:
20886 * sys/ximage/ximage.c:
20887 Rename ximage plugin to ximagesink (#321426) (Don't forget to
20888 remove your old libgstximage.* manually if necessary).
20890 2005-11-21 Michael Smith <msmith@fluendo.com>
20892 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20893 Minimal fix for bug #320200: set the min/max bitrate in the correct
20894 units. A better fix would be to upgrade to the RATEMANAGE2
20895 interface, rather than using the deprecated interface used here, but
20896 that would require an update in our libvorbis dependency (to 1.1),
20897 which is probably undesirable.
20899 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
20901 * ext/libvisual/visual.c: (get_buffer):
20902 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20903 (gst_base_audio_src_fixate):
20904 * gst/audioconvert/gstaudioconvert.c:
20905 (gst_audio_convert_fixate_caps):
20906 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20907 * gst/audiotestsrc/gstaudiotestsrc.c:
20908 (gst_audiotestsrc_src_fixate):
20909 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20910 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20911 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20912 * gst/videotestsrc/gstvideotestsrc.c:
20913 (gst_videotestsrc_src_fixate):
20914 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20915 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20916 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20920 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20922 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20923 (gst_riff_create_iavs_caps):
20924 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20925 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20926 (gst_riff_parse_info):
20927 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20928 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20929 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20930 Fixes for GST_FOURCC_FORMAT API change.
20932 2005-11-21 Andy Wingo <wingo@pobox.com>
20934 patch by: Alessandro Dessina <alessandro nnva org>
20936 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20937 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20938 (gst_ogg_parse_chain):
20939 * ext/theora/theoraenc.c (theora_set_header_on_caps):
20940 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20941 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20942 gst_value_list calls on arrays. Fixes #321962.
20944 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20946 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20947 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20948 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20949 * gst/adder/gstadder.c: (gst_adder_init),
20950 (gst_adder_request_new_pad), (gst_adder_collected),
20951 (gst_adder_change_state):
20952 Update for gst_collectpads_foo() to gst_collect_pads_foo()
20955 2005-11-21 Michael Smith <msmith@fluendo.com>
20957 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20958 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20959 Properly handle pad_push return values.
20961 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
20963 * gst-libs/gst/tag/Makefile.am:
20964 * gst-libs/gst/tag/gstvorbistag.c:
20965 (gst_tag_list_to_vorbiscomment_buffer):
20966 Remove obsolete vorbistag element and debug category.
20968 * gst/playback/gstplaybasebin.c: (check_queue):
20969 Don't divide by 0 when queue-threshold is 0.
20971 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20972 Don't modify an existing pixel-aspect-ratio if we fail to read
20975 2005-11-20 Wim Taymans <wim@fluendo.com>
20977 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20978 (gst_vorbisenc_push_packet):
20979 GST_PAD_IS_USABLE is gone, use the return value of
20980 the push or pad_alloc_buffer instead.
20982 2005-11-18 Julien MOUTTE <julien@moutte.net>
20984 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20985 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20986 (gst_ximagesink_ximage_destroy),
20987 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20988 (gst_ximagesink_xwindow_new),
20989 (gst_ximagesink_xwindow_update_geometry),
20990 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20991 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20992 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20993 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20994 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20995 (gst_ximagesink_navigation_send_event),
20996 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20997 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20998 (gst_ximagesink_finalize), (gst_ximagesink_init),
20999 (gst_ximagesink_class_init):
21000 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
21001 This new version brings correct software scaling, non flickering
21002 window while resizing, pixel aspect ratio handling, usage of
21003 hardware buffer pools, out of data flow event thread for
21004 navigation and handling of expose events even when being PAUSED,
21005 a new property to keep video aspect ratio when resizing, etc...
21007 2005-11-18 Julien MOUTTE <julien@moutte.net>
21009 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21010 (gst_videoscale_fixate_caps): Introduce back caps fixate with
21013 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
21015 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21016 Unsetting IS_SINK flag from the fakesink, so decodebin
21017 never behaves as a sink.
21019 2005-11-17 Wim Taymans <wim@fluendo.com>
21021 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21022 (gst_base_audio_src_change_state):
21023 Fix the audiosrc base class again, we did not unflush.
21025 2005-11-17 Julien MOUTTE <julien@moutte.net>
21027 * examples/seeking/seek.c: (make_dv_pipeline),
21028 (make_vorbis_theora_pipeline), (make_avi_pipeline),
21029 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
21030 to ogg/vorbis/theora pipeline.
21032 2005-11-17 Wim Taymans <wim@fluendo.com>
21034 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21035 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21036 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21037 Fix EOS on multiple streams.
21040 2005-11-16 Wim Taymans <wim@fluendo.com>
21042 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21043 (gst_ogg_demux_perform_seek):
21044 Segment done must include stream time.
21046 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21047 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21048 (gst_ogg_mux_change_state):
21049 Fix ogg muxer again.
21051 2005-11-16 Wim Taymans <wim@fluendo.com>
21053 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21056 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
21058 * ext/libvisual/visual.c: (gst_visual_init):
21059 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21060 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21061 (gst_ogg_parse_chain):
21062 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21063 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21064 * ext/theora/theoradec.c: (gst_theora_dec_init):
21065 * ext/theora/theoraenc.c: (gst_theora_enc_init):
21066 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21067 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21068 * gst/adder/gstadder.c: (gst_adder_class_init),
21069 (gst_adder_dispose):
21070 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21071 * gst/subparse/gstsubparse.c: (gst_subparse_init):
21072 * gst/videorate/gstvideorate.c: (gst_videorate_init):
21073 Fix a whole set of pad template leaks
21075 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
21077 * check/generic/states.c: (GST_START_TEST):
21078 fix the test so that it only checks for elements that are part of
21081 2005-11-16 Michael Smith <msmith@fluendo.com>
21083 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21084 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21085 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21086 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21087 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21088 (gst_ogg_mux_change_state):
21089 Fix leaking collectpads.
21091 2005-11-16 Edward Hervey <edward@fluendo.com>
21093 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21094 (gst_videorate_event), (gst_videorate_chain):
21095 Handle segment seeks
21097 2005-11-16 Wim Taymans <wim@fluendo.com>
21099 * gst-libs/gst/audio/gstbaseaudiosink.c:
21100 (gst_base_audio_sink_provide_clock),
21101 (gst_base_audio_sink_change_state):
21102 Set ringbuffer to non-flushing when going to PAUSED, set to
21103 flushing again when going to READY.
21105 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21106 (gst_ring_buffer_stop):
21107 Start in flushing mode by default.
21108 Don't set flushing in the _stop method, let the app call
21111 2005-11-16 Julien MOUTTE <julien@moutte.net>
21113 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21114 * gst-libs/gst/video/videosink.h: Add helper function needed
21117 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
21119 * gst/videoscale/gstvideoscale.c:
21120 (gst_videoscale_handle_src_event):
21121 Don't leak reference to pad parent.
21123 2005-11-16 Wim Taymans <wim@fluendo.com>
21125 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21126 Set ringbuffer to flushing when stopping so that we don't
21127 block on wait_segment anymore and livelock.
21129 2005-11-16 Wim Taymans <wim@fluendo.com>
21131 * examples/seeking/seek.c: (send_event), (do_seek),
21132 (loop_toggle_cb), (segment_done), (main):
21133 Added looping checkbox.
21135 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
21137 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21138 (gst_ogg_demux_init):
21139 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21140 (gst_vorbis_dec_init):
21141 revert unrefs, they don't pass make check
21143 2005-11-15 Johan Dahlin <johan@gnome.org>
21145 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21146 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21147 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21148 (gst_vorbis_dec_init):
21149 Fix pad template leaks.
21151 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
21153 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21154 Make state change function thread safe.
21156 2005-11-15 Edward Hervey <edward@fluendo.com>
21158 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21159 (gst_ogg_demux_class_init):
21160 Implement GstElement::send_event, so we can send seek events
21163 2005-11-14 Julien MOUTTE <julien@moutte.net>
21165 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21166 Discovered how to take away flickering while resizing the
21167 window. Please don't put that in ximagesink, refactoring in
21170 2005-11-14 Michael Smith <msmith@fluendo.com>
21172 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21173 (gst_multifdsink_render):
21174 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21176 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
21178 * gst/playback/gstplaybin.c: (gen_audio_element):
21179 Use autoaudiosink, it tends to be more widely available than
21182 2005-11-14 Andy Wingo <wingo@pobox.com>
21184 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21185 as well if it is available. Fixes #316442.
21187 2005-11-14 Michael Smith <msmith@fluendo.com>
21189 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21190 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21191 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21192 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21193 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21194 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21195 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21196 (gst_vorbisenc_change_state):
21197 Fix a small memory leak in vorbisenc.
21198 Fix large memory leaks in oggmux, also fix lots of state change
21201 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
21203 * gst/videotestsrc/gstvideotestsrc.c:
21204 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21205 (gst_videotestsrc_src_fixate):
21206 move fixation to a fixate function
21207 remove negotiate function, basesrc's is good enough
21208 fixes a bug for check when using the element alone
21210 2005-11-13 Edward Hervey <edward@fluendo.com>
21212 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21213 (key_toggle_cb), (main):
21214 Added checkboxes for adding/removing the accurate and key_unit seek
21217 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
21219 * configure.ac: back to HEAD
21221 === release 0.9.5 ===
21223 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
21226 releasing 0.9.5, "No No Kia"
21228 2005-11-11 Edward Hervey <edward@fluendo.com>
21230 * examples/seeking/seek.c: (make_parselaunch_pipeline):
21231 Added parse-launch syntax seeking mode for the seeking example.
21232 This should help stress-test even more cases.
21233 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21235 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
21237 * sys/xvimage/xvimagesink.c:
21238 (gst_xvimagesink_navigation_send_event):
21239 Check whether peer pad exists before sending navigation events
21242 2005-11-11 Michael Smith <msmith@fluendo.com>
21244 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21245 (gst_vorbisenc_buffer_from_packet):
21246 * ext/vorbis/vorbisenc.h:
21247 Set duration on encoded buffers. This allows oggmux's
21248 max_page_delay parameter to actually work.
21250 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
21252 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21253 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21254 (gst_ffmpegcsp_avpicture_fill):
21255 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21256 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21257 Make palettes work again (see #132341). Use our own macros
21260 2005-11-10 Andy Wingo <wingo@pobox.com>
21262 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21265 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21267 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21268 (gst_ffmpegcsp_transform_caps):
21269 Prefer passthrough in transform_caps
21271 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21273 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21274 check for ALSA errors properly, instead of relying on ALSA's
21275 error strings to serve to the user.
21277 2005-11-10 Wim Taymans <wim@fluendo.com>
21279 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21280 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21281 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21282 Modernise the seek code.
21284 2005-11-10 Michael Smith <msmith@fluendo.com>
21286 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21287 (setup_substreams), (set_active_source):
21288 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21289 trying to go to NULL if we failed to read a file.
21291 2005-11-10 Wim Taymans <wim@fluendo.com>
21293 * gst/audiotestsrc/gstaudiotestsrc.c:
21294 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21295 (gst_audiotestsrc_create):
21296 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21297 (gst_sinesrc_get_times), (gst_sinesrc_create):
21298 * gst/videotestsrc/gstvideotestsrc.c:
21299 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21300 (gst_videotestsrc_create):
21301 The base class can now sync for us.
21303 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21305 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21306 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21307 name=source autoprobe=false autoprobe-fps=false copy-mode=1
21308 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21309 format=(fourcc)I420" ! xvimagesink
21311 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
21313 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21314 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21315 (gst_sinesrc_newsegment):
21316 Send newsegment event in TIME format, set duration if
21317 num-buffers is set, fix duration querying.
21319 2005-11-10 Michael Smith <msmith@fluendo.com>
21321 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21322 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21323 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21324 (gst_ogg_mux_collected):
21325 Fix EOS handling, partially. Now forwarding an EOS event once we have
21326 EOS on all pads works correctly. However, we still don't properly set
21327 EOS on the actual ogg stream pages.
21329 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
21331 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21332 Set elements to NULL state before disposing of them.
21334 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
21336 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21338 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21339 (gst_base_rtp_depayload_init),
21340 (gst_base_rtp_depayload_set_gst_timestamp):
21341 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21342 We need to send a newsegment event for each instance, not
21343 just for the first instance of this class (get rid of
21344 static variable in function). (#321011).
21346 2005-11-08 Michael Smith <msmith@fluendo.com>
21348 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21349 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21350 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21351 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21352 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21353 This makes us mux things correctly according to the ogg muxing
21354 rules. Still not handling EOS correctly right now, though.
21356 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21358 * gst/audioconvert/gstaudioconvert.c:
21361 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21363 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21364 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21365 Initialise segment_stop to GST_CLOCK_TIME_NONE when
21366 creating a new chain; should fix live streaming. Also
21367 add more debug output and fix a typo.
21369 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
21371 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21373 * gst/volume/gstvolume.c: (volume_set_caps):
21374 Fix compilation on Solaris with Forte. (#320923)
21376 2005-11-08 Wim Taymans <wim@fluendo.com>
21378 * gst-libs/gst/audio/gstbaseaudiosink.c:
21379 (gst_base_audio_sink_render):
21380 No need to do a typecheck.
21382 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
21384 * ext/alsa/gstalsa.h:
21385 We register a debug category, so let's use it.
21387 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21389 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21390 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21391 Fixed a small problem.
21393 2005-11-04 Wim Taymans <wim@fluendo.com>
21395 * examples/seeking/Makefile.am:
21396 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21397 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21398 (make_playerbin_pipeline), (format_value), (update_scale),
21399 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21400 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21401 (print_usage), (main):
21402 Added app for playback speed testing.
21404 * examples/seeking/seek.c: (dynamic_link),
21405 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21406 (make_mpeg_pipeline), (do_seek), (set_update_scale),
21407 (message_received), (main):
21408 Updated seek example.
21410 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21412 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21413 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21414 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21415 (gst_base_rtp_depayload_set_clock):
21416 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21417 Don't sleep on the bench (system clock) when you have a nice
21418 comfortable bed (Gstreamer clock) to sleep on.
21420 2005-11-03 Wim Taymans <wim@fluendo.com>
21422 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21423 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21424 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21425 Handle the case where a pad_block failed.
21427 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
21429 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21431 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21432 (gst_base_rtp_depayload_add_to_queue),
21433 (gst_base_rtp_depayload_push),
21434 (gst_base_rtp_depayload_set_gst_timestamp),
21435 (gst_base_rtp_depayload_queue_release):
21436 Fixes some bugs in the depayloader's queuing/de-queueing code.
21438 2005-10-31 Michael Smith <msmith@fluendo.com>
21440 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21441 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21442 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21443 Patch from Alessandro Decina <alessandro@nnva.org>.
21444 Make oggdemux only find the final time in a chain, not per-pad,
21445 since the per-pad information can be very expensive to locate, and
21446 it isn't used anywhere. This makes reading a file containing
21447 OggSkeleton reasonably fast.
21448 Also, make chain finding work when there are logical bitstreams that
21449 can't be decoded. Fixes #319110.
21451 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21453 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21454 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21455 (gst_base_rtp_depayload_chain),
21456 (gst_base_rtp_depayload_add_to_queue),
21457 (gst_base_rtp_depayload_push),
21458 (gst_base_rtp_depayload_set_gst_timestamp),
21459 (gst_base_rtp_depayload_queue_release),
21460 (gst_base_rtp_depayload_start_thread),
21461 (gst_base_rtp_depayload_set_property),
21462 (gst_base_rtp_depayload_get_property):
21463 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21464 Some random fixes, to fullfill the desires of thomas.
21466 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21468 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21469 (gst_base_rtp_depayload_add_to_queue),
21470 (gst_base_rtp_depayload_push):
21471 Fixed the queueing algorithm.
21473 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21475 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21476 (gst_base_rtp_depayload_push):
21479 2005-10-31 Wim Taymans <wim@fluendo.com>
21481 * gst-libs/gst/audio/gstringbuffer.h:
21484 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21485 (gst_ffmpeg_caps_to_pixfmt):
21486 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21487 (gst_ffmpegcsp_set_caps):
21488 Some more comments.
21489 Handle missing required caps fields better.
21491 2005-10-31 Wim Taymans <wim@fluendo.com>
21493 * gst-libs/gst/audio/gstbaseaudiosink.c:
21494 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21495 (gst_base_audio_sink_render):
21496 * gst-libs/gst/audio/gstringbuffer.c:
21497 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21498 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21499 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21500 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21501 (gst_ring_buffer_read):
21502 * gst-libs/gst/audio/gstringbuffer.h:
21503 Add flushing mode to the ringbuffer so that it in all cases does
21504 not try to handle more audio. This makes sure it does not try to
21505 block anymore when flushing and fixes a livelock.
21507 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
21509 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21510 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21511 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21512 Explicitly check for -1 values before doing a conversion
21513 and always map them to -1. (#315545)
21515 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
21517 * gst/playback/gstplaybin.c: (gen_video_element):
21518 first try autovideosink, then xvimagesink, then error out
21520 add translatable file
21535 update translations
21537 2005-10-27 Philippe Khalaf <burger at speedy dot org>
21539 * gst-libs/gst/rtp/gstbasedepayload.c:
21540 * gst-libs/gst/rtp/gstbasedepayload.h:
21543 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
21545 * gst/playback/.cvsignore:
21546 * gst/playback/decodetest.c:
21547 * gst/playback/test3.c:
21548 Port these two tests as well.
21550 2005-10-27 Wim Taymans <wim@fluendo.com>
21552 * ext/theora/theoradec.c: (theora_dec_src_query),
21553 (theora_dec_sink_event):
21554 * ext/theora/theoraenc.c: (theora_enc_sink_event),
21555 (theora_enc_change_state):
21556 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21557 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21558 Take proper locks when handling events.
21560 2005-10-27 Wim Taymans <wim@fluendo.com>
21562 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21563 (gst_adder_change_state):
21564 Fix timestamps and fix deadlock when stopping the collectpads.
21566 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
21568 * gst-libs/gst/rtp/gstrtpbuffer.h:
21569 Declaring the payload types as strings too so that they can be used
21570 in the padtemplate inialization.
21572 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
21574 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21576 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21577 (gst_base_rtp_depayload_class_init):
21578 Fixes a small but nasty bug. The derived elements no longer segfaults
21581 2005-10-26 Michael Smith <msmith@fluendo.com>
21583 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21584 When clearing an audioconvert context, set tmpbufsize to zero, so
21585 we'll allocate it again later if required.
21586 This fixes audioconvert re-negotiating formats, which previously
21587 segfaulted with a NULL destination buffer.
21589 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21591 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21592 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21593 (gst_base_rtp_depayload_set_gst_timestamp),
21594 (gst_base_rtp_depayload_queue_release):
21595 Fixed a smalll memleak.
21597 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21598 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21599 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21600 (gst_base_rtp_depayload_finalize),
21601 (gst_base_rtp_depayload_setcaps),
21602 (gst_base_rtp_depayload_add_to_queue),
21603 (gst_base_rtp_depayload_push),
21604 (gst_base_rtp_depayload_set_gst_timestamp),
21605 (gst_base_rtp_depayload_queue_release),
21606 (gst_base_rtp_depayload_thread),
21607 (gst_base_rtp_depayload_change_state):
21608 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21609 Changed the C++ comments to C comments
21611 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
21613 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21614 * gst/tcp/gsttcpclientsrc.h:
21615 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21616 * gst/tcp/gsttcpserversrc.h:
21617 Remove unused 'curoffset' structure member.
21619 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
21621 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21622 (gst_base_rtp_depayload_base_init),
21623 (gst_base_rtp_depayload_finalize):
21624 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21625 * gst-libs/gst/rtp/gstbasertppayload.h:
21626 The pad-template on the sinkpad should be set by the derived classes.
21627 Also added some useful macros.
21629 2005-10-24 Wim Taymans <wim@fluendo.com>
21631 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21632 Correctly flush decoder samples even if we could not
21633 copy them to an output buffer. Fixes #319618.
21635 2005-10-24 Julien MOUTTE <julien@moutte.net>
21637 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21638 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21639 the caps against our xcontext caps.
21641 2005-10-24 Wim Taymans <wim@fluendo.com>
21643 * gst-libs/gst/audio/gstbaseaudiosink.c:
21644 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21646 Use sync property from baseclass to disable sync.
21648 2005-10-24 Wim Taymans <wim@fluendo.com>
21650 * gst-libs/gst/audio/gstbaseaudiosink.c:
21651 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21652 Buffers with no timestamps get aligned with previous buffers or
21653 on underrun, played ASAP.
21655 2005-10-24 Julien MOUTTE <julien@moutte.net>
21657 * gst-libs/gst/video/video.h:
21658 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21659 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21660 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21661 here comes my change on caps for framerate and geometry range.
21662 We are now accepting 1 to MAXINT for width and height, and from
21663 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21664 to be blended correctly in videomixer.
21666 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21671 === release 0.9.4 ===
21673 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21678 releasing 0.9.4, "Velociraptor"
21680 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21682 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21686 2005-10-21 Wim Taymans <wim@fluendo.com>
21688 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21689 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21690 (pad_blocked), (close_pad_link), (new_pad):
21691 Don't try to remove elements twice.
21693 2005-10-21 Wim Taymans <wim@fluendo.com>
21695 * ext/theora/theoradec.c: (theora_dec_src_query),
21696 (theora_dec_sink_event):
21697 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21698 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21699 (vorbis_handle_data_packet):
21700 * ext/vorbis/vorbisdec.h:
21703 * gst-libs/gst/audio/gstbaseaudiosink.c:
21704 (gst_base_audio_sink_render):
21705 Don't try to sync on buffers without a timestamp.
21707 2005-10-21 Wim Taymans <wim@fluendo.com>
21709 * ext/theora/theoradec.c: (theora_dec_src_query),
21710 (theora_dec_sink_event):
21711 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21712 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21713 (vorbis_handle_data_packet):
21714 * ext/vorbis/vorbisdec.h:
21717 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21719 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21720 (gst_vorbisenc_src_query):
21721 Implement position and duration queries.
21723 * gst/playback/test3.c: (update_scale), (main):
21724 Fix for async state changes and print nicer output.
21726 2005-10-20 Wim Taymans <wim@fluendo.com>
21728 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21729 (dump_element_stats), (main):
21730 * gst/playback/test6.c: (main):
21733 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21735 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21736 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21737 Don't use functions for position queries when handling
21740 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21742 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21743 (vorbis_handle_data_packet), (vorbis_dec_chain),
21744 (vorbis_dec_change_state):
21745 * ext/vorbis/vorbisdec.h:
21746 Vorbis streams can be embedded in other container formats
21747 than ogg, container formats where the demuxer might set
21748 timestamps on encoded vorbis buffers instead of those silly
21749 granulepos thingies. In short: make vorbisdec handle
21750 timestamps on incoming buffers as well.
21752 2005-10-20 Wim Taymans <wim@fluendo.com>
21754 * gst/playback/gstplaybasebin.c: (group_destroy),
21755 (gst_play_base_bin_change_state):
21757 Handle case where playbasebin is now ASYNC because
21760 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21762 * gst/audioconvert/Makefile.am:
21763 * gst/audioconvert/bufferframesconvert.c:
21764 * gst/audioconvert/plugin.c: (plugin_init):
21765 * gst/audioconvert/plugin.h:
21766 And bye bye buffer-frames-convert
21768 2005-10-19 Wim Taymans <wim@fluendo.com>
21770 * check/elements/audioconvert.c:
21771 * docs/libs/tmpl/gstaudio.sgml:
21772 * docs/libs/tmpl/gstcolorbalance.sgml:
21773 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21774 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21775 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21776 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21777 * gst-libs/gst/audio/audio.h:
21778 * gst/audioconvert/audioconvert.h:
21779 * gst/audioconvert/gstaudioconvert.c:
21780 (gst_audio_convert_parse_caps):
21781 * gst/volume/gstvolume.c:
21782 Bye bye buffer-frames.
21784 2005-10-19 Wim Taymans <wim@fluendo.com>
21786 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21787 (query_positions_elems), (query_positions_pads), (update_scale),
21788 (do_seek), (set_update_scale), (message_received), (main):
21789 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21790 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21791 (gst_ogg_demux_loop):
21792 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21793 * ext/theora/theoradec.c: (theora_dec_src_query),
21794 (theora_dec_sink_event):
21795 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21796 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21797 * gst/adder/gstadder.c: (gst_adder_query):
21798 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21799 * gst/playback/test3.c: (update_scale):
21800 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21801 (dump_element_stats), (main):
21802 * gst/playback/test6.c: (main):
21803 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21806 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21808 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21809 (xml_check_first_element), (xml_type_find), (smil_type_find),
21811 Add typefinding for SMIL and for generic XML. Based on patch by
21812 Akos Maroy (#308663).
21814 2005-10-18 Wim Taymans <wim@fluendo.com>
21816 * gst/playback/Makefile.am:
21817 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21818 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21819 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21820 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21821 (gst_decode_bin_change_state):
21822 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21823 (gst_play_bin_send_event_to_sink):
21824 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21825 (dump_element_stats), (main):
21826 * gst/playback/test6.c: (main):
21827 Make playbin async, it'll commit state to paused when all streams
21830 Added test6.c to show async behaviour.
21832 2005-10-18 Wim Taymans <wim@fluendo.com>
21834 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21835 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21836 Fix for segment-start/stop API change.
21838 2005-10-18 Wim Taymans <wim@fluendo.com>
21840 * check/Makefile.am:
21841 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21843 Add future test for clock selection.
21845 2005-10-18 Wim Taymans <wim@fluendo.com>
21847 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21848 (gst_alsasink_close):
21849 Set handle to NULL.
21851 * gst-libs/gst/audio/gstringbuffer.c:
21852 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21853 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21854 (gst_ring_buffer_start), (gst_ring_buffer_pause),
21855 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21856 (gst_ring_buffer_read):
21859 2005-10-17 Stefan Kost <ensonic@users.sf.net>
21861 * gst/audiotestsrc/Makefile.am:
21862 * gst/sine/Makefile.am:
21863 * gst/volume/Makefile.am:
21864 fix broken build of controllerized plugins
21866 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
21868 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21870 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21871 (gst_riff_create_video_template_caps):
21872 Add support for Indeo-3 (IV32).
21874 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21879 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21881 * gst-libs/gst/video/video.c: (gst_video_get_size):
21882 * gst/audiotestsrc/gstaudiotestsrc.c:
21885 2005-10-17 Andy Wingo <wingo@pobox.com>
21887 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21888 with the collectpads change.
21889 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21891 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21893 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21895 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21896 alloc_buffer flow return to callers.
21897 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21898 change. Fix some memleaks in theoraenc.
21900 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21901 in strange circumstance.
21903 2005-10-17 Julien MOUTTE <julien@moutte.net>
21905 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21906 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21907 from caps, let's use the caps...
21909 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21912 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21914 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21916 * gst-libs/gst/interfaces/Makefile.am:
21919 2005-10-16 Andy Wingo <wingo@pobox.com>
21921 * gst/playback/gstdecodebin.c
21922 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21924 (try_to_link_1): Increase kraziness level.
21926 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21929 restructure like the core one
21930 * gst-libs/gst/audio/Makefile.am:
21931 * gst-libs/gst/interfaces/Makefile.am:
21932 * gst-libs/gst/net/Makefile.am:
21933 * gst-libs/gst/riff/Makefile.am:
21934 * gst-libs/gst/rtp/Makefile.am:
21935 * gst-libs/gst/tag/Makefile.am:
21936 * gst-libs/gst/video/Makefile.am:
21937 use correct linker flags, now the libs are properly versioned
21938 * check/elements/audioconvert.c: (verify_convert):
21939 * ext/alsa/gstalsaplugin.c:
21940 * ext/cdparanoia/gstcdparanoia.c:
21941 * ext/gnomevfs/gstgnomevfs.c:
21942 * ext/libvisual/visual.c:
21943 * ext/ogg/gstogg.c:
21944 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21945 * ext/theora/theora.c:
21946 * ext/vorbis/vorbis.c:
21947 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21948 * gst-libs/gst/tag/gsttagediting.c:
21949 * gst-libs/gst/video/video.c:
21950 * gst/adder/gstadder.c:
21951 * gst/audioconvert/plugin.c:
21952 * gst/audiorate/gstaudiorate.c:
21953 * gst/audioresample/gstaudioresample.c:
21954 * gst/audioresample/resample_ref.c: (resample_scale_ref):
21955 * gst/audioscale/gstaudioscale.c:
21956 * gst/audioscale/resample.c:
21957 * gst/audiotestsrc/gstaudiotestsrc.c:
21958 * gst/ffmpegcolorspace/gstffmpeg.c:
21959 * gst/playback/gstdecodebin.c: (close_pad_link):
21960 * gst/playback/gstplaybin.c: (gen_video_element),
21961 (gen_audio_element):
21962 * gst/sine/gstsinesrc.c:
21963 * gst/subparse/gstsubparse.c:
21964 * gst/tags/gsttagediting.c:
21965 * gst/tcp/gsttcpplugin.c:
21966 * gst/typefind/gsttypefindfunctions.c:
21967 * gst/videorate/gstvideorate.c:
21968 * gst/videoscale/gstvideoscale.c:
21969 * gst/videotestsrc/gstvideotestsrc.c:
21970 * gst/volume/gstvolume.c:
21971 * sys/v4l/gstv4l.c:
21972 * sys/ximage/ximage.c:
21973 * sys/xvimage/xvimagesink.c:
21976 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
21978 * ext/vorbis/vorbisenc.c:
21979 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21980 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21981 (gst_tag_to_vorbis_comments):
21982 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21984 2005-10-13 Stefan Kost <ensonic@users.sf.net>
21986 * examples/stats/mp2ogg.c:
21987 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21990 2005-10-13 Michael Smith <msmith@fluendo.com>
21992 * ext/ogg/gstoggmux.c:
21993 Use magic glib macros to define constants as 64 bit, to ensure
21994 appropriate vararg passing.
21996 2005-10-13 Michael Smith <msmith@fluendo.com>
21998 * ext/ogg/gstoggmux.c:
21999 * gst/audioconvert/audioconvert.c: (float):
22000 Don't use LL suffix, as it's not portable, and neither of these
22001 uses required it anyway.
22003 2005-10-12 Stefan Kost <ensonic@users.sf.net>
22005 * examples/indexing/indexmpeg.c: (main):
22006 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
22007 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
22008 (cdparanoia_convert), (cdparanoia_query):
22009 * ext/cdparanoia/gstcdparanoia.h:
22010 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22011 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
22012 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
22013 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
22014 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
22015 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
22016 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22017 (gst_multifdsink_render), (gst_multifdsink_start),
22018 (gst_multifdsink_stop):
22019 * gst/tcp/gstmultifdsink.h:
22020 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
22021 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22022 (gst_tcpclientsink_stop):
22023 * gst/tcp/gsttcpclientsink.h:
22024 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
22025 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
22026 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
22027 * gst/tcp/gsttcpclientsrc.h:
22028 * gst/tcp/gsttcpserversink.h:
22029 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
22030 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22031 (gst_tcpserversrc_stop):
22032 * gst/tcp/gsttcpserversrc.h:
22033 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22034 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22035 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22036 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22037 moved bitshift from macro to enum definition
22039 2005-10-12 Wim Taymans <wim@fluendo.com>
22041 * examples/seeking/Makefile.am:
22044 2005-10-12 Wim Taymans <wim@fluendo.com>
22046 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22047 (gst_ring_buffer_read), (gst_ring_buffer_clear):
22048 Don't assert on normal stuff.
22050 * gst/playback/gstplaybin.c: (do_playbin_seek):
22053 2005-10-12 Wim Taymans <wim@fluendo.com>
22055 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22056 * examples/seeking/Makefile.am:
22057 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22058 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22059 (do_seek), (set_update_scale), (message_received), (main):
22060 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22061 (gst_ring_buffer_read), (gst_ring_buffer_clear):
22062 Update for _get_state() API change.
22064 2005-10-11 Wim Taymans <wim@fluendo.com>
22066 * gst-libs/gst/audio/gstbaseaudiosink.c:
22067 (gst_base_audio_sink_render):
22068 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22069 (gst_base_audio_src_create):
22070 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22071 (gst_ring_buffer_read):
22073 Commit and read from ringbuffer in samples rather than bytes.
22075 2005-10-11 Wim Taymans <wim@fluendo.com>
22077 * gst-libs/gst/audio/gstbaseaudiosink.c:
22078 (gst_base_audio_sink_render):
22079 Respect segment rate and accum when scheduling samples.
22081 2005-10-11 Julien MOUTTE <julien@moutte.net>
22083 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22084 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22085 EOS correctly, that needs more work.
22087 2005-10-11 Wim Taymans <wim@fluendo.com>
22089 * check/generic/states.c: (GST_START_TEST):
22090 remove old property.
22092 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22093 (gst_ogg_demux_perform_seek):
22094 * ext/theora/theoradec.c: (theora_dec_sink_event):
22095 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22096 (vorbis_handle_data_packet):
22097 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22098 (gst_base_rtp_depayload_set_gst_timestamp):
22099 * gst/videorate/gstvideorate.c: (gst_videorate_event):
22100 Update for newsegment API change.
22102 2005-10-11 Michael Smith <msmith@fluendo.com>
22104 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22105 (do_playbin_seek), (gst_play_bin_send_event):
22106 Override send_event differently, so that we can takes bits of
22107 functionality from GstPipeline (special handling for seeks,
22108 including pausing/resuming, and resetting stream time) and still get
22109 the appropriate behaviour of only forwarding event to a single sink,
22110 rather than all of them.
22111 Unfortunately requires a lot of code duplication, but the
22112 alternatives are equally ugly in the end.
22114 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
22116 * check/elements/audioconvert.c: (setup_audioconvert),
22117 (cleanup_audioconvert), (get_int_caps), (verify_convert),
22118 (GST_START_TEST), (audioconvert_suite):
22119 clean up tests a little, fix some leaks.
22121 2005-10-10 Wim Taymans <wim@fluendo.com>
22123 * ext/alsa/gstalsasink.c:
22124 Also allow unsigned int.
22126 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22127 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22130 2005-10-10 Wim Taymans <wim@fluendo.com>
22132 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22133 Small update, use API as stated in design docs.
22135 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22136 (update_scale), (do_seek), (seek_cb), (set_update_scale),
22137 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22138 (message_received), (main):
22139 Updated seek example for GOption. Some usability improvements.
22141 2005-10-10 Wim Taymans <wim@fluendo.com>
22143 * gst/audioconvert/audioconvert.h:
22144 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22145 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22146 Alloc temp storage somewhere else where we can do it more
22149 2005-10-10 Wim Taymans <wim@fluendo.com>
22151 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22152 (gst_tcpserversrc_start):
22153 Don't block in accept while doing the state change, move
22154 to poll and make cancellable.
22156 2005-10-09 Philippe Khalaf <burger@speedy.org>
22158 * gst-libs/gst/rtp/rtpbasedepayload.c:
22159 Set timestamp and add queue delay to timestamp
22160 * gst-libs/gst/rtp/rtpbuffer.h:
22161 Set correct payload type for h263
22163 2005-10-09 Stefan Kost <ensonic@users.sf.net>
22165 * gst/audiotestsrc/gstaudiotestsrc.c:
22166 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22167 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22168 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22169 (gst_audiotestsrc_create_triangle),
22170 (gst_audiotestsrc_create_silence),
22171 (gst_audiotestsrc_create_white_noise),
22172 (gst_audiotestsrc_init_pink_noise),
22173 (gst_audiotestsrc_generate_pink_noise_value),
22174 (gst_audiotestsrc_create_pink_noise),
22175 (gst_audiotestsrc_change_wave):
22176 * gst/audiotestsrc/gstaudiotestsrc.h:
22177 fixed typo, added pink noise
22179 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22181 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22183 Add wavpack and spc typefind functions from 0.8 branch.
22185 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22187 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22188 (ar_type_find), (msdos_type_find), (plugin_init):
22189 Add typefind functions for tar archives, ar archives,
22190 RAR archives, and msdos-executables (dlls, exe, etc.).
22191 Some of those would be wrongly identified as mpeg
22192 streams of some sort before (#315550).
22194 2005-10-09 Stefan Kost <ensonic@users.sf.net>
22197 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22198 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22199 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22200 * gst/audiotestsrc/Makefile.am:
22201 * gst/audiotestsrc/gstaudiotestsrc.c:
22202 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22203 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22204 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22205 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22206 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22207 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22208 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22209 (gst_audiotestsrc_create_silence),
22210 (gst_audiotestsrc_create_white_noise),
22211 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22212 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22213 (gst_audiotestsrc_start), (plugin_init):
22214 * gst/audiotestsrc/gstaudiotestsrc.h:
22215 add new plugin and element
22216 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22219 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22221 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22222 (gst_adder_init), (gst_adder_request_new_pad),
22223 (gst_adder_change_state):
22224 Add query function to source pad, so adder reports the correct
22225 time/sample position when queried (#315457); fix state change
22226 function; use GST_DEBUG_FUNCPTR() for pad functions.
22228 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
22230 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22231 Fix leaks in typefind registration
22232 Clean up the gratuitous commenting and whitespacing a little
22234 2005-10-08 Wim Taymans <wim@fluendo.com>
22236 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22237 Only actually wait for the thread to be stopped if it's
22240 2005-10-08 Wim Taymans <wim@fluendo.com>
22242 * gst-libs/gst/audio/gstbaseaudiosink.c:
22243 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22244 If we receive EOS we can start playback of what we had.
22246 2005-10-08 Wim Taymans <wim@fluendo.com>
22248 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22249 (gst_multifdsink_finalize), (multifdsink_hash_remove),
22250 (gst_multifdsink_stop):
22251 Fix crasher when going to NULL multiple times.
22253 2005-10-06 Wim Taymans <wim@fluendo.com>
22255 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22256 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22257 * gst-libs/gst/audio/gstbaseaudiosrc.h:
22258 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22259 patch from Edgard Lima <edgard.lima@indt.org.br>
22260 Fixed gstbaseaudiosrc adding ring buffer sync to it.
22262 2005-10-06 Wim Taymans <wim@fluendo.com>
22264 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22265 Report the FLOW_RETURN as string in the error message.
22267 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22268 Don't assert when clearing an unnegotiated buffer.
22270 2005-10-04 Michael Smith <msmith@fluendo.com>
22272 * gst/playback/gstplaybasebin.c: (group_destroy),
22273 (gen_preroll_element), (remove_groups), (setup_source):
22274 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22275 (setup_sinks), (gst_play_bin_send_event),
22276 (gst_play_bin_change_state):
22277 Set state to NULL before removing from bin. Fix refcounting.
22279 2005-10-04 Michael Smith <msmith@fluendo.com>
22281 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22282 Correct refcounting in send_event() function. Previously was wrong
22283 if the first sink was unable to handle the event.
22285 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22288 back to development
22290 === release 0.9.3 ===
22292 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22295 Releasing 0.9.3, "De Facto"
22297 2005-10-03 Andy Wingo <wingo@pobox.com>
22299 * gst/playback/gstdecodebin.c (try_to_link_1)
22300 (remove_element_chain): set element to NULL before removing it.
22302 2005-10-02 Johan Dahlin <johan@gnome.org>
22304 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
22305 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22308 2005-10-02 Andy Wingo <wingo@pobox.com>
22310 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
22311 (gst_ring_buffer_prepare_read):
22312 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22315 2005-09-29 Wim Taymans <wim@fluendo.com>
22317 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22318 * ext/theora/theoradec.c: (theora_handle_data_packet):
22319 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22320 Propagate error codes from alloc_buffer too.
22322 2005-09-29 Wim Taymans <wim@fluendo.com>
22324 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22327 * gst/playback/Makefile.am:
22328 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22329 (dump_element_stats), (main):
22330 Added example stream introspection code.
22332 2005-09-28 Stefan Kost <ensonic@users.sf.net>
22334 * gst/adder/gstadder.c: (gst_adder_collected):
22335 fix adder for float elements
22337 2005-09-28 Wim Taymans <wim@fluendo.com>
22339 * gst-libs/gst/audio/gstbaseaudiosink.c:
22340 (gst_base_audio_sink_class_init),
22341 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22342 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22343 (gst_base_audio_src_class_init),
22344 (gst_base_audio_src_provide_clock):
22345 get_clock -> provide_clock
22347 2005-09-28 Andy Wingo <wingo@pobox.com>
22349 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22352 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22355 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22356 Actually add the pad template.
22357 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22359 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22362 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22363 from fdsrc. Get caps in create() instead of start() so it can be
22364 interrupted. Interruption somewhat untested.
22366 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22367 Proper EOS handling.
22369 2005-09-27 Andy Wingo <wingo@pobox.com>
22371 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22373 * gst/tcp/gsttcpserversrc.c: Cleaned up.
22375 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22377 * gst/tcp/gsttcp.h:
22378 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22379 out of tcpclientsrc.c. Cancellable.
22380 (gst_tcp_socket_read): Made private, cancellable, with better
22381 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22382 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22383 whole buffer, and better diagnostics.
22384 (gst_tcp_gdp_read_caps): Same.
22386 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22388 2005-09-26 Andy Wingo <wingo@pobox.com>
22390 * gst/sine/gstsinesrc.h:
22391 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22392 change the 'sync' property to 'is-live' and implement it halfway,
22393 update for controller api change.
22395 * gst/volume/gstvolume.c (volume_transform_ip): Update for
22396 controller api change.
22398 2005-09-24 Wim Taymans <wim@fluendo.com>
22400 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22401 * gst-libs/gst/audio/gstaudiosink.c:
22402 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22403 (gst_audioringbuffer_stop):
22404 * gst-libs/gst/audio/gstbaseaudiosink.c:
22405 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22406 (gst_base_audio_sink_change_state):
22407 * gst-libs/gst/audio/gstbaseaudiosink.h:
22408 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22409 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22410 (gst_ring_buffer_commit), (gst_ring_buffer_read):
22411 * gst-libs/gst/audio/gstringbuffer.h:
22412 Fix sync again. Moved sample alignment to basesink.
22414 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
22416 * docs/plugins/Makefile.am:
22417 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22418 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22419 * gst/volume/gstvolume.c:
22421 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22422 * gst-libs/gst/audio/audio.h:
22423 add conversion macros for frames <-> clocktime
22425 2005-09-23 David Schleef <ds@schleef.org>
22427 * gst/audioresample/Makefile.am:
22428 * gst/audioresample/debug.h:
22429 * gst/audioresample/gstaudioresample.c:
22430 * gst/audioresample/resample.c: Convert to using gst debugging
22432 2005-09-22 Wim Taymans <wim@fluendo.com>
22434 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22435 (gst_play_bin_send_event):
22436 Only seek on one sink, the first one that succeeds.
22438 2005-09-22 Michael Smith <msmith@fluendo.com>
22440 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22441 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22442 Don't flush encoder state unless we have an initialised encoder.
22443 Clear out encoder state on PAUSED_TO_READY.
22445 2005-09-22 Wim Taymans <wim@fluendo.com>
22447 * gst-libs/gst/rtp/gstbasertppayload.c:
22448 (gst_basertppayload_class_init), (gst_basertppayload_init),
22449 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22450 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22451 (gst_basertppayload_is_filled), (gst_basertppayload_push),
22452 (gst_basertppayload_set_property),
22453 (gst_basertppayload_get_property),
22454 (gst_basertppayload_change_state):
22455 * gst-libs/gst/rtp/gstbasertppayload.h:
22456 Added max-ptime to control amount of data in the rtp packets.
22458 2005-09-21 Andy Wingo <wingo@pobox.com>
22460 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22463 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22464 can be called multiple times, dogs.
22466 2005-09-21 Wim Taymans <wim@fluendo.com>
22468 * gst-libs/gst/rtp/gstbasertppayload.c:
22469 (gst_basertppayload_class_init), (gst_basertppayload_init),
22470 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22471 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22472 (gst_basertppayload_push), (gst_basertppayload_get_property),
22473 (gst_basertppayload_change_state):
22476 2005-09-21 Stefan Kost <ensonic@users.sf.net>
22478 * docs/libs/compiling.sgml:
22481 2005-09-20 Wim Taymans <wim@fluendo.com>
22483 * gst-libs/gst/rtp/gstbasertppayload.c:
22484 (gst_basertppayload_class_init), (gst_basertppayload_init),
22485 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22486 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22487 (gst_basertppayload_push), (gst_basertppayload_set_property),
22488 (gst_basertppayload_get_property),
22489 (gst_basertppayload_change_state):
22490 * gst-libs/gst/rtp/gstbasertppayload.h:
22491 Added property to configure sequence number offsets.
22493 2005-09-20 Wim Taymans <wim@fluendo.com>
22495 * gst-libs/gst/rtp/gstbasertppayload.c:
22496 (gst_basertppayload_class_init), (gst_basertppayload_init),
22497 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22498 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22499 (gst_basertppayload_push), (gst_basertppayload_set_property),
22500 (gst_basertppayload_get_property),
22501 (gst_basertppayload_change_state):
22502 * gst-libs/gst/rtp/gstbasertppayload.h:
22503 Make timestamp offset configurable.
22505 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
22507 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22508 fix wrong pop/unref
22510 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
22512 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
22514 * gst-libs/gst/interfaces/propertyprobe.c:
22515 (gst_property_probe_probe_property_name),
22516 (gst_property_probe_needs_probe_name),
22517 (gst_property_probe_get_values_name),
22518 (gst_property_probe_probe_and_get_values_name):
22519 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22520 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22522 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
22524 * check/Makefile.am:
22525 have some tests be disabled for valgrinding
22526 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22528 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22529 Fix A Leak. Chain To Parent Finalize.
22531 2005-09-19 Wim Taymans <wim@fluendo.com>
22533 * examples/seeking/seek.c: (make_wav_pipeline), (main):
22534 Fixed wav pipeline.
22536 2005-09-19 Wim Taymans <wim@fluendo.com>
22538 * gst-libs/gst/rtp/gstbasertppayload.c:
22539 (gst_basertppayload_class_init), (gst_basertppayload_init),
22540 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22541 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22542 (gst_basertppayload_push), (gst_basertppayload_get_property),
22543 (gst_basertppayload_change_state):
22544 Posting ERROR and WARNING messages is good.
22546 2005-09-19 Wim Taymans <wim@fluendo.com>
22548 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22549 (gst_base_rtp_depayload_add_to_queue),
22550 (gst_base_rtp_depayload_push),
22551 (gst_base_rtp_depayload_set_gst_timestamp),
22552 (gst_base_rtp_depayload_queue_release):
22553 This one was not supposed to go in.
22555 2005-09-19 Wim Taymans <wim@fluendo.com>
22557 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22560 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22561 (gst_base_rtp_depayload_chain),
22562 (gst_base_rtp_depayload_add_to_queue),
22563 (gst_base_rtp_depayload_push),
22564 (gst_base_rtp_depayload_set_gst_timestamp),
22565 (gst_base_rtp_depayload_queue_release):
22568 * gst-libs/gst/rtp/gstbasertppayload.c:
22569 (gst_basertppayload_class_init), (gst_basertppayload_init),
22570 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22571 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22572 (gst_basertppayload_get_property),
22573 (gst_basertppayload_change_state):
22574 Added debugging category.
22576 2005-09-18 David Schleef <ds@schleef.org>
22578 * gst/playback/gstdecodebin.c: free plugin list correctly
22579 * gst/playback/gstplaybin.c: emit warning if autovideosink
22580 and autoaudiosink can't be found (instead of segfaulting)
22582 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
22584 * check/elements/audioconvert.c: (GST_START_TEST):
22585 try out 24 bit conversion
22587 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22589 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22590 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22591 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22592 * ext/vorbis/vorbisenc.h:
22593 Fix EOS handling. Still needs a fix in the ogg muxer to
22594 mark the last page as eos.
22596 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22598 * common/gtk-doc-plugins.mak:
22599 * docs/plugins/Makefile.am:
22600 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22601 * gst/ffmpegcolorspace/Makefile.am:
22602 * gst/ffmpegcolorspace/avcodec.h:
22603 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22604 * gst/tcp/gstmultifdsink.c:
22605 fix up ffmpegcolorspace docs; extract header
22607 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22609 * common/gtk-doc-plugins.mak:
22610 * docs/plugins/Makefile.am:
22611 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22612 * ext/theora/Makefile.am:
22613 * ext/theora/gsttheoraenc.h:
22614 * ext/theora/theoraenc.c:
22615 * ext/vorbis/vorbisenc.c:
22616 pick up signals and args for vorbis; add some docs for vorbis
22618 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22620 * common/gstdoc-scangobj:
22621 * common/gtk-doc-plugins.mak:
22622 * docs/libs/Makefile.am:
22623 * docs/plugins/gst-plugins-base-plugins.args:
22624 * docs/plugins/gst-plugins-base-plugins.hierarchy:
22625 * docs/plugins/gst-plugins-base-plugins.interfaces:
22626 * docs/plugins/gst-plugins-base-plugins.prerequisites:
22627 * docs/plugins/gst-plugins-base-plugins.signals:
22628 only scanobj stuff from our source module. Not sure yet
22629 if that's correct, given the hierarchy stuff :)
22631 2005-09-15 Wim Taymans <wim@fluendo.com>
22633 * gst/audioconvert/gstaudioconvert.c:
22634 And enable 24 bits mode as well..
22636 2005-09-15 Wim Taymans <wim@fluendo.com>
22638 * gst-libs/gst/rtp/Makefile.am:
22639 * gst-libs/gst/rtp/gstbasertppayload.c:
22640 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22641 (gst_basertppayload_class_init), (gst_basertppayload_init),
22642 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22643 (gst_basertppayload_chain), (gst_basertppayload_set_options),
22644 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22645 (gst_basertppayload_set_property),
22646 (gst_basertppayload_get_property),
22647 (gst_basertppayload_change_state):
22648 * gst-libs/gst/rtp/gstbasertppayload.h:
22649 Added rtp payloader base class.
22651 2005-09-15 Andy Wingo <wingo@pobox.com>
22653 * configure.ac (plugindir): Remove the EOL matcher from the
22654 regexp, as it causes me problems. Libtool? Make? Who knows?
22656 2005-09-14 David Schleef <ds@schleef.org>
22658 * check/generic/states.c:
22659 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22660 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22661 Fixes for changes in registry API.
22663 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
22664 to GST_PLUGIN_LDFLAGS.
22665 * ext/libvisual/visual.c: Make the library shut up.
22666 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22667 * gst-libs/gst/audio/gstaudiofilter.c: same
22669 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22671 * docs/plugins/Makefile.am:
22672 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22673 * docs/plugins/inspect/plugin-libvisual.xml:
22674 * docs/plugins/tmpl/element-tcpserversink.sgml:
22675 * ext/theora/theoraenc.c:
22676 add libvisual plugin and theoraenc element to docs
22678 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22680 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22681 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22682 * ext/theora/theoraenc.c:
22685 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
22687 * gst/audioconvert/Makefile.am:
22688 Audioconvert derives from GstBaseTransform and should
22689 link to the library with our base elements to avoid
22690 unresolved symbols. Makes things work with MinGW (#316160)
22692 * gst/playback/test4.c: (main):
22693 Fix MinGW build problem and use g_usleep() instead of
22696 2005-09-12 Wim Taymans <wim@fluendo.com>
22698 * gst/audioconvert/audioconvert.c: (float),
22699 (audio_convert_prepare_context), (audio_convert_convert):
22700 * gst/audioconvert/audioconvert.h:
22701 Cleanups, speedups, simplifications, added back support
22704 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
22706 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22707 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22708 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22709 * docs/plugins/tmpl/element-tcpserversink.sgml:
22710 * gst/ffmpegcolorspace/gstffmpeg.c:
22711 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22712 * gst/videotestsrc/gstvideotestsrc.c:
22713 * gst/volume/gstvolume.c:
22714 add more elements to the docs
22716 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
22718 * check/Makefile.am:
22719 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22720 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22721 Add extra tests for basetransform based components.
22722 Comment out the test_element_negotiation test until we decide
22723 if it's testing correct behaviour.
22724 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22725 (gst_visual_chain), (gst_visual_change_state):
22726 Slightly more correct but still bogus timestamping.
22727 Fix state change function.
22728 * gst/audioconvert/gstaudioconvert.c:
22729 (gst_audio_convert_class_init):
22730 * gst/audioresample/gstaudioresample.c:
22731 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22732 (gst_ffmpegcsp_class_init):
22733 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22734 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22735 (gst_videoscale_prepare_image):
22736 * gst/volume/gstvolume.c: (gst_volume_class_init),
22737 (volume_transform_ip):
22738 Basetransform updates. Enable passthrough modes.
22739 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22740 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22741 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22742 Negotiation fix that allows the window to return to the original
22743 size and renegotiate passthrough upstream. Extra debug output.
22745 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
22747 * gst/sine/gstsinesrc.c:
22748 * gst/volume/gstvolume.c:
22749 fix up header include
22751 2005-09-09 Stefan Kost <ensonic@users.sf.net>
22753 * gst-libs/gst/audio/gstbaseaudiosink.c:
22754 (gst_base_audio_sink_render):
22755 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22756 * gst/volume/gstvolume.c: (gst_volume_class_init),
22757 (volume_transform):
22758 fixing lost sync, some more debugging
22760 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
22762 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22763 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22764 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22765 (gst_xvimagesink_check_xshm_calls):
22766 Fix compilation when XShm is not available.
22768 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22770 * ext/libvisual/visual.c: (gst_visual_dispose),
22771 (gst_visual_getcaps), (gst_visual_src_setcaps),
22772 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22773 (gst_visual_change_state):
22774 Finish fixing up libvisual plugin so that it runs.
22776 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22778 * ext/vorbis/vorbisenc.c:
22779 * gst-libs/gst/tag/gstvorbistag.c:
22780 gsttaginterface.h -> gsttagsetter.h
22782 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22784 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22785 added another test that failes for me (test is not active by default)
22787 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22790 v4l2 is no longer in gst-plugins-base
22792 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22795 In the output at the end, don't show the first plugin on the same
22796 line as "Core plug-ins, always built:".
22797 Indent the output as for other plugin categories
22798 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22799 #define that can be used to not use peer buffer_alloc functions for
22801 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22802 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22803 (gst_ximagesink_show_frame):
22804 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22805 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22806 (gst_xvimagesink_show_frame):
22807 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22808 fails gracefully instead of XError aborting or deadlocking.
22810 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22812 * ext/libvisual/Makefile.am:
22813 link against gst-base-libs
22815 2005-09-06 David Schleef <ds@schleef.org>
22817 * configure.ac: Enable libvisual plugin.
22818 * ext/libvisual/Makefile.am:
22819 * ext/libvisual/visual.c: Fixes to make it compile.
22821 === release 0.9.2 ===
22823 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
22828 * docs/random/ChangeLog-0.8:
22829 releasing 0.9.2, "Spoon"
22831 2005-09-05 Michael Smith <msmith@fluendo.com>
22833 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22834 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22835 that in the vorbisenc element.
22837 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22839 * common/gtk-doc-plugins.mak:
22840 * docs/plugins/Makefile.am:
22842 * gst/audioresample/resample.c:
22843 fix wrong docstring
22845 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22847 * common/gst-xmlinspect.py:
22848 * common/gtk-doc-plugins.mak:
22849 only inspect plugins for this given package
22850 require gst-python 0.9
22852 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
22856 * common/gst-xmlinspect.py:
22858 * docs/Makefile.am:
22859 * docs/plugins/inspect/plugin-alsa.xml:
22860 * docs/plugins/inspect/plugin-audioresample.xml:
22861 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22862 * docs/plugins/inspect/plugin-ogg.xml:
22863 * docs/plugins/tmpl/element-gnomevfssink.sgml:
22864 * docs/plugins/tmpl/element-multifdsink.sgml:
22865 * docs/plugins/tmpl/element-tcpserversink.sgml:
22866 * docs/plugins/tmpl/element-vorbisenc.sgml:
22867 * gst-plugins-base.spec.in:
22868 various doc-related updates
22870 2005-08-31 Wim Taymans <wim@fluendo.com>
22872 * gst-libs/gst/audio/gstbaseaudiosink.c:
22873 (gst_base_audio_sink_render):
22874 Resync if the buffer timestamps drift more than a 10th
22877 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
22879 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22880 (gst_v4lsrc_get_property):
22881 The 'timestamp-offset' property is registered as an int64, so
22882 let's use g_value_{set|get}_int64() in our setter and getter
22883 functions (makes it work and fixes warnings with gst-inspect).
22885 2005-08-30 Wim Taymans <wim@fluendo.com>
22887 * check/elements/audioconvert.c: (setup_audioconvert):
22888 * check/elements/audioresample.c: (setup_audioresample):
22889 * check/elements/volume.c: (setup_volume):
22892 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22894 * common/gtk-doc-plugins.mak:
22895 * common/plugins.xsl:
22896 * docs/plugins/Makefile.am:
22897 make module a param
22899 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22901 * examples/seeking/seek.c: (make_mp3_pipeline),
22902 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22903 (play_cb), (pause_cb), (stop_cb):
22906 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22908 * gst/volume/gstvolume.c: (gst_volume_class_init),
22909 (volume_transform):
22910 do not update controlled params, if buffer has no timestamp
22912 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22915 * gst/sine/Makefile.am:
22916 * gst/volume/Makefile.am:
22917 controllerized elements also need to link against controller-libs ;)
22919 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22921 * docs/libs/tmpl/gstcolorbalance.sgml:
22922 * docs/libs/tmpl/gstgconf.sgml:
22923 * docs/libs/tmpl/gstmixer.sgml:
22924 * docs/libs/tmpl/gstringbuffer.sgml:
22925 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22926 (gst_sinesrc_create):
22927 * gst/volume/gstvolume.c: (gst_volume_class_init),
22928 (volume_transform):
22929 controllerized two audio plugins
22931 2005-08-29 Andy Wingo <wingo@pobox.com>
22933 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
22934 (vorbis_handle_data_packet): Fix some int overflow errors.
22936 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22938 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22940 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22941 if it's valid. Fixed streaming-mode playback.
22943 * check/elements/volume.c (cleanup_volume): Fix for running
22946 * check/elements/audioconvert.c: Convert from native endian, not
22949 2005-08-29 Michael Smith <msmith@fluendo.com>
22951 * ext/ogg/Makefile.am:
22952 * ext/ogg/gstogg.c: (plugin_init):
22953 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22954 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22955 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22956 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22957 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22958 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22959 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22960 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22961 Add an ogg parser element.
22963 2005-08-28 Andy Wingo <wingo@pobox.com>
22965 * Updates for two-arg init from GST_BOILERPLATE_FULL.
22967 2005-08-26 Wim Taymans <wim@fluendo.com>
22969 * gst/audioconvert/audioconvert.c: (if), (float),
22970 (audio_convert_get_func_index), (check_default),
22971 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22972 (audio_convert_clean_context), (audio_convert_get_sizes),
22973 (audio_convert_convert):
22976 2005-08-26 Wim Taymans <wim@fluendo.com>
22978 * gst/audioconvert/audioconvert.c: (if), (float),
22979 (audio_convert_get_func_index), (check_default),
22980 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22981 (audio_convert_clean_context), (audio_convert_get_sizes),
22982 (audio_convert_convert):
22983 More elegant and working temp buffer selection algo.
22985 2005-08-26 Wim Taymans <wim@fluendo.com>
22987 * gst/audioconvert/audioconvert.c: (if), (float),
22988 (audio_convert_get_func_index), (check_default),
22989 (audio_convert_clean_fmt), (audio_convert_prepare_context),
22990 (audio_convert_clean_context), (audio_convert_get_sizes),
22991 (get_temp_buffer), (audio_convert_convert):
22992 Use realloc else we lose our original data.
22994 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
22996 * gst/audioresample/gstaudioresample.c:
22997 use base class' newsegment to properly timestamp
22999 2005-08-26 Wim Taymans <wim@fluendo.com>
23001 * gst/audioconvert/audioconvert.c: (if), (float),
23002 (audio_convert_get_func_index), (check_default),
23003 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23004 (audio_convert_clean_context), (audio_convert_get_sizes),
23005 (get_temp_buffer), (audio_convert_convert):
23006 * gst/audioconvert/gstaudioconvert.c:
23007 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
23008 (gst_audio_convert_transform_caps),
23009 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
23010 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
23011 Oops, allocate enough space to perform the channel mix.
23013 2005-08-26 Wim Taymans <wim@fluendo.com>
23015 * gst/audioconvert/Makefile.am:
23016 * gst/audioconvert/audioconvert.c: (if), (float),
23017 (audio_convert_get_func_index), (check_default),
23018 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23019 (audio_convert_clean_context), (audio_convert_get_sizes),
23020 (get_temp_buffer), (audio_convert_convert):
23021 * gst/audioconvert/audioconvert.h:
23022 * gst/audioconvert/gstaudioconvert.c:
23023 (gst_audio_convert_class_init), (gst_audio_convert_init),
23024 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
23025 (gst_audio_convert_get_unit_size),
23026 (gst_audio_convert_transform_caps),
23027 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
23028 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
23029 * gst/audioconvert/gstaudioconvert.h:
23030 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
23031 (gst_channel_mix_fill_identical),
23032 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23033 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23034 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23035 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23036 (gst_channel_mix_mix):
23037 * gst/audioconvert/gstchannelmix.h:
23038 Cleanups, librarify a bit, optimize, better negotiation and more.
23040 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
23042 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23043 Another from MikeS:
23044 During typefinding, don't support negative offsets
23045 (offsets from the end of the stream) in our typefind->peek() function
23046 - nothing embedded in ogg ever needs them. However, we need to recognise
23047 those requests and reject them, otherwise we return invalid pointers.
23049 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
23051 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23052 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23053 (vorbisdec_finalize), (vorbis_handle_type_packet):
23054 Big shout-out to MikeS for fixing this giant memory leak.
23057 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23059 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23060 (audio_convert_get_unit_size):
23063 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23065 * check/Makefile.am:
23066 * check/elements/audioconvert.c: (setup_audioconvert),
23067 (cleanup_audioconvert), (get_int_caps), (verify_convert),
23068 (GST_START_TEST), (audioconvert_suite), (main):
23069 add a test for audioconvert
23070 * gst/audioresample/gstaudioresample.c:
23071 * gst/audioresample/gstaudioresample.h:
23072 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23073 note that for buffers of 1/3 sec this means DURATION(c) is
23074 one nanosecond more than for a and b
23076 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23078 * check/Makefile.am:
23079 * check/elements/audioresample.c: (setup_audioresample),
23080 (cleanup_audioresample), (fail_unless_perfect_stream),
23081 (test_perfect_stream_instance), (GST_START_TEST),
23082 add a check for audioresample
23083 (audioresample_suite), (main):
23084 * check/elements/volume.c: (GST_START_TEST):
23085 remove unused method
23086 * gst/audioresample/gstaudioresample.c:
23087 set correct buffer parameters since we're changing them
23088 * gst/audioresample/resample_ref.c: (resample_scale_ref):
23091 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23093 * gst/audioresample/debug.c:
23094 * gst/audioresample/gstaudioresample.c:
23095 add room for extra overlap samples when asked to transform size
23096 protect against possible mem corruption and check for discrepancies
23097 between written size and outbuffer's size so we can warn for
23099 * gst/audioresample/resample.c: (resample_init),
23100 (resample_get_output_size_for_input), (resample_get_output_size),
23101 (resample_set_n_channels), (resample_set_format):
23102 set debug level based on RESAMPLE_DEBUG env var
23103 make sure that get_output_size* returns a whole number of
23105 set sample_size each time either channel or format is set
23106 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23107 * gst/audioresample/resample_functable.c:
23108 (resample_scale_functable):
23109 * gst/audioresample/resample_ref.c: (resample_scale_ref):
23110 remove r->sample_size, it's done in resample.c now
23111 add some debugging to the ref implementation
23112 make sure we only give back bytes that are wholes of the sample
23115 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
23116 * gst/playback/gstplaybasebin.c: (fill_buffer):
23117 Revert unpopular change for GST_MESSAGE_SRC to GObject.
23119 2005-08-25 Stefan Kost <ensonic@users.sf.net>
23121 * gst/volume/gstvolume.c:
23122 made set_caps function static
23124 2005-08-24 Wim Taymans <wim@fluendo.com>
23126 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23127 (gst_vorbisenc_change_state):
23128 Stop leaking taglists.
23130 2005-08-24 Wim Taymans <wim@fluendo.com>
23132 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23133 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23134 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23135 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23136 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23137 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23138 Parse seeking events better.
23140 Generate correct newsegment events, fixes seeking in live oggs.
23142 * ext/theora/theoradec.c: (theora_dec_src_query),
23143 (theora_dec_src_event), (theora_dec_src_getcaps),
23144 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23145 Use newsegment values to report correct play time.
23147 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23148 (vorbis_dec_src_event), (vorbis_dec_sink_event):
23149 * ext/vorbis/vorbisdec.h:
23150 Parse and use newsegment values to report correct play time.
23152 * gst-libs/gst/audio/gstbaseaudiosink.c:
23153 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23154 Clear ringbuffer on flush.
23155 Use newsegment values to calculate playback time.
23157 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23158 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23159 Basesink does newsegment calculations for us now.
23161 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23163 * check/Makefile.am:
23165 add core's plugins to the mix so that playbin works
23166 * check/generic/states.c: (GST_START_TEST):
23167 set a 0 timeout on pipelines, so they don't force the next
23169 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23170 (gst_play_base_bin_change_state):
23171 remove the crappy error handling and do GST error handling
23173 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23175 * check/Makefile.am:
23176 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23177 add same test as to core, it bitches out on playbin atm.
23179 2005-08-24 Wim Taymans <wim@fluendo.com>
23184 2005-08-24 Wim Taymans <wim@fluendo.com>
23186 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23187 (gst_videoscale_prepare_size), (parse_caps),
23188 (gst_videoscale_set_caps), (gst_videoscale_get_size),
23189 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23190 (gst_videoscale_transform):
23191 * gst/videoscale/gstvideoscale.h:
23192 Refactor, make use of BaseTranform really well.
23194 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23197 compile audioresample
23198 * gst/audioresample/Makefile.am:
23199 * gst/audioresample/buffer.c:
23200 * gst/audioresample/functable.c:
23201 * gst/audioresample/gstaudioresample.c:
23202 * gst/audioresample/gstaudioresample.h:
23203 * gst/audioresample/resample.c:
23204 (resample_get_output_size_for_input):
23205 * gst/audioresample/resample.h:
23206 * gst/audioresample/resample_chunk.c:
23207 * gst/audioresample/resample_functable.c:
23208 * gst/audioresample/resample_ref.c:
23209 port to use basetransform; doesn't work in all cases yet
23211 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23213 * gst/audioconvert/gstaudioconvert.c:
23214 (gst_audio_convert_class_init), (gst_audio_convert_init),
23215 (audio_convert_get_unit_size), (audio_convert_transform_caps),
23216 (audio_convert_fixate_caps), (audio_convert_set_caps),
23217 (audio_convert_transform),
23218 (gst_audio_convert_buffer_to_default_format),
23219 (gst_audio_convert_buffer_from_default_format),
23220 (gst_audio_convert_channels):
23221 * gst/audioconvert/gstchannelmix.c:
23222 * gst/audioconvert/gstchannelmix.h:
23223 port to basetransform
23224 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23225 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23226 (gst_ffmpegcsp_get_unit_size):
23227 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23228 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23229 fix for basetransform changes
23231 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
23233 * check/Makefile.am:
23234 Add CHECK_CFLAGS and LDFLAGS
23236 * gst/playback/gstplaybasebin.c: (fill_buffer):
23237 GST_MESSAGE_SRC became a GObject
23239 2005-08-24 Wim Taymans <wim@fluendo.com>
23241 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23242 (gst_ring_buffer_clear_all):
23243 * gst-libs/gst/audio/gstringbuffer.h:
23244 Added function to clear the ringbuffer.
23246 2005-08-24 Andy Wingo <wingo@pobox.com>
23248 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
23249 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23250 of _open and _close.
23252 * sys/v4l/gstv4lxoverlay.h:
23253 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23254 an Xv connection here, instead of all the time. Make Xv only be
23255 loaded if you axe for it. Kindof a workaround for buggy behaviour
23256 of Xv when using remote xservers (XvQueryExtension would block).
23257 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23258 replace the _open and _close public API. Only start the xv
23259 connection if necessary.
23260 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23262 2005-08-23 David Schleef <ds@schleef.org>
23264 * gst/audioresample/Makefile.am: Leet audioresampling code
23265 * gst/audioresample/buffer.c:
23266 * gst/audioresample/buffer.h:
23267 * gst/audioresample/debug.c:
23268 * gst/audioresample/debug.h:
23269 * gst/audioresample/functable.c:
23270 * gst/audioresample/functable.h:
23271 * gst/audioresample/gstaudioresample.c:
23272 * gst/audioresample/gstaudioresample.h:
23273 * gst/audioresample/resample.c:
23274 * gst/audioresample/resample.h:
23275 * gst/audioresample/resample_chunk.c:
23276 * gst/audioresample/resample_functable.c:
23277 * gst/audioresample/resample_ref.c:
23279 2005-08-23 Wim Taymans <wim@fluendo.com>
23281 * examples/seeking/seek.c: (make_vorbis_pipeline),
23282 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23283 Small seek updates.
23285 2005-08-23 Andy Wingo <wingo@pobox.com>
23287 * gst-libs/gst/audio/gstbaseaudiosrc.c
23288 (gst_base_audio_src_fixate): Only fixate endianness if it is
23289 present in the caps.
23291 2005-08-22 Andy Wingo <wingo@pobox.com>
23293 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
23294 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23295 device-name property.
23297 * gst-libs/gst/audio/gstaudiosrc.h:
23298 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23299 close_device in the ring buffer, like gstaudiosink.
23301 * ext/alsa/gstalsamixer.h:
23302 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23303 macro to implement the interface without much code. Cleanups.
23305 * ext/alsa/gstalsasrc.h:
23306 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23309 * ext/alsa/Makefile.am: Add new files.
23310 * ext/alsa/gstalsamixerelement.c:
23311 * ext/alsa/gstalsamixerelement.c: Split element code out from
23312 mixer code so that alsasrc can be a mixer too.
23314 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
23316 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23318 * check/elements/vorbisdec.c: (setup_vorbisdec),
23319 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23320 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23321 (vorbis_handle_identification_packet),
23322 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23323 (vorbis_handle_header_packet), (vorbis_dec_push),
23324 (vorbis_dec_chain):
23325 use the setup/teardown methods to save code. save code is good.
23327 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23329 * check/Makefile.am:
23330 add ext dir for plugins
23331 add vorbisdec test conditionally
23332 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23333 (GST_START_TEST), (volume_suite):
23334 add a test with wrong caps
23335 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23336 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23337 add a vorbisdec test
23338 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23339 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23340 clean up debug output
23341 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23342 yay, fix a segfault/security issue in vorbisdec
23343 gst-launch fakesrc ! vorbisdec wasn't happy
23344 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23345 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23346 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23347 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23348 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23349 (gst_vorbisenc_set_metadata), (get_constraints_string),
23350 (update_start_message), (gst_vorbisenc_setup),
23351 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23352 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23353 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23354 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23355 * ext/vorbis/vorbisenc.h:
23357 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23358 (gst_ffmpegcsp_transform):
23359 have the kow come home
23360 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23362 * gst/volume/gstvolume.c: (volume_set_caps):
23365 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23368 * check/.cvsignore:
23369 * check/Makefile.am:
23370 * check/elements/.cvsignore:
23371 * check/elements/volume.c: (chain_func), (event_func),
23372 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23375 add unit test structure for gst-plugins-base
23376 add a test for volume
23377 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23378 (gst_volume_set_volume), (gst_volume_get_volume),
23379 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23380 (volume_funcfind), (volume_process_float), (volume_process_int16),
23381 (volume_set_caps), (volume_transform), (volume_update_mute),
23382 (volume_update_volume), (volume_set_property),
23383 (volume_get_property):
23384 document a little; use basetransform vmethod _set_caps
23386 2005-08-19 Andy Wingo <wingo@pobox.com>
23388 * ext/alsa/gstalsamixertrack.h:
23389 * ext/alsa/gstalsamixertrack.c:
23390 * ext/alsa/gstalsamixeroptions.h:
23391 * ext/alsa/gstalsamixeroptions.c:
23392 * ext/alsa/gstalsamixer.h:
23393 * ext/alsa/gstalsamixer.c: Port to 0.9.
23395 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23396 Remove gstalsa.c and alsaclock. No more cruft here.
23398 2005-08-18 Wim Taymans <wim@fluendo.com>
23400 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23401 (gst_base_rtp_depayload_chain),
23402 (gst_base_rtp_depayload_add_to_queue),
23403 (gst_base_rtp_depayload_push),
23404 (gst_base_rtp_depayload_queue_release):
23405 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23406 Fix for RTPBuffer changes.
23408 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23409 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23410 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23411 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23412 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23413 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23414 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23415 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23416 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23417 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23418 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23419 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23420 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23421 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23422 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23423 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23424 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23425 (gst_rtpbuffer_get_payload):
23426 * gst-libs/gst/rtp/gstrtpbuffer.h:
23427 Don't subclass GstBuffer but add methods and helper functions
23428 to construct and manipulate RTP packets in regular GstBuffers.
23430 2005-08-18 Stefan Kost <ensonic@users.sf.net>
23432 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23433 moved statement below switch
23434 * gst/volume/gstvolume.c: (gst_volume_class_init):
23437 2005-08-16 Wim Taymans <wim@fluendo.com>
23439 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23440 (gst_base_audio_src_change_state):
23441 Open and close device in READY<->NULL state change.
23443 2005-08-16 Andy Wingo <wingo@pobox.com>
23445 * examples/seeking/Makefile.am: Don't compile non-compiling
23446 compiled objects with the compiler.
23448 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23451 2005-08-12 Philippe Khalaf <burger@speedy.org>
23452 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23453 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23454 Made a thread to release the queue.
23455 Removed timestamp conversion for now.
23457 2005-08-10 Philippe Khalaf <burger@speedy.org>
23458 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23459 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23460 Added rtp timestamp -> gst timestamp conversion.
23461 Fixed several problems with queue.
23463 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23465 * gst-libs/gst/audio/gstaudioclock.h:
23466 * gst-libs/gst/audio/gstaudiofilter.h:
23467 * gst-libs/gst/audio/gstaudiosink.h:
23468 * gst-libs/gst/audio/gstaudiosrc.h:
23469 * gst-libs/gst/audio/gstbaseaudiosink.h:
23470 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23471 * gst-libs/gst/audio/gstringbuffer.h:
23472 * gst-libs/gst/net/gstnetbuffer.h:
23473 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23474 * gst-libs/gst/rtp/gstrtpbuffer.h:
23475 Add padding (you will need to rebuild gst-plugins-base,
23476 gst-plugins and all applications afterwards!)
23478 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23480 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23481 (gst_riff_parse_chunk):
23482 Fix bug in debug message and add some more debug messages.
23484 2005-08-08 Edward Hervey <edward@fluendo.com>
23486 * gst-libs/gst/riff/riff-media.c:
23487 backported updates since branch
23489 2005-08-08 Andy Wingo <wingo@pobox.com>
23491 * gst-libs/gst/audio/gstbaseaudiosink.c
23492 (gst_base_audio_sink_change_state): Open the device in NULL->READY
23493 like good elements should. Close on READY->NULL too.
23495 * gst-libs/gst/audio/gstaudiosink.c
23496 (gst_audioringbuffer_open_device,
23497 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23498 (gst_audioringbuffer_release): Updates for new ring buffer API,
23499 hook into the new audio sink api.
23501 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23502 (GstAudioSinkClass.close): Just open and close the device -- no
23503 resource allocation or configuration.
23504 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23505 vmethods, handle device setup and resource allocation.
23507 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23508 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23511 * gst-libs/gst/audio/gstringbuffer.h
23512 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23515 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23516 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23517 New API functions. The device should be opened before acquiring
23518 and closed after releasing.
23520 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
23522 * gst-libs/gst/interfaces/mixer.h:
23523 Reset padding to GST_PADDING.
23525 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23527 * gst/playback/gstplaybin.c: (remove_sinks):
23528 Remove visualization from parent explicitely; works around some
23529 apparent refcount issue that I haven't tracked down yet.
23531 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23533 * ext/alsa/gstalsasink.c: (set_hwparams):
23534 Assign debug category, add negotiation debug msgs.
23536 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23538 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23539 Fix error code for file-not-found to NOT_FOUND.
23541 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23543 * common/gtk-doc-plugins.mak:
23544 * docs/plugins/Makefile.am:
23545 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23546 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23547 renamed to actual element names, so much nicer to look at
23548 * docs/plugins/tmpl/gstmultifdsink.sgml:
23550 * docs/plugins/tmpl/multifdsink.sgml:
23551 * docs/plugins/tmpl/tcpserversink.sgml:
23553 * ext/alsa/gstalsa.c:
23554 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23555 * ext/ogg/gstoggmux.c:
23556 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23557 * gst/playback/gstdecodebin.c:
23558 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23559 * gst/tcp/gsttcpserversink.c:
23560 various fixes and documentation additions
23562 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23564 * common/Makefile.am:
23565 * common/gstdoc-scangobj:
23566 * common/gtk-doc-plugins.mak:
23567 * common/gtk-doc.mak:
23568 add a custom scangobj that uses the registry
23569 add a custom gtk-doc-plugins.mak that uses it
23570 some doc build fixes
23572 * docs/Makefile.am:
23573 * docs/plugins/Makefile.am:
23574 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23575 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23576 * docs/plugins/gst-plugins-base-plugins.types:
23577 * docs/plugins/tmpl/gstmultifdsink.sgml:
23578 add docs for one element, multifdsink
23579 * gst/adder/gstadder.h:
23580 * gst/volume/gstvolume.h:
23581 don't privatize enum
23582 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23583 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23584 (gst_sync_method_get_type), (gst_client_status_get_type),
23585 (gst_multifdsink_class_init),
23586 (gst_multifdsink_client_queue_buffer),
23587 (gst_multifdsink_handle_client_write):
23588 * gst/tcp/gstmultifdsink.h:
23589 * gst/tcp/gsttcp.h:
23590 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23591 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23592 (gst_tcpclientsink_render):
23593 * gst/tcp/gsttcpclientsink.h:
23594 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23595 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23596 (gst_tcpclientsrc_start):
23597 * gst/tcp/gsttcpclientsrc.h:
23598 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23599 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23600 * gst/tcp/gsttcpserversrc.h:
23601 * gst/typefind/gsttypefindfunctions.c:
23602 remove superfluous Type stuff
23604 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23606 * gst/playback/gstplaybin.c: (gen_video_element):
23609 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23611 * gst-libs/gst/gconf/gconf.c:
23612 * gst-libs/gst/gconf/gconf.h:
23613 Fix some Andy Problem [tm].
23615 2005-08-04 Andy Wingo <wingo@pobox.com>
23617 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23618 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23619 (gst_ffmpegcsp_get_size): Adapt to API changes.
23621 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23622 Implement an in-place do-nothing transform.
23624 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23626 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23627 (gst_ximagesink_renegotiate_size):
23628 Do not set new window sizes yet if we prepare a new buffer size
23629 for upstream renegotiation (software scaling) at some point in the
23630 future, because this new size waqs not actually accepted yet. Once
23631 accepted, renegotiation later on will set the new sizes just fine.
23632 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23633 embedding testcase.
23635 2005-08-03 Andy Wingo <wingo@pobox.com>
23637 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23638 (gst_ximagesink_buffer_alloc):
23639 Protect the height, width, and desired_caps with the pool_lock.
23640 Fixes videotestsrc ! queue ! ximagesink.
23642 2005-08-02 Edward Hervey <edward@fluendo.com>
23644 * gst/volume/gstvolume.c:
23645 include left from controller cleanup
23647 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
23648 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23649 Stop collectpads before calling the parent state
23650 change function on PAUSED->READY.
23652 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
23654 When testing for X libs, use the X CFlags
23655 * gst/adder/gstadder.c: (gst_adder_change_state):
23656 Stop the collectpads before calling parent state change function
23657 on PAUSED->READY, otherwise we deadlock deactivating pads.
23659 2005-08-01 Stefan Kost <ensonic@users.sf.net>
23662 * docs/libs/tmpl/gstcolorbalance.sgml:
23663 * docs/libs/tmpl/gstmixer.sgml:
23664 * examples/Makefile.am:
23665 * gst/sine/Makefile.am:
23666 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23667 (gst_sinesrc_set_property), (plugin_init):
23668 * gst/sine/gstsinesrc.h:
23669 * gst/volume/Makefile.am:
23670 * gst/volume/gstvolume.c: (gst_volume_set_volume),
23671 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23672 (volume_process_float), (volume_process_int16),
23673 (volume_set_property), (plugin_init):
23674 * gst/volume/gstvolume.h:
23675 deactivate and remove dparams (libgstcontrol)
23677 2005-07-29 Wim Taymans <wim@fluendo.com>
23679 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23680 Convert me to BaseTransform!! help..
23682 2005-07-29 Andy Wingo <wingo@pobox.com>
23684 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23687 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23688 support of both endiannesses.
23690 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23692 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23693 Fix confusing debug message (s/event/query/)
23695 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23697 * gst/videotestsrc/videotestsrc.h:
23698 Use "_stdint.h" instead of <stdint.h>
23700 2005-07-27 Wim Taymans <wim@fluendo.com>
23702 * ext/vorbis/Makefile.am:
23703 Revert wrong commit.
23705 2005-07-27 Wim Taymans <wim@fluendo.com>
23707 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23708 More compilation fixen.
23710 2005-07-27 Wim Taymans <wim@fluendo.com>
23712 * gst-libs/gst/audio/gstbaseaudiosink.c:
23713 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23714 (gst_base_audio_sink_create_ringbuffer),
23715 (gst_base_audio_sink_change_state):
23718 2005-07-27 Wim Taymans <wim@fluendo.com>
23720 * examples/seeking/seek.c: (setup_dynamic_link),
23721 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23722 (query_positions_elems), (query_positions_pads), (do_seek):
23723 Update seek example.
23725 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23726 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23727 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23728 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23729 (gst_ogg_demux_handle_event),
23730 (gst_ogg_demux_deactivate_current_chain),
23731 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23732 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23733 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23734 (gst_ogg_demux_loop):
23735 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23736 * ext/theora/theoradec.c: (theora_dec_src_event),
23737 (theora_dec_src_getcaps), (theora_dec_sink_event),
23738 (theora_dec_push), (theora_dec_chain):
23739 * ext/vorbis/Makefile.am:
23740 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23741 (vorbis_dec_sink_event), (vorbis_dec_push),
23742 (vorbis_handle_data_packet):
23743 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23744 (gst_vorbisenc_chain):
23745 * gst/playback/gststreaminfo.c: (cb_probe):
23746 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23747 * gst/videorate/gstvideorate.c: (gst_videorate_event):
23748 * gst/videoscale/gstvideoscale.c:
23749 (gst_videoscale_handle_src_event):
23750 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23751 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23752 (gst_ximagesink_navigation_send_event):
23753 * sys/xvimage/xvimagesink.c:
23754 (gst_xvimagesink_navigation_send_event):
23755 Various event updates and cleanups
23757 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23759 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23760 Fix segfault for I420/YV12.
23762 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23764 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23767 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23769 * gst/playback/gstplaybin.c: (gen_video_element),
23770 (gen_audio_element):
23771 Switch to auto*sink elements as default sinks; add volume element
23772 so that volume control in totem works.
23774 2005-07-21 Wim Taymans <wim@fluendo.com>
23776 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23777 * gst/playback/gstplaybin.c: (setup_sinks),
23778 (gst_play_bin_change_state):
23779 Refcount fix and more comments.
23781 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23783 * sys/ximage/Makefile.am:
23784 * sys/ximage/ximage.c: (plugin_init):
23785 * sys/ximage/ximagesink.c:
23786 Prepare for adding ximagesrc, rename of plugin to ximage etc.
23789 2005-07-21 Wim Taymans <wim@fluendo.com>
23791 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23792 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23793 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23794 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23795 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23796 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23797 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23798 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23799 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23800 Generate correct disconts for live chained oggs.
23802 * gst-libs/gst/audio/gstbaseaudiosink.c:
23803 (gst_base_audio_sink_render),
23804 (gst_base_audio_sink_create_ringbuffer),
23805 (gst_base_audio_sink_change_state):
23806 Handle discont math correctly.
23808 * gst/playback/gstplaybin.c: (add_sink):
23809 Some small debug cleanup.
23811 2005-07-21 Wim Taymans <wim@fluendo.com>
23813 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23814 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23815 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23816 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23817 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23818 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23819 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23820 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23821 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23822 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23823 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23824 (gst_ogg_demux_change_state), (gst_ogg_print):
23825 Reorganize code to send the right disconts when in streaming
23828 2005-07-20 Andy Wingo <wingo@pobox.com>
23830 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23831 fix (?), fixes a seggie mcfalterson (#310894).
23833 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23835 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23836 (gst_ogg_mux_set_header_on_caps):
23837 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23838 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23839 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23840 * gst-libs/gst/audio/multichannel.c:
23841 (gst_audio_set_channel_positions),
23842 (gst_audio_set_structure_channel_positions_list):
23843 * gst/playback/gstdecodebin.c: (dynamic_create):
23844 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23845 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23846 Fixes for API changes in core.
23848 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23850 * gst/playback/gstplaybasebin.c: (fill_buffer):
23851 Use _new_custom() so we can set custom message types for buffering
23854 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23857 * gst-libs/gst/Makefile.am:
23858 * gst-libs/gst/gconf/.cvsignore:
23859 * gst-libs/gst/gconf/Makefile.am:
23860 * gst-libs/gst/gconf/test-gconf.c:
23861 * pkgconfig/Makefile.am:
23862 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23863 * pkgconfig/gstreamer-gconf.pc.in:
23864 Remove gconf stuff, use gconf elements instead from now on.
23866 2005-07-20 Wim Taymans <wim@fluendo.com>
23868 * gst-libs/gst/audio/TODO:
23869 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23870 (gst_audio_clock_get_internal_time):
23871 * gst-libs/gst/audio/gstaudioclock.h:
23872 * gst-libs/gst/audio/gstbaseaudiosink.c:
23873 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23874 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23875 (gst_base_audio_sink_render),
23876 (gst_base_audio_sink_create_ringbuffer),
23877 (gst_base_audio_sink_change_state):
23878 Make sure the audio clock always returns an increasing value.
23880 2005-07-19 Andy Wingo <wingo@pobox.com>
23882 * gst/videotestsrc/: Cleanups.
23884 2005-07-19 Wim Taymans <wim@fluendo.com>
23886 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23889 2005-07-19 Wim Taymans <wim@fluendo.com>
23891 * examples/seeking/seek.c: (make_dv_pipeline),
23892 (make_vorbis_theora_pipeline), (query_rates),
23893 (query_positions_elems), (query_positions_pads), (do_seek):
23894 Make correct DV pipeline.
23896 2005-07-18 Andy Wingo <wingo@pobox.com>
23898 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23899 default. Also because it's the only thing that really works. (This
23900 is used in the GConf elements).
23901 Use AS_LIBTOOL_TAGS.
23903 2005-07-18 Wim Taymans <wim@fluendo.com>
23905 * gst/playback/gstdecodebin.c: (remove_element_chain):
23906 * gst/playback/gstplaybin.c: (add_sink):
23907 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23908 (gst_stream_info_set_mute):
23909 * gst/playback/gststreamselector.c:
23910 (gst_stream_selector_get_linked_pad),
23911 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23912 More leak and compile fixes.
23914 2005-07-18 Wim Taymans <wim@fluendo.com>
23916 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23917 (query_rates), (query_positions_elems), (query_positions_pads),
23918 (do_seek), (seek_cb), (stop_seek):
23919 Updated seek example.
23921 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23922 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23923 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23924 * gst/playback/gstplaybin.c: (add_sink):
23925 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23926 (gst_stream_info_set_mute):
23927 Some refcount leak fixes.
23929 2005-07-16 Wim Taymans <wim@fluendo.com>
23931 * gst-libs/gst/audio/gstbaseaudiosink.c:
23932 (gst_base_audio_sink_render):
23933 Align samples even if we have roundoff errors in the
23934 timestamp conversion.
23936 2005-07-16 Wim Taymans <wim@fluendo.com>
23938 * docs/libs/tmpl/gstringbuffer.sgml:
23939 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23940 (query_rates), (query_positions_elems), (query_positions_pads),
23941 (update_scale), (do_seek):
23942 Updated seek example.
23944 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23945 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23946 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23947 (gst_ogg_demux_loop):
23948 Push out correct discont values.
23950 * ext/theora/theoradec.c: (theora_dec_src_convert),
23951 (theora_dec_sink_convert), (theora_dec_src_getcaps),
23952 (theora_dec_sink_event), (theora_handle_type_packet),
23953 (theora_handle_header_packet), (theora_dec_push),
23954 (theora_handle_data_packet), (theora_dec_chain),
23955 (theora_dec_change_state):
23956 Better timestamping.
23958 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23959 (vorbis_dec_sink_event), (vorbis_dec_push),
23960 (vorbis_handle_data_packet), (vorbis_dec_chain):
23961 * ext/vorbis/vorbisdec.h:
23962 Better timestamping.
23964 * gst-libs/gst/audio/gstbaseaudiosink.c:
23965 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23966 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23967 Handle syncing on timestamps instead of sample offsets. Make
23968 use of DISCONT values as described in design docs.
23970 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23971 (gst_base_audio_src_get_time):
23972 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23973 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23974 (gst_ring_buffer_read):
23975 * gst-libs/gst/audio/gstringbuffer.h:
23976 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23977 (gst_ximagesink_show_frame):
23978 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23979 Correcly convert buffer timestamp to stream time.
23981 2005-07-16 Wim Taymans <wim@fluendo.com>
23983 * gst/audioconvert/gstaudioconvert.c:
23984 (gst_audio_convert_get_buffer):
23985 Timestamp buffers correctly.
23987 * gst/playback/gstplaybin.c: (gen_video_element):
23988 Make internal fakesink silent.
23990 2005-07-15 Wim Taymans <wim@fluendo.com>
23992 * gst/ffmpegcolorspace/Makefile.am:
23993 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23994 (gst_ffmpegcsp_caps_remove_format_info),
23995 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23996 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23997 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23998 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23999 Ported ffmpegcolorspace to basetransform.
24001 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
24002 * gst/volume/gstvolume.c: (volume_transform):
24005 2005-07-14 Wim Taymans <wim@fluendo.com>
24007 * gst/videotestsrc/Makefile.am:
24008 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
24009 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
24010 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
24011 (gst_videotestsrc_init), (gst_videotestsrc_event),
24012 (gst_videotestsrc_create), (gst_videotestsrc_start),
24013 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
24014 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
24015 (gst_videotestsrc_get_property):
24016 * gst/videotestsrc/gstvideotestsrc.h:
24017 Make videotestsrc a pushsrc.
24019 2005-07-14 Wim Taymans <wim@fluendo.com>
24021 * gst/tcp/gstfdset.c: (gst_fdset_free):
24022 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
24023 (gst_multifdsink_add), (gst_multifdsink_remove),
24024 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24025 (gst_multifdsink_remove_client_link),
24026 (gst_multifdsink_client_queue_data),
24027 (gst_multifdsink_client_queue_caps),
24028 (gst_multifdsink_client_queue_buffer),
24029 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24030 (gst_multifdsink_stop):
24031 * gst/tcp/gstmultifdsink.h:
24034 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24035 Also draw image when not from a pool.
24037 2005-07-14 Wim Taymans <wim@fluendo.com>
24039 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24040 (mute_stream), (silence_stream):
24041 Small debug additions.
24043 2005-07-14 Wim Taymans <wim@fluendo.com>
24045 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24046 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24047 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24048 Better error recovery, ignore unconnected pads and
24051 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
24053 * docs/libs/tmpl/gstaudio.sgml:
24054 * docs/libs/tmpl/gstcolorbalance.sgml:
24055 * docs/libs/tmpl/gstgconf.sgml:
24056 * docs/libs/tmpl/gstmixer.sgml:
24057 * docs/libs/tmpl/gstringbuffer.sgml:
24058 * docs/libs/tmpl/gsttuner.sgml:
24059 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24060 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24061 (gst_tcpclientsrc_class_init):
24062 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24063 (gst_tcpserversrc_class_init):
24064 * sys/v4l/gstv4lelement.c:
24065 more autistic cleanliness in functions/names/defines
24067 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
24070 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24071 added manually to each Makefile.am so we are sure it goes
24072 *last* and doesn't add -L flags before linking in libs of our
24073 own, like, say, internal .la libs, that then accidentally pick
24074 up the installed copy.
24075 * docs/libs/Makefile.am:
24076 * ext/alsa/Makefile.am:
24077 * ext/cdparanoia/Makefile.am:
24078 * ext/gnomevfs/Makefile.am:
24079 * ext/libvisual/Makefile.am:
24080 * ext/ogg/Makefile.am:
24081 * ext/theora/Makefile.am:
24082 * ext/vorbis/Makefile.am:
24083 * gst-libs/gst/video/Makefile.am:
24084 * gst/adder/Makefile.am:
24085 * gst/audioconvert/Makefile.am:
24086 * gst/audiorate/Makefile.am:
24087 * gst/audioscale/Makefile.am:
24088 * gst/ffmpegcolorspace/Makefile.am:
24089 * gst/playback/Makefile.am:
24090 * gst/sine/Makefile.am:
24091 * gst/subparse/Makefile.am:
24092 * gst/tags/Makefile.am:
24093 * gst/tcp/Makefile.am:
24094 * gst/typefind/Makefile.am:
24095 * gst/videorate/Makefile.am:
24096 * gst/videoscale/Makefile.am:
24097 * gst/videotestsrc/Makefile.am:
24098 * gst/volume/Makefile.am:
24099 * sys/v4l/Makefile.am:
24100 * sys/ximage/Makefile.am:
24101 * sys/xvimage/Makefile.am:
24102 adapt properly to this change. This should make sure that
24103 plugins and libs properly link to the as-yet-uninstalled
24104 copies of stuff like libgstinterfaces and libgstvideo
24106 2005-07-13 Andy Wingo <wingo@pobox.com>
24108 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24109 (gst_v4lsrc_fixate): Fixate on format as well.
24111 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
24112 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24113 buffer points to it.
24114 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24115 rather just doing X calls ourselves. Also fixes a memleak.
24117 2005-07-12 Andy Wingo <wingo@pobox.com>
24119 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
24120 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
24121 (gst_v4lsrc_create): Re-add the copy-mode property, default to
24122 TRUE to avoid deadlocks if an element holds on to our buffers.
24124 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
24126 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24127 (gst_sinesrc_init), (gst_sinesrc_create),
24128 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24129 (gst_sinesrc_start):
24130 * gst/sine/gstsinesrc.h:
24131 removing num-buffers property before moving it
24133 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
24136 use overridable ERROR_CFLAGS
24137 * docs/libs/gst-plugins-base-libs.types:
24138 * docs/libs/tmpl/gstringbuffer.sgml:
24139 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24140 (gst_alsasink_class_init):
24141 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24142 (gst_alsasrc_class_init):
24143 * gst-libs/gst/audio/audio.h:
24144 * gst-libs/gst/audio/gstaudioclock.h:
24145 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24146 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24147 (gst_audio_filter_link), (gst_audio_filter_init),
24148 (gst_audio_filter_chain), (gst_audio_filter_set_property),
24149 (gst_audio_filter_get_property),
24150 (gst_audio_filter_class_add_pad_templates):
24151 * gst-libs/gst/audio/gstaudiofilter.h:
24152 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24153 (gst_audio_filter_template_get_type),
24154 (gst_audio_filter_template_base_init),
24155 (gst_audio_filter_template_class_init),
24156 (gst_audio_filter_template_init),
24157 (gst_audio_filter_template_set_property),
24158 (gst_audio_filter_template_get_property), (plugin_init),
24159 (gst_audio_filter_template_setup),
24160 (gst_audio_filter_template_filter),
24161 (gst_audio_filter_template_filter_inplace):
24162 * gst-libs/gst/audio/gstaudiosink.c:
24163 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24164 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24165 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24166 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24167 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24168 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24169 * gst-libs/gst/audio/gstaudiosink.h:
24170 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24171 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24172 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24173 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24174 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24175 (gst_audio_src_class_init), (gst_audio_src_init),
24176 (gst_audio_src_create_ringbuffer):
24177 * gst-libs/gst/audio/gstaudiosrc.h:
24178 * gst-libs/gst/audio/gstbaseaudiosink.c:
24179 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24180 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24181 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24182 (gst_base_audio_sink_set_property),
24183 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24184 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24185 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24186 (gst_base_audio_sink_create_ringbuffer),
24187 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24188 * gst-libs/gst/audio/gstbaseaudiosink.h:
24189 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24190 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24191 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24192 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24193 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24194 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24195 (gst_base_audio_src_event), (gst_base_audio_src_create),
24196 (gst_base_audio_src_create_ringbuffer),
24197 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24198 * gst-libs/gst/audio/gstbaseaudiosrc.h:
24199 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24200 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24201 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24202 (gst_ring_buffer_debug_spec_caps),
24203 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24204 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24205 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24206 (gst_ring_buffer_start), (gst_ring_buffer_pause),
24207 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24208 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24209 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24210 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24211 (gst_ring_buffer_clear):
24212 * gst-libs/gst/audio/gstringbuffer.h:
24213 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24214 (gst_video_sink_class_init), (gst_video_sink_get_type):
24215 * gst-libs/gst/video/videosink.h:
24216 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24217 (gst_multifdsink_class_init),
24218 (gst_multifdsink_handle_client_write),
24219 (gst_multifdsink_change_state):
24220 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24221 (gst_tcpclientsink_setcaps):
24222 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24223 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24224 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24225 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24226 (gst_ximagesink_send_pending_navigation),
24227 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24228 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24229 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24230 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24231 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24232 (gst_xvimagesink_send_pending_navigation),
24233 (gst_xvimagesink_navigation_send_event),
24234 (gst_xvimagesink_set_xwindow_id),
24235 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24236 (gst_xvimagesink_get_type):
24237 more macro splitting
24239 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24241 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24242 plug a memleak, allows me to import 1479 albums in one go
24244 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24245 (vorbis_handle_type_packet), (vorbis_dec_chain),
24246 (vorbis_dec_change_state):
24247 fix some format strings
24249 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24251 * docs/libs/tmpl/gstcolorbalance.sgml:
24252 * docs/libs/tmpl/gstmixer.sgml:
24253 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24254 (gst_alsasink_set_property), (gst_alsasink_get_property):
24255 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24256 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24257 add device property
24259 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24261 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24262 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24263 (audiocast_register_listener), (audiocast_thread_run),
24264 (gst_gnomevfssrc_send_additional_headers_callback),
24265 (gst_gnomevfssrc_received_headers_callback),
24266 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24267 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24268 (gst_gnomevfssrc_get_size):
24269 add/clean up debugging
24270 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24273 2005-07-07 Andy Wingo <wingo@pobox.com>
24275 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24276 framerate. Need to get a handle on when exactly this function is
24279 * sys/v4l/v4lsrc_calls.h:
24280 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24281 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24282 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24284 * sys/v4l/v4l_calls.h: Cast to V4lElement.
24285 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24286 v4lelements are sources.
24288 * sys/v4l/gstv4lxoverlay.h:
24289 * sys/v4l/gstv4lxoverlay.c:
24290 * sys/v4l/gstv4ltuner.h:
24291 * sys/v4l/gstv4ltuner.c: Header loc fixen.
24293 * sys/v4l/gstv4lsrc.h:
24294 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24295 PushSrc/BaseSrc. Removed most sync-related properties, videorate
24296 or something should handle that. Made a live source.
24298 * sys/v4l/gstv4lelement.h:
24299 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24300 signals. Some cleanups.
24302 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24304 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24307 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24310 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24312 2005-07-07 Wim Taymans <wim@fluendo.com>
24314 * ext/theora/theoradec.c: (theora_get_query_types),
24315 (theora_dec_src_getcaps), (theora_dec_push):
24316 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24317 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24318 Remove deprecated/unused query types.
24320 2005-07-06 Wim Taymans <wim@fluendo.com>
24322 * ext/alsa/Makefile.am:
24323 * ext/alsa/gstalsaplugin.c: (plugin_init):
24324 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24325 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24326 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24327 (gst_alsasrc_class_init), (gst_alsasrc_init),
24328 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24329 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24330 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24331 (gst_alsasrc_reset):
24332 * ext/alsa/gstalsasrc.h:
24333 * gst-libs/gst/audio/Makefile.am:
24334 * gst-libs/gst/audio/gstaudiosink.c:
24335 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24336 (gst_audioringbuffer_start):
24337 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24338 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24339 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24340 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24341 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24342 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24343 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24344 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24345 * gst-libs/gst/audio/gstaudiosrc.h:
24346 * gst-libs/gst/audio/gstbaseaudiosink.c:
24347 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24348 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24349 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24350 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24351 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24352 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24353 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24354 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24355 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24356 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24357 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24358 (gst_baseaudiosrc_change_state):
24359 * gst-libs/gst/audio/gstbaseaudiosrc.h:
24360 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24361 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24362 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24363 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24364 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24365 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24366 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24367 * gst-libs/gst/audio/gstringbuffer.h:
24368 Added audiosource base classes.
24369 Ported alsasrc, still very basic.
24371 2005-07-06 Wim Taymans <wim@fluendo.com>
24373 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24374 (theora_dec_push), (theora_handle_data_packet):
24375 Prepare for better timestamp fix later.
24377 * gst/audioconvert/gstaudioconvert.c:
24378 List most accurate caps first
24380 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24381 Use proper pad task function.
24383 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24384 (gst_xvimagesink_show_frame):
24385 Fix deadlock when alloc failed.
24387 2005-07-05 Andy Wingo <wingo@pobox.com>
24389 * ext/gnomevfs/gstgnomevfssrc.c:
24390 * gst/sine/gstsinesrc.c:
24391 * gst/tcp/gsttcpserversrc.c:
24392 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24394 * sys/v4l/: Port from 0.8.
24396 * Many files: Null if we got it....
24398 2005-07-05 Andy Wingo <wingo@pobox.com>
24400 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
24401 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24404 2005-07-05 Wim Taymans <wim@fluendo.com>
24407 * gst/tcp/Makefile.am:
24409 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24410 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24411 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24412 (is_sync_frame), (gst_multifdsink_handle_client_write),
24413 (gst_multifdsink_render), (gst_multifdsink_start),
24414 (gst_multifdsink_stop), (gst_multifdsink_change_state):
24415 * gst/tcp/gstmultifdsink.h:
24416 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24417 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24418 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24419 * gst/tcp/gsttcp.h:
24420 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24421 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24422 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24423 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24424 * gst/tcp/gsttcpclientsink.h:
24425 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24426 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24427 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24428 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24429 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24430 * gst/tcp/gsttcpclientsrc.h:
24431 * gst/tcp/gsttcpplugin.c: (plugin_init):
24432 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24433 * gst/tcp/gsttcpserversink.h:
24434 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24435 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24436 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24437 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24438 (gst_tcpserversrc_stop):
24439 * gst/tcp/gsttcpserversrc.h:
24440 * gst/tcp/gsttcpsink.c:
24441 * gst/tcp/gsttcpsink.h:
24442 * gst/tcp/gsttcpsrc.c:
24443 * gst/tcp/gsttcpsrc.h:
24444 Ported tcp plugins to 0.9.
24447 2005-07-05 Andy Wingo <wingo@pobox.com>
24449 * gst/playback/gstplaybasebin.c (fill_buffer):
24450 message_new_application fixen.
24452 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24455 2005-07-04 Wim Taymans <wim@fluendo.com>
24457 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24458 Set caps on output buffer.
24460 2005-07-04 Andy Wingo <wingo@pobox.com>
24462 * ext/gnomevfs/gstgnomevfssrc.c
24463 (gst_gnomevfssrc_received_headers_callback)
24464 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24467 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24468 No refcount leakage.
24470 * configure.ac: Enable -Werror.
24472 * ext/theora/theoradec.c (theora_dec_src_getcaps):
24473 * gst/audioconvert/bufferframesconvert.c
24474 (buffer_frames_convert_fixate):
24475 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24476 (gst_audio_convert_fixate):
24477 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24478 (gst_sinesrc_create): Fixate func changes.
24480 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24481 (gst_ximagesink_buffer_alloc): Unused var.
24483 2005-07-01 Andy Wingo <wingo@pobox.com>
24485 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24486 getcaps to do explicit caps. Needs to be done in all decoders,
24487 possibly via a base class.
24489 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24491 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24492 caps on the sink pad, just rely on the pad template. Also, setting
24493 ANY caps on a pad is not valid because the caps are not fixed.
24495 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24496 caps on the buffer, and get the width from the desired_caps if
24498 (gst_ximagesink_renegotiate_size): Implement via setting the
24499 desired_caps on the ximagesink.
24500 (gst_ximagesink_setcaps): Only reset the width of the player if it
24501 wasn't already set. Not sure if this is right.
24502 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24504 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24505 that the user wants. NULL unless the window has been resized.
24507 * gst/volume/gstvolume.c (volume_transform): Adapt to
24508 basetransform refcount changes.
24510 2005-07-01 Andy Wingo <wingo@pobox.com>
24512 * gst/videoscale/gstvideoscale.c:
24513 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24514 from BaseTransform, implements a transform_caps. Removed dead code
24515 including some PAR stuff that was never reached -- should probably
24516 be added back somehow.
24518 2005-07-01 Andy Wingo <wingo@pobox.com>
24520 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24523 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
24526 * docs/libs/Makefile.am:
24527 * docs/libs/gst-plugins-libs.types:
24528 * ext/alsa/Makefile.am:
24529 * ext/alsa/gstalsamixer.h:
24530 * ext/alsa/gstalsamixeroptions.h:
24531 * ext/alsa/gstalsamixertrack.h:
24532 * gst-libs/gst/Makefile.am:
24533 * gst-libs/gst/colorbalance/.cvsignore:
24534 * gst-libs/gst/colorbalance/Makefile.am:
24535 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24536 * gst-libs/gst/colorbalance/colorbalance.c:
24537 * gst-libs/gst/colorbalance/colorbalance.h:
24538 * gst-libs/gst/colorbalance/colorbalance.vcproj:
24539 * gst-libs/gst/colorbalance/colorbalancechannel.c:
24540 * gst-libs/gst/colorbalance/colorbalancechannel.h:
24541 * gst-libs/gst/interfaces/Makefile.am:
24542 * gst-libs/gst/interfaces/colorbalance.c:
24543 (gst_color_balance_class_init):
24544 * gst-libs/gst/interfaces/colorbalance.h:
24545 * gst-libs/gst/interfaces/interfaces-marshal.list:
24546 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24547 * gst-libs/gst/interfaces/mixer.h:
24548 * gst-libs/gst/interfaces/mixeroptions.h:
24549 * gst-libs/gst/interfaces/navigation.c:
24550 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24551 * gst-libs/gst/interfaces/tuner.h:
24552 * gst/volume/Makefile.am:
24553 * gst/volume/gstvolume.c:
24554 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24555 * sys/ximage/Makefile.am:
24556 * sys/ximage/ximagesink.c:
24557 * sys/xvimage/Makefile.am:
24558 * sys/xvimage/xvimagesink.c:
24559 fold in all interfaces into an interfaces dir, preserving CVS
24562 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24564 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24565 Fix build after riff changes.
24567 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24569 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24570 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24571 (gst_riff_create_video_template_caps),
24572 (gst_riff_create_audio_template_caps),
24573 (gst_riff_create_iavs_template_caps):
24574 * gst-libs/gst/riff/riff-media.h:
24575 * gst-libs/gst/riff/riff-read.h:
24576 * gst-libs/gst/riff/riff.c: (gst_riff_init):
24577 Add gst_riff_init() to initialize the debug category, instead
24578 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24580 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24582 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24583 Oops, I shouldn't apply hacks.
24585 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24587 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24588 Remove pad_loop function which doesn't work.
24590 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24592 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24593 Send EOS when deactivating.
24594 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24595 (check_queue), (queue_threshold_reached), (queue_out_of_data),
24596 (gen_preroll_element), (probe_triggered), (mute_stream),
24597 (silence_stream), (new_decoded_pad), (setup_substreams),
24598 (set_active_source):
24599 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24600 (remove_sinks), (add_sink):
24601 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24602 Change for new probe API.
24604 2005-06-29 Wim Taymans <wim@fluendo.com>
24606 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24607 * gst-libs/gst/audio/gstbaseaudiosink.c:
24608 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24609 (gst_baseaudiosink_change_state):
24610 * gst-libs/gst/audio/gstbaseaudiosink.h:
24611 * gst-libs/gst/audio/gstringbuffer.c:
24612 (gst_ringbuffer_set_callback):
24613 Fix compilation error.
24614 Ringbuffer starts out as not running.
24615 Free our clock in dispose.
24616 When releasing the ringbuffer we need to renegotiate so
24617 clear the pad caps.
24619 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
24623 * docs/Makefile.am:
24624 * docs/libs/Makefile.am:
24625 * docs/libs/gst-plugins-libs-docs.sgml:
24626 * docs/libs/gst-plugins-libs-sections.txt:
24627 * docs/libs/gst-plugins-libs.types:
24628 * docs/libs/tmpl/gstaudio.sgml:
24629 * docs/libs/tmpl/gstcolorbalance.sgml:
24630 * docs/libs/tmpl/gstringbuffer.sgml:
24631 * gst-libs/gst/audio/gstringbuffer.c:
24632 (gst_ringbuffer_set_callback):
24633 reinstate gtk-doc docs for plugin libs
24635 2005-06-28 Wim Taymans <wim@fluendo.com>
24637 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24638 (gst_ogg_demux_init):
24639 Removed pad loop function.
24641 2005-06-28 Wim Taymans <wim@fluendo.com>
24643 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24644 If we're building a chain we are not in an error case
24645 when we queue a buffer.
24647 2005-06-28 Andy Wingo <wingo@pobox.com>
24649 * *.c: Don't cast to GstObject before reffing/unreffing.
24651 2005-06-27 Andy Wingo <wingo@pobox.com>
24653 * gst/videotestsrc/gstvideotestsrc.c
24654 (gst_videotestsrc_activate_push): Activation API changes.
24656 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
24657 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24658 they have refs on the decodebin.
24660 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24662 (gst_ogg_pad_typefind): Don't leak a pad ref.
24663 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24664 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
24665 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24667 2005-06-27 Edward Hervey <edward@fluendo.com>
24669 * ext/theora/theoradec.c: (theora_dec_change_state):
24670 re-arranged call to parent's state change in order to avoid locks (or
24673 2005-06-26 Edward Hervey <edward@fluendo.com>
24675 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24676 2nd argument of 'unknow-type' signal is a GstCaps and not a
24679 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
24680 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24681 Set the worker thread's running flag to TRUE before starting the
24683 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24684 Catch a failure to add typefind to the bin.
24686 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24688 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24689 (gst_sinesrc_init), (gst_sinesrc_create),
24690 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24691 (gst_sinesrc_start):
24692 * gst/sine/gstsinesrc.h:
24693 add num-buffers and timestamp-offset properties
24694 * gst/videotestsrc/gstvideotestsrc.c:
24695 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24696 (gst_videotestsrc_get_property):
24697 add timestamp-offset property
24699 2005-06-23 Christian Schaller <uraeus@gnome.org>
24701 * configure.ac: add videorate
24702 * gst-plugins-base.spec.in: add videorate
24704 2005-06-23 Wim Taymans <wim@fluendo.com>
24706 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24707 (gst_videorate_getcaps), (gst_videorate_setcaps),
24708 (gst_videorate_event), (gst_videorate_chain):
24709 Fixed videorate, fixating an already fixated caps is not
24712 2005-06-23 Wim Taymans <wim@fluendo.com>
24715 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24716 Buffer on caps is not boxed anymore.
24718 2005-06-22 Wim Taymans <wim@fluendo.com>
24720 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24721 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24722 Set buffers on caps as miniobjects and not as boxed.
24724 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24729 === release 0.9.1 ===
24731 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24752 updates for release
24754 2005-06-09 Andy Wingo <wingo@pobox.com>
24756 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24758 2005-06-09 Andy Wingo <wingo@pobox.com>
24761 * gst-libs/gst/Makefile.am:
24762 * gst-libs/gst/net/Makefile.am:
24763 Add gstnet to build.
24765 2005-06-09 Andy Wingo <wingo@pobox.com>
24767 * gst-libs/gst/gconf/gconf.c:
24768 * gst/playback/test.c:
24769 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24772 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24774 * ext/theora/theoraenc.c (theora_enc_chain):
24775 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24777 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24780 2005-06-02 Wim Taymans <wim@fluendo.com>
24782 * gst-libs/gst/net/Makefile.am:
24783 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24784 * pkgconfig/gstreamer-libs.pc.in:
24785 Added net stuff, version net lib.
24787 2005-06-02 Wim Taymans <wim@fluendo.com>
24789 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24790 (query_rates), (query_positions_elems), (query_positions_pads),
24792 Updated seek example.
24794 2005-06-02 Andy Wingo <wingo@pobox.com>
24796 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24797 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24800 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24801 remove the typefind, the bin dispose will do it for us. When it's
24802 removed and unreffed, the signal handler will be disconnected,
24804 (unlinked): It's too difficult to disconnect from unlinked
24805 handlers, as they are on pads not elements. Just punt if the pads
24806 aren't grandkids of the bin.
24808 2005-06-02 Wim Taymans <wim@fluendo.com>
24811 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24812 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24813 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24814 * ext/theora/theoradec.c: (theora_dec_src_query),
24815 (theora_handle_data_packet):
24816 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24817 (theora_enc_chain):
24818 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24819 (vorbis_handle_data_packet):
24820 * gst/audioconvert/bufferframesconvert.c:
24821 (buffer_frames_convert_chain):
24822 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24823 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24824 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24825 (gst_ffmpegcsp_chain):
24826 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24827 (gst_videorate_getcaps), (gst_videorate_setcaps),
24828 (gst_videorate_event), (gst_videorate_chain):
24829 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24830 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24831 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24832 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24833 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24834 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24835 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24836 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24837 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24838 Cleanups and buffer alloc.
24840 2005-05-31 Wim Taymans <wim@fluendo.com>
24842 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24843 Don't try to call the delay method when the device is not
24846 2005-05-31 Wim Taymans <wim@fluendo.com>
24848 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24849 Get actual segment size and buffer size after opening
24852 2005-05-30 Wim Taymans <wim@fluendo.com>
24854 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24855 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24856 Also FLUSH upstream, makes the loop function exit faster.
24858 * ext/theora/theoradec.c: (theora_dec_src_query):
24859 Some more debug info in the query.
24861 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24862 (gst_ximagesink_setcaps):
24863 Release lock on par error, better error reporting.
24865 2005-05-26 Wim Taymans <wim@fluendo.com>
24867 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24868 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24869 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24870 Clear chains in READY
24871 Queue packets until the chain is activated.
24873 2005-05-25 Wim Taymans <wim@fluendo.com>
24875 * gst-libs/gst/audio/gstaudiosink.c:
24876 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24877 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24878 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24879 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24880 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24881 (gst_audiosink_create_ringbuffer):
24882 * gst-libs/gst/audio/gstbaseaudiosink.c:
24883 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24884 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24885 (gst_baseaudiosink_set_property), (build_linear_format),
24886 (debug_spec_caps), (debug_spec_buffer),
24887 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24888 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24889 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24890 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24891 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24892 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24893 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24894 (gst_ringbuffer_play), (gst_ringbuffer_pause),
24895 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24896 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24897 (wait_segment), (gst_ringbuffer_commit),
24898 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24899 (gst_ringbuffer_clear):
24900 Various small cleanups.
24902 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24903 (gst_audio_convert_change_state):
24904 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24905 No need to take the locks anymore.
24907 2005-05-25 Wim Taymans <wim@fluendo.com>
24909 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24910 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24911 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24913 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24914 (group_destroy), (group_commit), (queue_overrun),
24915 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24916 (mute_stream), (new_decoded_pad), (setup_substreams),
24917 (setup_source), (mute_group_type), (set_active_source),
24918 (gst_play_base_bin_change_state):
24919 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24920 (gen_video_element), (gen_text_element), (gen_audio_element),
24921 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24922 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24923 (gst_stream_info_dispose), (gst_stream_info_set_mute):
24924 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24925 Some playbin cleanups mostly refcounting sloppyness.
24927 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24929 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24930 Work with streaming input.
24932 2005-05-25 Wim Taymans <wim@fluendo.com>
24934 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24935 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24936 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24937 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24938 No need to take the STREAM lock anymore.
24940 2005-05-25 Wim Taymans <wim@fluendo.com>
24942 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24943 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24944 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24945 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24946 (gst_ogg_demux_sink_activate):
24947 * ext/theora/theoradec.c: (theora_dec_src_event),
24948 (theora_handle_comment_packet), (theora_dec_chain),
24949 (theora_dec_change_state):
24950 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24951 (vorbis_handle_data_packet), (vorbis_dec_chain),
24952 (vorbis_dec_change_state):
24953 Remove STREAM locks as they are taken in core now.
24954 Never set bogus granulepos on vorbis/theora.
24955 Fix leaks in theoradec tag parsing.
24957 2005-05-25 Wim Taymans <wim@fluendo.com>
24959 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24960 Fix memleaks, GST_BUFFER_DATA() is not freed.
24962 2005-05-25 Wim Taymans <wim@fluendo.com>
24964 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24965 Open non-blocking, set to blocking mode afterwards to avoid
24966 lockups when audio device is busy.
24968 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24970 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24971 This can't be good.
24973 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24975 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24976 (gst_audio_convert_chain), (gst_audio_convert_link_src),
24977 (gst_audio_convert_setcaps):
24978 Implement instant setup switching.
24980 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24982 * gst/playback/gstplaybasebin.c: (probe_triggered):
24983 Fix missing unlock.
24984 * gst/playback/gstplaybin.c: (add_sink):
24985 First add, then link (otherwise pad link fails).
24987 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24989 * examples/Makefile.am:
24990 fix buildbot (make distcheck)
24992 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24994 * gst/playback/gstplaybin.c: (gen_vis_element):
24995 Remove some wrong code. Doesn't work yet.
24997 2005-05-19 Wim Taymans <wim@fluendo.com>
24999 * gst-libs/gst/net/Makefile.am:
25000 * gst-libs/gst/net/README:
25001 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
25002 (gst_netbuffer_class_init), (gst_netbuffer_init),
25003 (gst_netbuffer_finalize), (gst_netbuffer_copy),
25004 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
25005 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
25006 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
25007 * gst-libs/gst/net/gstnetbuffer.h:
25008 Added buffer subclass to store extra to/from addresses for
25009 network sources/sinks.
25011 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25013 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25014 Don't lock an unassigned variable.
25016 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25018 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
25019 Increase buffer for video, decrease buffer for other media types.
25020 * gst/playback/gstplaybin.c: (gen_video_element),
25021 (gen_audio_element):
25022 Change names for debugging purposes.
25024 2005-05-18 Wim Taymans <wim@fluendo.com>
25026 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25027 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25028 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25029 (gst_ffmpegcsp_chain):
25030 Enable buffer alloc passthrough if the source and dest
25031 formats are the same.
25033 2005-05-17 Wim Taymans <wim@fluendo.com>
25035 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25036 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25037 (gst_ogg_demux_chain_unlocked):
25038 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25039 (gst_audio_convert_caps_remove_format_info),
25040 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25041 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25042 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25043 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25044 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25045 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25046 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25047 (gst_ffmpegcsp_get_property):
25048 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25049 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25050 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25051 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25052 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25053 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25054 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25055 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25056 Leak fixes in oggdemux.
25057 Some cleanups in audioconvert.
25058 Make passthrough work along with buffer_alloc etc.
25059 Make buffer_alloc and buffer recycling actually work in
25062 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
25064 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25065 make the compiler happy
25067 2005-05-17 Wim Taymans <wim@fluendo.com>
25069 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25070 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25071 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25072 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25073 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25074 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25075 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25076 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25077 (gst_xvimagesink_set_xwindow_id):
25078 * sys/xvimage/xvimagesink.h:
25079 Port xvimagesink to new MiniObject.
25081 2005-05-17 Wim Taymans <wim@fluendo.com>
25083 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25084 (gst_audiofilter_chain):
25085 * gst-libs/gst/audio/gstaudiosink.c:
25086 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25087 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25088 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25089 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25090 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25091 (gst_audiosink_create_ringbuffer):
25092 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25093 (gst_audio_convert_caps_remove_format_info),
25094 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25095 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25096 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25097 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25098 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25099 Fix passthrough in ffmpegcolorspace.
25100 Fix memset in audiosink on wrong memory.
25102 2005-05-16 David Schleef <ds@schleef.org>
25104 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25107 2005-05-16 David Schleef <ds@schleef.org>
25109 Port from GstData to GstMiniObject.
25110 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25111 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25112 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25113 (gst_ogg_mux_collected):
25114 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25115 * ext/theora/theoradec.c: (theora_handle_comment_packet),
25116 (theora_handle_data_packet):
25117 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25118 (theora_set_header_on_caps), (theora_enc_chain):
25119 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25120 (vorbis_handle_comment_packet):
25121 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25122 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25123 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25124 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25125 * gst/audioconvert/gstaudioconvert.c:
25126 (gst_audio_convert_get_buffer):
25127 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25128 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25129 (mute_stream), (silence_stream):
25130 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25131 * gst/volume/gstvolume.c: (volume_transform):
25132 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25133 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25134 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25135 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25136 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25137 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25138 (gst_ximagesink_buffer_alloc):
25139 * sys/ximage/ximagesink.h:
25141 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25143 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25144 (fill_buffer), (check_queue), (queue_threshold_reached),
25145 (queue_out_of_data):
25146 * gst/playback/gstplaybasebin.h:
25147 Post buffer-fullness on the bus.
25149 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25151 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25153 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25154 (group_commit), (probe_triggered), (setup_source),
25155 (gst_play_base_bin_change_state):
25156 * gst/playback/gstplaybasebin.h:
25157 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25158 (gst_play_bin_init), (remove_sinks), (setup_sinks),
25159 (gst_play_bin_change_state):
25160 Move setup_output_pads into a virtual function, remove
25161 group-switch (no longer needed) and redirect (handled by bus
25164 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25166 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25167 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25168 (get_active_group), (get_building_group), (group_destroy),
25169 (group_commit), (check_queue), (queue_overrun),
25170 (queue_threshold_reached), (queue_out_of_data),
25171 (gen_preroll_element), (remove_groups), (unknown_type),
25172 (add_element_stream), (no_more_pads), (probe_triggered),
25173 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25174 (setup_substreams), (setup_source), (finish_source),
25175 (prepare_output), (muted_group_change_state),
25176 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25177 (gst_play_base_bin_change_state):
25178 * gst/playback/gstplaybasebin.h:
25179 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25180 (gst_play_bin_init), (gst_play_bin_set_property),
25181 (gen_video_element), (gen_text_element), (gen_audio_element),
25182 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25183 (gst_play_bin_change_state):
25184 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25185 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25186 (stream_info_change_state), (gst_stream_info_set_mute),
25187 (gst_stream_info_get_property):
25188 * gst/playback/gststreaminfo.h:
25189 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25190 (gst_stream_selector_get_linked_pad),
25191 (gst_stream_selector_getcaps),
25192 (gst_stream_selector_get_linked_pads),
25193 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25194 * gst/playback/gststreamselector.h:
25195 Rough port of playbin. Needs some more work, but is mostly done,
25196 and uses a few locks in important places, which should make stuff
25197 like chain-switches clean. Still uses GST_STATE() in a few places,
25198 which isn't all that good an idea, subtitles/elements disabled
25199 because no elements to test with and thus probably broken, query
25200 and event handling moved to GstBin, internal thread removed
25201 alltogether because the pipeline does that for us now. Can play
25202 Ogg/Vorbis files. Haven't tested anything else yet.
25204 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25206 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25207 Do no-more-pads (needed for autoplugging).
25209 2005-05-10 Andy Wingo <wingo@pobox.com>
25211 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25212 message to the bus with the tags. Still not sent downstream tho.
25214 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25216 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25217 avoid refcounting hassles.
25219 2005-05-09 Andy Wingo <wingo@pobox.com>
25221 * gst/volume/Makefile.am:
25222 * gst/volume/demo.c
25223 * gst/volume/gstvolume.h
25224 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25225 basetransform. Probably need an audio filter base class.
25227 2005-05-09 Wim Taymans <wim@fluendo.com>
25229 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25230 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25231 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25232 (gst_vorbisenc_chain):
25233 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25234 (gst_audio_convert_caps_remove_format_info),
25235 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25236 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25237 Make caps writable before writing to it.
25238 Fix negotiation in audioconvert some more.
25240 2005-05-09 Wim Taymans <wim@fluendo.com>
25242 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25243 (gst_videorate_getcaps), (gst_videorate_setcaps),
25244 (gst_videorate_event), (gst_videorate_chain):
25245 Better negotiation.
25247 2005-05-09 Wim Taymans <wim@fluendo.com>
25249 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25250 (gst_videorate_getcaps), (gst_videorate_setcaps),
25251 (gst_videorate_blank_data), (gst_videorate_init),
25252 (gst_videorate_event), (gst_videorate_chain),
25253 (gst_videorate_change_state):
25254 Port videorate, do a better job at negotiation while we're at
25257 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
25262 * examples/Makefile.am:
25263 * gst-libs/gst/audio/Makefile.am:
25264 * gst-libs/gst/riff/Makefile.am:
25265 * gst-libs/gst/tag/Makefile.am:
25266 * gst-libs/gst/video/Makefile.am:
25267 Fixups for missing variables.
25269 2005-05-09 Wim Taymans <wim@fluendo.com>
25271 * examples/seeking/seek.c: (make_theora_pipeline),
25272 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25273 (query_rates), (query_positions_elems), (query_positions_pads),
25274 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25275 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25276 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25277 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25278 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25279 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25280 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25281 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25282 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25283 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25284 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25285 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25286 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25287 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25288 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25289 (theora_dec_src_convert), (theora_dec_sink_convert),
25290 (theora_dec_src_query), (theora_dec_sink_query),
25291 (theora_dec_src_event), (theora_dec_sink_event),
25292 (theora_handle_comment_packet), (theora_handle_type_packet),
25293 (theora_handle_header_packet), (theora_handle_data_packet),
25294 (theora_dec_chain):
25295 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25296 (vorbis_dec_convert), (vorbis_dec_src_query),
25297 (vorbis_dec_sink_query), (vorbis_dec_src_event),
25298 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25299 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25300 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25301 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25302 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25303 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25304 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25305 (gst_play_bin_query):
25306 * gst/playback/test3.c: (update_scale):
25307 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25308 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25309 * gst/subparse/gstsubparse.c: (gst_subparse_init):
25310 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25311 (gst_videotestsrc_src_query):
25312 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25313 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25314 (paint_hline_YUV9):
25315 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25316 Port to new query API.
25318 Cleanups in x[v]imagesink
25320 2005-05-09 Andy Wingo <wingo@pobox.com>
25322 * ext/alsa/gstalsasink.h:
25323 * ext/gnomevfs/gstgnomevfssrc.c:
25324 (gst_gnomevfssrc_get_icy_metadata):
25325 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25326 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25327 * ext/theora/theoradec.c (theora_dec_src_query)
25328 (theora_dec_src_event, theora_dec_sink_event)
25329 (theora_handle_comment_packet, theora_handle_data_packet):
25330 * ext/theora/theoraenc.c (theora_enc_chain):
25331 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25332 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25333 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25334 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25336 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25337 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25338 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25339 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25340 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25341 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25342 (paint_setup_xBGR8888, paint_setup_RGBx8888)
25343 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25344 (paint_setup_RGB565, paint_setup_xRGB1555):
25345 * gst/videotestsrc/videotestsrc.h:
25346 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25347 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25348 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25351 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25352 gst_pad_query_position. Fixes oggdemux.
25354 2005-05-08 David Schleef <ds@schleef.org>
25356 * configure.ac: Require liboil.
25357 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25359 * gst/videotestsrc/videotestsrc.c:
25360 * gst/videotestsrc/videotestsrc.h:
25362 2005-05-06 Wim Taymans <wim@fluendo.com>
25364 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25365 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25366 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25367 Well, unreffing a buffer right before pushing it is asking
25370 2005-05-06 Christian Schaller <uraeus@gnome.org>
25372 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25374 2005-05-06 Wim Taymans <wim@fluendo.com>
25376 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25377 (gst_audio_convert_caps_remove_format_info),
25378 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25379 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25380 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25381 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25382 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25383 * gst/sine/Makefile.am:
25384 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25385 (gst_sinesrc_class_init), (gst_sinesrc_init),
25386 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25387 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25388 (gst_sinesrc_update_freq):
25389 * gst/sine/gstsinesrc.h:
25390 * gst/tcp/gstmultifdsink.c:
25391 * sys/xvimage/xvimagesink.c:
25392 Fixed negotiation wrt _peer_get_caps()
25396 2005-05-06 Wim Taymans <wim@fluendo.com>
25398 * gst-libs/gst/audio/gstaudiosink.c:
25399 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25400 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25401 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25402 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25403 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25404 (gst_audiosink_create_ringbuffer):
25405 * gst-libs/gst/audio/gstbaseaudiosink.c:
25406 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25407 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25408 (gst_baseaudiosink_set_property), (build_linear_format),
25409 (debug_spec_caps), (debug_spec_buffer),
25410 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25411 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25412 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25413 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25414 * gst-libs/gst/audio/gstbaseaudiosink.h:
25415 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25416 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25417 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25418 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25419 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25420 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25421 (wait_segment), (gst_ringbuffer_commit),
25422 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25423 (gst_ringbuffer_clear):
25424 * gst-libs/gst/audio/gstringbuffer.h:
25425 Make the base audiosink return an error when there is no
25426 audiobuffer negotiated.
25428 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25431 Disable cdparanoia until someone ports it!
25433 2005-05-06 Wim Taymans <wim@fluendo.com>
25435 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25436 (gst_ogg_demux_sink_activate):
25437 And revert after wingo's revert.. sigh..
25439 2005-05-05 Andy Wingo <wingo@pobox.com>
25441 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25443 * configure.ac: Return audiorate and subparse from the ghetto.
25444 Re-enable -Wall -Werror.
25445 * gst/subparse/gstsubparse.c:
25446 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25447 or chain-based. Cleaned up a bit. Not tested.
25449 2005-05-05 Christian Schaller <christian@fluendo.com>
25451 * Makefile.am: remove stuff that is not building
25452 * configure.ac: remove stuff that is not building
25453 * examples/Makefile.am: remove stuff that is not building
25454 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25455 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25456 * sys/Makefile.am: remove stuff that is not building
25457 * testsuite/Makefile.am: remove stuff that is not building
25459 2005-05-05 Andy Wingo <wingo@pobox.com>
25461 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25462 * gst-libs/gst/tag/gstvorbistag.c:
25463 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25464 * gst/adder/gstadder.h:
25465 * gst/audioconvert/gstchannelmix.c:
25466 (gst_audio_convert_fill_one_other):
25467 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25468 (gst_audiorate_init), (gst_audiorate_chain):
25469 * gst/playback/gstplaybasebin.c: (setup_source):
25470 * gst/playback/test3.c: (update_scale):
25488 2005-05-05 Wim Taymans <wim@fluendo.com>
25490 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25491 (gst_audio_convert_caps_remove_format_info),
25492 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25493 (gst_audio_convert_change_state), (gst_audio_convert_channels):
25494 * gst/videotestsrc/gstvideotestsrc.c:
25495 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25496 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25497 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25498 (gst_videotestsrc_init), (gst_videotestsrc_loop):
25499 Don't ignore _push() return values.
25500 Make sure no processing is done when shutting down.
25501 Videotestsrc pad activation fix.
25503 2005-05-05 Wim Taymans <wim@fluendo.com>
25505 * gst/adder/Makefile.am:
25506 * gst/adder/gstadder.c: (gst_adder_setcaps),
25507 (gst_adder_class_init), (gst_adder_init),
25508 (gst_adder_request_new_pad), (gst_adder_collected),
25509 (gst_adder_change_state):
25510 * gst/adder/gstadder.h:
25511 Ported adder as an example of a mixer element using
25512 collect pads. Needs more negotiation work.
25514 2005-05-05 Wim Taymans <wim@fluendo.com>
25516 * ext/theora/theoradec.c: (_inc_granulepos),
25517 (theora_dec_src_event), (theora_dec_sink_event),
25518 (theora_handle_comment_packet), (theora_handle_type_packet),
25519 (theora_handle_header_packet), (theora_handle_data_packet),
25520 (theora_dec_chain):
25521 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25522 (gst_theora_enc_init), (theora_enc_sink_setcaps),
25523 (theora_push_buffer), (theora_push_packet),
25524 (theora_enc_sink_event), (theora_enc_chain),
25525 (theora_enc_change_state), (theora_enc_set_property),
25526 (theora_enc_get_property):
25527 Added stream lock to decoder so that we can serialize
25529 More theoraenc porting, recover from errors, do clean
25532 2005-05-05 Wim Taymans <wim@fluendo.com>
25534 * ext/ogg/Makefile.am:
25536 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25537 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25539 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25540 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25541 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25542 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25543 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25544 (gst_ogg_mux_change_state):
25547 2005-05-05 Wim Taymans <wim@fluendo.com>
25549 * docs/design-audiosinks.txt:
25550 * gst-libs/gst/audio/TODO:
25551 * gst-libs/gst/audio/gstaudiosink.c:
25552 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25553 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25554 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25555 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25556 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25557 (gst_audiosink_create_ringbuffer):
25558 * gst-libs/gst/audio/gstbaseaudiosink.c:
25559 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25560 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25561 (gst_baseaudiosink_set_property), (build_linear_format),
25562 (debug_spec_caps), (debug_spec_buffer),
25563 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25564 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25565 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25566 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25567 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25568 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25569 (gst_ringbuffer_release), (gst_ringbuffer_play),
25570 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25571 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25572 (gst_ringbuffer_set_sample), (wait_segment),
25573 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25574 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25575 More work on the audiosink, mostly debugging and a race in
25578 2005-04-28 Wim Taymans <wim@fluendo.com>
25580 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25581 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25582 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25583 (vorbis_dec_src_query), (vorbis_dec_src_event),
25584 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25585 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25586 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25587 Don't crap out when seeking back to position 0.
25589 2005-04-28 Wim Taymans <wim@fluendo.com>
25591 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25592 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25593 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25594 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25595 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25596 Make audio sink configurable, use alsasink as default.
25598 2005-04-28 Wim Taymans <wim@fluendo.com>
25600 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25601 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25602 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25603 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25604 (vorbis_dec_change_state):
25605 * ext/vorbis/vorbisdec.h:
25606 Refactor, use STREAM_LOCK.
25608 2005-04-28 Wim Taymans <wim@fluendo.com>
25610 * ext/theora/theoradec.c: (_inc_granulepos),
25611 (theora_dec_sink_event), (theora_handle_comment_packet),
25612 (theora_handle_type_packet), (theora_handle_header_packet),
25613 (theora_handle_data_packet), (theora_dec_chain),
25614 (theora_dec_change_state):
25615 Refactor a bit, use STREAM_LOCK.
25617 2005-04-28 Wim Taymans <wim@fluendo.com>
25619 * ext/alsa/Makefile.am:
25620 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25621 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25622 (gst_alsa_link), (gst_alsa_close_audio):
25623 * ext/alsa/gstalsaplugin.c: (plugin_init):
25624 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25625 (gst_alsasink_dispose), (gst_alsasink_base_init),
25626 (gst_alsasink_class_init), (gst_alsasink_init),
25627 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25628 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25629 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25630 (gst_alsasink_reset):
25631 * ext/alsa/gstalsasink.h:
25632 Implement alsasink with simple open/write/close API.
25633 Make alsa dir build by disabling compilation of code.
25635 2005-04-28 Wim Taymans <wim@fluendo.com>
25637 * gst-libs/gst/audio/Makefile.am:
25638 * gst-libs/gst/audio/audio.h:
25639 * gst-libs/gst/audio/audioclock.c:
25640 * gst-libs/gst/audio/audioclock.h:
25641 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25642 (gst_audio_clock_class_init), (gst_audio_clock_init),
25643 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25644 * gst-libs/gst/audio/gstaudioclock.h:
25645 * gst-libs/gst/audio/gstaudiosink.c:
25646 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25647 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25648 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25649 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25650 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25651 (gst_audiosink_create_ringbuffer):
25652 * gst-libs/gst/audio/gstbaseaudiosink.c:
25653 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25654 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25655 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25656 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25657 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25658 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25659 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25660 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25661 * gst-libs/gst/audio/gstbaseaudiosink.h:
25662 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25663 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25664 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25665 (gst_ringbuffer_release), (gst_ringbuffer_play),
25666 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25667 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25668 (gst_ringbuffer_set_sample), (wait_segment),
25669 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25670 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25671 * gst-libs/gst/audio/gstringbuffer.h:
25672 Make ringbuffer faster and more simple by removing the locks
25673 in the playback thread.
25674 Add sample accurate playback based on buffer sample offsets.
25675 Make the baseaudiosink provide a clock.
25676 Parse caps in the base class.
25677 Correctly handle seeking, flushing and state changes.
25679 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
25682 * gst/audioconvert/Makefile.am:
25683 * gst/audioscale/Makefile.am:
25684 Fix part of the build. Come on guys, autogen didn't even work :)
25686 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25689 * gst-libs/gst/Makefile.am:
25690 * gst-libs/gst/media-info/.cvsignore:
25691 * gst-libs/gst/media-info/Makefile.am:
25692 * gst-libs/gst/media-info/README:
25693 * gst-libs/gst/media-info/media-info-priv.c:
25694 * gst-libs/gst/media-info/media-info-priv.h:
25695 * gst-libs/gst/media-info/media-info-test.c:
25696 * gst-libs/gst/media-info/media-info.c:
25697 * gst-libs/gst/media-info/media-info.h:
25698 * gst-libs/gst/media-info/media-info.vcproj:
25699 * pkgconfig/Makefile.am:
25700 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25701 * pkgconfig/gstreamer-media-info.pc.in:
25702 Remove media-info, which is also successed by playbin (see Totem
25705 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25708 * examples/Makefile.am:
25709 * examples/gstplay/.cvsignore:
25710 * examples/gstplay/Makefile.am:
25711 * examples/gstplay/player.c:
25712 * gst-libs/gst/Makefile.am:
25713 * gst-libs/gst/play/.cvsignore:
25714 * gst-libs/gst/play/Makefile.am:
25715 * gst-libs/gst/play/play.c:
25716 * gst-libs/gst/play/play.h:
25717 * gst-libs/gst/play/play.vcproj:
25718 * pkgconfig/Makefile.am:
25719 * pkgconfig/gstreamer-play-uninstalled.pc.in:
25720 * pkgconfig/gstreamer-play.pc.in:
25721 Remove libgstplay, playbin is now the official successor.
25723 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25726 * gst-libs/gst/Makefile.am:
25727 * gst-libs/gst/xwindowlistener/Makefile.am:
25728 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25729 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25730 Remove deprecated xwindowlistener (I've moved xwindowlistening
25731 in the v4l/v4l2 plugins over to serverside).
25733 2005-04-25 David Schleef <ds@schleef.org>
25735 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25736 to examples/dynparams. Examples do not belong interspersed with
25738 * examples/dynparams/demo-dparams.c:
25739 * gst/sine/Makefile.am:
25740 * gst/sine/demo-dparams.c:
25742 2005-04-25 David Schleef <ds@schleef.org>
25744 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25745 * gst-libs/gst/audio/Makefile.am:
25746 * gst-libs/gst/riff/Makefile.am:
25747 * gst-libs/gst/tag/Makefile.am:
25748 * gst-libs/gst/video/Makefile.am:
25749 * gst-libs/gst/xwindowlistener/Makefile.am:
25751 Convert to 0.9 API, seems to work:
25752 * sys/ximage/Makefile.am:
25753 * sys/ximage/ximagesink.c:
25755 2005-04-24 David Schleef <ds@schleef.org>
25757 Link plugins against libraries:
25758 * ext/alsa/Makefile.am:
25759 * gst/tcp/Makefile.am:
25761 Remove asm code that should be in liboil
25762 * gst/videoscale/Makefile.am:
25763 * gst/videoscale/videoscale_x86_asm.s:
25765 gettext wants these checked in:
25781 2005-04-24 David Schleef <ds@schleef.org>
25783 Convert gst_main() to g_main_loop_run()
25784 * gst/playback/decodetest.c: (main):
25785 * gst/playback/test2.c: (main):
25786 * gst/playback/test3.c: (main):
25787 * gst/playback/test4.c: (main):
25789 Link plugins against libraries:
25790 * ext/libvisual/Makefile.am:
25791 * sys/xvimage/Makefile.am:
25793 2005-04-24 David Schleef <ds@schleef.org>
25795 * configure.ac: Remove idct and resample libs
25796 * gst-libs/gst/Makefile.am: same
25798 Remove usage of gst_library_load():
25799 * ext/alsa/gstalsaplugin.c: (plugin_init):
25800 * ext/libvisual/visual.c: (plugin_init):
25801 * ext/ogg/gstogg.c: (plugin_init):
25802 * ext/theora/theora.c: (plugin_init):
25803 * ext/vorbis/vorbis.c: (plugin_init):
25804 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25805 * gst/audioscale/gstaudioscale.c:
25806 * gst/adder/gstadder.c: (plugin_init):
25807 * gst/audioconvert/plugin.c: (plugin_init):
25808 * sys/ximage/ximagesink.c: (plugin_init):
25809 * sys/xvimage/xvimagesink.c: (plugin_init):
25810 * gst/tcp/gsttcpplugin.c: (plugin_init):
25812 Link plugins against libraries:
25813 * ext/ogg/Makefile.am:
25814 * ext/theora/Makefile.am:
25815 * ext/vorbis/Makefile.am:
25816 * gst/audioconvert/Makefile.am:
25818 Create proper libraries:
25819 * gst-libs/gst/riff/Makefile.am:
25820 * gst-libs/gst/audio/Makefile.am:
25821 * gst-libs/gst/video/Makefile.am:
25823 Move resample library to audioscale plugin directory:
25824 * gst-libs/gst/resample/Makefile.am:
25825 * gst-libs/gst/resample/README:
25826 * gst-libs/gst/resample/dtof.c:
25827 * gst-libs/gst/resample/dtos.c:
25828 * gst-libs/gst/resample/functable.c:
25829 * gst-libs/gst/resample/private.h:
25830 * gst-libs/gst/resample/resample.c:
25831 * gst-libs/gst/resample/resample.h:
25832 * gst-libs/gst/resample/resample.vcproj:
25833 * gst-libs/gst/resample/test.c:
25834 * gst/audioscale/Makefile.am:
25835 * gst/audioscale/README:
25836 * gst/audioscale/dtof.c:
25837 * gst/audioscale/dtos.c:
25838 * gst/audioscale/functable.c:
25839 * gst/audioscale/private.h:
25840 * gst/audioscale/resample.c:
25841 * gst/audioscale/resample.h:
25842 * gst/audioscale/test.c:
25844 Move tagedit library to gst-libs:
25845 * gst-libs/gst/tag/Makefile.am:
25846 * gst-libs/gst/tag/gstid3tag.c:
25847 * gst-libs/gst/tag/gsttagediting.c:
25848 * gst-libs/gst/tag/gsttageditingprivate.h:
25849 * gst-libs/gst/tag/gstvorbistag.c:
25850 * gst/tags/Makefile.am:
25851 * gst/tags/gstid3tag.c:
25852 * gst/tags/gstvorbistag.c:
25854 Fix for core changes:
25855 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25856 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25857 (gst_sinesrc_getrange):
25859 2005-04-23 David Schleef <ds@schleef.org>
25861 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
25862 in gst-plugins in a long time, and properly belongs in liboil.
25863 * gst-libs/gst/idct/Makefile.am:
25864 * gst-libs/gst/idct/README:
25865 * gst-libs/gst/idct/dct.h:
25866 * gst-libs/gst/idct/doieee:
25867 * gst-libs/gst/idct/fastintidct.c:
25868 * gst-libs/gst/idct/floatidct.c:
25869 * gst-libs/gst/idct/idct.c:
25870 * gst-libs/gst/idct/idct.h:
25871 * gst-libs/gst/idct/idtc.vcproj:
25872 * gst-libs/gst/idct/ieeetest.c:
25873 * gst-libs/gst/idct/intidct.c:
25875 2005-04-20 Wim Taymans <wim@fluendo.com>
25877 * docs/design-audiosinks.txt:
25878 * gst-libs/gst/audio/Makefile.am:
25879 * gst-libs/gst/audio/TODO:
25880 * gst-libs/gst/audio/gstaudiosink.c:
25881 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25882 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25883 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25884 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25885 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25886 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25887 (gst_audiosink_class_init), (gst_audiosink_init),
25888 (gst_audiosink_create_ringbuffer):
25889 * gst-libs/gst/audio/gstaudiosink.h:
25890 * gst-libs/gst/audio/gstbaseaudiosink.c:
25891 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25892 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25893 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25894 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25895 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25896 (gst_baseaudiosink_create_ringbuffer),
25897 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25898 * gst-libs/gst/audio/gstbaseaudiosink.h:
25899 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25900 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25901 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25902 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25903 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25904 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25905 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25906 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25907 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25908 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25909 * gst-libs/gst/audio/gstringbuffer.h:
25910 An attempt at a set of audio base classes together with some
25913 2005-04-20 Wim Taymans <wim@fluendo.com>
25915 * gst/audioconvert/Makefile.am:
25916 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25917 (gst_audio_convert_caps_remove_format_info),
25918 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25919 (gst_audio_convert_channels):
25920 Link against audio libs.
25921 Fix audio convert plugin.
25923 2005-04-20 Wim Taymans <wim@fluendo.com>
25925 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25926 (gst_ogg_demux_sink_activate):
25927 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25928 (theora_set_header_on_caps), (theora_enc_sink_event),
25929 (theora_enc_chain):
25930 Fix theora encoder.
25932 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25934 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25935 * gst/playback/gstdecodebin.c: (find_compatibles):
25936 Work with staticpadtemplates in elementfactories.
25938 2005-04-12 Wim Taymans <wim@fluendo.com>
25940 * gst/playback/README:
25941 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25942 (compare_ranks), (print_feature), (gst_decode_bin_init),
25943 (dynamic_create), (dynamic_free), (find_compatibles),
25944 (mimetype_is_raw), (close_pad_link), (got_redirect),
25945 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25946 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25947 (gst_decode_bin_change_state):
25948 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25949 (gst_play_base_bin_init), (group_destroy), (group_commit),
25950 (check_queue), (queue_overrun), (queue_threshold_reached),
25951 (queue_out_of_data), (gen_preroll_element), (unknown_type),
25952 (new_decoded_pad), (setup_subtitle), (gen_source_element),
25953 (got_redirect), (setup_source), (play_base_eos),
25954 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25955 (gst_play_base_bin_remove_element):
25956 * gst/playback/gstplaybasebin.h:
25957 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25958 (gst_play_bin_init), (gst_play_bin_dispose),
25959 (gst_play_bin_set_property), (gen_video_element),
25960 (gen_text_element), (gen_audio_element), (remove_sinks),
25961 (gst_play_bin_send_event):
25962 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25963 (stream_info_change_state), (gst_stream_info_set_mute):
25964 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25965 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25966 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25967 (gst_stream_selector_chain):
25968 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25970 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25971 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25972 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25973 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25974 Raw and crude port of decodebin.
25975 Make playbin compile.
25977 2005-04-06 Wim Taymans <wim@fluendo.com>
25979 * ext/gnomevfs/Makefile.am:
25980 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25981 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25982 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25983 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25984 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25985 (gst_gnomevfssrc_stop):
25986 * ext/ogg/Makefile.am:
25987 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25988 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25989 * ext/theora/Makefile.am:
25990 * ext/theora/theoradec.c: (_inc_granulepos),
25991 (theora_dec_sink_event), (theora_dec_chain):
25992 * ext/vorbis/Makefile.am:
25993 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25994 (vorbis_dec_sink_event), (vorbis_dec_chain):
25995 * gst-libs/gst/audio/Makefile.am:
25996 * sys/xvimage/Makefile.am:
25997 Make gnomevfssrc extend the source base class.
25998 Fix linking against libs in various plugins.
26000 2005-04-06 Andy Wingo <wingo@pobox.com>
26002 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
26005 * configure.ac: Add check and AC_SUBST for libgstbase.
26007 2005-03-31 Wim Taymans <wim@fluendo.com>
26009 * examples/seeking/Makefile.am:
26010 * examples/seeking/cdparanoia.c: (main):
26011 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
26012 (play_cb), (pause_cb), (stop_cb), (main):
26013 * examples/seeking/playbin.c:
26014 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
26015 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
26016 (make_sid_pipeline), (make_vorbis_pipeline),
26017 (make_theora_pipeline), (make_vorbis_theora_pipeline),
26018 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
26019 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
26020 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
26021 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
26023 * examples/seeking/spider_seek.c:
26024 * examples/seeking/vorbisfile.c:
26025 * ext/gnomevfs/Makefile.am:
26026 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26027 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
26028 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26029 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
26030 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
26031 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
26032 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26033 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26035 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26036 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26037 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26038 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26039 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26040 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26041 (gst_ogg_pad_event), (gst_ogg_pad_reset),
26042 (gst_ogg_demux_factory_filter), (compare_ranks),
26043 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26044 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26045 (gst_ogg_chain_new), (gst_ogg_chain_free),
26046 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26047 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26048 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26049 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26050 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26051 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26052 (gst_ogg_demux_get_prev_page),
26053 (gst_ogg_demux_deactivate_current_chain),
26054 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26055 (gst_ogg_demux_bisect_forward_serialno),
26056 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26057 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26058 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26059 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26060 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26061 (gst_ogg_demux_change_state), (gst_ogg_print):
26062 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26063 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26064 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26065 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26066 (gst_ogg_mux_loop):
26067 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26068 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26069 (theora_dec_src_convert), (theora_dec_sink_convert),
26070 (theora_dec_src_query), (theora_dec_src_event),
26071 (theora_dec_sink_event), (theora_dec_chain),
26072 (theora_dec_change_state):
26073 * ext/theora/theoraenc.c: (gst_theora_enc_init),
26074 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26075 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26076 (theora_enc_change_state):
26077 * ext/vorbis/Makefile.am:
26078 * ext/vorbis/oggvorbisenc.c:
26079 * ext/vorbis/oggvorbisenc.h:
26080 * ext/vorbis/vorbis.c: (plugin_init):
26081 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26082 (vorbis_dec_src_query), (vorbis_dec_src_event),
26083 (vorbis_dec_sink_event), (vorbis_dec_chain),
26084 (vorbis_dec_change_state):
26085 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26086 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26087 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26088 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26089 (gst_vorbisenc_change_state):
26090 * ext/vorbis/vorbisenc.h:
26091 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26092 * gst-libs/gst/audio/audioclock.c:
26093 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26094 (gst_audiofilter_init), (gst_audiofilter_chain):
26095 * gst-libs/gst/audio/testchannels.c: (main):
26096 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26097 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26098 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26099 (gmip_find_track_streaminfo), (gmip_find_track_format):
26100 * gst-libs/gst/media-info/media-info.c:
26101 (gst_media_info_read_idler):
26102 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26103 (gst_play_get_all_by_interface):
26104 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26105 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26106 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26107 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26108 (gst_riff_parse_info):
26109 * gst-libs/gst/riff/riff-read.h:
26110 * gst-libs/gst/riff/riff.c: (plugin_init):
26111 * gst-libs/gst/video/Makefile.am:
26112 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26113 (gst_videosink_class_init), (gst_videosink_get_type):
26114 * gst-libs/gst/video/videosink.h:
26115 * gst/audioconvert/bufferframesconvert.c:
26116 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26117 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26118 * gst/audioconvert/channelmixtest.c: (main):
26119 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26120 (gst_audio_convert_chain),
26121 (gst_audio_convert_caps_remove_format_info),
26122 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26123 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26124 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26125 (gst_audio_convert_buffer_to_default_format),
26126 (gst_audio_convert_buffer_from_default_format),
26127 (gst_audio_convert_channels):
26128 * gst/audioconvert/gstchannelmix.h:
26129 * gst/ffmpegcolorspace/avcodec.h:
26130 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26131 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26132 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26133 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26134 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26135 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26136 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26137 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26138 (mpeg_video_type_find), (mpeg_video_stream_type_find),
26140 * gst/videotestsrc/gstvideotestsrc.c:
26141 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26142 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26143 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26144 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26145 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26146 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26147 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26149 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26150 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26151 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26152 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26153 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26154 (gst_xvimagesink_navigation_send_event),
26155 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26156 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26157 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26158 * sys/xvimage/xvimagesink.h:
26159 Plugin port to 0.9, ogg/theora playback should work in the seek
26161 Removed old examples.
26162 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26163 explained in 0.9 TODO doc.
26166 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
26188 * testsuite/Makefile.am:
26189 remove a whole bunch of plugins. This module now contains a set
26190 of free reference plugins/elements as agreed.
26192 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
26195 hunting season on 0.9 is now OPEN
26197 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26199 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26200 Kick the hell out of gcc for not warning me about a symbol conflict.
26202 2005-02-22 Luca Ognibene <luogni@tin.it>
26204 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26206 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26207 Don't leak caps string (fixes #168134)
26209 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26210 (gst_jpegenc_init), (gst_jpegenc_finalize),
26211 (gst_jpegenc_change_state):
26212 Don't leak line buffers and context struct (fixes #168133).
26214 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
26217 * ext/dirac/gstdiracdec.cc:
26218 (gst_diracdec_chain):
26219 Since dirac 0.5.0 the framerate in dirac is expressed as a
26220 rational number. Fix build and up requirement to 0.5.0, and
26221 also pass parameters to gst_diracdec_link in the right order
26224 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
26226 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26227 * ext/faad/gstfaad.h:
26228 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
26229 certain invalid muxed streams, where some packets will contain
26230 junk after decoder data. Partially fixes #149158.
26232 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
26233 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26234 Make sure we only write to writable buffers
26236 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
26238 * gst-libs/gst/riff/riff-media.c:
26239 (gst_riff_create_audio_caps_with_data):
26240 Do actually fix invalid RIFF fmt header values for alaw
26241 and mulaw audio instead of just saying so.
26243 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26244 Give gst_riff_create_audio_caps_with_data() a chance to
26245 fix up broken format header fields before extracting any
26246 parameters from the header. (fixes #167633)
26248 2005-02-19 Martin Holters <martin.holters@gmx.de>
26250 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26252 * gst/audioconvert/bufferframesconvert.c:
26253 (buffer_frames_convert_link):
26254 Don't leak othercaps. (fixes #167878)
26256 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
26259 * ext/libvisual/visual.c: (gst_visual_srclink),
26260 (gst_visual_change_state):
26261 Support libvisual 0.2.0.
26263 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
26265 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26266 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26267 Use same rowstrides for I420 as used everywhere else.
26269 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
26271 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26272 Declare variables at beginning of block and make gcc-2.95 happy
26273 (fixes # 167482, patch by Gergely Nagy).
26275 * gst/tcp/gsttcpclientsrc.c:
26276 * gst/tcp/gsttcpclientsrc.h:
26277 Move some includes into the header, so that struct sockaddr_in is
26278 defined when it should be defined on FreeBSD as well (fixes
26281 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26282 Don't pass uninitialised values to setsockopt() here either.
26284 2005-02-17 Luca Ognibene <luogni at tin dot it>
26286 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26288 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26289 Don't pass uninitialised values to setsockopt(). (fixes #167704)
26291 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26293 * gst/playback/gstplaybin.c: (add_sink):
26294 Invert bin_add/link order to workaround deadlock in opt.
26296 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26298 * gst/modplug/gstmodplug.cc:
26299 Add missing break causing position queries to fail.
26301 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26303 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26304 Granpos can apparently be -1, which screws up calculations...
26306 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
26308 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26309 (gst_ximagesink_send_pending_navigation),
26310 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26311 (gst_ximagesink_init):
26312 * sys/ximage/ximagesink.h:
26313 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26314 (gst_xvimagesink_send_pending_navigation),
26315 (gst_xvimagesink_navigation_send_event),
26316 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26317 * sys/xvimage/xvimagesink.h:
26318 Use a mutex protected list to marshal navigation
26319 events into the stream thread from whichever thread
26322 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
26324 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26325 Display current position and track length; misc. clean-ups.
26327 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26328 (speed_init), (speed_chain):
26329 Add query function, so that the stream length and current position
26330 get adjusted when queried (note that current position queries may
26331 still be wrong if the audio sink returns values based on buffer
26332 timestamps instead of passing on the query).
26334 2005-02-13 Benjamin Otte <otte@gnome.org>
26336 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26337 (gst_audio_convert_channels):
26338 create channel conversion matrix when linking
26339 * gst/audioconvert/.cvsignore:
26340 * gst/audioconvert/Makefile.am:
26341 * gst/audioconvert/channelmixtest.c: (main):
26342 add (ugly) test that ensures stereo <=> mono conversion works
26345 2005-02-13 Benjamin Otte <otte@gnome.org>
26347 * gst/audioconvert/gstchannelmix.h:
26348 include missing header file
26349 * gst/audioconvert/gstchannelmix.c:
26350 (gst_audio_convert_fill_compatible):
26351 use same sign for both channels when converting to/from compatible
26352 channel. Previously used different signs made the signals cancel
26353 each other out and appear like silence. (fixes #167269)
26355 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26357 * gst/ffmpegcolorspace/avcodec.h:
26358 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26359 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26360 (gst_ffmpegcsp_avpicture_fill):
26361 * gst/ffmpegcolorspace/imgconvert.c:
26362 Convert to and from YV12 (fixes #156379).
26364 2005-02-12 Julien MOUTTE <julien@moutte.net>
26366 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26367 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26368 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26369 (gst_ximagesink_expose), (gst_ximagesink_set_property),
26370 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26371 methods from chain and negotiation and vice versa (Fixes #166142).
26372 * sys/ximage/ximagesink.h: Add stream_lock.
26373 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26374 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26375 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26376 (gst_xvimagesink_expose): Check for xcontext before trying to link.
26378 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26380 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26381 Don't send "Hey! You gave me a NULL pointer you naughty person" as
26382 error message when we can't open the DVD device (when dvdnav_open()
26383 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26384 the above). Send something more useful instead (fixes #167117).
26386 2005-02-11 Julien MOUTTE <julien@moutte.net>
26388 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26389 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26390 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26391 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26392 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26393 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26394 methods from chain and negotiation and vice versa (Fixes #166142).
26395 Fix a possible bug of images in the buffer pool being discarded because
26396 we are looking at the wrong geometry.
26397 * sys/xvimage/xvimagesink.h: Add stream_lock.
26399 2005-02-11 David Schleef <ds@schleef.org>
26401 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26402 unsigned int. (fixes #167128)
26404 2005-02-11 David Schleef <ds@schleef.org>
26406 * gst/librfb/Makefile.am: Testing stuff before committing is
26407 for wimps... and people with fast machines. Fix stupid
26410 2005-02-11 David Schleef <ds@schleef.org>
26412 * configure.ac: Pull in librfb from my CVS tree, because it is
26413 too small and annoying to be separate. Move rfbsrc plugin
26416 * ext/librfb/Makefile.am:
26417 * ext/librfb/gstrfbsrc.c:
26418 * gst/librfb/Makefile.am:
26419 * gst/librfb/gstrfbsrc.c:
26420 * gst/librfb/rfb.c:
26421 * gst/librfb/rfb.h:
26422 * gst/librfb/rfbbuffer.c:
26423 * gst/librfb/rfbbuffer.h:
26424 * gst/librfb/rfbbytestream.c:
26425 * gst/librfb/rfbbytestream.h:
26426 * gst/librfb/rfbcontext.h:
26427 * gst/librfb/rfbdecoder.c:
26428 * gst/librfb/rfbdecoder.h:
26429 * gst/librfb/rfbutil.h:
26431 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
26433 * gst/speed/Makefile.am:
26434 * gst/speed/demo-mp3.c: (main):
26435 * gst/speed/filter.func:
26436 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26437 (speed_class_init), (speed_init), (speed_chain_int16),
26438 (speed_chain_float32), (speed_chain), (speed_set_property),
26439 (speed_get_property), (speed_change_state):
26440 * gst/speed/gstspeed.h:
26441 Fix speed element and make it chain-based (fixes #156467),
26442 and make it handle more than one channel.
26444 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
26446 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26447 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26448 (gst_dtsdec_chain), (gst_dtsdec_change_state):
26449 * ext/dts/gstdtsdec.h:
26450 Don't clobber the stack constructing the channels array.
26451 Make the element chain-based. DTS tracks can now be played.
26453 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
26455 * gst-libs/gst/audio/multichannel.h:
26456 * gst-libs/gst/gconf/gconf.h:
26457 * gst-libs/gst/idct/idct.h:
26458 * gst-libs/gst/media-info/media-info-priv.h:
26459 * gst-libs/gst/play/play.h:
26460 * gst-libs/gst/resample/private.h:
26461 * gst-libs/gst/resample/resample.h:
26462 * gst-libs/gst/riff/riff-ids.h:
26463 * gst-libs/gst/video/video.h:
26464 * gst-libs/gst/video/videosink.h:
26465 Add G_BEGIN_DECLS and G_END_DECLS around headers where
26466 missing, so that they work when included from C++ code.
26468 2005-02-09 David Schleef <ds@schleef.org>
26470 * testsuite/gst-lint: Check for non-statically scoped
26471 parent_class variables. This won't be a problem once
26472 plugins are loaded with RTLD_LOCAL.
26474 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26476 * ext/mplex/gstmplexibitstream.cc:
26479 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26481 * ext/ogg/gstogmparse.c:
26482 * gst/debug/gstnavigationtest.c:
26483 Die, thou faulty symbol pollutors (non-static parent_class).
26485 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26487 * ext/mplex/gstmplexibitstream.cc:
26488 Fix event handling (#165525).
26490 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26492 * ext/mikmod/gstmikmod.c:
26493 * gst/modplug/gstmodplug.cc:
26494 Add missing endianness to template (fixes #165509).
26496 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26498 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26499 Fix wrong order of reading of optional bytes (#165290).
26501 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26503 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26504 Implement FILLER event awareness.
26506 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26508 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26509 Fix track calculations (#166208).
26511 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26513 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26515 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26516 * ext/libpng/gstpngenc.c:
26517 Fix byte-order, use proper fixed caps. Fixes #164197.
26519 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
26524 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26525 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26526 Don't push buffers if the src pad isn't negotiated yet.
26528 * gst/audioconvert/gstaudioconvert.c:
26529 (gst_audio_convert_buffer_to_default_format),
26530 (gst_audio_convert_buffer_from_default_format):
26531 Add support for 24-bit width.
26533 * gst/dvdlpcmdec/.cvsignore:
26534 * gst/dvdlpcmdec/Makefile.am:
26535 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26536 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26537 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26538 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26540 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26541 New decoder for rearranging DVD LPCM into our audio/x-raw-int
26542 format. Needs support for the channels maps if someone can find
26543 a DVD LPCM track with > 2 channels.
26545 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26546 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26547 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26548 * gst/mpegstream/gstdvddemux.h:
26549 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26550 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26551 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26552 * gst/mpegstream/gstmpegdemux.h:
26553 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26554 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26555 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26556 (gst_mpeg_parse_handle_src_query),
26557 (gst_mpeg_parse_handle_src_event):
26558 Use audio/x-dvd-lpcm for LPCM output.
26561 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26563 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26565 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26566 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26567 Add BGRA handling (#165736).
26569 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
26571 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26573 * gst/law/alaw-decode.c: (alawdec_link):
26574 * gst/law/alaw-encode.c: (alawenc_link):
26575 * gst/law/mulaw-decode.c: (mulawdec_link):
26576 * gst/law/mulaw-encode.c: (mulawenc_link):
26577 Fix caps memleaks (#166600).
26579 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
26581 * ext/tarkin/mem.h:
26582 * ext/tarkin/wavelet.h:
26583 * ext/tarkin/yuv.h:
26584 * gst/ffmpegcolorspace/avcodec.h:
26585 Include "_stdint.h" instead of <stdint.h>. Fixes build on
26586 systems that don't have stdint.h, like Solaris9 (fixes #166631).
26588 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26590 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26591 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26592 (gst_xvimagesink_change_state):
26593 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26594 Xv video (and thereby regenerate Xv colourkey) in clear() so
26595 that PLAY -> READY -> PLAY works (fixes #162504).
26597 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26599 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26600 Switch to list instead of range, since MJPEG-devices really just
26601 support decimations, not any size.
26603 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26604 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26605 (gst_mpeg2dec_reset), (free_all_buffers),
26606 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26607 * ext/mpeg2dec/gstmpeg2dec.h:
26608 The libmpeg2 user-allocated buffer management is awkward,
26609 to say the least. Hopefully this fixes things.
26611 2005-02-04 Andy Wingo <wingo@pobox.com>
26613 * gst/audioconvert/bufferframesconvert.c
26614 (buffer_frames_convert_fixate): New function, fixates to 256
26615 frames per buffer by default. (Much better than 1.)
26616 (buffer_frames_convert_init): Set the fixate function for both src
26618 (buffer_frames_convert_link): After success setting nonfixed caps,
26619 get the negotiated caps so we can know how many buffer-frames it
26620 will be. No idea how this worked at all before.
26622 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26624 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26625 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26626 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26627 (handle_sequence), (handle_picture):
26628 * ext/mpeg2dec/gstmpeg2dec.h:
26629 Rearrange buffer tracking and refcounting and refactor
26630 a little for readability.
26632 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
26633 * sys/v4l/gstv4l.c: (plugin_init):
26634 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26635 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26636 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26637 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26638 * sys/v4l/gstv4ljpegsrc.h:
26639 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26640 * sys/v4l/v4l_calls.h:
26641 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26642 (gst_v4lsrc_get_fps):
26643 * sys/v4l/v4lsrc_calls.h:
26644 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26645 you jpeg inside rgb frames" driver.
26646 Don't error in the v4lsrc link function, just return
26649 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26651 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26652 (gst_qcamsrc_open):
26653 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26655 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26657 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26658 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26660 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26662 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26663 Reset negotiated state on PAUSED->READY.
26665 2005-02-02 David Schleef <ds@schleef.org>
26667 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26668 whereever possible. (Fixes #165997)
26669 * examples/capsfilter/capsfilter1.c: (main):
26670 * examples/dynparams/filter.c: (create_ui):
26671 * examples/seeking/cdparanoia.c: (get_track_info), (main):
26672 * examples/seeking/chained.c: (main):
26673 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26674 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26675 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26676 (make_mpeg_pipeline), (make_mpegnt_pipeline):
26677 * examples/seeking/spider_seek.c: (make_spider_pipeline):
26678 * examples/switch/switcher.c: (main):
26679 * ext/dv/demo-play.c: (main):
26680 * ext/faad/gstfaad.c: (gst_faad_change_state):
26681 * ext/mad/gstmad.c: (gst_mad_chain):
26682 * ext/smoothwave/demo-osssrc.c: (main):
26683 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26684 (gst_gconf_render_bin_from_description),
26685 (gst_gconf_get_default_audio_sink),
26686 (gst_gconf_get_default_video_sink),
26687 (gst_gconf_get_default_audio_src),
26688 (gst_gconf_get_default_video_src),
26689 (gst_gconf_get_default_visualization_element):
26690 * gst/level/demo.c: (main):
26691 * gst/level/plot.c: (main):
26692 * gst/playback/gstplaybin.c: (gen_video_element),
26693 (gen_audio_element):
26694 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26695 * gst/playondemand/demo-mp3.c: (setup_pipeline):
26696 * gst/sine/demo-dparams.c: (main):
26697 * gst/spectrum/demo-osssrc.c: (main):
26698 * gst/speed/demo-mp3.c: (main):
26699 * gst/volume/demo.c: (main):
26700 * testsuite/embed/embed.c: (main):
26702 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26704 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26705 (gst_tcpclientsink_finalize):
26706 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26707 (gst_tcpclientsrc_finalize):
26708 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26709 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26710 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26711 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26712 Don't leak the hostname when shutting down.
26713 In tcpserversrc, take a copy of the default hostname.
26715 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26717 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26718 Set caps to systemstream=TRUE.
26720 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26722 * testsuite/Makefile.am:
26723 Fix more OSX buildbots.
26725 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26727 * ext/mpeg2dec/gstmpeg2dec.c:
26728 Don't send things to NULL PAD_PEERs
26730 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26731 Copy-on-write the incoming buffer.
26733 * gst/mpegstream/gstdvddemux.h:
26734 * gst/mpegstream/gstmpegclock.h:
26735 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26736 (normal_seek), (gst_mpeg_demux_handle_src_event):
26737 * gst/mpegstream/gstmpegdemux.h:
26738 * gst/mpegstream/gstmpegpacketize.h:
26739 * gst/mpegstream/gstmpegparse.c:
26740 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26741 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26742 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26743 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26744 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26745 * gst/mpegstream/gstmpegparse.h:
26746 * gst/mpegstream/gstrfc2250enc.h:
26747 Various changes to the way time is computed that make seeking and
26748 total time estimation much better here.
26749 Use G_BEGIN/END_DECLS instead of __cplusplus
26751 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26752 Use gst_buffer_stamp instead of only copying the TIMESTAMP
26754 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26756 * gst/subparse/gstsubparse.c:
26759 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26761 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26762 (theora_enc_chain), (theora_enc_change_state):
26763 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26764 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26765 (gst_vorbisenc_change_state):
26766 * ext/vorbis/vorbisenc.h:
26767 Set granulepos and timestamp correctly for streams not
26768 starting at 0, taking into account the initial delay.
26770 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26772 * gst/mpegstream/gstdvddemux.c:
26773 Add audio/x-dts to audio pad template caps
26775 2005-01-30 David Schleef <ds@schleef.org>
26777 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26778 (create_context), (gst_polypsink_link): Fix silly endianness
26779 bug. Add some debugging. Remove float from caps; it doesn't
26780 work. Attempt to get remote audio working.
26782 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26784 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26787 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26789 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26790 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26791 (gst_avi_demux_stream_data):
26792 * gst/avi/gstavidemux.h:
26793 Invert DIB images. Fixes #132341.
26795 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26797 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26798 (gst_ffmpegcsp_chain):
26799 D'oh, reference the palette data, not the palette structure.
26800 Fixes color distortion in #132341.
26802 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26804 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26805 PAR can be non-fixed when not provided as argument (#162626).
26807 2005-01-29 David Moore <dcm@acm.org>
26809 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26811 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26812 (gst_qtdemux_loop_header):
26813 Re-apply patch from #142272 that allows non-seekable sources,
26814 re-proposed by Daniel Drake <dsd@gentoo.org>.
26816 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26818 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26819 Use the src template for creating the src pad (#162330).
26821 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26824 * ext/musepack/Makefile.am:
26825 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26826 (gst_musepackdec_init), (gst_musepackdec_dispose),
26827 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26828 (gst_musepack_stream_init), (gst_musepackdec_loop),
26829 (gst_musepackdec_change_state):
26830 * ext/musepack/gstmusepackdec.cpp:
26831 * ext/musepack/gstmusepackdec.h:
26832 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26833 (gst_musepack_reader_read), (gst_musepack_reader_seek),
26834 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26835 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26836 * ext/musepack/gstmusepackreader.cpp:
26837 * ext/musepack/gstmusepackreader.h:
26838 Update to 1.1 API (#165446).
26840 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26845 2005-01-28 Andy Wingo <wingo@pobox.com>
26847 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26848 to reflect a different dubious internet source. Add a reference
26849 and some commentary.
26851 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26853 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26854 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26855 * gst/playback/gststreamselector.h:
26856 Be more selective when we're redoing caps negotiation from
26857 within the chain function on a stream change.
26859 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26863 * ext/amrnb/Makefile.am:
26864 * ext/amrnb/amrnb.c: (plugin_init):
26865 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26866 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26867 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26868 (gst_amrnbdec_state_change):
26869 * ext/amrnb/amrnbdec.h:
26870 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26871 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26872 (gst_amrnbparse_init), (gst_amrnbparse_formats),
26873 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26874 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26875 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26876 * ext/amrnb/amrnbparse.h:
26877 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26878 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26879 Add AMR-NB/-WB raw formats.
26880 * ext/alsa/gstalsa.c: (gst_alsa_link):
26881 Keep valid time when changing format.
26882 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26883 (qtdemux_parse_trak):
26884 Add some more format-specific options (#140141, #143555, #155163).
26886 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26888 * gst/matroska/matroska-demux.c:
26889 (gst_matroska_demux_parse_blockgroup):
26890 Fix logic error in timing of subtitle stream synchronization.
26891 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26892 Add skip-chunk, which is found in kodak-camera streams.
26894 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
26898 Adding Vietnamese translation (submitted by Clytie Siddall)
26900 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26902 * gst/playback/gstdecodebin.c: (try_to_link_1):
26903 Use realpad for signal.
26905 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26907 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26908 Fix category so decodebin picks it up.
26910 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26912 * ext/mad/Makefile.am:
26913 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26914 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26915 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26916 (found_type), (gst_id3demux_bin_change_state):
26917 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26918 (gst_id3_tag_init), (gst_id3_tag_handle_event),
26919 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26920 (gst_id3_tag_change_state), (plugin_init):
26921 * ext/mad/gstmad.h:
26922 Add id3demuxbin (which is a simple bin consisting of id3demux
26923 and typefind), take over rank from id3demux, remove typefind
26924 code from id3demux. Makes all broken mp3s that I know of work,
26925 and thereby fixes #152688.
26927 2005-01-27 Edward Hervey <bilboed@bilboed.com>
26929 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26931 * ext/mad/gstmad.c: (gst_mad_src_event):
26932 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26933 Allow seeks on audio pad, make mad forward those (#164826).
26934 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26935 Set duration (#165335).
26937 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26939 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26940 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26941 (gst_asf_demux_process_ext_content_desc),
26942 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26943 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26944 * gst/asfdemux/gstasfdemux.h:
26945 Improve metadata display, e.g. if the metadata comes before the
26946 streams are loaded (which is perfectly valid).
26948 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26950 * tools/gst-launch-ext-m.m:
26951 Fix AVI/ASF pipelines (#165340).
26953 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
26954 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
26955 build failure on amd64
26957 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
26959 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26960 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26961 Check environment variables GST_ID3V2_TAG_ENCODING,
26962 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26963 list of character encodings to force interpretation of non-unicode
26964 strings stored in an ID3v2 tag to a particular encoding. If none
26965 is specified, try to use current locale's encoding, then fall back
26966 to ISO-8859-1 (which will always succeed). (Resolves #149274)
26967 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26968 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26969 Check environment variables GST_ID3V1_TAG_ENCODING,
26970 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26971 list of character encodings to use in case a string encountered
26972 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26973 specified, try to use the current locale's encoding, then fall
26974 back to ISO-8859-1 (which will always succeed).
26976 2005-01-25 Benjamin Otte <otte@gnome.org>
26978 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26979 - on half framerate, compute the rate in advance so the comparisons
26980 don't compare wrong values
26981 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26983 - don't use mad_header_decode anymore, mad_frame_decode does that
26985 - when getting rid of consumed bytes, reset the stream's skiplen
26988 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
26990 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26991 Use 1/2 a second for default max_discont, as PES streams from DVB
26992 seem to have larger spacings in the SCR.
26995 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26997 * gst/playback/gstplaybasebin.c: (group_commit):
26998 Notify delayed stream-info availability.
27000 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
27001 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27002 (gst_a52dec_handle_event), (gst_a52dec_chain):
27003 Add some debug output. Check that a discont has a valid
27005 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27006 (gst_alsa_sink_loop):
27007 Ignore TAG events. A little extra debug for broken timestamps.
27008 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
27009 (dvdnavsrc_change_state):
27010 Ensure we send a discont to engage the link before we send any
27012 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
27013 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
27014 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
27015 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
27016 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
27017 dvd://title works in totem because typefinding sends a seek that ends
27018 up going back to chapter 1 regardless.
27019 * ext/mpeg2dec/gstmpeg2dec.c:
27020 * ext/mpeg2dec/gstmpeg2dec.h:
27021 Output correct timestamps and handle disconts.
27022 * ext/ogg/gstoggdemux.c: (get_relative):
27023 Small guard against a null dereference.
27024 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
27025 (gst_textoverlay_set_property):
27026 Free memory when done. Don't call gst_event_filler_get_duration on
27027 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
27029 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
27030 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
27031 (gst_sw_srclink), (gst_smoothwave_chain):
27032 Draw solid lines, prettier colours.
27033 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27034 Add a default palette that'll work for some movies.
27035 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27036 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27037 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27038 * gst/mpegstream/gstdvddemux.h:
27039 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27040 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27041 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27042 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27043 * gst/mpegstream/gstmpegparse.h:
27044 Use PTM/NAV events when for timestamp adjustment when connected to
27045 dvdnavsrc. Don't use many discont events where one suffices.
27046 * gst/playback/gstplaybasebin.c: (group_destroy),
27047 (gen_preroll_element), (gst_play_base_bin_add_element):
27048 * gst/playback/gstplaybasebin.h:
27049 Make sure we remove subtitles from the same bin we put them in.
27050 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27051 (gst_subparse_buffer_format_autodetect),
27052 (gst_subparse_change_state):
27053 Fix some memleaks and invalid accesses.
27054 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27055 (oggskel_type_find), (cmml_type_find), (plugin_init):
27056 Some typefind functions for Annodex v3.0 files
27057 * gst/wavparse/gstwavparse.h:
27058 GstRiffReadClass is the correct parent class.
27060 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27062 * gst-libs/gst/riff/riff-media.c:
27063 (gst_riff_create_video_caps_with_data):
27064 Add extradata to huffyuv (fixes #165013).
27065 * gst-libs/gst/riff/riff-read.c:
27066 (gst_riff_read_strf_vids_with_data):
27067 Fix extradata extraction if it is in the chunk size.
27069 2005-01-25 Edward Hervey <bilboed@bilboed.com>
27071 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27073 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27074 (gst_quarktv_change_state), (gst_quarktv_dispose):
27075 Memory free'ing location fix (#164708).
27077 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27079 * gst/playback/gstplaybasebin.c: (group_commit),
27080 (gen_preroll_element), (probe_triggered), (gen_source_element),
27081 (setup_source), (gst_play_base_bin_change_state),
27082 (gst_play_base_bin_add_element):
27083 Don't block for streams.
27084 * gst/playback/gststreaminfo.c: (stream_info_change_state),
27085 (gst_stream_info_set_mute):
27086 Use gst_pad_set_active_recursive.
27088 2005-01-25 Andy Wingo <wingo@pobox.com>
27090 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27091 for #ifndef HAVE_XVIDEO.
27093 2005-01-24 Jeffrey C. Ollie
27095 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
27097 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27098 * ext/gsm/gstgsmdec.h:
27099 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27100 * ext/gsm/gstgsmenc.h:
27101 Fix rate to 8kHz as per spec, removes obscure errors when no rate
27102 was given by property. Add proper buffer timestamps and offsets.
27104 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27106 * gst-libs/gst/riff/riff-media.c:
27107 (gst_riff_create_audio_caps_with_data):
27108 Audio can be <8000Hz.
27110 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27112 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27113 Explicit state change to workaround refcount bugs.
27115 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27117 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27118 (gst_avimux_riff_get_avi_header):
27121 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27123 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27124 (gst_riff_read_element_data):
27125 * gst-libs/gst/riff/riff-read.h:
27126 Add _peek version (req'ed in CDXA).
27127 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27128 (gst_cdxaparse_loop):
27129 Fix parsing in playbin.
27130 * gst/playback/gstdecodebin.c: (close_pad_link):
27131 Ignore current_ pads, they cause major annoyance.
27133 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27135 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27138 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27140 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27143 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27145 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27146 Allow for 0-sized buffers. Fixes length query problems in
27147 starwars.mkv from the testsuite.
27149 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
27151 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27152 (gst_video_box_i420), (gst_video_box_chain):
27153 Fix row strides for I420 (fixes #163159)
27155 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27157 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27158 MPEG2 has a useful rate property, so we can actually use that.
27159 For MPEG-1, continue using the bytes/time properties.
27161 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27163 * gst-libs/gst/riff/riff-media.c:
27164 (gst_riff_create_video_caps_with_data),
27165 (gst_riff_create_video_template_caps):
27168 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27170 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27171 Fail if caps negotiation fails. Should fix #162184, and should
27172 definately be in there regardless of it fixing the actual bug.
27173 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27174 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27175 (gst_avimux_riff_get_avix_header),
27176 (gst_avimux_riff_get_video_header),
27177 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27178 (gst_avimux_start_file), (gst_avimux_handle_event),
27179 (gst_avimux_change_state):
27180 * gst/avi/gstavimux.h:
27181 Refactor structure writing to use GST_WRITE_UINT macros, add
27182 metadata writing support.
27184 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27186 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27187 Elements may already be destroyed when this function is called.
27189 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27191 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27192 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27193 More memory leak fixes (#149162).
27195 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27197 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27198 (gst_qtdemux_add_stream):
27201 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27203 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27206 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27208 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27209 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27210 when fixating to six channels in Totem.
27212 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27214 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27215 Fix compile warnings on Solaris 10 buildbot
27217 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27219 * ext/dvdread/dvdreadsrc.c: (_read):
27220 Don't read beyond the last cell in a chapter (fixes
27221 invalid memory access)
27223 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27225 * ext/dvdread/stream_labels.c:
27226 (dvdreadsrc_get_audio_stream_labels):
27227 Use NULL for an empty GList instead of g_list_alloc(); fix
27228 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
27229 of GString (easier to bulk free later)
27231 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
27233 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27235 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27236 (gst_ffmpeg_pixfmt_to_caps):
27237 Fix BGRA32 caps (#164209).
27239 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
27241 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27243 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27244 (gst_ffmpeg_caps_to_pixfmt):
27245 alpha_mask can be RGBA/ABGR. Fixes #164265.
27247 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
27249 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27251 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27252 (gst_mpeg2dec_alloc_buffer):
27253 * ext/mpeg2dec/gstmpeg2dec.h:
27254 Crop if decoding size is not the actual image size (#163676).
27256 2005-01-17 Steve Baker <steve@stevebaker.org>
27258 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27260 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27261 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27262 Add libsndfile typefind functions (#163309).
27264 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27266 * tools/gst-launch-ext-m.m:
27267 Add .aac, fix .m1v/.m2v (#163891).
27269 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27271 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27272 Sanity check, don't wait endlessly since the clock might not
27273 actually run at this point (which is a deadlock). Fixes #164069.
27275 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27277 * gst/playback/gstplaybasebin.c: (probe_triggered):
27278 Of course, only pause if group is done...
27280 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27282 * gst/playback/gstplaybasebin.c: (probe_triggered):
27285 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
27287 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27288 Don't return state change success when the parent
27291 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27293 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27294 Free events (fix memleak in #162905).
27296 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
27298 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27300 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27301 (gst_ffmpeg_caps_to_pixfmt):
27302 Fix for depth = 15. Fixes #161675.
27304 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27306 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27307 Set FPS correctly, even for webcams and the like.
27308 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27309 Don error on setting while capturing.
27311 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27313 * ext/dv/gstdvdec.c:
27314 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27315 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27316 I'm a bad boy. using /1001. to force C to do float division
27317 and not integer division (as it did in my last commit)
27318 Thanks to David I. Lehn for pointing this mistake.
27320 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27322 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27323 Revert Johan's 1.35->1.36 since it breaks compat.
27325 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27327 * ext/dv/gstdvdec.c:
27328 * ext/libfame/gstlibfame.c:
27329 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27330 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27331 replace framerate aproximations by their real value
27332 (24000/1001, 30000/1001, 60000/1001)
27333 Finish fixing bug #164049
27335 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
27337 * ext/ogg/gstoggmux.c:
27339 * gst/tcp/gstmultifdsink.c:
27340 * gst/tcp/gstmultifdsink.h:
27341 * gst/tcp/gsttcp.c:
27342 * gst/tcp/gsttcp.h:
27343 * gst/tcp/gsttcpclientsink.c:
27344 * gst/tcp/gsttcpclientsrc.c:
27345 * gst/tcp/gsttcpserversink.c:
27346 * gst/tcp/gsttcpserversrc.c:
27347 improve reusability of elements after state changes and errors
27348 make multifdsink throw away streamheaders when receiving new ones
27350 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27352 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27353 Fix for if items are already in list...
27355 2005-01-12 Benjamin Otte <otte@gnome.org>
27357 * gst/adder/gstadder.c: (gst_adder_loop):
27358 fix adder a bit so it doesn't screw up with events as much anymore
27360 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
27362 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27363 (pixbufscale_scale), (gst_pixbufscale_chain):
27364 * ext/gdk_pixbuf/pixbufscale.h:
27365 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27366 to ensure rowstrides are calculated the same way as
27368 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27369 that we pick up duration and offset also.
27371 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27373 * gst/avi/gstavimux.c: (gst_avimux_class_init),
27374 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27377 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27379 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27380 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27381 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27382 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27383 Update flags when requested.
27385 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27387 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27390 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27392 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27393 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27394 (probe_triggered), (new_decoded_pad), (gen_source_element),
27395 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27396 * gst/playback/gstplaybasebin.h:
27397 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27398 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27399 (gst_play_bin_change_state):
27400 Implement group-switch signal for use in apps to clear metadata
27401 cache, clean up subtitle, add suburi property instead of # hack,
27402 some error-out fixes.
27404 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27406 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27408 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27409 If we got a state change in the _get handler, don't return success.
27411 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27413 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27414 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27415 Make jpegdec quiet on MJPEG decoding
27416 * gst/asfdemux/README:
27417 Fix mimetypes for MJPEG and H263
27419 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27421 * ext/theora/theoradec.c: (theora_dec_chain):
27422 Fix broken code generation by gcc by swapping arguments.
27423 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27426 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27429 delete this file, it is by far outdated
27430 * ext/alsa/gstalsa.1: remove
27431 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27432 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27433 (gst_alsa_get_caps):
27434 Add HW probing for supported sample rates. Fixes #161704
27436 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27438 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27439 Don't crash, biatch! :).
27441 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27443 * ext/musepack/gstmusepackreader.cpp:
27444 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27445 Some work on tags - still doesn't work in playbin...
27446 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27449 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27451 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27452 Also shove tags on kid pads.
27454 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27456 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27457 Don't bail on unknown events.
27458 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27459 Don't crash on events before negotiation.
27460 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27461 Send tags on pads, too.
27462 * gst/playback/gststreamselector.c:
27463 (gst_stream_selector_request_new_pad):
27464 Forward events on first pad if no input was selected yet.
27466 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27468 * gst/playback/gstplaybasebin.c: (setup_substreams):
27469 Don't disable streamtype if the stream doesn't exist, since
27470 then playing a video after audio will disable both and nothing
27471 will happen. Fixes the testsuite.
27473 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27475 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27476 (gst_v4l_xoverlay_set_xwindow_id):
27477 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27478 (gst_v4l2_xoverlay_set_xwindow_id):
27479 Add debug categories, fix overlay disabling.
27481 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27483 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27484 * ext/alsa/gstalsa.h:
27485 Add HW probing for period_count/size and buffer_size MIX/MAX
27486 Adjust default/user defined value if out of bounds
27487 Should fix bug #162024
27489 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27491 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27492 Fix warning (#161191).
27494 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27496 * ext/dvdread/stream_labels.c:
27497 (dvdreadsrc_get_audio_stream_labels):
27498 Fix warning (init the good variable in switch default)
27500 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
27502 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27504 * gst/tta/gstttaparse.c: (gst_tta_src_event):
27505 Fix gcc-2.95 compile (#163485).
27507 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27510 * ext/flac/gstflacenc.c: (gst_flacenc_init),
27511 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27512 (gst_flacenc_tell_callback), (gst_flacenc_chain),
27513 (gst_flacenc_change_state):
27514 * ext/flac/gstflacenc.h:
27515 Update for API change in flac-1.1.1. Update requirement in
27516 configure.ac. Fixes #162974.
27518 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27520 * gst/playback/gstplaybasebin.c: (group_destroy):
27521 Remove hack to get rid of assert and get rid of unlinked
27524 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27526 * gst/playback/gstplaybasebin.c: (setup_source):
27527 Set source to NULL so that resources are free'ed. Fixes issues
27528 with playback of CDDA and similar device-accessing things.
27530 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27532 * testsuite/embed/Makefile.am:
27533 test->noinst, fix make test in buildbot.
27535 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27537 * ext/dvdread/stream_labels.c: new file
27538 * ext/dvdread/stream_labels.h: new file
27539 * ext/dvdread/Makefile.am:
27540 * ext/dvdread/dvdreadsrc.c: (_seek_title):
27541 Extract audio stream label from DVD IFO files.
27542 It only dump them on the console for now, still have to
27543 make playbin aware of them.
27545 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27547 * gst/playback/gstplaybasebin.c: (setup_source):
27550 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27552 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27553 (gen_preroll_element), (remove_groups), (setup_subtitle),
27554 (gen_source_element), (setup_source):
27555 * gst/playback/gstplaybasebin.h:
27556 Multiple .sub files is just a stupid idea... Fix some threading
27557 mistakes. Interestingly, external .sub files cause playbin to
27558 hang, I don't know why... Parsing fixes contributed by Fran??ois
27559 Kooman <fkooman@tuxed.net>.
27561 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27563 * testsuite/embed/Makefile.am:
27566 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27568 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27570 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27571 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27572 (gst_pngenc_set_property):
27573 * ext/libpng/gstpngenc.h:
27574 Add compression level property (#163323).
27576 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27579 * examples/capsfilter/capsfilter1.c: (main):
27580 * examples/seeking/spider_seek.c: (make_spider_pipeline):
27581 * ext/dvdread/Makefile.am:
27582 * ext/dvdread/demo-play:
27583 * ext/dvdread/demo-play.c:
27584 * gconf/gstreamer.schemas.in:
27585 * gst-libs/gst/gconf/gconf.c:
27587 * testsuite/Makefile.am:
27588 * testsuite/embed/Makefile.am:
27589 * testsuite/embed/embed.c: (cb_expose), (main):
27590 Remove all references to xvideosink, fix examples (#140845).
27591 * gst/playback/gstplaybasebin.c: (group_destroy):
27592 Apparently, disposal does not unlink - so do explicitely.
27593 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27596 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
27598 * README: fix PKG_CONFIG_PATH instructions, what was there
27599 previously was breaking default search path, not nice.
27602 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27604 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27605 (gst_audioscale_chain):
27606 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27607 when resampling - how the ^@$^!@^! is this possible?!?
27609 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27611 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27612 Reset variables on READY.
27613 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27614 (gst_matroska_mux_loop):
27615 Require data before writing header.
27617 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
27619 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27621 * ext/mad/gstmad.c: (gst_mad_chain):
27622 Don't call mad_stream_sync() directly after recovering sync.
27625 2005-01-09 Martin Eikermann <meiker@upb.de>
27627 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27629 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27630 (snapshot_handler), (gst_snapshot_sinkconnect),
27631 (gst_snapshot_chain):
27632 Allocate resources when required, fix recursive signal emission
27633 and fix caps. Fixes #161667.
27635 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27637 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27639 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27640 (gst_pngdec_chain):
27641 Handle only 8-bppc (bits-per-pixel-component) images, better
27642 error handling and correct strides. Fixes #163177.
27643 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27644 (gst_pngenc_chain):
27645 Better error handling. Fixes #163348.
27647 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27649 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27650 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27651 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27652 (dvdnavsrc_uri_handler_init):
27653 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27654 * gst/playback/gstplaybasebin.c: (gen_source_element):
27655 Add MMS to streaming URIs.
27657 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27659 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27660 * sys/xvimage/xvimagesink.c:
27661 (gst_xvimagesink_navigation_send_event):
27662 Check for pad availability before sending event.
27664 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27666 * gst-plugins.spec.in:
27669 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27672 Since we use functions from CVS, up requirement.
27674 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27676 * gst/playback/Makefile.am:
27677 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27678 (group_destroy), (group_commit), (group_is_muted),
27679 (gen_preroll_element), (add_stream), (unknown_type),
27680 (probe_triggered), (preroll_unlinked), (mute_stream),
27681 (silence_stream), (new_decoded_pad), (setup_substreams),
27682 (setup_source), (get_active_source), (mute_group_type),
27683 (muted_group_change_state), (set_active_source),
27684 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27685 (play_base_eos), (gst_play_base_bin_change_state):
27686 * gst/playback/gstplaybasebin.h:
27687 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27688 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27689 (gst_stream_info_dispose), (stream_info_mute_pad),
27690 (stream_info_change_state), (gst_stream_info_set_mute):
27691 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27692 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27693 (gst_stream_selector_init), (gst_stream_selector_dispose),
27694 (gst_stream_selector_get_linked_pad),
27695 (gst_stream_selector_get_caps), (gst_stream_selector_link),
27696 (gst_stream_selector_get_linked_pads),
27697 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27698 * gst/playback/gststreamselector.h:
27699 Adding stream selection support plus required properties for
27700 applications to use this. Fully fixes #100931.
27702 2005-01-08 Benjamin Otte <otte@gnome.org>
27704 * gst/games/gstpuzzle.c: (nav_event_handler):
27705 - handle nav events differently: forward every event no matter if it
27706 was handled or not.
27708 You can now cheat by using navigationtest ! puzzle and moving the
27709 mouse close to the edge of a tile. ;)
27711 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27714 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27715 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27716 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27717 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27718 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27719 (gst_ogm_parse_plugin_init):
27720 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27721 (gst_textoverlay_link), (gst_textoverlay_getcaps),
27722 (gst_textoverlay_event), (gst_textoverlay_video_chain),
27723 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27724 * ext/pango/gsttextoverlay.h:
27725 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27726 (gst_matroska_demux_handle_seek_event),
27727 (gst_matroska_demux_sync_streams),
27728 (gst_matroska_demux_parse_blockgroup),
27729 (gst_matroska_demux_subtitle_caps),
27730 (gst_matroska_demux_plugin_init):
27731 * gst/matroska/matroska-ids.h:
27732 * gst/playback/gstdecodebin.c: (close_pad_link):
27733 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27734 (gen_preroll_element), (remove_groups), (add_stream),
27735 (new_decoded_pad), (setup_subtitles), (gen_source_element),
27737 * gst/playback/gstplaybasebin.h:
27738 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27739 * gst/subparse/Makefile.am:
27740 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27741 (gst_subparse_base_init), (gst_subparse_class_init),
27742 (gst_subparse_init), (gst_subparse_formats),
27743 (gst_subparse_eventmask), (gst_subparse_event),
27744 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27745 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27746 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27747 (parse_mpsub_deinit), (parse_mpsub_init),
27748 (gst_subparse_buffer_format_autodetect),
27749 (gst_subparse_format_autodetect), (gst_subparse_loop),
27750 (gst_subparse_change_state), (gst_subparse_type_find),
27752 * gst/subparse/gstsubparse.h:
27753 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27755 Add subtitle support, .sub parser (supports SRT and MPsub),
27756 OGM text support, Matroska UTF-8 text support, deadlock fixes
27757 all over the place, subtitle awareness in decodebin/playbin
27758 and some fixes to textoverlay to handle subtitles in a stream
27759 correctly. Fixes #100931.
27761 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27763 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27764 Check for pad availability before doing a query on it.
27766 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27768 * ext/dv/gstdvdec.c:
27769 really fix bpp24/32 dvdec caps (classic rgba indeed)
27770 * gst/asfdemux/gstasfdemux.c:
27771 (gst_asf_demux_process_ext_content_desc):
27772 don't send text tags if they are empty (bis repetita)
27774 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27776 * ext/dv/gstdvdec.c:
27777 remove unneeded comment from dvdec
27778 (related to DV 4CC codes in AVI files)
27779 moved them in gstreamer/docs/random/mimetypes
27780 * gst/asfdemux/gstasfdemux.c:
27781 (gst_asf_demux_process_ext_content_desc):
27782 don't send text tags if they are empty
27783 fix mem leak on error path
27784 * gst/ffmpegcolorspace/avcodec.h:
27785 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27786 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27787 (gst_ffmpegcsp_avpicture_fill):
27788 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27789 * gst/ffmpegcolorspace/imgconvert_template.h:
27790 adds BGR32 and BGRA32 to ffmpegcolorspace
27791 (still bad colors, fixing it on next commit)
27792 helps with dvdec outputing BGR32
27794 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27796 * ext/dv/gstdvdec.c:
27797 Fix audio caps i just broke (missing ',')
27798 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27799 (gst_matroska_mux_reset):
27800 Fix typo + add FIXME about old "x-gst-metadata" crap
27802 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27804 * ext/dv/demo-play.c: (main):
27805 xvideosink -> xvimagesink
27806 * ext/dv/gstdvdec.c:
27807 change rgb 32/32 caps to 24/32 (no alpha)
27808 change nb of channels to be a list (2 or 4, not 2)
27809 change sample rate to be a list (32, 44.1, 48 kHz) not a range
27810 * gst/asfdemux/gstasfdemux.c:
27811 (gst_asf_demux_process_ext_content_desc):
27812 Add 'date/year' to extracted metadata list
27814 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27816 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27817 The return value of fixate_to does not imply that the requested
27818 value was set, so don't assume.
27820 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
27822 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27824 * ext/libpng/gstpngdec.c:
27825 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27826 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27827 * ext/libpng/gstpngenc.h:
27828 Alpha support (encoder; #163161), mime fixage.
27830 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
27832 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27834 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27835 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27836 (gst_faac_set_property), (gst_faac_get_property):
27837 * ext/faac/gstfaac.h:
27838 Allow for ADTS output (#153434).
27840 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27842 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27843 Fix against template (#150576).
27845 2005-01-06 Benjamin Otte <otte@gnome.org>
27847 * gst/games/gstpuzzle.c: (draw_puzzle):
27848 don't draw a puzzle if either width or height of tiles would be 0.
27850 2005-01-06 Benjamin Otte <otte@gnome.org>
27852 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27853 (gst_puzzle_class_init), (gst_puzzle_finalize):
27854 no memleaks, please
27855 (gst_puzzle_create), (gst_puzzle_init),
27856 (gst_puzzle_set_property), (gst_puzzle_setup):
27857 change initialization code around so we don't reshuffle on resize
27859 fix another stupid typo
27861 2005-01-06 Benjamin Otte <otte@gnome.org>
27863 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27864 fix stupid typo that borked copying on YUY2
27866 2005-01-06 Benjamin Otte <otte@gnome.org>
27868 * gst/games/gstpuzzle.c: (draw_puzzle):
27869 fix edges when image sizes aren't multiples of tile sizes
27871 2005-01-06 Benjamin Otte <otte@gnome.org>
27873 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27874 make RGB endianness work correctly
27875 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27876 refactor and fix race with initial shuffling
27877 (nav_event_handler):
27878 allow using the mouse to puzzle
27880 insist on tiles having width and height as multiples of 4 to get
27881 clean YUV image handling
27882 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27883 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27884 s/DEBUG/LOG/ for common messages
27885 (gst_xvimagesink_navigation_send_event):
27886 fix mouse event translation to not include screen PAR
27887 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27888 fix mouse event translation to actually work
27890 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27892 * gst/asfdemux/gstasfdemux.c:
27893 (gst_asf_demux_process_ext_content_desc):
27894 Extract TrackNumber metadata + clean up code
27895 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27896 Hope this is the good fix (var used unitialised)
27898 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27900 * ext/faad/gstfaad.c: (gst_faad_chain):
27901 Only increment timestamp if it's valid. Fixes raw AAC streams.
27903 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27906 * gst/games/Makefile.am:
27907 * gst/games/gstpuzzle.c:
27908 add a puzzle game with...
27909 * gst/games/gstvideoimage.c:
27910 * gst/games/gstvideoimage.h:
27911 ... full colorspace support (that includes YUV9 and RGB16)) stolen
27912 from videotestsrc and made into something that would be a nice
27913 library for a lot of other plugins.
27915 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27918 don't compile faad plugin if a RC of 2.0 is found
27919 Fixes #155346 (and FC1 buildbot)
27920 * gst/asfdemux/gstasfdemux.c:
27921 (gst_asf_demux_process_ext_content_desc):
27922 try to make Solaris compiler happier
27924 2005-01-06 Paul Jack <pjack@sfaf.org>
27926 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27928 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27929 Fix segfault (#161667).
27931 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27933 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27934 Fix framerate reporting.
27936 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27938 * gst-libs/gst/riff/riff-ids.h:
27939 * gst/wavenc/riff.h:
27940 Add AMR (VBR and CBR) ids to riff.h audio codec list
27941 * gst/asfdemux/gstasfdemux.c:
27942 (gst_asf_demux_process_ext_content_desc),
27943 (gst_asf_demux_process_object):
27944 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27946 2005-01-05 Martin Eikermann <meiker@upb.de>
27948 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27950 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27951 (gst_dvd_demux_handle_discont):
27952 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27953 (gst_mpeg_demux_handle_discont):
27954 Recreate pads on new-media (#160730).
27955 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27956 Send discont even if manager changes timestamps (#161929).
27958 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
27960 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27962 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27963 Fix invalid memory access (#159211).
27965 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27967 * examples/gstplay/player.c: (main):
27969 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27970 Add visualizations.
27971 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27972 (gst_a52dec_handle_frame):
27974 * ext/dvdnav/gst-dvd:
27975 Add audioconvert. Fixes #161325.
27976 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27977 Explicitely case to gint64. Possible valgrind error.
27978 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27979 (gst_play_tick_callback), (gst_play_change_state),
27980 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27981 (gst_play_set_location), (gst_play_get_location),
27982 (gst_play_seek_to_time), (gst_play_set_data_src),
27983 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27984 (gst_play_set_visualization), (gst_play_connect_visualization),
27985 (gst_play_get_framerate), (gst_play_get_all_by_interface),
27987 Use playbin. Fixes #139749 and #147744.
27988 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27990 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27991 (audioscale_get_type), (gst_audioscale_base_init),
27992 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27993 (gst_audioscale_getcaps), (gst_audioscale_fixate),
27994 (gst_audioscale_link), (gst_audioscale_get_buffer),
27995 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27996 (gst_audioscale_init), (gst_audioscale_dispose),
27997 (gst_audioscale_chain), (gst_audioscale_set_property),
27998 (gst_audioscale_get_property), (plugin_init):
28000 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
28002 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
28003 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
28004 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
28005 Add more metadata (fixes #162656).
28007 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
28012 === release 0.8.7 ===
28014 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
28019 releasing 0.8.7, "Hyperspace"
28021 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
28023 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28025 * gst/playback/gstplaybasebin.c:
28026 Fix for #162924 - free caps after use, not before
28028 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
28030 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28032 * gst/playback/gstplaybasebin.c:
28033 * gst/wavparse/gstwavparse.c:
28034 Fix for #154773 - fixes playback of small .wav files
28036 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
28038 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28040 * gst/audioscale/gstaudioscale.c:
28041 Fix for #162819 - make audioscale reusable
28042 Fixes playback of more than one file with playbin/totem
28044 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
28046 * gst/ffmpegcolorspace/avcodec.h:
28047 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28048 * gst/ffmpegcolorspace/imgconvert.c:
28049 clean up the mess that made me cry and avoid needless duplication
28051 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
28053 * gst/ffmpegcolorspace/imgconvert.c:
28054 give some indication of why we're segfaulting
28056 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28059 Fix indentation, fix v4l2 plugin detection.
28061 Fix libmms location (Maciej, use diff -u!).
28062 * ext/alsa/gstalsa.c: (gst_alsa_init):
28063 Initialize caps cache to NULL.
28064 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28065 Only change state on audiosink if it exists.
28067 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
28069 * gst/matroska/matroska-demux.c:
28070 * gst/matroska/matroska-ids.h:
28071 * gst/matroska/matroska-demux.h:
28072 Fix Vorbis streams failing to decode in some files, where cluster_time
28073 isn't 0, because then it doesn't send codec_priv before actual data.
28074 Remove time-based test and replace it with marker set on beginning of
28077 2004-12-28 David Schleef <ds@schleef.org>
28079 Merge patch from Ronald fixing problems with streaming
28081 * ext/cairo/gstcairo.c: (plugin_init):
28082 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28083 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28084 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28085 (gst_textoverlay_font_init), (gst_textoverlay_init),
28086 (gst_textoverlay_set_property):
28087 * ext/cairo/gsttextoverlay.h:
28089 2004-12-27 David Schleef <ds@schleef.org>
28091 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28092 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28093 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28094 (gst_textoverlay_font_init), (gst_textoverlay_init),
28095 (gst_textoverlay_set_property): Improvements to actually
28096 render text as white on black outline on video, including
28097 font selection and horizontal/vertical alignment. (Ronald's
28099 * ext/cairo/gsttextoverlay.h:
28101 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28103 * ext/ogg/gstogg.c:
28104 * ext/ogg/gstogmparse.c:
28105 fix ogm[audio/video]parse plugin registration
28106 (riff won't load if bytestream is already loaded)
28108 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
28110 * gst/audioconvert/gstchannelmix.c:
28113 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
28117 disable docs again until it actually passes make distcheck.
28119 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28121 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28122 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28124 Add 3GP (variables name Q3GP because they can't start with a
28125 number). Add samr audio fourcc (used in .3gp files), decoder
28126 is work in progress. Also do a GST_WARNING instead of ERROR
28127 in case of unknown nodes, to decrease output.
28129 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
28134 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
28137 * ext/speex/gstspeexdec.h:
28138 * ext/speex/gstspeexenc.h:
28139 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
28140 Fix detection code in configure.ac
28142 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28144 * gst/matroska/matroska-demux.c:
28145 (gst_matroska_demux_parse_blockgroup):
28146 Save position, so that queries give proper return values. Don't
28147 know how this could ever have worked before...
28149 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
28152 Put additional LAME check inside the conditional. Fixes #152339
28154 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28156 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28157 (gst_avi_demux_stream_scan):
28158 Add some more debug. Fix logic error when setting movi offset
28159 while reading index.
28161 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28163 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28164 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28165 (gst_avi_demux_process_next_entry):
28166 Add some debugging. Better detection of broken indexes and the
28167 accompanying index recovery. No infinite loops on state changes
28168 when we're still in our loopfunction.
28170 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28175 2004-12-22 Archana Shah <archana.shah@wipro.com>
28177 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28179 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28180 Normalizing the value before setting
28181 (gst_sunaudiomixer_get_volume):
28182 Normalizing the value after getting. Fixes bug# 161980
28184 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28186 * Makefile.am: Make sure docs gets disted
28187 * docs/Makefile.am: Make sure all needed files get disted
28188 * gst-plugins.spec.in: latest updates
28190 2004-12-22 Wim Taymans <wim@fluendo.com>
28192 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28193 Revert patch 1.38 as clock distribution over schedulers does
28194 not work correcly in the core yet.
28196 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28198 * sys/oss/README: remove this file, which predates my birth
28199 (and which content is by far outdated)
28201 2004-12-20 Stefan Kost <ensonic@users.sf.net>
28205 * docs/Makefile.am:
28206 * docs/libs/Makefile.am:
28207 * docs/libs/gst-plugins-libs-docs.sgml:
28208 * docs/libs/gst-plugins-libs-sections.txt:
28209 * docs/libs/tmpl/gstgconf.sgml:
28211 * docs/version.entities.in:
28212 Added boilerplate gtk-doc files for plugin-libs documentation.
28214 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28216 * gst/auparse/gstauparse.c: fix int and float audio caps
28218 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28220 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28221 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28222 g_assert() can be a macro, don't use #ifdef inside it.
28224 2004-12-19 Edward Hervey <bilboed@bilboed.com>
28226 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28228 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28229 (gst_videorate_init), (gst_videorate_chain),
28230 (gst_videorate_change_state):
28231 Event handling (fixes #159986).
28233 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28235 * gst-libs/gst/riff/riff-media.c:
28236 (gst_riff_create_video_caps_with_data):
28237 Add BLZ0 (Blizzard's version of DivX) fourcc.
28239 2004-12-18 David Schleef <ds@schleef.org>
28241 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28244 2004-12-18 David Schleef <ds@schleef.org>
28246 * gst/tta/ttadec.h: Disable some header code that isn't used
28247 and clearly isn't portable.
28249 2004-12-18 David Schleef <ds@schleef.org>
28251 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28252 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28253 (avcodec_get_pix_fmt), (avpicture_layout),
28254 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28255 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28256 Fix code to not use GCC extensions (and c99 extensions that
28257 Forte does not like.)
28259 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
28261 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28263 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28264 (gst_deinterlace_chain):
28265 Rowstride fixes. Fixes #161039.
28266 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28267 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28268 (gst_video_crop_getcaps), (gst_video_crop_link),
28269 (gst_video_crop_i420), (gst_video_crop_chain),
28270 (gst_video_crop_change_state):
28271 Rework of negotiation. Actually works now. Fixes #158650.
28273 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28275 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28276 That was very stupid.
28278 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28280 * gst/matroska/matroska-demux.c:
28281 (gst_matroska_demux_parse_blockgroup):
28282 Fix possible crasher.
28284 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28286 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28287 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28288 Lace sizes can be zero.
28290 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28292 * ext/musepack/gstmusepackdec.cpp:
28293 Fetch error return values. Fixes #161624.
28294 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28297 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28299 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28300 Work for truncated (unfinished download etc.) files. Fixes #160514.
28302 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28304 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28305 Fix for integer overflow. Makes #156001 not crash. Probably masks
28308 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28310 * gst/ac3parse/gstac3parse.c: (plugin_init):
28311 Parsers never have ranks. Fixes #159651.
28313 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
28315 * gst/playback/gstdecodebin.c: (compare_ranks):
28316 make sure the facotries are ordered the same every time even if they
28317 have the same rank by using the name
28318 * gst/playback/gstdecodebin.c: (find_compatibles):
28319 make sure we don't add factories to the list twice
28321 2004-12-16 David Schleef <ds@schleef.org>
28323 * configure.ac: look for musepack headers as musepack/*.h
28325 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28326 * ext/musepack/gstmusepackreader.h: same
28328 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28330 * gst-libs/gst/riff/riff-read.c:
28331 (gst_riff_read_strf_auds_with_data):
28332 Read extradata correctly (fixes #155879).
28334 2004-12-16 David Schleef <ds@schleef.org>
28336 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28337 audio. does _not_ attempt or allow conversion unless channels
28340 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28342 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28344 2004-12-16 David Schleef <ds@schleef.org>
28346 * gst/audioscale/gstaudioscale.c: the resample library only
28347 handles 1 or 2 channels. Change caps to compensate.
28349 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28351 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28352 (gst_matroska_demux_audio_caps):
28353 Some MPEG-AAC hacks, because else it doesn't work...
28355 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28357 * gst-libs/gst/riff/riff-media.c:
28358 (gst_riff_create_video_caps_with_data),
28359 (gst_riff_create_video_template_caps):
28362 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28364 * gst-libs/gst/audio/Makefile.am:
28365 Try to fix buildbot.
28367 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
28369 * gst/tcp/gstmultifdsink.c:
28370 Clean up and uniformize debugging.
28372 2004-12-16 Edward Hervey <bilboed@bilboed.com>
28374 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28376 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28377 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28378 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28379 (gst_mpeg_demux_change_state):
28380 Reset on ready. Fixes 160276.
28382 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28384 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28386 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28387 (gst_ffmpegcsp_pad_link):
28388 Fix memleak (#154815).
28390 2004-12-16 James Bowes <bowes@cs.dal.ca>
28392 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28394 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28395 (gst_musicbrainz_init), (gst_musicbrainz_chain),
28396 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28397 * ext/musicbrainz/gsttrm.h:
28398 Add support for using a proxy server when getting a trm id from
28399 the MusicBrainz database (#149613).
28401 2004-12-16 Christophe Fergeau <teuf@gnome.org>
28403 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28405 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28406 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28407 Fix memleaks (#157233).
28409 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28411 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28413 * gst-libs/gst/resample/resample.c: (gst_resample_close):
28414 * gst-libs/gst/resample/resample.h:
28415 * gst/audioscale/gstaudioscale.c:
28416 Fix memleak (#159215).
28418 2004-12-16 Toni Willberg <toniw@iki.fi>
28420 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28422 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28423 * sys/oss/oss_probe.c: (main):
28424 Check for mono/stereo support (similar to samplerate probing),
28425 fixes #159433. Also add missing copyright header to oss_probe.c.
28427 2004-12-15 David Schleef <ds@schleef.org>
28429 * configure.ac: add audioresample and cairo plugins. Remove
28430 HAVE_MMX stuff, because it's not used.
28431 * ext/Makefile.am: same
28432 * ext/audioresample/Makefile.am: You are not ready for an
28433 audio resampling element based on audioresample.
28434 * ext/audioresample/gstaudioresample.c:
28435 * ext/audioresample/gstaudioresample.h:
28436 * ext/cairo/Makefile.am: You are not ready for overlay elements
28437 based on cairo. Don't look too closely, these elements kinda
28439 * ext/cairo/gstcairo.c: new
28440 * ext/cairo/gsttextoverlay.c: new
28441 * ext/cairo/gsttextoverlay.h: new
28442 * ext/cairo/gsttimeoverlay.c: new
28443 * ext/cairo/gsttimeoverlay.h: new
28444 * gst-libs/gst/media-info/media-info-priv.h: fix compile
28445 problem with compilers that don't support variadic macros.
28447 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
28449 Reviewed by: David Schleef <ds@schleef.org>
28451 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
28452 Bala, registering sunaudiosrc (oops!), and cleaning up code a
28453 bit. Also ran indent-gst.
28454 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28455 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28456 (gst_sunaudiosrc_setparams):
28458 2004-12-14 David Schleef <ds@schleef.org>
28460 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28461 output rate to 16000. Should fix #160235.
28463 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28465 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28466 Add typefinding for mpeg2 pes streams
28468 2004-12-13 David Schleef <ds@schleef.org>
28470 * configure.ac: Applied patch from bug #143659, making default
28471 sources and sinks OS-dependent (for Solaris), and added code
28473 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28475 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28477 * gst-libs/gst/riff/riff-media.c:
28478 forgot to add h2.64 to avidemux template caps
28480 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28482 * gst/wavenc/riff.h:
28483 * gst-libs/gst/riff/riff-media.c:
28484 * gst-libs/gst/riff/riff-ids.h:
28485 * gst/avi/gstavimux.c
28486 add 4CC code for VideoSoft h264 in AVI (VSSH)
28488 remove s323 from riff, it's quicktime specific :(
28490 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28492 * gst/asfdemux/README
28493 * gst/wavenc/riff.h
28494 * gst-libs/gst/riff/riff-ids.h
28495 * gst-libs/gst/riff/riff-media.c
28496 * gst/qtdemux/qtdemux.c:
28497 add new 4CC codes for h263 related codecs
28498 fixes partially bug #155163
28500 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
28502 * configure.ac: Update polyaudio requirement to 0.7
28503 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28505 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28507 * gst/interleave/deinterleave.c:
28508 fix my name's spelling! :)
28510 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28512 * AUTHORS ChangeLog
28513 * gst/auparse/gstauparse.c
28514 * gst/interleave/deinterleave.c
28516 alaw-decode.c alaw-encode.c
28517 mulaw-decode.c mulaw-encode.c
28518 * gst/oneton/gstoneton.c
28520 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28522 cocoawindow.h cocoawindow.m
28523 osxvideosink.h osxvideosink.m
28525 put the same mail address for Zaheer Abbas Merali everywhere
28527 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28529 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28530 Align by packetsize, and assert that we a packet available before
28531 playing. The first makes webstreams work (they often include
28532 trailing padding data in a packet), the second allows pausing a
28533 ASF stream in totem without getting demux errors afterwards.
28535 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28537 * ext/ogg/gstoggdemux.c: (get_relative):
28538 Check for non-NULL before accessing member (end-of-chain).
28540 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28542 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28543 (cdparanoia_set_property), (cdparanoia_get_property):
28544 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28545 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28546 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28547 (dvdreadsrc_init), (dvdreadsrc_set_property),
28548 (dvdreadsrc_get_property):
28549 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28550 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28551 Synchronize property names where not yet the case. Devices are
28552 now device=X, other versions are deprecated (but still exist).
28553 Also use g_free() unconditionally.
28554 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28555 (setup_source), (gst_play_base_bin_get_property):
28558 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
28560 * configure.ac: move GCONF macro outside conditional for the am
28561 conditional. Fixes #160439
28563 2004-12-08 David Schleef <ds@schleef.org>
28565 * tools/gst-visualise-m.m: Switch to elements that currently
28568 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28570 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28571 We love wrong commas.
28573 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28575 * gst/matroska/matroska-demux.c:
28576 (gst_matroska_demux_handle_src_query):
28577 Don't set DEFAULT, unsupported - makes length display incorrectly
28580 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28582 * gst/monoscope/README: remove blurb about files being GPL
28583 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28584 * gst/monoscope/monoscope.c: Change license to BSD with explanation
28585 monoscope is now effectively LGPL licensed
28587 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28589 * gst/monoscope/README: Update information to be more correct
28590 * gst/monoscope/convolve.c: Relicense to LGPL
28591 * gst/monoscope/convolve.h: Relicense to LGPL
28593 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
28595 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28596 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28597 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28598 set default_duration for mpeg1 audio
28600 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
28602 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28603 * ext/alsa/gstalsa.h:
28604 refactor big chunks of the core caps negotiation code to make it
28605 a lot faster, because people claim it's really slow
28606 (actually, just cache the getcaps when the device is opened)
28608 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28610 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28611 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28612 (gst_a52dec_handle_frame), (gst_a52dec_chain),
28613 (gst_a52dec_change_state), (plugin_init):
28614 * ext/a52dec/gsta52dec.h:
28615 Do something useful with timestamps. Make chain-based (since
28616 there's really no reason to be loopbased).
28617 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28618 Update current_byte/frame correctly.
28620 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28622 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28623 (gst_ape_demux_stream_init):
28626 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28628 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28629 Let's make sure we're done typefinding when detecting tags.
28631 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28633 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28634 (gst_ebml_read_init), (gst_ebml_read_use_event),
28635 (gst_ebml_read_element_id), (gst_ebml_peek_id),
28636 (gst_ebml_read_seek), (gst_ebml_read_skip),
28637 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28638 (gst_ebml_read_master):
28639 * gst/matroska/ebml-read.h:
28640 * gst/matroska/matroska-demux.c:
28641 (gst_matroska_demux_parse_contents),
28642 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28643 Disgustingly evil hack for working around INTERRUPT events and
28644 their extremely annoying habit of being a pain in the ass. We
28645 simply peek a cluster before reading any of it.
28647 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28649 * ext/musepack/gstmusepackdec.cpp:
28650 There's also floating point libmusepacks.
28652 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28654 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28655 (gst_faad_chanpos_to_gst), (gst_faad_chain):
28656 Set DURATION even if source buffer didn't. Also use increasing
28658 * gst-libs/gst/riff/riff-media.c:
28659 (gst_riff_create_audio_caps_with_data):
28660 Block_align can have larger values than 8192.
28662 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28664 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28665 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28666 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28667 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28670 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28672 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28675 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28677 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28680 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28682 * ext/esd/esdsink.c: (gst_esdsink_chain):
28683 Make error actually say something useful (fixes #156798).
28684 * gst-libs/gst/riff/riff-media.c:
28685 (gst_riff_create_video_caps_with_data),
28686 (gst_riff_create_video_template_caps):
28687 Add Intel Video 5.0 fourcc (IV50).
28689 2004-12-01 Christophe Fergeau <teuf@gnome.org>
28691 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28692 detection on mono and stereo mp3 files.
28694 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28696 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28697 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28698 the contained stream).
28700 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28702 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28703 Oops, remove debug.
28705 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28707 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28709 * gst/law/alaw-decode.c: (alawdec_getcaps):
28710 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28711 Prevent warnings when negotiating caps (fixes #159338).
28713 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28715 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28716 (gst_ffmpegcsp_chain):
28717 Remove old leftover that shouldn't be there...
28719 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28721 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28723 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28724 Don't forward DISCONT events (fixes #159684).
28726 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28728 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28729 Unlink manually since sometimes bin disposal (and therefore
28730 pad unlinking) is delayed, which will cause a new media file
28731 to not be able to start playing instantly.
28733 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28735 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28736 On mute of an unlinked stream, check for pad availability so
28737 we don't crash on unlinked pad.
28739 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28741 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28742 (gst_avi_demux_massage_index):
28743 Fix quite humiliating bug in omitting 0-sized index chunks but
28744 forgetting to count them for timestamps.
28746 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28748 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28749 Actually leave the loop if we failed to sync. Don't crash.
28751 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28753 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28754 (gst_dvd_demux_process_private):
28755 * gst/mpegstream/gstdvddemux.h:
28756 Fix crash (#159759). Doesn't work, though. :-(.
28758 2004-11-28 Benjamin Otte <otte@gnome.org>
28760 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28761 more overwriting protection due to modifying channels one by one
28762 instead of all at once
28764 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28766 * gst/audioconvert/gstchannelmix.c:
28767 (gst_audio_convert_fill_normalize):
28768 Normalize using absolute values.
28770 2004-11-28 Julien MOUTTE <julien@moutte.net>
28774 * ext/directfb/Makefile.am:
28775 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28776 (gst_directfbvideosink_get_pixel_format),
28777 (gst_directfbvideosink_get_format_from_fourcc),
28778 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28779 (gst_directfbvideosink_sink_link),
28780 (gst_directfbvideosink_change_state),
28781 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28782 (gst_directfbvideosink_buffer_alloc),
28783 (gst_directfbvideosink_interface_supported),
28784 (gst_directfbvideosink_interface_init),
28785 (gst_directfbvideosink_navigation_send_event),
28786 (gst_directfbvideosink_navigation_init),
28787 (gst_directfbvideosink_set_property),
28788 (gst_directfbvideosink_get_property),
28789 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28790 (gst_directfbvideosink_base_init),
28791 (gst_directfbvideosink_class_init),
28792 (gst_directfbvideosink_get_type), (plugin_init):
28793 * ext/directfb/directfbvideosink.h: Adding a first version of
28795 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28798 2004-11-28 Benjamin Otte <otte@gnome.org>
28800 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28801 walk the samples backwards if out_channels > in_channels so we don't
28804 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28806 * gst/audioconvert/Makefile.am:
28807 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28808 (gst_audio_convert_link), (gst_audio_convert_change_state),
28809 (gst_audio_convert_channels):
28810 * gst/audioconvert/gstchannelmix.c:
28811 (gst_audio_convert_unset_matrix),
28812 (gst_audio_convert_fill_identical),
28813 (gst_audio_convert_fill_compatible),
28814 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28815 (gst_audio_convert_fill_others),
28816 (gst_audio_convert_fill_normalize),
28817 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28818 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28819 * gst/audioconvert/gstchannelmix.h:
28820 Implement a channel mixer.
28822 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
28824 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28825 * ext/alsa/gstalsa.h:
28826 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28827 Make alsasink actually honor gst_element_set_clock and use that
28828 clock instead of its internal one.
28830 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28832 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28833 (gst_play_base_bin_change_state): nullify source and decoder when
28834 going from READY to NULL so that we don't try to do weird stuff with
28835 them when going from NULL to READY
28836 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28837 instead of g_object_unref
28838 (gen_video_element), (gen_audio_element): more refcounting fixes, now
28839 it should be correct
28840 (gst_play_bin_change_state): don't call remove_sinks if we are
28841 currently disposing the object
28843 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28845 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28846 Don't forget bass if it's there. Else left channel is silent...
28848 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28850 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28851 (gst_a52dec_change_state):
28852 Don't do sample adjusting anymore, we use float audio now.
28853 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28854 Don't fixate to non-existing properties.
28856 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28858 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28859 (gst_a52dec_change_state):
28860 Advertise that we can do surround sound.
28862 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28864 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28865 Add buffer-frames=0.
28866 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28867 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28868 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28869 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28870 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28871 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28872 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28873 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28874 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28875 * ext/dvdread/dvdreadsrc.h:
28876 Add seeking, querying for bytes, sectors, title, angle and
28877 chapter. Handle multiple chapters. Relicense to LGPL because
28878 Billy agreed on that (thanks Billy!).
28880 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28882 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28883 call parent dispose method
28885 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
28887 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28888 (gst_audio_clock_get_internal_time):
28889 Fix active <-> inactive transitions: ensure time value always
28890 grows and avoid abrupt value changes.
28892 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
28895 * gst/tta/Makefile.am:
28897 * gst/tta/filters.h:
28898 * gst/tta/gsttta.c:
28899 * gst/tta/gstttadec.c:
28900 * gst/tta/gstttadec.h:
28901 * gst/tta/gstttaparse.c:
28902 * gst/tta/gstttaparse.h:
28903 * gst/tta/ttadec.h:
28904 added TTA parser and decoder
28906 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28908 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28909 (probe_triggered), (check_queue), (buffer_underrun),
28910 (buffer_running), (buffer_overrun), (gen_source_element),
28912 * gst/playback/gstplaybasebin.h:
28913 Implement buffering. Needs some more work.
28915 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28917 * ext/theora/theoradec.c: (theora_dec_chain):
28918 Fix ilog mask range overflow.
28920 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28922 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28923 Don't omit the last (which in case of dmix is the only :) )
28924 channel count. Don't set channels if <= 2.
28926 2004-11-26 Christophe Fergeau <teuf@gnome.org>
28928 * gst/playback/gstplaybin.c: (gen_video_element),
28929 (gen_audio_element): Removed 2 obsolete comments
28931 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28933 * ext/vorbis/oggvorbisenc.c
28934 * ext/vorbis/vorbisenc.c :
28935 change description fields of those plugins to differentiate them
28936 (pitivi show Encoders by description, they had the same one)
28938 2004-11-25 Christophe Fergeau <teuf@gnome.org>
28940 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28942 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28943 (gst_play_bin_set_property), (gen_video_element),
28944 (gen_audio_element):
28945 Refcounting fixes for provided audio-/videosinks.
28947 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28949 * gst/playback/gstplaybin.c: (gen_video_element),
28950 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28951 Don't reference all sinks, but only the video- and audiosinks.
28952 The vis. element should be disposed when we're done with it.
28953 We don't have any reason to keep it around. This fixes warnings
28954 when reusing playbin for playing multiple audio files with
28955 vis. enabled. Also release audio device on pause - idea stolen
28958 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28960 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28961 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28962 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28963 * ext/alsa/gstalsaplugin.c: (plugin_init):
28964 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28965 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28966 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28967 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28968 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28969 (gst_faad_change_state), (plugin_init):
28970 * ext/faad/gstfaad.h:
28971 * ext/vorbis/vorbis.c: (plugin_init):
28972 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28973 * gst-libs/gst/audio/Makefile.am:
28974 * gst-libs/gst/audio/audio.c: (plugin_init):
28975 * gst-libs/gst/audio/multichannel.c:
28976 (gst_audio_check_channel_positions),
28977 (gst_audio_get_channel_positions),
28978 (gst_audio_set_channel_positions),
28979 (gst_audio_set_structure_channel_positions_list),
28980 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28981 (gst_audio_fixate_channel_positions):
28982 * gst-libs/gst/audio/multichannel.h:
28983 * gst-libs/gst/audio/testchannels.c: (main):
28984 * gst/audioconvert/gstaudioconvert.c:
28985 (gst_audio_convert_class_init), (gst_audio_convert_init),
28986 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28987 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28988 (gst_audio_convert_fixate), (gst_audio_convert_channels):
28989 * gst/audioconvert/plugin.c: (plugin_init):
28990 Surround sound support.
28992 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28994 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28995 Fix position for discont if we're close as well. Nitpicking, but
28996 saves a few milliseconds of extra waiting or skipping.
28998 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29000 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
29001 We sometimes need parsers for playback, so add those too.
29003 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29006 * gst/apetag/Makefile.am:
29007 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
29008 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
29009 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
29010 (gst_ape_demux_get_src_query_types),
29011 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
29012 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
29013 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
29014 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
29015 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
29016 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
29017 (gst_ape_demux_change_state):
29018 * gst/apetag/apedemux.h:
29019 * gst/apetag/apetag.c: (plugin_init):
29020 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
29022 APE v1/2 tag reader plus typefind function.
29024 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29027 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29028 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29029 Remove hacks for older core. Require newer core version
29032 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29034 * gst/cdxaparse/Makefile.am:
29035 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29036 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29037 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29038 * gst/cdxaparse/gstcdxaparse.h:
29039 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29040 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29041 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29042 (gst_cdxastrip_get_src_query_types),
29043 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29044 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29045 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29046 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29047 * gst/cdxaparse/gstcdxastrip.h:
29048 SVCD/VCD header stripping separated from CDXA image parsing.
29049 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29051 Add VCD/SVCD header typefinding for VCD/SVCD.
29052 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29053 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29054 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29055 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29056 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29057 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29058 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29059 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29060 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29061 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29062 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29063 * sys/vcd/vcdsrc.h:
29064 Fix up, add seeking, querying, URI interface. Works in totem now.
29066 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
29071 === release 0.8.6 ===
29073 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
29091 releasing 0.8.6, "IOU Love"
29093 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29095 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29097 * gst/playback/gstplaybasebin.c:
29098 Fix unplayable files error handling. Fixes #158365
29100 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29102 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29104 * gst/typefind/gsttypefindfunctions.c:
29105 Fix broken mp3 typefinding. Fixes #158375
29107 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29109 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29111 * ext/ogg/gstoggdemux.c:
29112 Fix sync on broken files. Fixes #158976
29114 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29116 patch by: Edward Hervey <bilboed@bilboed.com>
29118 * ext/libpng/gstpngenc.c:
29119 Copy over buffer properties. Fixes #158832
29121 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29123 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29125 * ext/dvdread/dvdreadsrc.c:
29126 Fixes invalid reads (#158462)
29128 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29130 * sys/v4l/gstv4lsrc.c:
29131 * sys/v4l/gstv4lsrc.h:
29132 * sys/v4l/v4lsrc_calls.c:
29133 Probe less and cache it. Fixes #159187.
29135 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29137 * gst/videorate/gstvideorate.c:
29138 Handle all video formats. Fixes #159186.
29140 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
29141 * gst/synaesthesia/gstsynaesthesia.c:
29142 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29143 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29144 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29145 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29146 (gst_synaesthesia_change_state), (plugin_init):
29147 Fix up synaesthesia to work under different samplerates/ buffer sizes.
29148 Force 320x200 output, as that's the only thing the underlying
29149 synaesthesia implementation supports. Still needs to be made
29152 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29155 Fix mpeg2enc configure check (similar to mplex check below).
29157 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
29159 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29161 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29162 Fix for gcc-2.95 (fixes #158221).
29164 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29166 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29167 Re-add clock distribution hack (until new core is released).
29170 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
29172 fix mplex configure check segfaulting on some systems (bug #140994)
29174 2004-11-13 Benjamin Otte <otte@gnome.org>
29176 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29178 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29179 do a wait when we enter the loop func with no data available to
29180 write instead of getting into an 100% CPU loop by just returning and
29181 being called again by the scheduler
29183 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
29186 * ext/libvisual/visual.c: (gst_visual_get_type),
29187 (libvisual_log_handler), (gst_visual_getcaps),
29188 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29190 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29191 * ext/smoothwave/Makefile.am:
29192 * ext/smoothwave/demo-osssrc.c: (main):
29193 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29194 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29195 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29197 * ext/smoothwave/gstsmoothwave.h:
29198 Make gstsmoothwave a working element in the 20th century.
29200 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29201 Fix incorrect link function
29203 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29205 * gst/volume/gstvolume.c:
29206 Allow buffer-frames=0.
29208 2004-11-12 Iain <iaingnome@gmail.com>
29210 * configure.ac: Check for polypaudio
29212 * ext/Makefile.am: Build the polyp dir
29214 * ext/polyp: The polypsink sources.
29216 2004-10-30 Iain <iaingnome@gmail.com>
29218 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29219 caps to reflect the new number of channels.
29221 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29223 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29224 Fix for negotiation order problem. This would show when the
29225 ALSA loopfuction was called before any other function. ALSA
29226 wouldn't do anything because we're not negotiated yet, leading
29227 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29229 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
29231 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29233 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29234 No warnings (#157986).
29236 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29238 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29239 Prefer apev1/2 and id3v1 (at end of file) over musepack.
29241 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29243 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29244 Signal no-more-pads (so it works in playbin).
29246 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29248 * ext/musepack/gstmusepackreader.cpp:
29249 Workaround for older core.
29251 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29253 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29254 Actually test for odd width/height rather than testing whether
29255 a temporary variable that was 0 before we subtracted 1 is now
29256 not equal to zero (which it always is).
29258 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29260 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29261 Fix compilation if HAVE_XVIDEO is not defined
29263 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29265 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29266 Fix compilation if HAVE_XVIDEO is not defined
29268 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
29270 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29271 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29272 (gst_goom_change_state), (plugin_init):
29273 Use the bytestream adapter so goom doesn't depend on the input
29275 Add a debug category
29277 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29279 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29280 Only set hardware parameters *after* negotiation. Before
29281 negotiation, it will set ANY and that seems to cause crashes
29282 (see e.g. #151288, #153227).
29284 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29286 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29287 This seems to be antique leftover. It needs to pass error
29289 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29290 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29291 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29292 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29293 Fix GstXOverlay implementation (#151059).
29295 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29297 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29298 Don't assert (#157853).
29300 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29302 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29303 Fix bytes/samples confustion.
29304 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29305 Fix for underrun (#144389).
29307 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29309 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29310 Disable halfway-seek for pending release (since it needs a new
29313 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29315 * sys/v4l/gstv4lsrc.c:
29316 * sys/v4l/gstv4lsrc.h:
29317 * sys/v4l/v4lsrc_calls.c:
29318 add autoprobe-fps property so we can separate autoprobing parts
29320 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29322 * sys/v4l/gstv4lsrc.c:
29323 * sys/v4l/v4lsrc_calls.c:
29324 initialise fourcc to catch unset fourcc's, and debug
29326 2004-11-09 Wim Taymans <wim@fluendo.com>
29328 * gst/playback/README:
29329 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29330 * gst/playback/gstplaybin.c: (gst_play_bin_init),
29331 (gst_play_bin_dispose), (gst_play_bin_set_property),
29332 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29333 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29334 (gst_play_bin_get_formats), (gst_play_bin_convert),
29335 (gst_play_bin_get_query_types), (gst_play_bin_query):
29336 Cleanups and some more documentation.
29338 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
29340 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29341 (gst_cacasink_init), (gst_cacasink_chain):
29342 * ext/libcaca/gstcacasink.h:
29343 Cacasink inherits from VideoSink, so let that store the clock.
29345 2004-11-09 Wim Taymans <wim@fluendo.com>
29347 * gst/playback/README:
29348 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29349 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29350 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29351 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29352 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29354 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29355 (gst_stream_info_is_mute), (gst_stream_info_set_property):
29356 * gst/playback/gststreaminfo.h:
29358 Only switch groups if all streams have muted (EOSed).
29359 Send Tags in sync with the stream playback instead of in
29360 the playback/preroll phase.
29361 Some cleanups, free the fakesrc elements.
29363 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
29365 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29366 buffer-frames property was missing
29367 * ext/arts/gst_arts.c:
29368 rate missing from sinkcaps
29369 * ext/audiofile/gstafparse.c:
29370 * ext/audiofile/gstafsink.c:
29371 * ext/audiofile/gstafsrc.c:
29372 * ext/swfdec/gstswfdec.c:
29373 int audio doesn't know buffer-frames
29374 * ext/cdparanoia/gstcdparanoia.c:
29375 int audio doesn't know chunksize either
29376 * ext/nas/nassink.c:
29377 it's endianness, not endianess
29378 * gst-libs/gst/audio/audio.h:
29379 make float standard pad template caps really describe float
29380 * gst/law/mulaw.c: (linear_factory):
29381 signed only, please
29382 * gst/mpegstream/gstdvddemux.c:
29383 widths of 20 are not valid
29385 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
29387 Submitted by: Luca Ferretti <elle.uca@infinito.it>
29393 2004-11-08 Wim Taymans <wim@fluendo.com>
29395 * gst/playback/README:
29396 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29397 * gst/playback/gstplaybasebin.c: (probe_triggered),
29398 (gst_play_base_bin_change_state):
29399 Updated README, added more comments for fixmes etc..
29401 2004-11-08 Wim Taymans <wim@fluendo.com>
29403 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29404 We can remove this hack now.
29406 2004-11-08 Wim Taymans <wim@fluendo.com>
29408 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29409 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29410 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29411 Only mix AYUV for maximum quality.
29413 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29415 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29416 (gst_ogg_demux_push), (gst_ogg_pad_push):
29417 Let's act as if we're synchronized now! :).
29418 * ext/theora/theoradec.c: (theora_dec_chain):
29421 2004-11-08 Wim Taymans <wim@fluendo.com>
29423 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29424 (gst_alpha_set_property), (gst_alpha_sink_link),
29425 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29426 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29427 (gst_alpha_init_params), (gst_alpha_chain):
29428 Implement alpha functions for AYUV too, this increases
29429 accuracy quite a bit.
29431 2004-11-08 Wim Taymans <wim@fluendo.com>
29433 * gst/ffmpegcolorspace/avcodec.h:
29434 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29435 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29436 (gst_ffmpegcsp_avpicture_fill):
29437 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29438 (gst_ffmpegcsp_caps_remove_format_info):
29439 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29440 (shrink12), (img_get_alpha_info), (deinterlace_line),
29441 (deinterlace_line_inplace):
29442 * gst/ffmpegcolorspace/imgconvert_template.h:
29443 Added AYUV colorspace and handle RGBA a bit more respectful.
29445 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29447 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29448 Actually always send a discont (cornercase when resending the
29449 same serial-tagged chain twice).
29451 2004-11-08 Julien MOUTTE <julien@moutte.net>
29453 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29454 (gst_ximagesink_finalize):
29455 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29456 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29458 2004-11-08 Wim Taymans <wim@fluendo.com>
29460 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29461 Don't segfault on NULL data.
29463 2004-11-08 Wim Taymans <wim@fluendo.com>
29465 * gst/playback/gstdecodebin.c: (unlinked):
29466 * gst/playback/gstplay-marshal.list:
29467 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29468 (gst_play_base_bin_init), (group_create), (get_active_group),
29469 (get_building_group), (group_destroy), (group_commit),
29470 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29471 (add_element_stream), (no_more_pads), (probe_triggered),
29472 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29473 (state_change), (setup_source), (gst_play_base_bin_get_property),
29474 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29475 (gst_play_base_bin_link_stream),
29476 (gst_play_base_bin_get_streaminfo):
29477 * gst/playback/gstplaybasebin.h:
29478 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29479 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29480 Add support for chained ogg files. Prepare for playlist
29481 support. This patch introduces the concept of pad groups, which
29482 together compose one playable media file.
29484 2004-11-07 David Schleef <ds@schleef.org>
29486 * testsuite/gst-lint: Check for pad templates that aren't statically
29489 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29493 * ext/musepack/Makefile.am:
29494 * ext/musepack/gstmusepackdec.cpp:
29495 * ext/musepack/gstmusepackdec.h:
29496 * ext/musepack/gstmusepackreader.cpp:
29497 * ext/musepack/gstmusepackreader.h:
29498 Add musepack decoder.
29499 * ext/faad/gstfaad.c: (gst_faad_base_init):
29500 Make pad templates static.
29501 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29503 Add musepack typefinder, make mp3 typefinding work halfway stream,
29504 which doesn't actually work yet because id3demux doesn't implement
29507 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29509 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29510 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29511 Fix interrupt event handling (#144436).
29513 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29515 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29518 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29520 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29522 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29523 Fix weird caps (#157548).
29525 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29527 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29529 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29530 Add missing NULL terminator (#157543).
29532 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
29534 * gst/tcp/gsttcp.h:
29535 * gst/tcp/gsttcpclientsink.c:
29536 * gst/tcp/gsttcpclientsrc.c:
29537 * gst/tcp/gsttcpserversink.c:
29538 * gst/tcp/gsttcpserversrc.c:
29539 ports can go up to 65535. Move common defines to gsttcp.h
29541 2004-11-05 Wim Taymans <wim@fluendo.com>
29543 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29544 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29545 Added two more colorspaces.
29547 2004-11-05 Wim Taymans <wim@fluendo.com>
29549 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29550 (gst_ffmpegcsp_avpicture_fill):
29551 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29552 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29553 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29556 2004-11-05 Wim Taymans <wim@fluendo.com>
29558 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29559 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29560 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29561 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29562 (gst_videomixer_loop):
29565 2004-11-05 Benjamin Otte <otte@gnome.org>
29567 * ext/mad/gstmad.c: (gst_mad_chain):
29568 don't overflow data buffer. Flush not needed sync data when syncing
29571 2004-11-04 Wim Taymans <wim@fluendo.com>
29573 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29574 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29575 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29576 (gst_alpha_init_params), (gst_alpha_chain),
29577 (gst_alpha_change_state):
29578 Updated the chroma keying algorithm with something more
29581 2004-11-03 Wim Taymans <wim@fluendo.com>
29583 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29584 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29585 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29586 Fix stride issues. Does not completely work for odd
29589 2004-11-03 Wim Taymans <wim@fluendo.com>
29591 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29592 (gst_alpha_chroma_key), (gst_alpha_chain):
29593 Fix stride issues. Does not completely work for odd
29596 2004-11-03 Christophe Fergeau <teuf@gnome.org>
29598 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29599 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29602 2004-11-03 Wim Taymans <wim@fluendo.com>
29604 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29605 (gst_ffmpegcsp_avpicture_fill):
29606 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29608 * gst/ffmpegcolorspace/imgconvert_template.h:
29609 Use correct _fill function to get correct strides.
29611 2004-11-02 David Schleef <ds@schleef.org>
29613 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29614 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29615 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29616 Change all g_print()s to debugging. Add a bunch of consistency
29619 2004-11-02 Wim Taymans <wim@fluendo.com>
29621 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29622 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29623 (unlinked), (no_more_pads), (close_link):
29624 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29625 (unknown_type), (add_element_stream), (new_decoded_pad),
29626 (removed_decoded_pad), (setup_source):
29627 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29628 (gst_stream_info_class_init), (gst_stream_info_init),
29629 (gst_stream_info_new), (gst_stream_info_dispose),
29630 (stream_info_mute_pad), (gst_stream_info_set_property),
29631 (gst_stream_info_get_property):
29632 * gst/playback/gststreaminfo.h:
29633 Fix playback of multiple files.
29634 a slightly different approach to handling dynamic pad removals.
29635 This one only looks at pads that we have linked.
29637 2004-11-01 Christophe Fergeau <teuf@gnome.org>
29639 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29640 free" warning from libc.
29642 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29644 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29645 (get_unconnected_element), (remove_starting_from), (pad_removed),
29647 Implement support for dynamic pad changing. We listen to "live"
29648 pad removals (i.e. while playing) and re-setup autoplugging
29649 after that. Playbasebin/playbin need some more work for this
29650 to finally work, but decodebin supports (and replugs) chained
29653 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
29655 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29656 (gst_alsa_finalize):
29657 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29658 (gst_cdaudio_finalize):
29659 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29660 (cdparanoia_finalize):
29661 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29662 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29663 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29664 (dvdreadsrc_finalize):
29665 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29666 (gst_flacdec_finalize):
29667 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29668 (gst_flacenc_finalize):
29669 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29670 (gst_gnomevfssink_finalize):
29671 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29672 (gst_gnomevfssrc_finalize):
29673 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29674 (gst_fameenc_finalize):
29675 * ext/nas/nassink.c: (gst_nassink_class_init),
29676 (gst_nassink_finalize):
29677 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29678 (gst_sdlvideosink_class_init):
29679 * ext/sndfile/gstsf.c: (gst_sf_dispose):
29680 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29681 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29682 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29683 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29684 (gst_x_window_listener_dispose):
29685 * gst/audioscale/gstaudioscale.c:
29686 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29687 (play_on_demand_finalize):
29688 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29689 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29690 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29691 (cdplayer_finalize):
29692 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29693 (gst_glimagesink_class_init):
29694 * sys/oss/gstosselement.c: (gst_osselement_class_init),
29695 (gst_osselement_finalize):
29696 * sys/oss/gstosssink.c: (gst_osssink_dispose):
29697 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29698 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29699 Fixes a bunch of problems with finalize and dispose functions,
29700 either assumptions that dispose is only called once, or not calling
29701 the parent class dispose/finalize function
29703 2004-11-01 Stefan Kost <ensonic@users.sf.net>
29705 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29706 added two api precondition guards
29707 use g_strdup with getenv to fix crash when using ENVVAR
29709 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
29710 * ext/esd/esdsink.c: (gst_esdsink_class_init),
29711 (gst_esdsink_finalize):
29712 Use a finalize function, not dispose, and more importantly,
29713 call the parent class finalize function too
29715 2004-11-01 Johan Dahlin <johan@gnome.org>
29717 * ext/ogg/gstoggdemux.c:
29718 * gst/tags/gstvorbistag.c:
29721 2004-10-31 Benjamin Otte <otte@gnome.org>
29723 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29724 lotsa memleaks today. But they're all small...
29726 2004-10-31 Benjamin Otte <otte@gnome.org>
29728 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29729 another memleak crushed
29731 2004-10-31 Benjamin Otte <otte@gnome.org>
29733 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29736 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29738 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29739 Hack to prevent crash when going to READY inside signal handler
29740 while this function is active.
29742 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29744 * gst/ffmpegcolorspace/Makefile.am:
29745 * gst/ffmpegcolorspace/avcodec.h:
29746 * gst/ffmpegcolorspace/common.h:
29747 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29748 * gst/ffmpegcolorspace/dsputil.h:
29749 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29750 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29751 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29752 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29753 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29754 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29755 (gst_ffmpegcsp_avpicture_fill):
29756 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29757 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29758 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29759 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29760 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29761 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29762 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29763 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29764 * gst/ffmpegcolorspace/imgconvert.c:
29765 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29766 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29767 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29768 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29769 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29770 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29771 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29772 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29773 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29774 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29775 (grow21), (grow22), (grow41), (grow44), (conv411),
29776 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29777 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29778 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29779 (avpicture_free), (is_yuv_planar), (img_convert),
29780 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29781 (deinterlace_line_inplace), (deinterlace_bottom_field),
29782 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29783 * gst/ffmpegcolorspace/imgconvert_template.h:
29784 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29785 * gst/ffmpegcolorspace/mmx.h:
29786 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29787 (av_fast_realloc), (av_mallocz_static), (av_free_static),
29788 (av_freep), (avcodec_get_context_defaults),
29789 (avcodec_alloc_context), (avcodec_init):
29790 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29791 handling plus update from ffmpeg CVS. Large clean-up.
29793 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29795 * gst/playback/Makefile.am:
29796 We need the marshallers for decodebin, too.
29798 2004-10-30 David Schleef <ds@schleef.org>
29800 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29801 quicktime typefinding work with 64-bit offsets.
29803 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
29805 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29806 Set EOS on the element when processing an EOS event.
29807 * ext/speex/gstspeexdec.h:
29808 * ext/speex/gstspeexenc.h:
29809 Only keep a const ptr to the mode
29810 * gst-libs/gst/riff/riff-media.c:
29811 (gst_riff_create_audio_caps_with_data),
29812 (gst_riff_create_audio_template_caps):
29813 Allow WMAV3, with up to 6 channels.
29814 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29815 Don't call gst_pad_set_event_function on a sink pad.
29816 * gst/mpegstream/gstdvddemux.c:
29817 (gst_dvd_demux_get_subpicture_stream),
29818 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29819 Copy the explicit caps that were set across to the cur_* pads,
29820 instead of trying to use a possibly non-existent negotiated caps.
29821 Reset the type of subpicture pads to UNKNOWN after calling
29822 init_stream, so that the caps get set.
29824 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
29826 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29828 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29829 Don't touch buffer if it is of size 0 (fixes #151064).
29831 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29833 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29834 Synchronized discont handling.
29836 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29838 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29839 (gst_ogg_demux_push):
29840 Make seeking sort-of exact again (fixes #156387).
29842 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29844 * gst/playback/gstplaybasebin.c: (unknown_type),
29845 (add_element_stream), (new_decoded_pad),
29846 (gst_play_base_bin_change_state):
29847 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29848 (gst_stream_info_init), (gst_stream_info_new),
29849 (gst_stream_info_dispose), (gst_stream_info_get_property):
29850 * gst/playback/gststreaminfo.h:
29851 Make caps explicitely available. Makes testing for unsupported
29852 types possible. Improves error reporting.
29854 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29856 * gst/audioconvert/gstaudioconvert.c:
29857 (gst_audio_convert_buffer_to_default_format):
29858 Really don't touch read-only buffers (#156563).
29860 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
29862 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29864 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29865 Fix memleak (#155223).
29867 2004-10-29 Wim Taymans <wim@fluendo.com>
29869 * gst/tcp/.cvsignore:
29870 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29871 (gst_multifdsink_class_init), (gst_multifdsink_init),
29872 (gst_multifdsink_add), (gst_multifdsink_remove),
29873 (gst_multifdsink_remove_client_link), (is_sync_frame),
29874 (gst_multifdsink_new_client),
29875 (gst_multifdsink_handle_client_write),
29876 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29877 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29878 (gst_multifdsink_get_property):
29879 * gst/tcp/gstmultifdsink.h:
29880 Added burst on connect sync_method, deprecated sync_clients,
29881 streamlined the sync code some more.
29883 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29885 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29886 (gst_play_base_bin_change_state):
29887 Improve error reporting.
29889 2004-10-28 Wim Taymans <wim@fluendo.com>
29891 * gst/tcp/Makefile.am:
29892 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29893 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29894 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29895 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29896 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29897 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29899 Added more locks around fdset structures. Fixed/reworked
29900 the poll array resizing code.
29901 Added stress test for fdset.
29903 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29905 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29908 2004-10-28 Benjamin Otte <otte@gnome.org>
29910 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29911 fix link function to always query channels and query width for
29915 * gst/equalizer/Makefile.am:
29916 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29917 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29918 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29919 (arg_to_scale), (setup_filter),
29920 (gst_iir_equalizer_compute_frequencies),
29921 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29922 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29926 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29928 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29932 Added Norwegian Bokmaal translation
29934 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29936 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29937 Don't break on options (fixes #156488).
29939 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29942 * ext/cdaudio/Makefile.am:
29944 fix build on older automake
29946 2004-10-26 Wim Taymans <wim@fluendo.com>
29948 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29949 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29950 Allow a little margin when negotiating the framerate.
29952 2004-10-26 Stefan Kost <ensonic@users.sf.net>
29954 * gst/level/gstlevel.c:
29955 synchonised naming of pads and pad-templates
29957 2004-10-26 Wim Taymans <wim@fluendo.com>
29959 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29960 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29961 (_find_streams_check), (gst_ogg_demux_push):
29962 Fix EOS again. Needs to be done in a better way. We should not
29963 remove the pad if there is no new chained stream.
29965 2004-10-26 Iain <iaingnome@gmail.com>
29967 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29968 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29970 * gst/interleave/interleave.c (interleave_class_init): Hook up release
29972 (interleave_release_pad): Remove the pad.
29973 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29974 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29976 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29978 (gst_xvimagesink_xcontext_clear): Free the xcontext.
29979 (gst_xvimagesink_finalize): Free the par.
29981 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29983 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29984 (gst_avimux_stop_file):
29985 First calculate the rate, and only then use it. Hdr.rate is a
29986 multiple and not a derivative of hdr.scale. Scale is not the
29987 same as blockalign but is solely related to rate.
29989 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29991 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29992 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29995 2004-10-25 James Henstridge <james@jamesh.id.au>
29997 Reviewed by: David Schleef <ds@schleef.org>
29999 * examples/gstplay/player.c: (got_stream_length), (main):
30000 * examples/seeking/cdplayer.c: (update_scale):
30001 * examples/seeking/seek.c: (format_value), (update_scale):
30002 * examples/seeking/spider_seek.c: (format_value), (update_scale),
30004 Build fixes on AMD64.
30006 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30008 reviewed by: Ronald Bultje <rbultje at gnome dot org>
30010 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
30011 Fix for some v4l cards which hang in v4lsrc
30013 2004-10-25 Wim Taymans <wim@fluendo.com>
30015 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
30016 (gst_ogg_demux_push), (gst_ogg_chains_clear):
30017 Make sure to remove the pad when a new chain is
30018 encountered. Set some vars to NULL so we don't try
30019 to reference freed memory.
30021 2004-10-25 Wim Taymans <wim@fluendo.com>
30023 * examples/seeking/Makefile.am:
30024 * examples/seeking/cdplayer.c: (update_scale):
30025 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
30026 * examples/seeking/playbin.c: (make_playerbin_pipeline),
30027 (format_value), (update_scale), (iterate), (start_seek),
30028 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
30029 (print_usage), (main):
30030 Added some more examples, update others.
30032 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30034 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30035 * ext/speex/gstspeexdec.c: (speex_dec_chain):
30036 * ext/theora/theoradec.c: (theora_dec_chain):
30037 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30038 Add codec-name metadata.
30040 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
30042 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30044 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30045 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30046 * ext/alsa/gstalsamixertrack.h:
30048 ALSA mixer track label internationalization (#154054).
30050 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30052 * ext/theora/theoradec.c: (theora_dec_chain):
30053 Export bitrate as metadata.
30055 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30057 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30058 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30059 * ext/alsa/gstalsamixertrack.h:
30060 Fix names, fix loop.
30062 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30064 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30065 (speex_dec_convert):
30066 sinkconvert function so oggdemux can get the file length (totem).
30068 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
30070 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30072 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30073 Don't push incomplete packets.
30074 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30075 Fix MPEG-4 audio typefinding.
30077 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30079 * sys/v4l/Makefile.am:
30080 * sys/v4l/gstv4l.c: (plugin_init):
30081 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30082 (gst_v4lelement_init), (gst_v4lelement_dispose),
30083 (gst_v4lelement_change_state):
30084 * sys/v4l/gstv4lelement.h:
30085 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30086 (gst_v4l_xoverlay_close), (idle_refresh),
30087 (gst_v4l_xoverlay_set_xwindow_id):
30088 * sys/v4l/gstv4lxoverlay.h:
30089 * sys/v4l/v4l-overlay_calls.c:
30090 * sys/v4l/v4l_calls.h:
30091 * sys/v4l2/Makefile.am:
30092 * sys/v4l2/gstv4l2.c: (plugin_init):
30093 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30094 (gst_v4l2element_init), (gst_v4l2element_dispose),
30095 (gst_v4l2element_change_state):
30096 * sys/v4l2/gstv4l2element.h:
30097 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30098 (gst_v4l2_xoverlay_close), (idle_refresh),
30099 (gst_v4l2_xoverlay_set_xwindow_id):
30100 * sys/v4l2/gstv4l2xoverlay.h:
30101 * sys/v4l2/v4l2-overlay_calls.c:
30102 * sys/v4l2/v4l2_calls.h:
30103 Remove client-side overlay handling, use the X-server v4l plugin
30104 for that. Nicer overlay, less code. Also make the plugin
30105 compileable without X (but then without overlay, obviously).
30106 Makes xwindowlistener obsolete, should we remove that?
30108 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30110 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30111 (gst_osssrc_src_query):
30112 * sys/oss/gstosssrc.h:
30113 OK, so people want offset in DEFAULT. This time, actually fix all
30115 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30118 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30120 * gst/asfdemux/gstasfmux.c:
30121 * gst/avi/gstavimux.c:
30124 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30126 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30127 Fix properties (channel, norm, frequency).
30129 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30131 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30133 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30136 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30138 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30141 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30143 * sys/v4l2/gstv4l2element.h:
30144 Yet Another Hack (tm) for kernel header borkedness.
30145 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30146 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30147 (gst_v4l2src_link), (gst_v4l2src_getcaps),
30148 (gst_v4l2src_change_state):
30149 * sys/v4l2/gstv4l2src.h:
30150 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30151 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30152 Fix caps, keep track of state, work.
30154 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30156 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30159 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30161 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30162 Don't mix bytes and samples.
30164 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30166 * ext/ogg/gstoggmux.c:
30167 Basic pad template which accepts OGM tracks, speex, flac, vorbis
30168 and theora. Any is incorrect.
30169 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30171 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30172 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30173 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30174 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30175 * sys/v4l/gstv4lmjpegsrc.h:
30176 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30177 (gst_v4lsrc_change_state):
30178 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30179 (gst_v4lmjpegsrc_capture_stop):
30180 Fix caps. Keep track of internal state. Work.
30182 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30185 Fix the build fixes.
30187 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30189 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30190 (gst_ogg_demux_src_event), (_find_chain_seek),
30191 (gst_ogg_pad_push):
30192 Check for pad availability before using it.
30193 * ext/ogg/gstoggdemux.c: (_find_chain_process):
30194 Fix parsing of chained ogg. Needs more work on the decoder side.
30196 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
30198 * gst/spectrum/Makefile.am:
30199 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30201 Fix demo and reenable it. Yes, I'm currently playing with audio
30204 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30206 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30207 We love it if files that start at zero work too...
30209 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30211 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30212 Handle files with missing EOS headers.
30214 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30216 * gst/tcp/gsttcpserversink.c:
30217 (gst_tcpserversink_handle_server_read),
30218 (gst_tcpserversink_init_send):
30219 Zero some variables first (need for accept not to return EINVAL)
30221 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30223 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30224 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30225 * ext/theora/theoradec.c: (theora_dec_sink_convert),
30226 (theora_dec_chain):
30227 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30228 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30229 Seeking and querying finetune.
30231 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
30235 * ext/raw1394/Makefile.am:
30238 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30240 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30242 * gst/playback/Makefile.am:
30243 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30244 * gst/playback/gstplay-marshal.list:
30245 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30248 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30250 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30253 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30255 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30256 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30257 (gst_ogg_pad_push):
30258 Yay for non-lineair granulepos in theora.
30260 2004-10-18 Wim Taymans <wim@fluendo.com>
30262 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30263 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30264 * ext/dv/gstdvdec.h:
30265 Make sure we renegotiate aspect ratio when the camera switches.
30267 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30269 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30270 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30272 * ext/theora/theoradec.c: (theora_dec_chain):
30273 Skip headers. Bad idea for chained ogg, but fixes seeking.
30275 2004-10-18 Wim Taymans <wim@fluendo.com>
30278 I swear, this is the last time I touch this.
30280 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30282 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30283 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30284 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30286 * ext/theora/theoradec.c: (theora_dec_sink_convert):
30287 Time-to-default conversion.
30288 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30289 Don't error on unknown packets, just skip. We should probably
30290 read them if we want to support chained ogg.
30292 2004-10-18 Wim Taymans <wim@fluendo.com>
30295 Added cdaudio to wrong list.
30297 2004-10-18 Wim Taymans <wim@fluendo.com>
30302 2004-10-18 Wim Taymans <wim@fluendo.com>
30304 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30305 (gst_dvdec_video_link), (gst_dvdec_push):
30306 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30307 (gst_smokeenc_resync), (gst_smokeenc_chain):
30308 Fix mimetype on smoke encoder.
30309 Add aspect ratio to dvdec. Not sure if these
30310 values are correct though....
30312 2004-10-18 Wim Taymans <wim@fluendo.com>
30314 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30315 Fix vorbis property descriptions and ranges.
30317 2004-10-18 Wim Taymans <wim@fluendo.com>
30319 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30320 Really do nothing when no data is available.
30321 Go to the playing state when the stream is not seekable
30322 instead of failing.
30324 2004-10-18 Wim Taymans <wim@fluendo.com>
30326 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30327 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30328 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30329 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30330 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30331 Added uri handler for cd://
30334 2004-10-18 Wim Taymans <wim@fluendo.com>
30336 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30337 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30338 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30339 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30340 (remove_prerolls), (unknown_type), (add_element_stream),
30341 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30342 (gst_play_base_bin_remove_element),
30343 (gst_play_base_bin_link_stream):
30344 * gst/playback/gstplaybin.c: (gen_video_element),
30345 (gen_vis_element), (remove_sinks), (setup_sinks):
30346 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30347 (gst_stream_info_get_type), (gst_stream_info_class_init),
30348 (gst_stream_info_init), (gst_stream_info_new),
30349 (gst_stream_info_dispose), (stream_info_mute_pad),
30350 (gst_stream_info_set_property), (gst_stream_info_get_property):
30351 * gst/playback/gststreaminfo.h:
30352 Add sink padtemplate to decodebin.
30353 Added some more comments.
30354 Make queue size configurable in playbasebin.
30355 Added possibility to use elements as sinks (ex cdaudio).
30357 2004-10-15 Wim Taymans <wim@fluendo.com>
30359 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30360 (gst_speexenc_chain):
30361 Fix speex timestamps so that it gets muxed properly.
30363 2004-10-15 Wim Taymans <wim@fluendo.com>
30365 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30366 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30367 (gst_dv1394src_init), (gst_dv1394src_dispose),
30368 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30369 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30370 (gst_dv1394src_event), (gst_dv1394src_get_formats),
30371 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30372 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30373 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30374 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30375 * ext/raw1394/gstdv1394src.h:
30376 Added conversion/query functions.
30377 Update buffer timestamps,
30379 Added uri dv:// so it might play from the firewire in playbin.
30380 Fix a possible leak.
30383 2004-10-15 Wim Taymans <wim@fluendo.com>
30385 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30386 (gst_dv1394src_init), (gst_dv1394src_set_property),
30387 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30388 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30389 * ext/raw1394/gstdv1394src.h:
30390 Added AV/C VTR control support needed for some cameras.
30391 Added automatic port detection.
30392 Added properties for selecting the channel.
30393 The configure.ac script is not yet updated to reflect the
30394 new libavc1394 and librom1394 dependencies.
30396 2004-10-15 Wim Taymans <wim@fluendo.com>
30398 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30399 (qtdemux_parse), (gst_qtdemux_handle_esds):
30400 An esds box is not a container.
30401 Fix parsing of mp4v boxes.
30402 Do not try to renegotiate fps for each frame. Need to
30403 find a better method. This should fix mp4 playback.
30405 2004-10-14 David Schleef <ds@schleef.org>
30407 * configure.ac: update for swfdec-0.3 and liboil-0.2
30408 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30409 * ext/swfdec/gstswfdec.h: same
30410 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30411 * gst/videotestsrc/videotestsrc.c: same
30413 2004-10-14 Wim Taymans <wim@fluendo.com>
30415 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30416 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30417 (is_sync_frame), (gst_multifdsink_new_client),
30418 (gst_multifdsink_handle_client_write),
30419 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30420 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30421 Turn warnings into info.
30422 Don't allow a state change in the streaming thread.
30424 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
30426 * ext/vorbis/oggvorbisenc.c:
30427 * ext/vorbis/vorbisdec.c:
30428 fix template sample rate
30430 2004-10-13 Wim Taymans <wim@fluendo.com>
30432 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30433 Decoding the header first fixes some problems in resyncing
30436 2004-10-12 Wim Taymans <wim@fluendo.com>
30438 * gst/playback/gstplaybin.c: (gen_video_element),
30439 (gen_vis_element), (remove_sinks), (setup_sinks):
30440 Added vis plugin support, need to configure the vis
30441 element to activate it.
30443 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30445 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30446 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30448 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30449 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30450 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30451 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30452 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30453 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30454 * gst/avi/gstavidemux.h:
30455 Support for openDML-2.0 indx/ix## chunks. Support for broken index
30456 recovery (where, if part of the index is broken, we will still read
30457 the rest of the index and recover the broken part by stream
30458 scanning). More broken media support. EOS workarounds. General AVI
30459 braindamage headache recovery. Aspirin included.
30461 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30463 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30464 (cdparanoia_event), (cdparanoia_query):
30465 Get rid of hideous lead-in.
30467 2004-10-11 Wim Taymans <wim@fluendo.com>
30469 * gst/playback/gstplaybasebin.c: (setup_source):
30470 Wrong var used to get g_list_next.
30472 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30474 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30475 (cdparanoia_get), (cdparanoia_open):
30476 Report discid as metadata, add duration.
30478 2004-10-11 Wim Taymans <wim@fluendo.com>
30480 * gst/playback/gstplaybasebin.c: (setup_source):
30481 Cleanup the previous pipeline a little earlier for the
30482 case that a source element provides raw data.
30484 2004-10-11 Benjamin Otte <otte@gnome.org>
30486 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30487 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30488 consuming the last 128 bytes, even though it was valid mp3 data.
30490 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30492 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30493 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30494 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30495 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30497 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30499 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30500 Fix for webcams that support only specific width or height
30502 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30504 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30506 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30507 Fix wrong discont event setup (fixes #154967).
30509 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
30511 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30513 * gst/auparse/gstauparse.c: (gst_auparse_chain):
30514 Error out on invalid data (fixes #154807).
30516 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30518 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30520 * ext/dvdread/dvdreadsrc.c: (_read):
30521 Make titles > 0 work again (fixes #154834).
30523 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30525 * gst-libs/gst/riff/riff-media.c:
30526 (gst_riff_create_video_template_caps):
30527 WMV3 missing in template caps.
30529 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30531 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30532 OK, so the original code was too strict. It makes random AVI files
30533 hang for seconds upon opening, which is unacceptable and is far
30534 beyond the original goal of getting multiple chunks for one-chunk
30535 sounc stream files. So now do just that.
30537 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30539 * gst/playback/gstplaybasebin.c: (setup_source),
30540 (gst_play_base_bin_change_state):
30541 Actually clean up streaminfo if output fails. This would trigger
30542 if, for example, there was no CD in the drive. No preroll, so
30543 a streaminfo structure is created, but the subsequent state change
30544 of the thread fails.
30545 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30546 Don't change state if parent failed.
30548 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30550 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30551 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30552 (gen_video_element), (remove_sinks):
30553 Add small bits of code for screenshot handling.
30555 2004-10-08 Wim Taymans <wim@fluendo.com>
30557 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30558 (gen_video_element), (gen_audio_element), (setup_sinks):
30559 Don't assume the user provided sinks are named "sink"...
30561 2004-10-08 Wim Taymans <wim@fluendo.com>
30563 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30564 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30565 (gst_play_base_bin_link_stream):
30566 Do not try to autoplug sources that generate raw streams like
30568 disconnect the preroll overrun signal when we don't need it anymore.
30570 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
30572 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30573 Added reworked patch from #154903 from milosz derezynski (deadchip).
30575 2004-10-08 Wim Taymans <wim@fluendo.com>
30577 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30578 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30579 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30580 (cdparanoia_convert), (cdparanoia_uri_get_type),
30581 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30582 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30583 * ext/cdparanoia/gstcdparanoia.h:
30584 This adds the cdda://<tracknum> uri.
30586 2004-10-08 Wim Taymans <wim@fluendo.com>
30588 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30589 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30590 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30591 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30592 (unknown_type), (gst_play_base_bin_remove_element),
30593 (gst_play_base_bin_link_stream):
30594 * gst/playback/gstplaybasebin.h:
30595 * gst/playback/gstplaybin.c: (gst_play_bin_init),
30596 (gst_play_bin_set_property), (gen_video_element),
30597 (gen_audio_element), (setup_sinks):
30598 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30599 (gst_stream_info_get_type), (gst_stream_info_class_init),
30600 (gst_stream_info_init), (gst_stream_info_new),
30601 (gst_stream_info_dispose), (stream_info_mute_pad),
30602 (gst_stream_info_set_property), (gst_stream_info_get_property):
30603 * gst/playback/gststreaminfo.h:
30604 Reuse the audio and video bins.
30605 Some internal cleanups in the stream selection code.
30607 2004-10-08 Julien MOUTTE <julien@moutte.net>
30609 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30610 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30611 * sys/ximage/ximagesink.h:
30612 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30613 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30614 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30615 not coming from those elements. Moreover these elements should not keep
30616 the xid they have been given when in NULL state.
30618 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30620 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30621 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30622 * sys/ximage/ximagesink.h:
30623 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30624 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30625 * sys/xvimage/xvimagesink.h:
30626 Actually only create a new toplevel window if we're not gonna
30627 embed it right after.
30629 2004-10-07 Wim Taymans <wim@fluendo.com>
30631 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30632 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30633 * gst/playback/gstplaybin.c: (setup_sinks):
30634 Implement muting/unmuting of streams, mute streams that are not
30637 2004-10-07 Wim Taymans <wim@fluendo.com>
30639 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30641 Added lame audio/x-ac3 typefind function.
30643 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30648 === release 0.8.5 ===
30650 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30655 releasing 0.8.5, "Take You On"
30657 2004-10-06 Wim Taymans <wim@fluendo.com>
30659 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30660 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30661 (no_more_pads), (close_link), (type_found):
30662 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30663 * gst/playback/gstplaybin.c: (gen_video_element):
30664 Do not signal the no_more_pads after the first pad when
30665 we are plugging a non dynamic element with multiple
30666 output pads (like swfdec, dvdec, ...).
30668 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30671 bump for prerelease
30673 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30675 * gst/wavparse/gstwavparse.c:
30676 add ATRAC3 to STATIC CAPS to fix a warning
30678 * gst/matroska/ebml-read.c:
30679 * gst-libs/gst/riff/riff-read.c:
30682 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30684 * gst-libs/gst/riff/riff-media.c:
30685 generate caps for ATRAC3 audio streams
30687 * gst/realmedia/rmdemux.c:
30688 generate caps for ATRAC3 audio streams
30690 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30692 * gst/wavparse/Makefile.am
30693 * gst/wavparse/riff.h
30694 * gst/wavparse/wavparse.vcproj
30695 riff.h removal (unused and duplication with riff-ids.h)
30697 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30699 * gst/wavparse/gstwavparse.h
30700 remove duplicated defines for audio codec codes
30702 * gst-libs/gst/riff/riff-ids.h
30703 * gst/wavenc/riff.h:
30704 add "4CC" code for ATRAC3 audio streams
30705 add "4CC" code for ITU_G721_ADPCM (unused for now)
30707 2004-10-06 Wim Taymans <wim@fluendo.com>
30709 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30710 Actually _do_ negotiation. Pass gdouble as arg instead
30711 of guint64 for the framerate.
30713 2004-10-06 Wim Taymans <wim@fluendo.com>
30715 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30716 (find_compatibles), (close_pad_link), (try_to_link_1),
30717 (no_more_pads), (close_link), (type_found):
30718 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30719 * gst/playback/gstplaybin.c: (gen_video_element),
30720 (gen_audio_element):
30721 Set state on newly added element to READY so that negotiation
30723 Addes some more debug info.
30724 Do not try to plug pads with multiple caps structures or ANY
30725 because it is too dangerous since we do not do dynamic
30728 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30730 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30734 add Oriya translation
30736 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30738 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30739 Prevent overwrite of size member. Makes audio sound crappy.
30741 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30743 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30744 Add rmvb to the list of known RealMedia extensions
30746 2004-10-05 Wim Taymans <wim@fluendo.com>
30748 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30749 (mngdec_openstream), (mngdec_closestream),
30750 (mngdec_handle_sink_event), (mngdec_readdata),
30751 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30752 (mngdec_getcanvasline), (mngdec_refresh),
30753 (gst_mngdec_change_state):
30754 Set the framerate correctly.
30756 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30758 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30759 There was something wrong with the index massaging.
30761 2004-10-04 Wim Taymans <wim@fluendo.com>
30763 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30764 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30765 (gst_smokedec_chain):
30766 * ext/jpeg/gstsmokedec.h:
30767 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30768 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30769 * ext/jpeg/gstsmokeenc.h:
30770 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30771 (smokecodec_decode_new), (smokecodec_info_free),
30772 (smokecodec_set_quality), (smokecodec_get_quality),
30773 (smokecodec_set_threshold), (smokecodec_get_threshold),
30774 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30775 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30776 (smokecodec_encode), (smokecodec_parse_id),
30777 (smokecodec_parse_header), (smokecodec_decode):
30778 * ext/jpeg/smokecodec.h:
30779 * ext/jpeg/smokeformat.h:
30780 Updated smoke, new bitstream, allows embedding in ogg.
30782 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30784 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30785 Fix seeking in some files. All this code is no longer needed (and
30786 actually breaks stuff) because we now synchronize the full index
30787 right when reading the header.
30789 2004-10-04 Wim Taymans <wim@fluendo.com>
30792 configure update for libmng.
30794 2004-10-04 Wim Taymans <wim@fluendo.com>
30796 * ext/libmng/Makefile.am:
30797 * ext/libmng/gstmng.c: (plugin_init):
30798 * ext/libmng/gstmng.h:
30799 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30800 (gst_mngdec_base_init), (gst_mngdec_class_init),
30801 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30802 (gst_mngdec_loop), (gst_mngdec_get_property),
30803 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30804 (mngdec_closestream), (mngdec_handle_sink_event),
30805 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30806 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30807 (gst_mngdec_change_state):
30808 * ext/libmng/gstmngdec.h:
30809 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30810 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30811 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30812 (gst_mngenc_chain), (gst_mngenc_get_property),
30813 (gst_mngenc_set_property):
30814 * ext/libmng/gstmngenc.h:
30815 Added basic MNG decoder. Needs more work. The encoder does
30818 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30820 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30821 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30822 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30823 Don't hang on length=0 chunks. Some negotiation fixes. Signal
30826 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
30829 you need at least 1.0.4 of speex
30831 2004-10-04 Iain <iaingnome@gmail.com>
30833 * ext/speex/gstspeexdec.h: Revert the includes changes.
30835 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30837 2004-09-30 Iain <iaingnome@gmail.com>
30839 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30840 found during init or set as a property instead of hardcoding /dev/audio
30842 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30844 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30845 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30846 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30847 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30848 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30849 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30850 (gst_rmdemux_dump_data):
30851 Use debug category, fix EOS handling. filesrc ! rmdemux now
30854 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30856 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30857 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30858 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30859 Improve allocation, cutting and sorting of the index. How takes a
30860 few seconds instead of minutes.
30862 2004-10-03 Christophe Fergeau <teuf@gnome.org>
30864 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30867 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30869 * gst-libs/gst/riff/riff-media.c:
30870 (gst_riff_create_video_caps_with_data),
30871 (gst_riff_create_video_template_caps):
30872 Add wing commander format mimetype/fourccs.
30873 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30874 Don't crash if some value is 0.
30876 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30878 * gst-libs/gst/riff/riff-media.c:
30879 (gst_riff_create_video_caps_with_data),
30880 (gst_riff_create_video_template_caps):
30881 Add DIB fourcc (raw, palettized 8-bit RGB).
30882 * gst-libs/gst/riff/riff-read.c:
30883 (gst_riff_read_strf_vids_with_data):
30884 Oops, fix strf_data reading bug.
30885 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30886 Use a non-NULL tag.
30887 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30888 Time for hacks. Sorry Dave. At least one quicktime movie (a
30889 trailer) that I've encountered contains multiple video tracks.
30890 One of those is the actual video track, the other are one-frame
30891 tracks (images). Unfortunately, the number of frames according
30892 to the trak header is 1 for each, so that doesn't help. So
30893 instead, I look at the duration and discard tracks with a
30894 duration shorter than 20% of the length of the stream. Better
30897 2004-10-01 Christian Schaller <christian@fluendo.com>
30899 * ext/ivorbis/vorbis.c:
30900 Patch from Phil Blundell (Bug 152341)
30902 2004-10-01 Wim Taymans <wim@fluendo.com>
30904 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30905 (speex_dec_get_formats), (speex_dec_convert),
30906 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30907 (speex_dec_chain), (gst_speexdec_get_property),
30908 (gst_speexdec_set_property):
30911 2004-10-01 Wim Taymans <wim@fluendo.com>
30913 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30914 (gst_wavparse_stream_init), (gst_wavparse_fmt),
30915 (gst_wavparse_other), (gst_wavparse_loop),
30916 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30917 (gst_wavparse_srcpad_event):
30918 * gst/wavparse/gstwavparse.h:
30919 Added some more debugging info.
30920 Fix the case where the length of the file is 0.
30921 Make sure we seek to sample borders.
30923 2004-10-01 Wim Taymans <wim@fluendo.com>
30925 * gst/playback/README:
30926 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30927 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30928 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30929 Add some debug info to decodebin, update README
30931 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30933 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30934 Don't use g_print(); use GST_DEBUG().
30936 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30938 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30939 (gst_ogg_mux_queue_pads):
30940 Handle EOS properly.
30942 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30944 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30946 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30947 (gst_faad_chain), (gst_faad_change_state):
30948 * ext/faad/gstfaad.h:
30949 Allow playback of raw (unframed) MPEG AAC files (#148993).
30951 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30953 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30955 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30956 Throw error if we didn't recognize the stream. Fixes #152289.
30958 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30960 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30963 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
30965 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30967 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30970 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
30972 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30974 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30976 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30979 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30981 * gst-libs/gst/riff/riff-media.c:
30982 (gst_riff_create_video_caps_with_data),
30983 (gst_riff_create_audio_caps_with_data):
30984 Add codec_data handling (like asfdemux used to do).
30985 * gst/asfdemux/gstasf.c: (plugin_init):
30986 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30987 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30988 Use riff-media for caps creation instead of our own (mostly
30989 broken) copy of its functions.
30991 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30993 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30994 Don't actually error out if we get another return value than
30995 -EINVAL. Opposite to what I first thought, drivers have random
30996 return values for this, although -EINVAL is the expected return
30997 value. Since this is not fatal, we shouldn't use
30998 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
31000 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31002 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
31003 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
31004 (dvdreadsrc_get_property), (_open), (_seek), (_read),
31005 (dvdreadsrc_get), (dvdreadsrc_open_file),
31006 (dvdreadsrc_change_state):
31007 Fix. Don't do one big huge loop around the whole DVD, that will
31008 cache all data and thus eat sizeof(dvd) (several GB) before we
31010 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31011 Actually NULL'ify event after using it.
31012 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
31013 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
31014 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31015 (gst_ebml_read_seek), (gst_ebml_read_skip):
31017 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
31018 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
31019 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
31020 Fix timing (this will probably break if I seek using menus, but
31021 I didn't get there yet). VOBs and normal DVDs should now work.
31022 Add a mpeg2-only pad with high rank so this get autoplugged for
31024 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
31025 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
31026 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
31027 (gst_mpeg_demux_get_audio_stream),
31028 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
31029 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
31030 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
31031 MPEG-1 but use dvddemux for MPEG-2.
31032 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31033 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31034 (gst_mpeg_parse_parse_packhead):
31035 Timing. Only add pad template if it exists. Add sink template from
31036 class and not from ourselves. This means we will always use the
31037 correct sink template even if it is not the one defined in this
31040 2004-09-29 Wim Taymans <wim@fluendo.com>
31042 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31043 (gst_mpeg_demux_parse_pes):
31044 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31045 Fix playback of mpeg again, timestamps where screwed up by
31048 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31050 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31051 Only return true if we actually filled something in. Prevents
31052 player applications from showing a random length for flac files.
31053 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31054 (gst_riff_read_use_event), (gst_riff_read_handle_event),
31055 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31056 (gst_riff_read_strf_vids_with_data),
31057 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31058 OK, ok, so I implemented event handling. Apparently it's normal
31059 that we receive random events at random points without asking
31061 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31062 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31063 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31064 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31065 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31066 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31067 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31068 * gst/avi/gstavidemux.h:
31069 Implement non-lineair chunk handling and subchunk processing.
31070 The first solves playback of AVI files where the audio and video
31071 data of individual buffers that we read are not synchronized.
31072 This should not happen according to the wonderful AVI specs, but
31073 of course it does happen in reality. It is also a prerequisite for
31074 the second. Subchunk processing allows us to cut chunks in small
31075 pieces and process each of these pieces separately. This is
31076 required because I've seen several AVI files with incredibly large
31077 audio chunks, even some files with only one audio chunk for the
31078 whole file. This allows for proper playback including seeking.
31079 This patch is supposed to fix all AVI A/V sync issues.
31080 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31081 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31083 * gst/modplug/gstmodplug.cc:
31084 Proper return value setting for the query() function.
31085 * gst/playback/gstplaybasebin.c: (setup_source):
31086 Being in non-playing state (after, e.g., EOS) is not necessarily
31087 a bad thing. Allow for that. This fixes playback of short files.
31088 They don't actually playback fully now, because the clock already
31089 runs. This means that small files (<500kB) with a small length
31090 (<2sec) will still not or barely play. Other files, such as mod
31091 or flx, will work correctly, however.
31093 2004-09-28 Wim Taymans <wim@fluendo.com>
31095 * ext/speex/gstspeex.c: (plugin_init):
31096 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31097 (gst_speex_dec_class_init), (speex_dec_get_formats),
31098 (speex_get_event_masks), (speex_get_query_types),
31099 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31100 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31101 (gst_speexdec_get_property), (gst_speexdec_set_property),
31102 (speex_dec_change_state):
31103 * ext/speex/gstspeexdec.h:
31104 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31105 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31106 (gst_speexenc_base_init), (gst_speexenc_class_init),
31107 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31108 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31109 (gst_speexenc_src_query), (gst_speexenc_init),
31110 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31111 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31112 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31113 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31114 (gst_speexenc_chain), (gst_speexenc_get_property),
31115 (gst_speexenc_set_property), (gst_speexenc_change_state):
31116 * ext/speex/gstspeexenc.h:
31117 Rewrote speex encoder, make sure it can be embedded in ogg.
31118 Implemented speex decoder.
31120 2004-09-28 Christian Schaller <christian@fluendo.com>
31123 Remove kioslave plugin. Markey is brewing a new working one
31124 * ext/Makefile.am: Remove kioslave plugin
31126 * gst-plugins.spec.in: remove kio plugin from spec
31128 2004-09-27 Wim Taymans <wim@fluendo.com>
31130 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31131 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31132 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31133 (gst_multifdsink_new_client),
31134 (gst_multifdsink_handle_client_write),
31135 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31136 (gst_multifdsink_handle_clients):
31137 * gst/tcp/gstmultifdsink.h:
31138 Make syncing to keyframes actually work for new clients and lagging
31141 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
31143 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31144 (gst_navigationtest_handle_src_event), (draw_box_planar411),
31145 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31146 * gst/debug/gstnavigationtest.h:
31147 make navigationtest display button-press and button-release events
31149 2004-09-26 Iain <iaingnome@gmail.com>
31151 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31152 the channels have received a new media event.
31153 (interleave_buffered_loop): Compresses a new media event on all
31156 2004-09-26 Iain <iaingnome@gmail.com>
31158 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31159 call the sinkpad's default event handler and not the srcpads. He also
31160 says this is confusing :)
31161 (gst_wavenc_stop_file): Company says that seek events only go upstream
31162 we should send a discontinuous downstream instead.
31164 2004-09-25 Christian Schaller <christian@fluendo.com>
31166 * Update SPEC file to be usable in conjunction with Fedora Core,
31167 Fedora.us and freshrpms packages
31168 * Fix typo in multifilesrc test Makefile
31170 2004-09-24 Wim Taymans <wim@fluendo.com>
31172 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31173 Only signal the no_more_pads signal when we have
31174 added the stream to our list.
31176 2004-09-24 Wim Taymans <wim@fluendo.com>
31178 * gst/playback/gstplaybasebin.c: (remove_prerolls),
31180 * gst/playback/gstplaybasebin.h:
31181 * gst/playback/gstplaybin.c: (setup_sinks):
31182 Don't try to preroll or decode more than one audio/video
31185 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31187 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31188 Throw error if we failed to find a suitable output. This should
31189 throw an error if we successfully set up a pipeline (e.g. because
31190 we recognized a media file) but found no decodable streams in it
31191 (e.g. because it contains only media stream types for which we
31192 have no decoders, or because it's not a media type).
31194 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31196 * ext/dirac/Makefile.am:
31197 * ext/dirac/gstdirac.cc:
31198 * ext/dirac/gstdiracdec.cc:
31199 * ext/dirac/gstdiracdec.h:
31200 Do something. Don't actually know if this works because I don't
31201 have a demuxer yet.
31202 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31203 Add channels=1 to caps returned from _getcaps().
31204 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31205 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31206 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31207 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31208 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31209 (gst_ogm_parse_change_state):
31210 Separate between audio/video so ogmaudioparse actually uses the
31211 audio pad templates. Both audio and video work now, including
31212 autoplugging. Also use sometimes-srcpad hack.
31213 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31214 Handle events better. Don't hang on infinite loops.
31215 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31216 (gst_avi_demux_init), (gst_avi_demux_reset),
31217 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31218 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31219 (gst_avi_demux_change_state):
31220 * gst/avi/gstavidemux.h:
31221 Improve A/V sync. Still not perfect.
31222 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31223 (gst_ebml_read_skip):
31224 Handle events better.
31225 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31226 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31227 (qtdemux_audio_caps):
31228 Add IMA4. Improve event handling. Save offset after a seek when
31229 the headers are at the end of the file so that we don't end up in
31231 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31232 Add low-priority typefind support for files with no length.
31234 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31236 * testsuite/multifilesink/Makefile.am:
31239 2004-09-22 Julien MOUTTE <julien@moutte.net>
31241 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31242 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31243 mistakes from thaytan's patches.
31245 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
31247 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31248 For completeness, XSync in the destroy function as xvimage does.
31250 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
31252 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31253 Correct caps negotiation
31254 * gst/volume/gstvolume.c: (volume_chain_float),
31255 (volume_chain_int16):
31256 Modify debug output to be little more informative
31257 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31258 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31259 (gst_xvimagesink_xvimage_destroy):
31260 Add XSync calls after detaching from the shared memory segment to
31263 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31265 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31266 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31267 * ext/vorbis/vorbis.c: (plugin_init):
31268 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31269 (gst_vorbisenc_chain):
31270 * ext/vorbis/vorbisenc.h:
31271 remove explicit newmedia support from oggmux and vorbisenc
31272 add debug category to vorbisenc
31273 * gst/multifilesink/gstmultifilesink.c:
31274 (gst_multifilesink_class_init), (gst_multifilesink_init),
31275 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31276 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31277 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31279 * gst/multifilesink/gstmultifilesink.h:
31280 add support for streamheader in multifilesink
31282 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31284 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31285 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31286 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31287 Prevent infinite loops. More correct error reporting.
31288 * gst/auparse/gstauparse.c: (gst_auparse_chain):
31289 Error out if negotiation fails.
31290 * gst/playback/gstplaybasebin.c: (setup_source),
31291 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31292 (gst_play_base_bin_found_tag):
31293 Error/tag forwarding. Pre-roll fixes for source errors on state
31294 changes (e.g. "file does not exist") to prevent hangs.
31296 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31298 * testsuite/multifilesink/Makefile.am:
31299 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31300 (gst_newmedia_class_init), (gst_newmedia_init),
31301 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31302 (newfile_signal), (test_signal), (main):
31303 * testsuite/multifilesink/multifilesrc_test.c: (main):
31304 * testsuite/multifilesink/oggtheora_test.c:
31305 (gst_newmedia_base_init), (gst_newmedia_class_init),
31306 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31307 (test_format), (newfile_signal), (test_signal), (main):
31308 * testsuite/multifilesink/oggvorbis_test.c:
31309 (gst_newmedia_base_init), (gst_newmedia_class_init),
31310 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31311 (test_format), (newfile_signal), (test_signal), (main):
31312 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31313 (gst_newmedia_class_init), (gst_newmedia_init),
31314 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31315 (newfile_signal), (test_signal), (main):
31318 2004-09-20 Christian Schaller <christian@fluendo.com>
31320 * Fix mikmod license to LGPL as they have relicensed
31321 * Move Dirac and Effectv into LGPL section of README_license
31323 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31325 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31326 (gst_mad_change_state):
31327 Allow for mp3 rate/channels changes. However, only very
31328 conservatively. Reason that we *have* to enable this is smiply
31329 because the mad find_sync() function is not good enough, it will
31330 regularly sync on random data as valid frames and therefore make
31331 us provide random caps as *final* caps of the stream. The best fix
31332 I could think of is to simply require several of the same stream
31333 changes in a row before we change caps.
31334 The actual testcase that works now is #
31335 * ext/ogg/Makefile.am:
31336 * ext/ogg/gstogg.c: (plugin_init):
31337 * ext/ogg/gstogmparse.c:
31338 OGM support (video only for now; I need an audio sample file).
31339 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31340 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31341 (gst_asf_demux_add_video_stream):
31343 * gst/playback/gstplaybasebin.c: (unknown_type):
31344 Don't error out on single unknown-types after all. It's wrong.
31345 If we found type of video and audio but not of a subtitle stream,
31346 it will still error out (which is unwanted). Will find a better fix
31348 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31349 (ogmaudio_type_find), (plugin_init):
31352 2004-09-20 Johan Dahlin <johan@gnome.org>
31354 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31355 after setting caps.
31357 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31359 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31360 * gst/wavenc/gstwavenc.h:
31361 Added newmedia support to wavenc
31363 2004-09-17 Wim Taymans <wim@fluendo.com>
31365 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31366 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31367 (gst_fdset_fd_can_write), (gst_fdset_wait):
31368 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31369 (gst_multifdsink_init), (gst_multifdsink_add),
31370 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31371 (gst_multifdsink_remove_client_link),
31372 (gst_multifdsink_client_queue_buffer),
31373 (gst_multifdsink_handle_client_write),
31374 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31375 (gst_multifdsink_close), (gst_multifdsink_change_state):
31376 * gst/tcp/gstmultifdsink.h:
31377 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31378 (gst_tcpserversink_removed):
31379 Small cleanups in fdset.c
31380 Use a hastable to map fd to the client structure for faster
31381 lookup in _remove and get_stats.
31382 Added virtual function to close the fds.
31383 Handle clients even when the select/poll call was unblocked because
31385 Implement syncing to keyframe in the recovery procedure.
31387 2004-09-16 Iain <iaingnome@gmail.com>
31389 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31392 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31394 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31395 Caps are only set if the type of the stream is unknown, but this
31396 is initialized in ->init_stream(), so set to UNKNOWN after calling
31397 ->init_stream() so that capsnego starts.
31399 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31401 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31402 (gst_avi_demux_stream_data):
31403 Just hardcode for raw audio then. AVI audio sucks.
31405 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
31407 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31408 * gst/matroska/matroska-mux.c: (audiosink_templ),
31409 (gst_matroska_mux_audio_pad_link):
31410 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31411 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31413 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31415 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31416 (gst_avi_demux_stream_data):
31417 Try to fix a/v sync issues.
31419 2004-09-15 David Schleef <ds@schleef.org>
31421 * configure.ac: remove NASM check, since we don't use it. Update
31423 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31424 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31425 Initialized variables.
31426 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31427 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31428 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31431 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31433 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31434 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31435 * gst/avi/gstavidemux.h:
31436 Fix for compressed audio (mp3) timestamp generation. How did this
31439 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31441 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31442 Volume is a double not a float.
31444 2004-09-15 Wim Taymans <wim@fluendo.com>
31446 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31447 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31448 Don't close the fd in multifdsink as we didn't open it in the
31449 first place. Some cleanups.
31451 2004-09-15 Wim Taymans <wim@fluendo.com>
31453 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31454 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31455 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31456 Fix the case where the muxer would mark pages as delta
31457 frames when they are not (vorbis only ogg).
31459 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31461 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31462 (gst_play_base_bin_change_state):
31463 Handle the case where we failed to setup a clear pipeline. This
31464 will throw an error (or EOS, another nice case) and if you don't
31465 catch that, the app will wait for the signal forever (and thus
31468 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31470 * ext/gnomevfs/gstgnomevfssink.c:
31471 (gst_gnomevfssink_uri_get_protocols):
31472 * ext/gnomevfs/gstgnomevfssrc.c:
31473 (gst_gnomevfssrc_uri_get_protocols):
31474 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31475 * ext/gnomevfs/gstgnomevfsuri.h:
31476 Use _uri_new() instead of _open(), so it doesn't take as long and
31477 Christophe's computer won't hang.
31478 * gst/playback/gstplaybasebin.c: (unknown_type):
31479 Throw error on unknown media type, so apps actually display it.
31481 2004-09-14 Brian Cameron <brian.cameron@sun.com
31483 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
31484 this script to work on Solaris since bash shell handles echo
31485 differenly than bash.
31487 2004-09-17 Wim Taymans <wim@fluendo.com>
31489 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31490 (setup_source), (gst_play_base_bin_set_property),
31491 (gst_play_base_bin_add_element):
31492 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31493 Some more work on making sure seeking pauses the pipeline and
31494 that changing the uri actually does something.
31496 2004-09-17 Wim Taymans <wim@fluendo.com>
31498 * gst/tcp/gstfdset.c: (gst_fdset_wait):
31499 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31500 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31501 (gst_tcpserversink_close):
31502 Be a bit more paranoid when freeing memory.
31504 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31506 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31507 (qtdemux_parse_trak):
31508 Don't crash by dividing by zero (see sample movie in #126922).
31510 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31512 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31513 Don't touch non-existing data (fixes crash on file in #140147).
31515 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31517 * gst/playback/gstplaybasebin.c:
31518 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31519 Handle double disposals, and proper change of URIs.
31521 2004-09-13 Martin Eikermann <meiker@upb.de>
31523 * gst/mpegstream/gstmpegparse.c:
31524 fix synchronistation for streams recorded from digital PCR
31527 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31529 * ext/gnomevfs/Makefile.am:
31530 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31531 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31532 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31533 (gst_gnomevfssink_uri_get_type),
31534 (gst_gnomevfssink_uri_get_protocols),
31535 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31536 (gst_gnomevfssink_uri_handler_init),
31537 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31538 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31539 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31540 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31541 (gst_gnomevfssrc_uri_get_type),
31542 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31543 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31544 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31545 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31546 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31547 * ext/gnomevfs/gstgnomevfsuri.h:
31548 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31549 of fake URIs to see which this version of Gnome-VFS likes, and
31550 uses that for the Gst-URI interface. Makes playbin support http://
31551 streams. Also fix up some stupid behaviour in gnomevfssrc.
31553 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31555 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31556 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31557 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31558 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31559 Update mixer (to sync with other sessions) if we try to obtain
31560 a new value. This makes alsamixer work accross applications.
31561 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31562 Only call sync functions if we're running, else alsalib asserts.
31563 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31564 Sometimes fails to compile. Possibly a gcc bug.
31565 * gst/playback/gstplaybin.c: (gen_video_element),
31566 (gen_audio_element):
31567 Add a reference to an application-provided object, because we lose
31568 this same reference if we add it to the bin. If we don't do this,
31569 we can only use this object once and thus crash if we go from
31570 ready to playing, back to ready and back to playing again.
31571 Also add an audioscale element because several cheap soundcards -
31572 like mine - don't support all samplerates.
31573 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31574 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31575 Fix wrong order or PAR calls. Makes automatically obtained PAR
31576 from the X server atually being used.
31578 2004-09-12 David Schleef <ds@schleef.org>
31580 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31581 #151887, #152102, #152247.
31582 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31583 * examples/seeking/cdparanoia.c: same
31584 * examples/seeking/cdplayer.c: same
31585 * examples/seeking/seek.c: same
31586 * examples/seeking/spider_seek.c: same
31587 * examples/seeking/vorbisfile.c: same
31588 * examples/stats/mp2ogg.c: same
31589 * ext/esd/esdsink.c: (gst_esdsink_class_init),
31590 (gst_esdsink_dispose): Dispose of element properly.
31591 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31593 * ext/nas/nassink.c: (gst_nassink_class_init),
31594 (gst_nassink_dispose): Dispose of element correctly.
31595 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31596 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31597 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31598 Fix 64-bit warning.
31599 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31600 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31601 Fix 64-bit warning.
31603 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31605 * configure.ac : change speex detection as 1.1.6 now uses
31606 .pc/pkg-config and they changed their headers location.
31608 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
31610 * gst/matroska/matroska-mux.h:
31611 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31612 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31613 (gst_matroska_mux_write_data):
31614 Write multiple blocks/frames per cluster.
31615 Write meta-seek information (seek heads).
31617 2004-09-09 Scott Wheeler <wheeler@kde.org>
31619 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31620 (gst_play_bin_set_property), (gst_play_bin_get_property),
31621 (gen_audio_element), (gen_audio_element):
31622 Add a volume element / property to the pipeline.
31624 2004-09-07 Wim Taymans <wim@fluendo.com>
31626 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31627 Copy timestamps from the master pad to the output buffers.
31629 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
31631 * ext/raw1394/gstdv1394src.c:
31632 throw errors when applicable
31634 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
31636 * gst/matroska/ebml-ids.h:
31637 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31638 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31639 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31640 automatically convert unix time <-> ebml time when reading/writing
31641 a date, use gst_ebml_write_uint to write CUETIME,
31642 not gst_ebml_write_date.
31643 * gst/matroska/matroska-ids.h:
31644 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31645 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31646 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31647 (gst_matroska_mux_write_data):
31648 Write track and segment UIDs, write muxing date, write
31649 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31650 Create cues for audio only files.
31652 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31654 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31655 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31656 Re-commit ALSA switches.
31657 * gst/adder/gstadder.c: (gst_adder_loop):
31658 64-bit fix (#151416).
31659 * gst/debug/progressreport.c: (gst_progressreport_report):
31660 64-bit fix (#151419).
31661 * gst/matroska/matroska-demux.c:
31662 (gst_matroska_demux_parse_contents):
31663 64-bit fix (#151420).
31664 * gst/playback/test3.c: (update_scale):
31665 64-bit fix (#151421).
31667 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31672 === release 0.8.4 ===
31674 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31676 * configure.ac: releasing 0.8.4, "Alias"
31678 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31680 * ext/theora/Makefile.am:
31681 fix makefile. Fixes #151462.
31683 2004-08-30 Wim Taymans <wim@fluendo.com>
31685 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31686 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31687 (gst_multifdsink_remove_client_link),
31688 (gst_multifdsink_client_queue_buffer),
31689 (gst_multifdsink_handle_client_write):
31690 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31691 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31692 Fix some memory leaks.
31694 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31696 Patch by: David Schleef
31700 rename our detection macro for V4L2. Fixes #151236.
31702 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31704 Patch by: David Schleef
31707 check to define LAMEPRESET. Fixes #151232.
31709 2004-08-27 David Schleef <ds@schleef.org>
31711 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31712 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31713 (gst_glimagesink_fixate): Move local variable declarations to
31714 make gcc-2.95 happy.
31716 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31719 bump nano for prerelease
31721 2004-08-27 David Schleef <ds@schleef.org>
31723 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31724 * sys/sunaudio/gstsunaudiosrc.c:
31725 * sys/sunaudio/gstsunaudiosrc.h:
31727 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31729 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31730 handle EOS correctly
31731 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31732 * gst/matroska/matroska-mux.h:
31733 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31734 VFW compatibility mode
31736 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31738 patch by: Zaheer Abbas Merali
31740 * ext/ogg/gstoggmux.c:
31741 * ext/vorbis/vorbisenc.c:
31742 * ext/vorbis/vorbisenc.h:
31745 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31747 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31748 fix byte order reversion on little endian machines.
31749 * gst/matroska/matroska-mux.c: (audiosink_templ),
31750 (gst_matroska_mux_audio_pad_link):
31751 add TTA codec to the list of supported codecs.
31752 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31753 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31754 (gst_matroska_mux_write_data):
31755 * gst/matroska/matroska-mux.h:
31756 write segment duration correctly, write muxing app string, fixes bugs
31757 #140897 and #140898.
31758 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31759 wait for all pads to be negotiated before starting to mux.
31761 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31763 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31764 * ext/lame/gstlame.h:
31765 Added new media support to lame
31767 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31769 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31770 send vorbis headers at the beginning of a stream, fixes bug #141554.
31771 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31773 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31774 (gst_matroska_demux_plugin_init):
31775 * gst/matroska/matroska-ids.h:
31776 enable demuxing of TTA audio streams, fixes bug #148951.
31777 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31778 enable typefinding for TTA audio files, fixes bug #148711.
31779 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31780 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31781 fixes playback of packed bitstream and xvid with bframes, bug #135407.
31783 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
31785 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31786 (gst_riff_read_element_data), (gst_riff_read_seek),
31787 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31788 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31791 2004-08-23 Iain <iaingnome@gmail.com>
31793 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31794 tags. They appear to be handled differently to normal.
31795 (tag_list_to_id3_tag_foreach): Ditto.
31797 2004-08-22 Wim Taymans <wim@fluendo.com>
31799 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31800 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31801 Make sure we never send -1 granulepos.
31803 2004-08-20 Wim Taymans <wim@fluendo.com>
31805 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31806 (gst_ogg_mux_loop):
31807 I will accept bitchslappings with non sharp objects.
31809 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31812 Clean up the test for lame presets
31814 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31817 * ext/lame/Makefile.am:
31818 * ext/lame/gstlame.c: (gst_lame_class_init),
31819 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31820 Only enable lame presets if version of lame has presets in API
31822 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
31823 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31824 * gst/udp/gstudpsrc.h:
31825 Don't call gst_pad_push in a get function. Fixes #150449
31827 2004-08-18 Wim Taymans <wim@fluendo.com>
31829 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31830 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31831 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31832 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31833 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31835 * gst/tcp/gstfdset.h:
31836 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31837 (gst_multifdsink_client_queue_buffer),
31838 (gst_multifdsink_handle_client_write):
31839 * gst/tcp/gstmultifdsink.h:
31840 Some extra checks in gstfdset.
31841 Only use send() when the fd is a socket. Don't try to
31842 read from write only fds.
31844 2004-08-18 Wim Taymans <wim@fluendo.com>
31846 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31847 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31848 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31849 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31851 Add more locking and bounds checking.
31853 2004-08-18 Wim Taymans <wim@fluendo.com>
31855 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31856 Realloc test fdset in the lock and right before starting
31857 the poll call. Bump the limit to 4096.
31859 2004-08-17 David Schleef <ds@schleef.org>
31861 * sys/sunaudio/Makefile.am:
31862 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31863 of rates and channels. Make debugging less obnoxious.
31865 Patch from Balamurali Viswanathan implementing a mixer for
31866 Sun audio. (bug #144091):
31867 * sys/sunaudio/gstsunelement.c:
31868 * sys/sunaudio/gstsunelement.h:
31869 * sys/sunaudio/gstsunmixer.c:
31870 * sys/sunaudio/gstsunmixer.h:
31872 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31874 * gst/audioscale/gstaudioscale.c:
31875 * gst/audioscale/gstaudioscale.h:
31876 made audioscale resample from any sample rate to any sample rate
31878 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31880 * ext/libpng/gstpngdec.c:
31881 error out on unsupported types
31883 2004-08-17 Iain <iaingnome@gmail.com>
31885 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31886 mid_side and loose_mid_side properties if its a stereo stream.
31888 2004-08-17 Wim Taymans <wim@fluendo.com>
31890 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31891 (theora_get_formats), (theora_dec_src_convert),
31892 (theora_dec_sink_convert), (theora_dec_src_query),
31893 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31896 2004-08-17 Wim Taymans <wim@fluendo.com>
31898 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31899 (gst_ogg_pad_push):
31900 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31901 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31902 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31903 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31904 Mark delta units in the muxer.
31905 Try to decode the packet after an out-of-sync error from
31908 2004-08-17 Wim Taymans <wim@fluendo.com>
31910 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31911 (gst_multifdsink_init), (gst_multifdsink_add),
31912 (gst_multifdsink_client_queue_buffer),
31913 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31914 * gst/tcp/gstmultifdsink.h:
31915 Added option to send a keyframe to clients as the first buffer.
31916 Make timeout property writable.
31918 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31920 patch by: Wim Taymans
31922 * gst/tcp/gstfdset.c:
31923 * gst/tcp/gstmultifdsink.c:
31924 fix index comparison, should include 0
31926 2004-08-16 Wim Taymans <wim@fluendo.com>
31928 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31929 (gst_fdset_add_fd), (gst_fdset_remove_fd),
31930 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31931 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31933 copy when reallocing for poll so the select arguments don't get
31934 changed during the call
31936 2004-08-16 Wim Taymans <wim@fluendo.com>
31938 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31939 (gst_theora_enc_class_init), (theora_enc_sink_link),
31940 (theora_buffer_from_packet), (theora_enc_chain):
31941 Fix bug where buffers were not marked as keyframes
31944 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31946 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31947 (gst_lame_preset_get_type), (gst_lame_class_init):
31948 describe the enum values for vbr mode and presets more verbosely
31950 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31952 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31953 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31954 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31955 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31956 * ext/lame/gstlame.h:
31957 add preset property to lame so it can use lame presets
31959 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31961 * ext/lame/gstlame.c: (gst_lame_get_property):
31962 whoops forgot break, thanks teuf
31964 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31966 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31967 (gst_lame_class_init), (gst_lame_src_getcaps),
31968 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31969 (gst_lame_get_property), (gst_lame_setup):
31970 * ext/lame/gstlame.h:
31971 fix lame's broken vbr stuff, allow it to resample if need be, and also
31972 make xing header optional
31974 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31976 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31977 added getcaps function so samplerate doesnt get fixated to silly values
31979 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31981 * ext/lame/gstlame.c: (gst_lame_src_link):
31982 revert previous fix
31984 2004-08-12 Johan Dahlin <johan@gnome.org>
31986 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31987 checks. Doesn't matter what state we are in. Interfaces are a
31988 compile time thing, not runtime. It also broke the python bindings.
31990 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31992 * ext/lame/gstlame.c: (gst_lame_src_link):
31993 made source pad link function check if sinkpad is ok..fixes the problem
31994 where core fixates the output rate of lame stupidly
31996 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
31998 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31999 * sys/v4l/v4l_calls.c:
32000 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
32001 fix fixate function to handle nonsimple caps.
32002 remove bogus check in _link
32005 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32007 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
32008 set default compression ratio parameter to 0.0 so bitrate parameter
32011 2004-08-11 David Schleef <ds@schleef.org>
32013 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
32015 2004-08-11 David Schleef <ds@schleef.org>
32017 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
32020 2004-08-11 David Schleef <ds@schleef.org>
32022 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
32024 2004-08-11 David Schleef <ds@schleef.org>
32026 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
32028 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
32029 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
32031 * gst/auparse/gstauparse.c: Fix plugin license field.
32032 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32033 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32034 * gst/rtp/gstrtp.c: Fix plugin license field.
32036 2004-08-11 Wim Taymans <wim@fluendo.com>
32038 * gst/tcp/Makefile.am:
32039 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32040 (ensure_size), (gst_fdset_new), (gst_fdset_free),
32041 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32042 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32043 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32044 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32045 (gst_fdset_fd_can_write), (gst_fdset_wait):
32046 * gst/tcp/gstfdset.h:
32047 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32048 (gst_multifdsink_class_init), (gst_multifdsink_init),
32049 (gst_multifdsink_add), (gst_multifdsink_remove),
32050 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32051 (gst_multifdsink_remove_client_link),
32052 (gst_multifdsink_handle_client_read),
32053 (gst_multifdsink_client_queue_data),
32054 (gst_multifdsink_client_queue_caps),
32055 (gst_multifdsink_client_queue_buffer),
32056 (gst_multifdsink_handle_client_write),
32057 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32058 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32059 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32060 (gst_multifdsink_close):
32061 * gst/tcp/gstmultifdsink.h:
32062 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32063 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32064 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32065 (gst_tcpserversink_close):
32066 * gst/tcp/gsttcpserversink.h:
32067 Abstracted away the select call, implemented poll (yes we ran into
32068 the 1024 limit in production).
32070 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
32072 * gst/tcp/gsttcp.c:
32073 * gst/tcp/gsttcpplugin.c:
32074 improve debuggging, remove assert
32076 2004-08-10 Wim Taymans <wim@fluendo.com>
32078 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32079 (gst_client_status_get_type), (gst_multifdsink_class_init),
32080 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32081 (gst_multifdsink_handle_client_read),
32082 (gst_multifdsink_handle_client_write),
32083 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32084 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32085 (gst_multifdsink_get_property):
32086 * gst/tcp/gstmultifdsink.h:
32087 * gst/tcp/gsttcp-marshal.list:
32088 Starting to prepare for specifying buffer time in other units
32089 than buffers. Expose remove reason in signal.
32091 2004-08-10 Wim Taymans <wim@fluendo.com>
32093 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32094 (gst_multifdsink_remove), (gst_multifdsink_clear),
32095 (gst_multifdsink_remove_client_link),
32096 (gst_multifdsink_handle_client_read),
32097 (gst_multifdsink_client_queue_data),
32098 (gst_multifdsink_client_queue_buffer),
32099 (gst_multifdsink_handle_client_write),
32100 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32101 (gst_multifdsink_chain), (gst_multifdsink_close):
32102 * gst/tcp/gstmultifdsink.h:
32103 Added more debugging info. Changed the way clients are
32104 removed from the lists. Fixed a bug where a bad file descriptor
32105 could cause many clients to be removed.
32107 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
32109 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32110 allow all pixel-aspect-ratios, not just 1:1
32112 2004-08-09 David Schleef <ds@schleef.org>
32114 * sys/glsink/ARB_multitexture.h: Remove old files.
32115 * sys/glsink/EXT_paletted_texture.h:
32116 * sys/glsink/NV_register_combiners.h:
32117 * sys/glsink/gstgl_nvimage.c:
32118 * sys/glsink/gstgl_pdrimage.c:
32119 * sys/glsink/gstgl_rgbimage.c:
32120 * sys/glsink/gstglsink.c:
32121 * sys/glsink/gstglsink.h:
32122 * sys/glsink/gstglxwindow.c:
32123 * sys/glsink/regcomb_yuvrgb.c:
32125 2004-08-09 David Schleef <ds@schleef.org>
32127 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32128 GL sink plugin. (Bug #147302)
32130 * configure.ac: Test for OpenGL
32131 * sys/Makefile.am: Use test for OpenGL
32132 * sys/glsink/Makefile.am:
32133 * sys/glsink/glimagesink.c: rewrite
32134 * sys/glsink/glimagesink.h: rewrite
32136 2004-08-09 David Schleef <ds@schleef.org>
32138 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
32140 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32141 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32142 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32144 2004-08-09 Wim Taymans <wim@fluendo.com>
32146 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32147 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32148 (gst_multifdsink_client_remove),
32149 (gst_multifdsink_handle_client_read),
32150 (gst_multifdsink_handle_client_write),
32151 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32152 Do a bit more logging, make the client_read code more robust.
32154 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32156 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32157 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32158 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32159 (gst_jpegdec_init), (gst_jpegdec_chain):
32160 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32161 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32162 cleanups, debugging fixes and memleak plugging
32164 2004-08-09 Wim Taymans <wim@fluendo.com>
32166 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32167 (theora_get_formats), (theora_dec_src_convert),
32168 (theora_dec_sink_convert), (theora_dec_src_query),
32169 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32170 (theora_dec_change_state):
32171 Don't crash on missing header packets.
32173 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32177 Added Albanian translation (Laurent Dhima)
32181 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32183 * ext/lame/gstlame.c:
32186 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32188 * sys/ximage/ximagesink.c:
32189 * sys/xvimage/xvimagesink.c:
32190 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
32192 2004-08-06 Wim Taymans <wim@fluendo.com>
32194 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32195 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32196 (gst_multifdsink_client_remove),
32197 (gst_multifdsink_handle_client_read),
32198 (gst_multifdsink_handle_client_write),
32199 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32200 Make sure we don't try to read more from a client that what
32201 ioctl says us or we deadlock.
32203 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
32205 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32206 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32207 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32208 decouple running_time and n_frames so it can handle changing
32209 framerate while running
32211 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
32215 updated translations
32217 2004-08-04 Benjamin Otte <otte@gnome.org>
32219 * gst/videotestsrc/gstvideotestsrc.c:
32220 (gst_videotestsrc_get_capslist), (generate_capslist),
32222 generate the list of supported caps at startup and reuse it instead
32223 of always generating it
32225 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
32227 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32228 whoops, last checkin broke normal build
32230 2004-08-03 Benjamin Otte <otte@gnome.org>
32232 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32233 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32234 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32235 (gst_alsa_mixer_get_option):
32236 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32237 (dvdnavsrc_print_event):
32238 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32239 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32240 (gst_ogg_mux_pad_unlink):
32241 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32242 (gst_multipart_mux_pad_unlink):
32243 * gst/videofilter/gstvideobalance.c:
32244 (gst_videobalance_colorbalance_set_value):
32245 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32246 (gst_videomixer_pad_unlink):
32248 * sys/oss/gstossmixer.c:
32249 * sys/v4l/gstv4lcolorbalance.c:
32250 * sys/v4l/gstv4ltuner.c:
32251 * sys/v4l/v4lsrc_calls.c:
32252 * sys/v4l2/gstv4l2colorbalance.c:
32253 * sys/v4l2/gstv4l2tuner.c:
32254 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32256 2004-08-03 Benjamin Otte <otte@gnome.org>
32258 * examples/dynparams/filter.c: (ui_control_create):
32259 * examples/gstplay/player.c: (print_tag):
32260 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32261 * ext/gdk_pixbuf/gstgdkanimation.c:
32262 (gst_gdk_animation_iter_may_advance):
32263 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32264 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32265 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32266 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32267 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32268 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32269 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32270 * gst/sine/demo-dparams.c: (main):
32271 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32272 * testsuite/alsa/formats.c: (create_pipeline):
32273 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32274 fixes for G_DISABLE_ASSERT and friends
32275 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32276 (mp3_type_frame_length_from_header), (mp3_type_find),
32278 require mp3 typefinding to have at least MIN_HEADERS valid headers
32279 add typefinding for AAC adts files
32281 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
32283 * sys/ximage/ximagesink.c:
32284 (gst_ximagesink_calculate_pixel_aspect_ratio):
32285 * sys/xvimage/xvimagesink.c:
32286 (gst_xvimagesink_calculate_pixel_aspect_ratio):
32287 Make sure we calculate pixel-aspect-ratio using floating point maths
32289 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32292 updated translation
32294 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32296 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32297 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32298 add debugging for display PAR calculation
32300 2004-08-02 David Schleef <ds@schleef.org>
32302 * configure.ac: Fix mikmod CFLAGS.
32304 2004-07-27 Benjamin Otte <otte@gnome.org>
32306 * gst/audioscale/gstaudioscale.c:
32307 - fix templates to only support S16, it's the only format that works
32308 - make caps nego code use try_set_caps_nonfixed and fixation instead
32309 of try_set_caps twice, which is not nice for autopluggers
32310 - change rank to secondary, so autopluggers can pick it up after
32313 2004-08-02 Iain <iain@prettypeople.org>
32315 * gst/interleave/interleave.c (interleave_init),
32316 (interleave_request_new_pad),
32317 (interleave_pad_removed),
32318 (interleave_buffered_loop): Use the real pad count, not the artificial
32321 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32323 * configure.ac: bump nano back to development
32325 === release 0.8.3 ===
32327 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32329 * configure.ac: releasing 0.8.3, "Water"
32331 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32333 * sys/xvimage/xvimagesink.c:
32334 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32335 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32336 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32337 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32338 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32339 * sys/xvimage/xvimagesink.h:
32340 apply similar PAR fixes as to ximagesink
32342 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32344 patch from: Benjamin Otte
32346 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32347 add link function to lame. Fixes #148986.
32349 2004-08-02 Johan Dahlin <johan@gnome.org>
32351 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32354 2004-07-30 David Schleef <ds@schleef.org>
32356 * gst/videomixer/Makefile.am: Fix things that should have been
32357 fixed in the last checkin.
32359 2004-07-30 David Schleef <ds@schleef.org>
32361 * gst/multipart/Makefile.am: Fix things that should have been
32362 fixed in the last checkin.
32364 2004-07-30 David Schleef <ds@schleef.org>
32366 * testsuite/multifilesink/Makefile.am: Fix unused variable.
32368 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32371 bump nano for prerelease
32383 2004-07-30 Wim Taymans <wim@fluendo.com>
32385 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32386 (gst_multifdsink_add), (gst_multifdsink_remove),
32387 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32388 (gst_multifdsink_client_remove),
32389 (gst_multifdsink_handle_client_write),
32390 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32391 * gst/tcp/gstmultifdsink.h:
32392 Recover from a select with a bad file descriptor by removing
32395 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32398 fix requirement of core
32399 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32400 (gst_play_pipeline_setup):
32401 don't use colorspace element. do use hermescolorspace element.
32402 make macro to get a colorspace element.
32403 mark strings for translation.
32415 update translations
32417 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32419 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32420 fix default for newmedia flag
32422 2004-07-30 Wim Taymans <wim@fluendo.com>
32424 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32425 (gst_theora_dec_init), (theora_get_formats),
32426 (theora_dec_src_convert), (theora_dec_sink_convert),
32427 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32428 (theora_dec_chain), (theora_dec_set_property),
32429 (theora_dec_get_property):
32430 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32431 (gst_theora_enc_class_init), (gst_theora_enc_init),
32432 (theora_enc_sink_link), (theora_enc_chain),
32433 (theora_enc_set_property), (theora_enc_get_property):
32434 Added cropping option to theora decoder.
32435 Added border option to theora encoder.
32437 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32439 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32440 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32441 (gst_pngenc_set_property):
32442 * ext/libpng/gstpngenc.h:
32443 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
32445 2004-07-30 Wim Taymans <wim@fluendo.com>
32447 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32448 (theora_enc_sink_link), (theora_enc_chain),
32449 (theora_enc_set_property), (theora_enc_get_property):
32450 Fix encoding of non-multiple-of-16 video.
32452 2004-07-29 David Schleef <ds@schleef.org>
32454 * configure.ac: make test for audiofile more strict
32456 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
32458 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32459 give different names to typefind functions
32461 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32463 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32464 (gst_ximagesink_calculate_pixel_aspect_ratio),
32465 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32466 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32467 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32468 (gst_ximagesink_get_property), (gst_ximagesink_init):
32469 * sys/ximage/ximagesink.h:
32470 allocate PAR's dynamically.
32471 use autodetected PAR if no object-set PAR is given.
32472 add workaround for directfb's X not setting physical size.
32473 fix to xvimagesink will follow tomorrow.
32475 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32477 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32478 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32479 (gst_shout2send_get_type), (gst_shout2send_set_clock),
32480 (gst_shout2send_class_init), (gst_shout2send_init),
32481 (set_shout_metadata), (gst_shout2send_set_metadata),
32482 (gst_shout2send_chain), (gst_shout2send_set_property),
32483 (gst_shout2send_get_property), (gst_shout2send_connect),
32484 (gst_shout2send_change_state):
32485 * ext/shout2/gstshout2.h:
32486 - fix for sending mp3 audio to icecast2 server, if pad link function not
32487 called before PAUSED state
32488 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32489 - added tagging support for mp3 audio broadcasted
32490 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32493 2004-07-28 Wim Taymans <wim@fluendo.com>
32495 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32496 (gst_ogg_demux_push):
32497 Return query failure when we don't know the length of
32498 an ogg stream insteda of returning TRUE with a bogus value.
32500 2004-07-28 Wim Taymans <wim@fluendo.com>
32502 * ext/theora/theoradec.c: (theora_get_formats),
32503 (theora_dec_src_convert), (theora_dec_sink_convert),
32504 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32505 (theora_dec_chain):
32506 Don't screw up the 1 Chroma for 1 luma sample situation when we
32507 have an odd offset/width by adding a black border in those cases.
32509 2004-07-28 Wim Taymans <wim@fluendo.com>
32511 * ext/theora/theoradec.c: (theora_get_formats),
32512 (theora_dec_src_convert), (theora_dec_sink_convert),
32513 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32514 (theora_dec_chain):
32515 * ext/theora/theoraenc.c: (theora_enc_sink_link):
32516 Added first attempt at cropping of the image as required by the
32517 theora spec. We need more properties in the caps (offset_x,
32518 offset_y,stride) to implement this correctly.
32520 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
32522 * ext/dvdnav/README:
32523 Update the README to use dvddemux
32524 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32525 Ensure getcaps returns a subset of the template caps
32526 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32527 (gst_mpeg2subt_init):
32528 Ensure getcaps returns a subset of the template caps
32529 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32530 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32531 (gst_dvd_demux_get_subpicture_stream),
32532 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32533 * gst/mpegstream/gstdvddemux.h:
32534 Set the explicit caps on the current_video pad before pushing
32536 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32537 (gst_mpeg_demux_get_audio_stream):
32538 Free caps used to gst_pad_set_explicit_caps, which takes a const
32541 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32543 * configure.ac: update GStreamer requirement to 0.8.4 because of
32546 2004-07-28 Wim Taymans <wim@fluendo.com>
32548 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32549 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32550 Add the pad to the element after setting up the caps. This
32551 makes it a lot easier to autoplug.
32553 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32555 * gst/median/gstmedian.c:
32556 * gst/mpeg2subt/gstmpeg2subt.c:
32557 * gst/mpegaudioparse/gstmpegaudioparse.c:
32558 * gst/mpegstream/gstdvddemux.c:
32559 * gst/mpegstream/gstmpegdemux.c:
32560 * gst/mpegstream/gstmpegpacketize.c:
32561 * gst/rtjpeg/gstrtjpeg.c:
32562 * gst/rtjpeg/gstrtjpegdec.c:
32563 * gst/rtjpeg/gstrtjpegenc.c:
32564 * gst/sine/gstsinesrc.c:
32565 * gst/smooth/gstsmooth.c:
32566 * gst/smpte/gstsmpte.c:
32567 * gst/smpte/gstsmpte.h:
32568 * gst/stereo/gststereo.c:
32569 * gst/videofilter/gstgamma.c:
32570 * gst/videofilter/gstvideobalance.c:
32571 * gst/videofilter/gstvideofilter.c:
32572 * gst/videofilter/gstvideoflip.c:
32573 * gst/videoscale/gstvideoscale.c:
32574 * gst/videoscale/videoscale.c:
32575 * gst/videotestsrc/gstvideotestsrc.c:
32576 * gst/videotestsrc/videotestsrc.c:
32577 * gst/wavenc/gstwavenc.c:
32578 * gst/wavparse/gstwavparse.c:
32579 fix local includes and 64 bits constants
32581 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32584 * gst-libs/gst/*/*.vcproj:
32586 more working plugins
32588 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32590 * testsuite/alsa/Makefile.am:
32591 * testsuite/alsa/srcstate.c:
32592 add test for alsasrc changing state
32594 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32596 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32598 * gst/silence/gstsilence.h:
32599 fix silence generation for 16bit raw audio
32601 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32603 * gst/matroska/matroska-demux.c:
32604 (gst_matroska_demux_parse_metadata),
32605 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32606 * gst/mpegaudio/common.c:
32607 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32608 (gst_videoscale_getcaps), (gst_videoscale_link),
32609 (gst_videoscale_src_fixate), (gst_videoscale_init),
32610 (gst_videoscale_finalize):
32611 * gst/videoscale/gstvideoscale.h:
32612 * gst/videotestsrc/gstvideotestsrc.c:
32613 (gst_videotestsrc_get_capslist):
32614 * gst/wavenc/gstwavenc.c:
32615 * sys/oss/gstossmixer.c: (fill_labels):
32616 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32617 (gst_ximagesink_handle_xevents),
32618 (gst_ximagesink_calculate_pixel_aspect_ratio),
32619 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32620 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32621 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32622 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32623 (gst_ximagesink_init), (gst_ximagesink_class_init):
32624 * sys/ximage/ximagesink.h:
32625 * sys/xvimage/xvimagesink.c:
32626 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32627 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32628 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32629 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32630 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32631 * sys/xvimage/xvimagesink.h:
32632 first batch of pixel aspect ratio commits.
32634 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32636 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32637 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32638 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32639 handle stride, needs work if we want to move stride handling
32640 upstream, but works correctly for our purposes.
32642 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32644 * gst/videoscale/README:
32645 add testing examples
32646 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32647 (gst_videoscale_chain):
32648 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32649 (gst_videoscale_get_size):
32650 add get_size function that handles stride like videotestsrc.
32651 fixes conversion for YUV formats for as much as I can test them.
32653 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32655 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32656 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32657 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32658 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32659 (gst_xvimagesink_xvimage_put):
32660 further cleanups, logging, error handling and synchronizing
32662 2004-07-27 Wim Taymans <wim@fluendo.com>
32664 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32665 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32666 (gst_videomixer_pad_set_property),
32667 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32668 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32669 (gst_videomixer_class_init), (gst_videomixer_init),
32670 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32671 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32672 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32673 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32674 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32675 (gst_videomixer_loop), (plugin_init):
32676 Be a nicer negotiation citizen and provide a getcaps function on
32677 the srcpad. This also fixes a crash when resizing.
32679 2004-07-27 Julien MOUTTE <julien@moutte.net>
32681 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32682 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32684 2004-07-27 Wim Taymans <wim@fluendo.com>
32686 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32687 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32688 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32689 (gst_pngenc_set_property):
32690 * ext/libpng/gstpngenc.h:
32691 Added snapshot property to pngenc.
32692 removed g_print from pngdec
32694 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32696 * gst/ac3parse/ac3parse.vcproj
32697 * gst/adder/adder.vcproj
32698 * gst/alpha/alpha.vcproj
32699 * gst/alpha/alphacolor.vcproj
32700 * gst/asfdemux/asf.vcproj
32701 * gst/audioconvert/audioconvert.vcproj
32702 * gst/audiorate/audiorate.vcproj
32703 * gst/audioscale/audioscale.vcproj
32704 * gst/auparse/auparse.vcproj
32705 * gst/avi/avi.vcproj
32706 * gst/cdxaparse/cdxaparse.vcproj
32707 * gst/chart/chart.vcproj
32708 * gst/colorspace/colorspace.vcproj
32709 * gst/cutter/cutter.vcproj
32710 * gst/debug/debug.vcproj
32711 * gst/debug/efence.vcproj
32712 * gst/debug/navigationtest.vcproj
32713 * gst/deinterlace/deinterlace.vcproj
32714 * gst/effectv/effectv.vcproj
32715 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32716 * gst/filter/filter.vcproj
32717 * gst/flx/flxdec.vcproj
32718 * gst/goom/goom.vcproj
32719 * gst/interleave/interleave.vcproj
32720 * gst/law/alaw.vcproj
32721 * gst/law/mulaw.vcproj
32722 * gst/matroska/matroska.vcproj
32723 * gst/median/median.vcproj
32724 * gst/mixmatrix/mixmatrix.vcproj
32725 * gst/mpeg1sys/mpeg1systemencode.vcproj
32726 * gst/mpeg1videoparse/mp1videoparse.vcproj
32727 * gst/mpeg2sub/mpeg2subt.vcproj
32728 * gst/mpegaudio/mpegaudio.vcproj
32729 * gst/mpegaudioparse/mpegaudioparse.vcproj
32730 * gst/mpegstream/mpegstream.vcproj
32731 * gst/multifilesink/multifilesink.vcproj
32732 * gst/multipart/multipart.vcproj
32733 * gst/oneton/oneton.vcproj
32734 * gst/overlay/overlay.vcproj
32735 * gst/passthrough/passthrough.vcproj
32736 * gst/qtdemux/qtdemux.vcproj
32737 * gst/realmedia/rmdemux.vcproj
32738 * gst/rtjpeg/rtjpeg.vcproj
32739 * gst/rtp/rtp.vcproj
32740 * gst/silence/silence.vcproj
32741 * gst/sine/sinesrc.vcproj
32742 * gst/smooth/smooth.vcproj
32743 * gst/smpte/smpte.vcproj
32744 * gst/spectrum/spectrum.vcproj
32745 * gst/speed/speed.vcproj
32746 * gst/stereo/stereo.vcproj
32747 * gst/switch/switch.vcproj
32748 * gst/tags/tagedit.vcproj
32749 * gst/tcp/tcp.vcproj
32750 * gst/typefind/typefindfunctions.vcproj
32751 * gst/udp/udp.vcproj
32752 * gst/videobox/videobox.vcproj
32753 * gst/videocrop/videocrop.vcproj
32754 * gst/videodrop/videodrop.vcproj
32755 * gst/videofilter/gamma.vcproj
32756 * gst/videofilter/videobalance.vcproj
32757 * gst/videofilter/videofilter.vcproj
32758 * gst/videofilter/videoflip.vcproj
32759 * gst/videoflip/videoflip.vcproj
32760 * gst/videomixer/videomixer.vcproj
32761 * gst/videorate/videorate.vcproj
32762 * gst/videoscale/videoscale.vcproj
32763 * gst/videotestsrc/videotestsrc.vcproj
32764 * gst/virtualdub/virtualdub.vcproj
32765 * gst/volenv/volenv.vcproj
32766 * gst/volume/volume.vcproj
32767 * gst/wavenc/wavenc.vcproj
32768 * gst/wavparse/wavparse.vcproj
32769 * gst/y4m/y4menc.vcproj
32770 * gst-libs/gst/audio/audio.vcproj
32771 * gst-libs/gst/audio/audiofilter.vcproj
32772 * gst-libs/gst/colorbalance/colorbalance.vcproj
32773 * gst-libs/gst/idct/idtc.vcproj
32774 * gst-libs/gst/media-info/media-info.vcproj
32775 * gst-libs/gst/mixer/mixer.vcproj
32776 * gst-libs/gst/navigation/navigation.vcproj
32777 * gst-libs/gst/play/play.vcproj
32778 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32779 * gst-libs/gst/resample/resample.vcproj
32780 * gst-libs/gst/riff/riff.vcproj
32781 * gst-libs/gst/tuner/tuner.vcproj
32782 * gst-libs/gst/video/video.vcproj
32783 * gst-libs/gst/xoverlay/xoverlay.vcproj
32784 avoid problems with math.h, fix release dependancy
32785 rename GStreamer-0.8.lib to libgstreamer.lib
32787 2004-07-27 Julien MOUTTE <julien@moutte.net>
32789 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32790 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32791 the atom is not available we have to unlock the mutex. Fixes #148023
32793 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32795 * gst-libs/gst/media-info/media-info.h:
32796 issue for a vararg macro with MSVC
32798 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32800 * gst/effectv/effectv.vcproj
32801 * gst-libs/gst/idct/idct.vcproj:
32802 * gst-libs/gst/media-info/media-info.vcproj:
32803 * gst-libs/gst/navigation/navigation.vcproj:
32804 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32805 * gst-libs/gst/video/video.vcproj:
32806 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32807 fixes for build problems
32809 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32811 * gst-libs/gst/audio/audio.def:
32812 * gst-libs/gst/audio/riff.def:
32813 add some definitions needed by plugins
32815 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32817 * gst/asfdemux/gstasfmux.c
32818 Fix some 64 bits constants to be glib friendly
32820 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32822 * gst/ac3parse/gstac3parse.c
32823 * gst/audioscale/gstaudioscale.c
32824 * gst/auparse/gstauparse.c
32825 * gst/colorspace/gstcolorspace.c
32826 * gst/colorspace/yuv2rgb.h
32827 local include fixes
32829 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32832 add more plugins to the build
32834 2004-07-26 Julien MOUTTE <julien@moutte.net>
32836 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32837 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32839 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32841 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32842 (gst_level_set_property), (gst_level_get_property),
32843 (gst_level_base_init), (gst_level_class_init):
32844 add debugging categories. cleanups.
32846 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32848 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32849 (gst_videoscale_planar411), (gst_videoscale_planar400),
32850 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32851 (gst_videoscale_scale_nearest_str1),
32852 (gst_videoscale_scale_nearest_str2),
32853 (gst_videoscale_scale_nearest_str4),
32854 (gst_videoscale_scale_nearest_16bit),
32855 (gst_videoscale_scale_nearest_24bit):
32856 fixed stride issues
32857 tested with 320x240 -> 321, 322, 324 x240
32858 tested with YV12, I420, YUY2, UYVY
32859 fixed packed422rev (don't think it could have worked before)
32860 by testing with UYVY
32862 2004-07-26 Benjamin Otte <otte@gnome.org>
32864 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32865 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32867 add debugging category, add error checks like checking return values
32868 of setup calls, make sure it still works after
32869 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32871 2004-07-26 Wim Taymans <wim@fluendo.com>
32873 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32874 (gst_mpeg_demux_get_audio_stream),
32875 (gst_mpeg_demux_process_private):
32876 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32877 Check for error codes from the negotiation functions. Make sure
32878 we really set the pad caps when a new pad is created.
32880 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32882 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32883 (gst_ffmpeg_caps_to_pix_fmt):
32884 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32885 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32886 (gst_ffmpegcolorspace_pad_link):
32887 don't make function do two things at the same time without reason.
32889 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32891 * gst/ac3parse/ac3parse.vcproj
32892 * gst/adder/adder.vcproj
32893 * gst/alpha/alpha.vcproj
32894 * gst/alpha/alphacolor.vcproj
32895 * gst/asfdemux/asf.vcproj
32896 * gst/audioconvert/audioconvert.vcproj
32897 * gst/audiorate/audiorate.vcproj
32898 * gst/audioscale/audioscale.vcproj
32899 * gst/auparse/auparse.vcproj
32900 * gst/avi/avi.vcproj
32901 * gst/cdxaparse/cdxaparse.vcproj
32902 * gst/chart/chart.vcproj
32903 * gst/colorspace/colorspace.vcproj
32904 * gst/cutter/cutter.vcproj
32905 * gst/debug/debug.vcproj
32906 * gst/debug/efence.vcproj
32907 * gst/debug/navigationtest.vcproj
32908 * gst/deinterlace/deinterlace.vcproj
32909 * gst/effectv/effectv.vcproj
32910 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32911 * gst/filter/filter.vcproj
32912 * gst/flx/flxdec.vcproj
32913 * gst/goom/goom.vcproj
32914 * gst/interleave/interleave.vcproj
32915 * gst/law/alaw.vcproj
32916 * gst/law/mulaw.vcproj
32917 * gst/matroska/matroska.vcproj
32918 * gst/median/median.vcproj
32919 * gst/mixmatrix/mixmatrix.vcproj
32920 * gst/mpeg1sys/mpeg1systemencode.vcproj
32921 * gst/mpeg1videoparse/mp1videoparse.vcproj
32922 * gst/mpeg2sub/mpeg2subt.vcproj
32923 * gst/mpegaudio/mpegaudio.vcproj
32924 * gst/mpegaudioparse/mpegaudioparse.vcproj
32925 * gst/mpegstream/mpegstream.vcproj
32926 * gst/multifilesink/multifilesink.vcproj
32927 * gst/multipart/multipart.vcproj
32928 * gst/oneton/oneton.vcproj
32929 * gst/overlay/overlay.vcproj
32930 * gst/passthrough/passthrough.vcproj
32931 * gst/qtdemux/qtdemux.vcproj
32932 * gst/realmedia/rmdemux.vcproj
32933 * gst/rtjpeg/rtjpeg.vcproj
32934 * gst/rtp/rtp.vcproj
32935 * gst/silence/silence.vcproj
32936 * gst/sine/sinesrc.vcproj
32937 * gst/smooth/smooth.vcproj
32938 * gst/smpte/smpte.vcproj
32939 * gst/spectrum/spectrum.vcproj
32940 * gst/speed/speed.vcproj
32941 * gst/stereo/stereo.vcproj
32942 * gst/switch/switch.vcproj
32943 * gst/tags/tagedit.vcproj
32944 * gst/tcp/tcp.vcproj
32945 * gst/typefind/typefindfunctions.vcproj
32946 * gst/udp/udp.vcproj
32947 * gst/videobox/videobox.vcproj
32948 * gst/videocrop/videocrop.vcproj
32949 * gst/videodrop/videodrop.vcproj
32950 * gst/videofilter/gamma.vcproj
32951 * gst/videofilter/videobalance.vcproj
32952 * gst/videofilter/videofilter.vcproj
32953 * gst/videofilter/videoflip.vcproj
32954 * gst/videoflip/videoflip.vcproj
32955 * gst/videomixer/videomixer.vcproj
32956 * gst/videorate/videorate.vcproj
32957 * gst/videoscale/videoscale.vcproj
32958 * gst/videotestsrc/videotestsrc.vcproj
32959 * gst/virtualdub/virtualdub.vcproj
32960 * gst/volenv/volenv.vcproj
32961 * gst/volume/volume.vcproj
32962 * gst/wavenc/wavenc.vcproj
32963 * gst/wavparse/wavparse.vcproj
32964 * gst/y4m/y4menc.vcproj
32965 more plugins supported under windows
32967 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32969 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32970 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32971 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32972 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32973 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32974 Add debugging statements. Use the sizes as returned by the
32975 *CreateImage calls.
32977 2004-07-26 Johan Dahlin <johan@gnome.org>
32979 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32980 the pad is negotiated.
32982 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32984 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32986 * gst-libs/gst/colorbalance/colorbalance.vcproj:
32987 * gst-libs/gst/idct/idct.vcproj:
32988 * gst-libs/gst/media-info/media-info.vcproj:
32989 * gst-libs/gst/mixer/mixer.vcproj:
32990 * gst-libs/gst/navigation/navigation.vcproj:
32991 * gst-libs/gst/play/play.vcproj:
32992 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32993 * gst-libs/gst/resample/resample.vcproj:
32994 * gst-libs/gst/tuner/tuner.vcproj:
32995 * gst-libs/gst/video/video.vcproj:
32996 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32997 more plugins supported under windows
32999 2004-07-25 Iain <iain@prettypeople.org>
33001 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
33002 pad now rather than when the pad is created because state changes wipe
33003 explicit caps (fixes #148043).
33005 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
33007 reviewed by Benjamin Otte <otte@gnome.org>
33009 * ext/mad/gstmad.c:
33010 fix mad plugin crashing on Sun (fixes #148289)
33012 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33015 * gst/avi/avi.vcproj:
33016 * gst/matroska/matroska.def:
33017 * gst/matroska/matroska.vcproj:
33018 remove unused .def files
33020 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33022 * gst-libs/gst/audio/gstaudiofilter.c:
33023 Clean the local include
33025 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33028 * gst-libs/gst/audio/audio.def:
33029 * gst-libs/gst/audio/audio.vcproj:
33030 * gst-libs/gst/audio/audiofilter.vcproj:
33031 * gst-libs/gst/audio/riff.def:
33032 * gst-libs/gst/audio/riff.vcproj:
33033 * gst-libs/gst/gst-libs.def:
33034 * gst-libs/gst/gst-libs.vcproj:
33035 * gst/avi/avi.vcproj:
33036 * gst/avi/avi.vcproj:
33037 Copy the files where needed after building, cleaner projects
33039 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33041 * gst/matroska/ebml-write.c:
33042 Fix some 64 bits constants to be glib friendly
33044 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
33047 * gst-libs/gst/gst-libs.def:
33048 * gst-libs/gst/gst-libs.vcproj:
33049 * gst/matroska/matroska.def:
33050 * gst/matroska/matroska.vcproj:
33051 Add the preliminary canvas to build plugins on Win32
33053 2004-07-23 Benjamin Otte <otte@gnome.org>
33055 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33056 don't enfore negotiation from source side, it breaks
33057 sinesrc ! audioconvert ! osssink
33059 2004-07-22 David Schleef <ds@schleef.org>
33061 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33062 for ELF files, since they can easily be recognized as audio/mpeg.
33065 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
33067 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33068 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33069 (gst_videoscale_scale_nearest_24bit),
33070 (gst_videoscale_scale_nearest_16bit):
33071 fix 16bit and 24bit for stride (24bit might need testing)
33072 don't pretend we do more than one algorithm
33074 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33078 * gst/multifilesink/Makefile.am:
33079 * gst/multifilesink/gstmultifilesink.c:
33080 (gst_multifilesink_get_formats),
33081 (gst_multifilesink_get_query_types), (_do_init),
33082 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33083 (gst_multifilesink_init), (gst_multifilesink_dispose),
33084 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33085 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33086 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33087 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33088 (gst_multifilesink_chain), (gst_multifilesink_change_state),
33089 (gst_multifilesink_uri_get_type),
33090 (gst_multifilesink_uri_get_protocols),
33091 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33092 (gst_multifilesink_uri_handler_init), (plugin_init):
33093 * gst/multifilesink/gstmultifilesink.h:
33094 * testsuite/Makefile.am:
33095 * testsuite/multifilesink/Makefile.am:
33096 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33097 (gst_newmedia_class_init), (gst_newmedia_init),
33098 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33099 (newfile_signal), (test_signal), (main):
33100 multifilesink plugin for creating new files every time a new media
33101 discontinuity event occurs
33103 2004-07-22 Wim Taymans <wim@fluendo.com>
33105 * gst/alpha/Makefile.am:
33106 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33107 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33108 (gst_alpha_color_init), (gst_alpha_color_set_property),
33109 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33110 (transform), (gst_alpha_color_chain),
33111 (gst_alpha_color_change_state), (plugin_init):
33112 Stupid plugin to to RGBA to AYUV conversion because none of
33113 the colorspace plugins can handle that yet.
33115 2004-07-22 Wim Taymans <wim@fluendo.com>
33117 * examples/seeking/seek.c: (update_scale), (main):
33118 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33119 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33120 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33121 (gst_decode_bin_init), (gst_decode_bin_dispose),
33122 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33123 (no_more_pads), (close_link), (type_found),
33124 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33126 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33127 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33128 (gst_play_base_bin_dispose), (queue_overrun),
33129 (gen_preroll_element), (remove_prerolls), (unknown_type),
33130 (no_more_pads), (new_stream), (setup_source),
33131 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33132 (play_base_eos), (gst_play_base_bin_change_state),
33133 (gst_play_base_bin_add_element),
33134 (gst_play_base_bin_remove_element),
33135 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33136 (gst_play_base_bin_unlink_stream),
33137 (gst_play_base_bin_get_streaminfo):
33138 * gst/playback/gstplaybin.c: (gen_video_element),
33139 (gen_audio_element):
33140 * gst/playback/gststreaminfo.h:
33141 More playback updates, attempt to fix things after the state change
33144 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
33146 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33147 (gst_videoscale_scale_nearest_16bit):
33150 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
33152 * gst/videotestsrc/gstvideotestsrc.c:
33153 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33154 (gst_videotestsrc_init), (gst_videotestsrc_get),
33155 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33156 (gst_videotestsrc_get_property):
33157 * gst/videotestsrc/gstvideotestsrc.h:
33158 * gst/videotestsrc/videotestsrc.c:
33159 * gst/videotestsrc/videotestsrc.h:
33160 cleanup and commenting
33162 2004-07-21 Wim Taymans <wim@fluendo.com>
33164 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33165 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33166 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33167 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33168 (_find_chain_get_unknown_part), (_find_streams_check),
33169 (gst_ogg_demux_push), (gst_ogg_pad_push):
33170 * ext/theora/theoradec.c: (theora_get_formats),
33171 (theora_dec_src_convert), (theora_dec_sink_convert),
33172 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33173 (theora_dec_chain):
33174 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33175 (vorbis_dec_convert), (vorbis_dec_src_query),
33176 (vorbis_dec_src_event), (vorbis_dec_event):
33177 More seeking fixes, oggdemux now supports seeking to time and
33178 uses the downstream element to convert granulepos to time.
33179 Seeking in theora-only ogg files now works.
33181 2004-07-21 Wim Taymans <wim@fluendo.com>
33183 * ext/theora/theoradec.c: (gst_theora_dec_init),
33184 (theora_get_formats), (theora_get_event_masks),
33185 (theora_get_query_types), (theora_dec_src_convert),
33186 (theora_dec_sink_convert), (theora_dec_src_query),
33187 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33188 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33189 (vorbis_get_event_masks), (vorbis_get_query_types),
33190 (gst_vorbis_dec_init), (vorbis_dec_convert),
33191 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33192 Added query/convert/formats functions to vorbis and theora decoders
33193 so that the outside world can use them too. Fixed seeking on an
33194 ogg/theora/vorbis file by disabling the seeking seeking on the
33197 2004-07-21 Julien MOUTTE <julien@moutte.net>
33199 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33200 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33201 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33202 images creation for both elements. We don't create the image on caps
33203 nego or renego, we just destroy the internal one if present if it does
33204 not match the needs. The chain function takes care of creating a new
33206 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33207 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33208 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33209 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33210 the image format information. The buffer pool checks for the context
33211 image format and discard images with different formats.
33212 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33214 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
33216 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33217 (gst_ffmpegcolorspace_chain):
33218 no point in doing any chaining if the pad we want to push from
33221 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
33223 * gst-libs/gst/riff/riff-media.c:
33224 (gst_riff_create_audio_caps_with_data):
33225 Fix double end-to-native symbol conversion (#148021).
33227 2004-07-20 David Schleef <ds@schleef.org>
33229 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33230 Don't use an Atom that doesn't exist.
33232 2004-07-20 Wim Taymans <wim@fluendo.com>
33234 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33235 (gst_multifdsink_add), (gst_multifdsink_get_stats),
33236 (gst_multifdsink_client_remove),
33237 (gst_multifdsink_handle_client_write),
33238 (gst_multifdsink_queue_buffer):
33239 * gst/tcp/gstmultifdsink.h:
33240 More multifdsink stats. Avoid deadlock by releasing locks
33241 before sending out a signal.
33243 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
33247 added Hungarian translation (Laszlo Dvornik)
33249 2004-07-20 Wim Taymans <wim@fluendo.com>
33251 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33252 (gst_multifdsink_add), (gst_multifdsink_client_remove),
33253 (gst_multifdsink_handle_client_write),
33254 (gst_multifdsink_queue_buffer):
33255 * gst/tcp/gsttcp-marshal.list:
33256 Fixed the stupid marshal definition.
33258 2004-07-20 Wim Taymans <wim@fluendo.com>
33260 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33261 (gst_multifdsink_init), (gst_multifdsink_add),
33262 (gst_multifdsink_client_remove),
33263 (gst_multifdsink_handle_client_write),
33264 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33265 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33266 (gst_multifdsink_init_send):
33267 * gst/tcp/gstmultifdsink.h:
33268 Added more stats, added timeout for a client, fixed some typos
33269 and added some comments.
33271 2004-07-20 Wim Taymans <wim@fluendo.com>
33273 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33274 (gst_multifdsink_add), (gst_multifdsink_get_stats),
33275 (gst_multifdsink_client_remove),
33276 (gst_multifdsink_handle_client_write):
33277 * gst/tcp/gstmultifdsink.h:
33278 * gst/tcp/gsttcp-marshal.list:
33279 Added get_stats method that returns a GValueArray of
33282 2004-07-19 Benjamin Otte <otte@gnome.org>
33284 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33285 make sure longname, description and author are valid UTF-8
33287 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
33289 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33290 (gst_ximagesink_set_property):
33291 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33292 (gst_xvimagesink_set_property):
33293 make sure SYNCHRONOUS is respected after getting the X context
33295 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33297 * gst/matroska/matroska-demux.c:
33298 (gst_matroska_demux_handle_src_event),
33299 (gst_matroska_demux_parse_blockgroup):
33300 * gst/matroska/matroska-ids.h:
33301 add BlockReference tag and ignore it to clear out log.
33302 ignore NAVIGATION events to clear out log.
33304 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33306 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33307 (gst_matroska_demux_add_stream):
33308 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33309 add debug categories
33311 2004-07-16 Wim Taymans <wim@fluendo.com>
33313 * ext/libpng/Makefile.am:
33314 * ext/libpng/gstpng.c: (plugin_init):
33315 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33316 (gst_pngdec_get_type), (gst_pngdec_base_init),
33317 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33318 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33319 * ext/libpng/gstpngdec.h:
33322 2004-07-16 Julien MOUTTE <julien@moutte.net>
33324 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33325 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33326 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33327 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33328 (gst_ximagesink_buffer_alloc):
33329 * sys/ximage/ximagesink.h:
33330 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33331 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33332 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33333 (gst_xvimagesink_buffer_alloc):
33334 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33335 again. Using internal data pointer of the x(v)image to store image's
33336 data to be coherent with the buffer alloc mechanism. Investigated the
33337 image destruction code to be sure that everything gets freed correctly.
33339 2004-07-16 Wim Taymans <wim@fluendo.com>
33341 * gst-libs/gst/riff/riff-read.c:
33342 (gst_riff_read_strf_vids_with_data),
33343 (gst_riff_read_strf_auds_with_data):
33344 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33345 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33346 Make sure we don't create 0 sized subbuffers in riff-read.
33347 Signal the no more pads signal after reading the avi header.
33349 2004-07-16 Wim Taymans <wim@fluendo.com>
33351 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33352 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33353 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33354 (gst_decode_bin_init), (gst_decode_bin_dispose),
33355 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33356 (no_more_pads), (close_link), (type_found),
33357 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33358 (gst_decode_bin_change_state), (plugin_init):
33359 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33360 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33361 (gst_play_base_bin_dispose), (queue_overrun),
33362 (gen_preroll_element), (remove_prerolls), (unknown_type),
33363 (no_more_pads), (new_stream), (setup_source),
33364 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33365 (play_base_eos), (gst_play_base_bin_change_state),
33366 (gst_play_base_bin_add_element),
33367 (gst_play_base_bin_remove_element),
33368 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33369 (gst_play_base_bin_unlink_stream),
33370 (gst_play_base_bin_get_streaminfo):
33371 * gst/playback/gstplaybasebin.h:
33372 Better error recovery. Added configurable preroll queue size. Faster
33373 detection of no-more-pads.
33375 2004-07-16 Wim Taymans <wim@fluendo.com>
33377 * gst-libs/gst/video/video.h:
33378 Added 32 bits RGBA. Not sure if we should use another mime-type
33379 for alpha rgb. Currently the presence of the alpha_mask property
33380 signals an alpha channel.
33382 2004-07-16 Wim Taymans <wim@fluendo.com>
33384 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33385 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33386 FPS seems to be 0.0 to MAX everywhere else.
33388 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
33390 * gst-libs/gst/riff/riff-media.c:
33391 (gst_riff_create_video_caps_with_data):
33392 mp42/mp43 (no caps) exist too.
33393 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33394 Set pixel_width/height; we've got them in-caps.
33395 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33396 * gst/wavparse/gstwavparse.c: (plugin_init):
33397 Both are valid primary.
33398 * sys/oss/gstossmixer.c:
33399 Remove i18n hack and enable translations.
33401 2004-07-15 Benjamin Otte <otte@gnome.org>
33403 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33404 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33405 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33407 2004-07-15 Benjamin Otte <otte@gnome.org>
33409 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33410 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33411 (gst_alsa_close_audio):
33412 disable some of the debugging code for now. Writing debugging to a
33413 buffer is broken in current alsalib releases.
33415 2004-07-12 Benjamin Otte <otte@gnome.org>
33417 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33420 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
33422 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33423 (theora_dec_src_query), (theora_dec_event):
33424 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33425 add debugging categories. Remove \n's.
33427 2004-07-13 Johan Dahlin <johan@gnome.org>
33429 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33430 (gst_play_bin_get_property): Impl.
33432 2004-07-13 Wim Taymans <wim@fluendo.com>
33434 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33435 When trying to find the stream length, seek back N pages
33436 instead of just one, where N is the number of streams in
33439 2004-07-13 Wim Taymans <wim@fluendo.com>
33441 * gst-libs/gst/riff/riff-media.c:
33442 (gst_riff_create_audio_caps_with_data),
33443 (gst_riff_create_audio_caps),
33444 (gst_riff_create_audio_template_caps):
33445 * gst-libs/gst/riff/riff-media.h:
33446 * gst-libs/gst/riff/riff-read.c:
33447 (gst_riff_read_strf_vids_with_data),
33448 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33449 * gst-libs/gst/riff/riff-read.h:
33450 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33451 (gst_avi_demux_add_stream):
33452 Set codec_data on caps for avidemuxer.
33454 2004-07-12 David Schleef <ds@schleef.org>
33456 * configure.ac: Fix test for Objective C
33458 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
33459 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33460 (gst_gdk_pixbuf_chain):
33461 Add svg and pcx to template caps, and ensure that getcaps returns a
33462 subset of the template caps.
33463 Copy each row manually for output, as gdkpixbuf may pad the
33464 rowstride to a 32-bit word boundary.
33466 2004-07-12 Wim Taymans <wim@fluendo.com>
33468 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33469 (gst_riff_create_video_template_caps):
33470 Fix the template caps to include some more media types.
33472 2004-07-12 Wim Taymans <wim@fluendo.com>
33474 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33475 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33476 (compare_ranks), (print_feature), (gst_decode_bin_init),
33477 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33478 (try_to_link_1), (new_pad), (close_link), (type_found),
33479 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33480 (gst_decode_bin_change_state), (plugin_init):
33481 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33482 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33483 (gst_play_base_bin_dispose), (queue_overrun),
33484 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33485 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33486 (gst_play_base_bin_get_property), (play_base_eos),
33487 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33488 (gst_play_base_bin_remove_element),
33489 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33490 (gst_play_base_bin_unlink_stream),
33491 (gst_play_base_bin_get_streaminfo):
33492 * gst/playback/gstplaybasebin.h:
33493 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33494 (gst_play_bin_class_init), (gst_play_bin_init),
33495 (gst_play_bin_dispose), (gst_play_bin_set_property),
33496 (gst_play_bin_get_property), (gen_video_element),
33497 (gen_audio_element), (remove_sinks), (setup_sinks),
33498 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33499 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33500 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33501 (gst_play_bin_query), (plugin_init):
33502 * gst/playback/test4.c: (main):
33503 More fixes on reusing of the element.
33505 2004-07-11 Benjamin Otte <otte@gnome.org>
33507 * ext/mad/gstmad.c: (normal_seek):
33508 allow seeking for other methods than just SET
33510 2004-07-11 Andy Wingo <wingo@pobox.com>
33512 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33513 float, "any" caps -> buffer_frames=[0,MAX].
33515 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33516 doesn't intersect our caps with the template any more. Do it
33518 (interleave_buffered_loop): Use g_newa instead of malloc/free.
33520 2004-07-09 Wim Taymans <wim@fluendo.com>
33522 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33523 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33524 (compare_ranks), (print_feature), (gst_decode_bin_init),
33525 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33526 (try_to_link_1), (new_pad), (close_link), (type_found),
33527 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33528 (gst_decode_bin_change_state), (plugin_init):
33529 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33530 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33531 (gst_play_base_bin_dispose), (queue_overrun),
33532 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33533 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33534 (gst_play_base_bin_get_property), (play_base_eos),
33535 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33536 (gst_play_base_bin_remove_element),
33537 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33538 (gst_play_base_bin_unlink_stream),
33539 (gst_play_base_bin_get_streaminfo):
33540 * gst/playback/gstplaybasebin.h:
33541 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33542 (gst_play_bin_class_init), (gst_play_bin_init),
33543 (gst_play_bin_dispose), (gst_play_bin_set_property),
33544 (gst_play_bin_get_property), (gen_video_element),
33545 (gen_audio_element), (remove_sinks), (setup_sinks),
33546 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33547 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33548 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33549 (gst_play_bin_query), (plugin_init):
33550 * gst/playback/test4.c: (main):
33551 Work on object reuse and seeking.
33553 2004-07-09 Wim Taymans <wim@fluendo.com>
33555 * examples/seeking/seek.c: (iterate):
33556 Don't consume all CPU in the idle loop.
33558 2004-07-09 Wim Taymans <wim@fluendo.com>
33560 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33561 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33562 Add pad to element *after* setting the pad functions so that
33563 the scheduler can use the correct ones.
33565 2004-07-09 Wim Taymans <wim@fluendo.com>
33567 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33568 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33569 Sync to keyframe after seek
33571 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33573 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33574 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33575 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33576 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33577 * ext/libvisual/visual.c: (gst_visual_change_state):
33578 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33579 * ext/theora/theoradec.c: (theora_dec_change_state):
33580 * ext/theora/theoraenc.c: (theora_enc_change_state):
33581 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33582 * gst-libs/gst/navigation/navigation.c:
33583 * gst/adder/gstadder.c: (gst_adder_change_state):
33584 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33585 (gst_audio_convert_get_buffer):
33586 * gst/multipart/multipartdemux.c:
33587 (gst_multipart_demux_change_state):
33588 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33589 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33590 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33591 * gst/videoscale/gstvideoscale.c:
33592 (gst_videoscale_handle_src_event):
33593 * gst/volume/gstvolume.c: (volume_chain_int16):
33594 don't assert in state change, this should be done by the base
33596 various debugging fixes.
33598 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33601 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33602 (gst_play_dispose), (gst_play_set_location),
33603 (gst_play_set_data_src), (gst_play_set_video_sink),
33604 (gst_play_set_audio_sink), (gst_play_set_visualization),
33605 (gst_play_connect_visualization), (gst_play_get_sink_element),
33606 (gst_play_get_all_by_interface):
33607 * gst-libs/gst/play/play.h:
33608 add new method to get elements implementing an interface.
33609 add various error logging
33611 2004-07-08 Wim Taymans <wim@fluendo.com>
33613 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33614 (make_mpeg_pipeline), (make_mpegnt_pipeline),
33615 (make_playerbin_pipeline), (query_durations_elems),
33616 (query_durations_pads), (query_positions_elems),
33617 (query_positions_pads), (update_scale), (iterate), (stop_seek),
33619 Added playbin seeking example.
33621 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33623 * gst-libs/gst/play/play.c: (gst_play_set_location),
33624 (gst_play_set_data_src), (gst_play_set_video_sink),
33625 (gst_play_set_audio_sink), (gst_play_set_visualization),
33626 (gst_play_connect_visualization), (gst_play_get_framerate):
33627 use a macro to look up elements from hash table
33629 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33631 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33632 (gst_play_get_length_callback), (gst_play_set_location),
33633 (gst_play_seek_to_time), (gst_play_set_data_src),
33634 (gst_play_set_video_sink), (gst_play_set_audio_sink),
33635 (gst_play_set_visualization), (gst_play_connect_visualization),
33636 (gst_play_get_sink_element):
33637 - add debugging info
33638 - fix looking up sink elements by iterating over complete caps
33639 - put everything except for source and autoplugger in a complete bin
33641 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33643 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33644 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33645 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33646 (gst_alsa_sink_write), (gst_alsa_sink_loop):
33647 * ext/alsa/gstalsasink.h:
33648 - add debugging info
33649 - clean up schizophrenia of data/buffer/event
33650 - fix double event unref error
33652 2004-07-08 Wim Taymans <wim@fluendo.com>
33654 * gst/playback/Makefile.am:
33655 Add headers to noinst
33657 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33659 * tools/gst-launch-ext-m.m:
33660 * tools/gst-launch-ext.1.in:
33661 convert to the third millenium
33663 2004-07-07 David Schleef <ds@schleef.org>
33665 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33667 2004-07-07 Wim Taymans <wim@fluendo.com>
33669 * gst/playback/Makefile.am:
33670 * gst/playback/README:
33671 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33672 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33673 (compare_ranks), (print_feature), (gst_decode_bin_init),
33674 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33675 (try_to_link_1), (new_pad), (close_link), (type_found),
33676 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33678 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33679 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33680 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33681 (gen_preroll_element), (no_more_pads), (new_stream),
33682 (setup_source), (gst_play_base_bin_set_property),
33683 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33684 (gst_play_base_bin_add_element),
33685 (gst_play_base_bin_remove_element),
33686 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33687 (gst_play_base_bin_unlink_stream),
33688 (gst_play_base_bin_get_streaminfo):
33689 * gst/playback/gstplaybasebin.h:
33690 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33691 (gst_play_bin_class_init), (gst_play_bin_init),
33692 (gst_play_bin_dispose), (gst_play_bin_set_property),
33693 (gst_play_bin_get_property), (gen_video_element),
33694 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33695 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33696 (gst_play_bin_get_formats), (gst_play_bin_convert),
33697 (gst_play_bin_get_query_types), (gst_play_bin_query),
33699 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33700 (gst_stream_info_get_type), (gst_stream_info_class_init),
33701 (gst_stream_info_init), (gst_stream_info_new),
33702 (gst_stream_info_dispose), (gst_stream_info_set_property),
33703 (gst_stream_info_get_property):
33704 * gst/playback/gststreaminfo.h:
33705 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33707 * gst/playback/test2.c: (main):
33708 * gst/playback/test3.c: (update_scale), (main):
33709 More playbin fixes. Added README. Do better element filtering.
33710 Added base class to preroll media. Added test apps.
33712 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33714 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33715 * ext/mpeg2dec/gstmpeg2dec.h:
33716 various debugging improvements. Reset stream to next picture
33717 instead of sequence header, otherwise seeks cannot work.
33719 2004-07-07 Wim Taymans <wim@fluendo.com>
33721 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33722 (gst_video_box_class_init), (gst_video_box_set_property),
33723 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33724 Use pad_alloc where possible.
33726 2004-07-07 Wim Taymans <wim@fluendo.com>
33728 * sys/oss/gstosselement.c: (gst_osselement_reset),
33729 (gst_osselement_parse_caps):
33730 * sys/oss/gstosselement.h:
33731 * sys/oss/gstosssrc.c: (gst_osssrc_get):
33732 Fix offset on osssrc.
33734 2004-07-07 Wim Taymans <wim@fluendo.com>
33736 * ext/theora/theora.c: (plugin_init):
33737 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33738 (theora_dec_src_query), (theora_dec_chain):
33739 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33740 (theora_enc_sink_link), (theora_buffer_from_packet),
33741 (theora_push_packet), (theora_enc_chain):
33742 Fix theora granulepos calculation.
33743 Fix overflow in duration/position calculation.
33744 Bump rank to PRIMARY for theoradec.
33745 Use granulepos of last packet to calculate position.
33746 Set keyframe flag on buffers when needed.
33748 2004-07-06 David Schleef <ds@schleef.org>
33750 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
33751 serious? (Fixed, obviously.)
33753 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
33757 added Czech translation (Miloslav Trmac)
33759 2004-07-05 Wim Taymans <wim@fluendo.com>
33761 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33762 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33763 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33764 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33765 (close_link), (type_found), (gst_decode_bin_set_property),
33766 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33767 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33768 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33769 (gst_decode_bin_query), (plugin_init):
33770 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33771 (gst_play_bin_class_init), (gst_play_bin_init),
33772 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33773 (get_video_element), (new_pad), (setup_source),
33774 (gst_play_bin_set_property), (gst_play_bin_get_property),
33775 (gst_play_bin_change_state), (gst_play_bin_add_element),
33776 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33777 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33778 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33779 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33780 * gst/playback/test.c: (main):
33781 More fixes, cleaned up playbin, make it use decodebin. Added
33782 threaded property to playbin.
33784 2004-07-05 Wim Taymans <wim@fluendo.com>
33787 * gst/playback/Makefile.am:
33788 * gst/playback/decodetest.c: (main):
33789 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33790 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33791 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33792 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33793 (close_link), (type_found), (gst_decode_bin_set_property),
33794 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33795 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33796 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33797 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33799 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33800 (gst_play_bin_class_init), (gst_play_bin_init),
33801 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33802 (collect_sink_pads), (find_compatibles), (close_pad_link),
33803 (try_to_link_1), (new_pad), (close_link), (type_found),
33804 (setup_source), (gst_play_bin_set_property),
33805 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33806 (compare_ranks), (gst_play_bin_collect_factories),
33807 (gst_play_bin_change_state), (gst_play_bin_add_element),
33808 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33809 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33810 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33811 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33812 * gst/playback/test.c: (main):
33813 Added some playback helper elements and some test apps, very alpha
33816 2004-07-04 Benjamin Otte <otte@gnome.org>
33818 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33819 only restart audio when we indeed have an xrun to fix repeated
33820 xruns. Fix suggested by Giuliano Pochini.
33822 2004-07-03 David Schleef <ds@schleef.org>
33824 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33825 call to gst_debug_log() if debugging is disabled (bug #145118)
33827 2004-07-03 Benjamin Otte <otte@gnome.org>
33829 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33830 use our own functions for restarting the alsa device.
33831 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33832 I should apply patches myself - use MIN for the third argument, not
33833 the second, this fixes seeking
33835 2004-07-02 David Schleef <ds@schleef.org>
33837 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33838 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
33841 2004-07-02 David Schleef <ds@schleef.org>
33843 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
33844 output buffers. Fix logic mistake. (bug #144866)
33846 2004-07-02 David Schleef <ds@schleef.org>
33848 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33849 on X. (bug #144753)
33851 2004-07-02 David Schleef <ds@schleef.org>
33853 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33854 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33856 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33857 (gst_osselement_rate_probe_check): Add another workaround for
33858 buggy drivers (bug #145336)
33860 2004-07-02 David Schleef <ds@schleef.org>
33862 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33863 Most systems don't have MSG_NOSIGNAL.
33865 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
33868 * gst-libs/gst/colorbalance/Makefile.am:
33869 * gst-libs/gst/mixer/Makefile.am:
33870 * gst-libs/gst/play/Makefile.am:
33871 * gst-libs/gst/tuner/Makefile.am:
33872 (hopefully) fix both install and dist and make error message useful.
33873 needs testing across automakes.
33875 2004-07-02 Benjamin Otte <otte@gnome.org>
33877 * ext/ogg/gstogg.c: (plugin_init):
33878 we require bytestream now
33879 * ext/ogg/gstoggdemux.c:
33880 huge diff to implement chain setup in a fast and generic way. This
33881 improves tag reading and startup of huge files (read: Theora videos)
33882 quite a bit. It probably contains bugs, too, so please test.
33883 Seeking is not improved to the fast method.
33885 2004-06-29 Wim Taymans <wim@fluendo.com>
33887 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33888 * ext/ogg/gstoggmux.c:
33889 Fix memleak in oggdemux when running unconnected pads.
33890 doc update in mux, start working on keyframe mode.
33892 2004-06-29 Benjamin Otte <otte@gnome.org>
33894 * sys/oss/gstosssink.c:
33895 * sys/oss/gstosssrc.c:
33896 advertise correct template caps - we indeed do non-native endianness
33897 and 8bit audio has no endianness
33898 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33899 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33900 avoid (wrong) duplications in getcaps function and return
33903 2004-06-29 Wim Taymans <wim@fluendo.com>
33905 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33906 (gst_multifdsink_class_init), (gst_multifdsink_add),
33907 (gst_multifdsink_remove), (gst_multifdsink_clear),
33908 (gst_multifdsink_client_remove),
33909 (gst_multifdsink_handle_client_read),
33910 (gst_multifdsink_client_queue_data),
33911 (gst_multifdsink_client_queue_caps),
33912 (gst_multifdsink_client_queue_buffer),
33913 (gst_multifdsink_handle_client_write),
33914 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33915 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33916 (gst_multifdsink_init_send), (gst_multifdsink_close):
33917 Fix wrong GList iteration that could crash the server when
33918 more then 2 clients disconnect at the same time. Read all the
33919 pending commands in one batch to recover from command storms under
33922 2004-06-28 Wim Taymans <wim@fluendo.com>
33924 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33925 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33926 (gst_videomixer_pad_set_property),
33927 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33928 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33929 (gst_videomixer_class_init), (gst_videomixer_init),
33930 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33931 (pad_zorder_compare), (gst_videomixer_sort_pads),
33932 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33933 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33934 (gst_videomixer_update_queues), (gst_videomixer_loop),
33936 Avoid divide by zero, choose masterpad as the pad with the highest
33939 2004-06-27 Julien Moutte <julien@moutte.net>
33941 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33942 (gst_ximagesink_xwindow_new):
33943 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33944 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33945 function directly. We might want to call it from somewhere else one day.
33947 2004-06-27 Julien Moutte <julien@moutte.net>
33949 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33950 (gst_ximagesink_xwindow_new):
33951 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33952 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33953 window decorations.
33955 2004-06-27 Wim Taymans <wim@fluendo.com>
33957 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33958 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33959 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33960 (gst_dvdec_set_property), (gst_dvdec_get_property):
33961 * ext/dv/gstdvdec.h:
33962 Implement drop_factor property to lower the framerate with
33965 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
33967 * gst-libs/gst/colorbalance/Makefile.am:
33968 * gst-libs/gst/mixer/Makefile.am:
33969 * gst-libs/gst/play/Makefile.am:
33970 * gst-libs/gst/tuner/Makefile.am:
33971 unbreak Company's fix that didn't install the -enum.h files
33973 2004-06-27 Wim Taymans <wim@fluendo.com>
33975 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33976 (gst_dvdec_change_state):
33977 * ext/dv/gstdvdec.h:
33978 Fix timestamp, duration and offset of the buffers.
33980 2004-06-27 Wim Taymans <wim@fluendo.com>
33982 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33983 (gst_multifdsink_class_init), (gst_multifdsink_add),
33984 (gst_multifdsink_remove), (gst_multifdsink_clear),
33985 (gst_multifdsink_client_remove),
33986 (gst_multifdsink_handle_client_read),
33987 (gst_multifdsink_client_queue_data),
33988 (gst_multifdsink_client_queue_caps),
33989 (gst_multifdsink_client_queue_buffer),
33990 (gst_multifdsink_handle_client_write),
33991 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33992 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33993 (gst_multifdsink_init_send), (gst_multifdsink_close):
33994 * gst/tcp/gstmultifdsink.h:
33995 * gst/tcp/gsttcpserversink.c:
33996 (gst_tcpserversink_handle_server_read),
33997 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33998 More multifdsink fixes, more recovery policy fixes.
33999 Removed stupid g_print
34001 2004-06-26 Wim Taymans <wim@fluendo.com>
34003 * gst/tcp/Makefile.am:
34004 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34005 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
34006 (gst_multifdsink_class_init), (gst_multifdsink_init),
34007 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
34008 (gst_multifdsink_handle_client_read),
34009 (gst_multifdsink_client_queue_data),
34010 (gst_multifdsink_client_queue_caps),
34011 (gst_multifdsink_client_queue_buffer),
34012 (gst_multifdsink_handle_client_write),
34013 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34014 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34015 (gst_multifdsink_chain), (gst_multifdsink_set_property),
34016 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
34017 (gst_multifdsink_close), (gst_multifdsink_change_state):
34018 * gst/tcp/gstmultifdsink.h:
34019 * gst/tcp/gsttcpplugin.c: (plugin_init):
34020 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
34021 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
34022 (gst_tcpserversink_handle_server_read),
34023 (gst_tcpserversink_handle_select),
34024 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
34025 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34026 * gst/tcp/gsttcpserversink.h:
34027 Added multifdsink, made tcpserversink a subclass of fdsink, removed
34028 one of the locks, added recovery policy to multifdsink.
34030 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
34032 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34033 fix decision for when getting frames with same timestamp
34034 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34035 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34036 (gst_v4lsrc_get_property):
34037 * sys/v4l/gstv4lsrc.h:
34038 add latency offset property
34040 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
34042 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34044 fix debugging. add category.
34046 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
34048 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34051 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
34053 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34054 (gst_alsa_src_get_time), (gst_alsa_src_loop),
34055 (gst_alsa_src_change_state):
34056 return a time that is in sync with the element's processing
34058 2004-06-25 Wim Taymans <wim@fluendo.com>
34060 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34061 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34062 (gst_tcpserversink_client_remove),
34063 (gst_tcpserversink_handle_client_read),
34064 (gst_tcpserversink_client_queue_data),
34065 (gst_tcpserversink_client_queue_caps),
34066 (gst_tcpserversink_client_queue_buffer),
34067 (gst_tcpserversink_handle_client_write),
34068 (gst_tcpserversink_queue_buffer),
34069 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34070 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34071 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34072 (gst_tcpserversink_close):
34073 * gst/tcp/gsttcpserversink.h:
34074 Serversink rewrite. Really do non blocking writes to clients and
34075 maintain an internal queue to handle slower clients while not
34076 disturbing fast clients.
34078 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
34080 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34081 better debug, don't override OFFSET and OFFSET_END
34083 2004-06-25 Iain <iain@prettypeople.org>
34085 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34086 name=source for the wavparse pipeline.
34088 2004-06-24 Johan Dahlin <johan@gnome.org>
34090 * ext/theora/theoraenc.c (theora_enc_chain): Call
34091 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34092 streamheader caps are set correctly.
34094 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
34096 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34097 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34098 respect minimum bitrate; same could be done for max bitrate
34100 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
34102 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34103 (gst_vorbisenc_setup):
34104 fix sample rate range
34106 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
34108 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34109 (gst_oggvorbisenc_setup):
34110 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34111 (gst_vorbisenc_setup):
34112 resolve ambiguities in code and description
34114 2004-06-24 Wim Taymans <wim@fluendo.com>
34116 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34117 * ext/alsa/gstalsa.h:
34118 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34119 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34120 Use alsa trigger_tstamp to get the timestamp of the first
34121 sample in the buffer for more precise sync. Some cleanups.
34123 2004-06-24 Wim Taymans <wim@fluendo.com>
34125 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34126 (gst_audiorate_init), (gst_audiorate_chain),
34127 (gst_audiorate_set_property), (gst_audiorate_get_property):
34128 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34129 (gst_videorate_chain):
34130 Added some logging, fixed an overflow bug in videorate.
34132 2004-06-24 Benjamin Otte <otte@gnome.org>
34134 * ext/kio/Makefile.am:
34135 fix for builddir != srcdir and distcheck
34137 2004-06-24 Benjamin Otte <otte@gnome.org>
34139 * gst-libs/gst/colorbalance/Makefile.am:
34140 * gst-libs/gst/mixer/Makefile.am:
34141 * gst-libs/gst/play/Makefile.am:
34142 * gst-libs/gst/tuner/Makefile.am:
34143 * gst/tcp/Makefile.am:
34144 * sys/dxr3/Makefile.am:
34145 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34147 Also add all *.list files that were missing.
34149 add a distcheck hook to ensure the above doesn't happen again.
34151 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
34153 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34155 2004-06-23 Colin Walters <walters@redhat.com>
34157 * m4/Makefile.am: Distribute gst-fionread.m4.
34159 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
34161 * configure.ac: back to dev
34163 2004-06-23 Wim Taymans <wim@fluendo.com>
34165 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34166 (gst_alsa_xrun_recovery):
34167 * ext/alsa/gstalsa.h:
34168 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34169 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34170 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34171 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34172 (gst_alsa_src_loop):
34173 Add clock to alsasrc. Take new capture timestamp when
34174 restarting after an overrun. Split up some functions between
34175 alsasrc and alsasink.
34177 === release 0.8.2 ===
34179 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
34181 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34182 (gst_alsa_change_state), (gst_alsa_update_avail),
34183 (gst_alsa_xrun_recovery):
34184 * ext/alsa/gstalsa.h:
34185 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34186 merge back changes from release
34188 2004-06-23 Wim Taymans <wim@fluendo.com>
34190 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34191 (gst_audiorate_init), (gst_audiorate_chain),
34192 (gst_audiorate_set_property), (gst_audiorate_get_property):
34193 Implement sample dropping and notify
34195 2004-06-22 Wim Taymans <wim@fluendo.com>
34197 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34198 (theora_enc_sink_link), (theora_buffer_from_packet),
34199 (theora_push_packet), (theora_enc_chain):
34200 Some cleanups, make sure the timestamps are correct.
34202 2004-06-22 Wim Taymans <wim@fluendo.com>
34204 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34205 (gst_alsa_change_state), (gst_alsa_update_avail),
34206 (gst_alsa_xrun_recovery):
34207 * ext/alsa/gstalsa.h:
34208 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34209 Cleanups, take queued samples into account when reporting
34212 2004-06-22 Wim Taymans <wim@fluendo.com>
34214 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34215 (gst_videorate_init):
34216 Initialize the property as well.
34218 2004-06-22 Wim Taymans <wim@fluendo.com>
34220 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34221 (gst_videorate_init), (gst_videorate_chain),
34222 (gst_videorate_set_property), (gst_videorate_get_property):
34223 Add property to make videorate silent.
34224 Add property to prefer new frames over old ones.
34226 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34228 * sys/osxvideo/Makefile.am:
34229 Workaround so that the osxvideo .so file gets linked with the
34230 Cocoa, OpenGL and QuickTime frameworks
34232 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34234 * sys/osxaudio/Makefile.am:
34235 Workaround so that the osxaudio .so file gets linked with the
34236 CoreAudio framework
34238 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34241 Whoops, my fault...fixed build issues
34243 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34246 Add objective-c support if running in Darwin/Mac OS X
34249 * sys/osxvideo/Makefile.am:
34250 * sys/osxvideo/osxvideosink.h:
34251 * sys/osxvideo/osxvideosink.m:
34252 * sys/osxvideo/cocoawindow.h:
34253 * sys/osxvideo/cocoawindow.m:
34254 Add osxvideosink, a cocoa-based osx video sink
34257 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
34258 * ext/dvdnav/gst-dvd:
34259 Grab the gconf key from the right spot
34260 * gst/debug/gstnavseek.c: (gst_navseek_init),
34261 (gst_navseek_segseek), (gst_navseek_handle_src_event),
34262 (gst_navseek_chain):
34263 * gst/debug/gstnavseek.h:
34264 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34265 and loop parameters of a segment seek.
34266 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34267 (gst_videotestsrc_get_event_masks),
34268 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34269 * gst/videotestsrc/gstvideotestsrc.h:
34270 Add seeking support to videotestsrc
34271 Initialise the timestamp_offset variable.
34273 2004-06-18 Wim Taymans <wim@fluendo.com>
34275 * ext/sidplay/gstsiddec.cc:
34276 Fix negotiation and set correct end offset.
34278 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
34280 * configure.ac: branch and prerelease
34282 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34284 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34285 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34286 (gst_tcpclientsrc_init_receive):
34287 * gst/tcp/gsttcpclientsrc.h:
34288 read caps when connecting to server for GDP so we set them correctly
34290 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34292 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34293 notify drops and duplicates
34294 * gst/videoscale/videoscale.c: (videoscale_get_structure):
34295 no good reason to limit ourselves to 100x100
34297 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34299 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34300 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34301 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34302 (gst_v4lsrc_get_property):
34303 * sys/v4l/gstv4lsrc.h:
34304 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34305 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34306 (gst_v4l_set_audio):
34307 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34308 (gst_v4lsrc_try_capture):
34309 * sys/v4l/v4lsrc_calls.h:
34310 change try_palette to more general try_capture
34311 add autoprobe option so we can turn off autoprobing
34314 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34318 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34319 (gst_ximagesink_class_init):
34320 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34321 (gst_xvimagesink_class_init):
34322 run them as finalize, not dispose, since dispose can be invoked
34325 2004-06-17 Wim Taymans <wim@fluendo.com>
34327 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34328 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34329 * ext/alsa/gstalsa.h:
34330 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34331 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34332 (gst_alsa_src_change_state):
34333 * ext/alsa/gstalsasrc.h:
34334 Make the xrun code timestamp and offset the buffers correctly.
34335 moved the clock to the base class, use alsa methods to get time.
34336 Do correct timestamping on outgoing buffers.
34338 2004-06-17 Wim Taymans <wim@fluendo.com>
34340 * gst/audiorate/Makefile.am:
34341 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34342 (gst_audiorate_base_init), (gst_audiorate_class_init),
34343 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34344 (gst_audiorate_set_property), (gst_audiorate_get_property),
34345 (gst_audiorate_change_state), (plugin_init):
34346 Added an audiorate converter that fills in gaps.
34348 2004-06-17 Johan Dahlin <johan@gnome.org>
34350 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34352 2004-06-16 Wim Taymans <wim@fluendo.com>
34354 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34355 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34356 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34357 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34358 (gst_v4lsrc_get_property):
34359 * sys/v4l/gstv4lsrc.h:
34360 Added a copy mode to v4lsrc where it will output a copied version
34361 of its internal hardware buffer.
34362 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34365 2004-06-16 Wim Taymans <wim@fluendo.com>
34367 * sys/oss/gstosssrc.c: (gst_osssrc_get):
34370 2004-06-16 Wim Taymans <wim@fluendo.com>
34372 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34373 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34374 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34375 (gst_v4lsrc_get_property):
34376 * sys/v4l/gstv4lsrc.h:
34377 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34378 Added a sync mode enum property to control v4lsrc timestamp method
34379 Removed the use-fixed-fps property and moved functionality in
34381 Don't error on an error value from v4l-conf, it might not always
34384 2004-06-16 Wim Taymans <wim@fluendo.com>
34386 * gst/videorate/Makefile.am:
34387 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34388 (gst_videorate_base_init), (gst_videorate_class_init),
34389 (gst_videorate_getcaps), (gst_videorate_link),
34390 (gst_videorate_init), (gst_videorate_chain),
34391 (gst_videorate_set_property), (gst_videorate_get_property),
34392 (gst_videorate_change_state), (plugin_init):
34393 Added a video timestamp corrector.
34395 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34397 fixed a potential leak with previous commit
34399 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34401 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34403 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34404 Added missing refcount, fixes bug #144425
34405 Cheers Tim for finding the bug
34407 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
34409 * sys/v4l/gstv4l.c: (plugin_init):
34410 * sys/v4l/gstv4lcolorbalance.c:
34411 * sys/v4l/gstv4lcolorbalance.h:
34412 * sys/v4l/gstv4lelement.c:
34413 * sys/v4l/gstv4lelement.h:
34414 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34415 * sys/v4l/gstv4lmjpegsink.h:
34416 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34417 * sys/v4l/gstv4lmjpegsrc.h:
34418 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34419 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34420 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34421 * sys/v4l/gstv4lsrc.h:
34422 * sys/v4l/gstv4ltuner.c:
34423 * sys/v4l/gstv4ltuner.h:
34424 * sys/v4l/gstv4lxoverlay.c:
34425 * sys/v4l/gstv4lxoverlay.h:
34426 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34427 (gst_v4l_set_window), (gst_v4l_enable_overlay):
34428 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34429 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34430 (gst_v4l_set_audio):
34431 * sys/v4l/v4l_calls.h:
34432 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34433 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34434 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34435 (gst_v4lmjpegsink_playback_init),
34436 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34437 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34438 (gst_v4lmjpegsink_playback_stop),
34439 (gst_v4lmjpegsink_playback_deinit):
34440 * sys/v4l/v4lmjpegsink_calls.h:
34441 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34442 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34443 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34444 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34445 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34446 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34447 * sys/v4l/v4lmjpegsrc_calls.h:
34448 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34449 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34450 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34451 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34452 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34453 (gst_v4lsrc_try_palette):
34454 * sys/v4l/v4lsrc_calls.h:
34455 bunch of paranoia cleanups
34457 2004-06-14 David Schleef <ds@schleef.org>
34459 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34460 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34461 Send discont events and change timestamps appropriately when
34462 we get a seek event. (bug #144240)
34463 * ext/cdparanoia/gstcdparanoia.h:
34465 2004-06-14 Benjamin Otte <otte@gnome.org>
34467 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34468 snd_pcm_hw_params_set_rate since the latter fails for no good
34469 reason on some setups.
34471 2004-06-14 David Schleef <ds@schleef.org>
34473 * gst/volume/demo.c: (value_changed_callback): exp10() is not
34474 standard. Thank you for playing.
34476 2004-06-14 Wim Taymans <wim@fluendo.com>
34478 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34479 Patch 1.3 broke the ordering of the colorspace info and
34480 made the plugin basically work by coincidence, reordered
34483 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34485 * ext/lame/gstlame.c:
34486 * ext/mad/gstmad.c:
34487 sync caps. Make sure mad can only output a list of rates, not
34488 a full range. In the future, have three caps lists for each of the
34489 mpeg versions. Change mpegversion to a double as well.
34491 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34493 * gst/volume/.cvsignore:
34494 * gst/volume/Makefile.am:
34495 * gst/volume/demo.c: (value_changed_callback), (idler),
34496 (setup_gui), (main):
34497 added small demo app
34499 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
34500 * ext/esd/esdsink.c: (gst_esdsink_change_state):
34501 * ext/esd/esdsink.h:
34502 Close the esd connection on pause, because esd will just wait -
34503 blocking all other esd clients indefinitely.
34505 2004-06-12 Christophe Fergeau <teuf@gnome.org>
34507 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34508 previous commit with GST_DEBUG
34510 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
34513 add a header check for a dvdread header in dvdnav. Fixes #133002
34515 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34517 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34518 * gst/tcp/gsttcpclientsink.h:
34519 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34520 * gst/tcp/gsttcpclientsrc.h:
34521 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34522 (gst_tcpserversink_handle_server_read),
34523 (gst_tcpserversink_init_send):
34524 * gst/tcp/gsttcpserversink.h:
34525 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34526 * gst/tcp/gsttcpserversrc.h:
34527 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34530 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34533 Added ogg library so that OSX detects libtheora properly
34535 2004-06-11 Wim Taymans <wim@fluendo.com>
34537 * ext/theora/theoradec.c: (theora_dec_chain),
34538 (theora_dec_change_state):
34539 Don't try to decode frames before we received a keyframe.
34541 2004-06-11 Wim Taymans <wim@fluendo.com>
34543 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34544 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34545 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34546 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34547 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34548 Added property to set the maximum delay of a page.
34550 2004-06-10 Wim Taymans <wim@fluendo.com>
34552 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34553 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34554 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34555 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34556 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34557 Added max-delay property to control the maximum amount
34558 of data to put in one page.
34560 2004-06-10 Wim Taymans <wim@fluendo.com>
34562 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34563 (gst_theora_enc_init), (theora_enc_sink_link),
34564 (theora_buffer_from_packet), (theora_enc_set_property),
34565 (theora_enc_get_property):
34566 Set duration on encoded buffer, added some more properties
34568 2004-06-10 Wim Taymans <wim@fluendo.com>
34570 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34571 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34572 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34573 * ext/theora/theoraenc.c: (theora_enc_chain):
34574 Fix refcounting bugs
34576 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34578 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34579 (gst_asf_demux_loop), (gst_asf_demux_process_file),
34580 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34581 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34582 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34583 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34584 (gst_asf_demux_change_state):
34585 * gst/asfdemux/gstasfdemux.h:
34586 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34587 feels like. I think we should set a new requirement for demuxers
34588 from now on to implement sane loop functions, data loops, query
34589 and seek functions before first commit into CVS. And this commit
34590 fixes all of the above.
34592 2004-06-10 Christophe Fergeau <teuf@gnome.org>
34594 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34595 vorbis comments are properly encoded in UTF-8 before adding them
34598 2004-06-09 Benjamin Otte <otte@gnome.org>
34600 * ext/alsa/gstalsa.c: (add_channels):
34601 handle min <= max correctly
34602 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34603 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34604 add fixation functions so we fixate correctly. No preferring of alaw
34605 anymore because it's the first structure.
34606 * ext/alsa/gstalsa.h:
34607 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34608 (gst_alsa_hw_params_dump):
34609 add functions to ease debugging in alsalib
34610 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34611 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34612 (gst_alsa_start_audio):
34613 only specify hw params if we really setup a format (fixes #134007 -
34614 or at least works around it)
34616 2004-06-09 Wim Taymans <wim@fluendo.com>
34618 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34619 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34620 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34621 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34622 (gst_ogg_mux_loop):
34623 Use stream caps to setup the initial pages in the ogg stream.
34624 Correctly set the streamheader caps on the srcpad.
34626 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
34628 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34629 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34630 (gst_v4lsrc_getcaps):
34631 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34632 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34633 add querying of fps lists for webcams. Negotiating to a framerate
34636 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34638 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34639 (theora_push_buffer), (theora_push_packet),
34640 (theora_set_header_on_caps), (theora_enc_chain):
34641 mark buffers and put on streamheader, raw theora streaming
34642 now works too, whee
34644 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34646 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34647 (gst_tcp_gdp_read_caps):
34648 do a looping read for caps and GDP headers too
34650 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34652 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34653 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34654 return EOS instead of NULL in _get
34656 2004-06-08 Wim Taymans <wim@fluendo.com>
34658 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34659 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34660 (gst_tcp_gdp_write_caps):
34661 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34662 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34663 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34666 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34668 * ext/vorbis/Makefile.am:
34669 * ext/vorbis/vorbis.c: (plugin_init):
34670 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34671 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34672 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34673 (vorbis_parse_change_state):
34674 * ext/vorbis/vorbisparse.h:
34675 adding a vorbisparse element that marks the buffers, streaming
34676 raw vorbis using GDP now works, whee
34678 2004-06-08 Wim Taymans <wim@fluendo.com>
34680 * ext/jpeg/Makefile.am:
34682 * ext/jpeg/gstjpeg.c: (plugin_init):
34683 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34684 (gst_smokedec_base_init), (gst_smokedec_class_init),
34685 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34686 * ext/jpeg/gstsmokedec.h:
34687 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34688 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34689 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34690 (gst_smokeenc_resync), (gst_smokeenc_chain),
34691 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34692 * ext/jpeg/gstsmokeenc.h:
34693 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34694 (smokecodec_flush_destination), (smokecodec_term_destination),
34695 (smokecodec_init_source), (smokecodec_fill_input_buffer),
34696 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34697 (smokecodec_term_source), (smokecodec_encode_new),
34698 (smokecodec_decode_new), (smokecodec_info_free),
34699 (smokecodec_set_quality), (smokecodec_get_quality),
34700 (smokecodec_set_threshold), (smokecodec_get_threshold),
34701 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34702 (find_best_size), (abs_diff), (put), (smokecodec_encode),
34703 (smokecodec_parse_header), (smokecodec_decode):
34704 * ext/jpeg/smokecodec.h:
34705 Added a new simple jpeg based codec
34707 2004-06-08 Wim Taymans <wim@fluendo.com>
34709 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34710 (gst_multipart_mux_loop):
34713 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34715 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34716 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34717 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34718 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34719 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34720 * gst/tcp/gsttcpserversink.h:
34721 take streamheader into account
34723 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34725 * gst/level/Makefile.am:
34726 * gst/level/gstlevel.c: (gst_level_class_init):
34727 clean up marshal generation
34729 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34731 * gst/tcp/Makefile.am:
34732 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34733 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34734 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34735 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34736 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34737 (gst_tcpclientsrc_get_property):
34738 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34739 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34740 (gst_tcpserversink_handle_client_read),
34741 (gst_tcpserversink_handle_client_write),
34742 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34743 * gst/tcp/gsttcpserversink.h:
34744 add signals client-added and client-removed
34745 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34746 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34747 (gst_tcpserversrc_get_property):
34748 uniformized, change default protocol to NONE
34749 * gst/tcp/gsttcp-marshal.list: added
34750 2004-06-07 Benjamin Otte <otte@gnome.org>
34752 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34753 handle discont events if they happen before caps nego
34755 2004-06-07 Wim Taymans <wim@fluendo.com>
34757 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34758 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34759 (gst_multipart_demux_plugin_init):
34760 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34761 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34762 (gst_multipart_mux_change_state):
34763 Small updates, fix a memleak
34765 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34767 * configure.ac: OSS portability
34768 * ext/arts/gst_arts.c: idem
34769 * sys/oss/gstosselement.c: idem
34770 * sys/oss/gstossmixer.c: idem
34771 * sys/oss/gstosssink.c: idem
34772 * sys/oss/gstosssrc.c: idem
34773 * sys/oss/oss_probe.c: idem
34774 - check for soundcard.h in different places for some BSD
34776 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
34779 Add me to the authors file
34781 Increase the libdv requirement to >= version 0.100
34782 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34783 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34784 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34785 * ext/dv/gstdvdec.h:
34786 Add support for the new_media flag when sending DISCONT events
34787 Make the querying work when video pad is not linked
34789 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34791 reviewed by Benjamin Otte <otte@gnome.org>
34793 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34794 create a NULL-initialized array of pads, so we don't think they
34795 exist already. (fixes #143130)
34797 2004-06-07 Benjamin Otte <otte@gnome.org>
34799 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34800 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34801 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34802 don't use // coments
34804 2004-06-07 Benjamin Otte <otte@gnome.org>
34806 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34807 cast to GstClockTime to get higher granularity
34808 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34809 use gst_element_set_time_delay to get the exact time
34810 * ext/mad/gstmad.c: (gst_mad_chain):
34811 use the negotiated rate instead of the current frame's rate which
34812 might be wrong because of bit errors. This avoids emitting totally
34813 bogus timestamps and screwing sync.
34816 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34818 reviewed by Benjamin Otte <otte@gnome.org>
34820 * gst/adder/gstadder.c: (gst_adder_loop):
34821 properly error out when no negotiation has happened yet. (fixes
34824 2004-06-06 Benjamin Otte <otte@gnome.org>
34826 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34827 forward correctly transformed offset in discont events. Based on
34828 patch by Arwed v. Merkatz. (fixes #142851)
34830 2004-06-06 David Schleef <ds@schleef.org>
34832 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34833 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
34834 problems on several systems.
34836 2004-06-06 Benjamin Otte <otte@gnome.org>
34838 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34839 use explicit caps on the srcpad
34840 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34841 properly error out if caps couldn't be set (fixes #142764)
34843 2004-06-06 Benjamin Otte <otte@gnome.org>
34845 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34846 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34847 (gst_alsa_start_audio):
34848 - don't call set_periods_integer anymore, it breaks the
34849 configuration randomly
34850 - call snd_pcm_hw_params_set_access directly instead of using masks
34851 - don't fail if the sw_params can't be set, just use the default
34852 params and hope it works. Alsalib has weird issues when you touch
34853 sw_params and does no proper error reporting about what failed.
34854 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34855 (gst_alsa_close_audio):
34856 make our alsa debugging go via gst debugging and not conditionally
34858 * ext/alsa/gstalsa.h:
34859 add ALSA_DEBUG_FLUSH macro
34860 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34862 wrap alsa errors to be printed via the gst debugging system and not
34865 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
34867 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34868 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34869 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34870 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34871 (qtdemux_parse_trak):
34872 * gst/qtdemux/qtdemux.h:
34873 Bitch. Also known as seeking, querying & co.
34874 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34875 (gst_osssink_change_state):
34876 * sys/oss/gstosssink.h:
34877 Resyncing is for weenies, this hack is no longer needed and was
34878 broken anyway (since it - unintendedly - always leaves resync to
34881 2004-06-05 Andrew Turner <zxombie@hotpop.com>
34883 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34884 * gst/tcp/gsttcpclientsrc.h: idem
34885 - define MSG_NOSIGNAL if not done
34886 - include unistd.h for off_t
34889 2004-06-05 Benjamin Otte <otte@gnome.org>
34892 * ext/kio/Makefile.am:
34893 check for qt's moc preprocessor explicitly and use it
34895 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34897 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34898 don't get a signal for EPIPE on socket writes
34899 (somebody check if this works on other platforms)
34901 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34903 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34904 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34905 check error condition on available samples correctly
34907 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34909 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34911 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34912 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34913 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34914 (gst_tcpserversrc_gdp_read_header):
34915 use ssize_t over size_t since the former is signed and thus the
34916 check for error codes can work
34918 2004-06-02 Wim Taymans <wim@fluendo.com>
34922 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34923 (gst_multipart_mux_loop):
34926 2004-06-02 Wim Taymans <wim@fluendo.com>
34928 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34929 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34930 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34931 (gst_multipart_mux_change_state):
34932 Added configurable boundary specifier, added the value as a
34933 caps field as well.
34935 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34937 * gst/tcp/gsttcp.c:
34938 * gst/tcp/gsttcpclientsrc.c:
34939 * gst/tcp/gsttcpclientsrc.h:
34940 * gst/tcp/gsttcpserversrc.c:
34941 - portability fix, to compile on OSX
34944 * sys/osxaudio/gstosxaudioelement.c:
34945 * sys/osxaudio/gstosxaudiosink.c:
34946 * sys/osxaudio/gstosxaudiosrc.c:
34947 - compilation warnings on OSX
34950 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34952 * ext/vorbis/vorbisdec.c : sign warning fixes
34954 * gst-libs/gst/mixer/mixertrack.c :
34955 do no use defines which are glib 2.4 specific
34957 2004-06-01 Christophe Fergeau <teuf@gnome.org>
34959 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34960 buffer since libflac doesn't expect it (reports a sync error when
34961 it encounters that)
34964 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
34966 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34967 * gst-libs/gst/mixer/mixertrack.c:
34968 (gst_mixer_track_get_property), (get_mixer_track_init),
34969 (get_mixer_track_get_property): Added property accessors
34970 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34971 * gst-libs/gst/mixer/mixeroptions.c:
34972 (gst_mixer_options_get_values): Added
34973 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34974 * gst-libs/gst/mixer/mixer.c: Fixed comment
34977 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34979 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34980 improve error messages on open
34983 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34985 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34986 check if v4l-conf is in path
34988 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
34990 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34991 change assert to a more readable error message
34993 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34995 * gst-libs/gst/tuner/tunerchannel.h:
34996 - add a freq_multiplicator field to make the conversion
34997 between internal frequency unit and Hz
34998 * sys/v4l/gstv4lelement.c:
34999 * sys/v4l2/gstv4l2element.c:
35000 - change default video device to /dev/video0
35001 * sys/v4l/v4l_calls.c:
35002 * sys/v4l2/v4l2_calls.c:
35003 - we only expose frequency to the user in Hz instead of
35004 bastard v4lX unit (either 62.5kHz or 62.5Hz)
35006 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
35007 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35008 Initialise b_o_s and e_o_s variables
35009 * gst-libs/gst/riff/riff-media.c:
35010 (gst_riff_create_video_caps_with_data):
35011 Add some unusual fourcc's from mplayer avi's
35012 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
35013 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
35016 2004-05-28 Wim Taymans <wim@fluendo.com>
35019 * gst/alpha/Makefile.am:
35020 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
35021 (gst_alpha_get_type), (gst_alpha_base_init),
35022 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
35023 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
35024 (gst_alpha_chroma_key), (gst_alpha_chain),
35025 (gst_alpha_change_state), (plugin_init):
35026 A plugin to add an alpha channel to I420 video. Can optionally do
35028 * gst/multipart/Makefile.am:
35029 * gst/multipart/multipart.c: (plugin_init):
35030 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
35031 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
35032 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35033 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35034 (gst_multipart_demux_change_state),
35035 (gst_multipart_demux_plugin_init):
35036 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35037 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35038 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35039 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35040 (gst_multipart_mux_pad_unlink),
35041 (gst_multipart_mux_request_new_pad),
35042 (gst_multipart_mux_handle_src_event),
35043 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35044 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35045 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35046 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35047 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35048 send multipart jpeg images to a browser.
35049 * gst/videobox/Makefile.am:
35050 * gst/videobox/README:
35051 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35052 (gst_video_box_get_type), (gst_video_box_base_init),
35053 (gst_video_box_class_init), (gst_video_box_init),
35054 (gst_video_box_set_property), (gst_video_box_get_property),
35055 (gst_video_box_sink_link), (gst_video_box_i420),
35056 (gst_video_box_ayuv), (gst_video_box_chain),
35057 (gst_video_box_change_state), (plugin_init):
35058 Crops or adds borders around an image. can do alpha channel
35060 * gst/videomixer/Makefile.am:
35061 * gst/videomixer/README:
35062 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35063 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35064 (gst_videomixer_pad_get_sink_event_masks),
35065 (gst_videomixer_pad_get_property),
35066 (gst_videomixer_pad_set_property),
35067 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35068 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35069 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35070 (gst_videomixer_base_init), (gst_videomixer_class_init),
35071 (gst_videomixer_init), (gst_videomixer_request_new_pad),
35072 (gst_videomixer_handle_src_event),
35073 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35074 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35075 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35076 (gst_videomixer_loop), (gst_videomixer_get_property),
35077 (gst_videomixer_set_property), (gst_videomixer_change_state),
35079 Generic video mixer plugin, can handle multiple inputs all with
35080 different framerates and video sizes. Is fully alpha channel
35083 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
35085 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35086 Select first track as master track. Not sure how else to handle
35088 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35089 Discard discont events. Should fix #142962.
35091 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
35093 * ext/alsa/Makefile.am:
35094 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35095 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35096 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35097 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35098 (gst_alsa_mixer_get_option):
35099 * ext/alsa/gstalsamixer.h:
35100 * ext/alsa/gstalsamixeroptions.c:
35101 (gst_alsa_mixer_options_get_type),
35102 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35103 (gst_alsa_mixer_options_new):
35104 * ext/alsa/gstalsamixeroptions.h:
35105 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35106 * ext/alsa/gstalsamixertrack.h:
35107 Add enumerations (as GstMixerOptions). Make correct distinction
35108 between input/output tracks. Add capture/playback private flag.
35109 Use flag to decide on whether to set capture or playback volumes
35110 or switches. Use playback and record switches.
35111 * gst-libs/gst/mixer/Makefile.am:
35112 * gst-libs/gst/mixer/mixer-marshal.list:
35113 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35114 (gst_mixer_set_option), (gst_mixer_get_option),
35115 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35116 (gst_mixer_volume_changed), (gst_mixer_option_changed):
35117 * gst-libs/gst/mixer/mixer.h:
35118 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35119 (gst_mixer_options_class_init), (gst_mixer_options_init),
35120 (gst_mixer_options_dispose):
35121 * gst-libs/gst/mixer/mixeroptions.h:
35122 Add GstMixerOptions.
35123 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35124 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35125 broken device detection on computers with multiple OSS sound
35128 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
35130 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35131 fixate nicely even when the peer is not negotiating
35133 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
35135 * gst/audioconvert/gstaudioconvert.c:
35136 (gst_audio_convert_parse_caps):
35137 make sure we don't allow depth > width
35138 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35139 fixate endianness to G_BYTE_ORDER as default
35140 * gst/audioscale/gstaudioscale.c:
35141 we don't handle another endianness as host-endianness
35143 2004-05-25 David Schleef <ds@schleef.org>
35145 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
35147 2004-05-24 Benjamin Otte <otte@gnome.org>
35149 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35150 (gst_oggvorbisenc_setup):
35151 properly fail when we can't setup the vorbis encoder due to
35152 unsupported settings
35153 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35154 (gst_vorbisenc_setup):
35156 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35157 fix case where warnings occured when one pad was unlinked while the
35158 other's link function was called
35160 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
35162 * gst/tcp/Makefile.am:
35165 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
35167 * gst-libs/gst/resample/private.h:
35168 don't use optimizations that are #if 0'ed
35170 2004-05-24 Wim Taymans <wim@fluendo.com>
35172 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35173 Fix potential division by zero error and hopefully get
35174 the position query right to get correct timestamps on avi
35177 2004-05-24 Wim Taymans <wim@fluendo.com>
35179 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35180 (gst_videoscale_scale_nearest_str2),
35181 (gst_videoscale_scale_nearest_str4),
35182 (gst_videoscale_scale_nearest_32bit),
35183 (gst_videoscale_scale_nearest_24bit),
35184 (gst_videoscale_scale_nearest_16bit):
35185 Fix the scaling algorithm and avoid a buffer overflow.
35186 removed the while loop in the scaling function as it
35187 was used for point sampling only.
35189 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
35191 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35192 (gst_id3_tag_class_init), (gst_id3_tag_init),
35193 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35194 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35195 (gst_id3_tag_send_tag_event):
35196 lots of fixes to make id3mux work and id3demux work correctly
35198 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35201 add rules to build shout2send (was removed by accident
35202 when this module was no more marked experimental/broken)
35204 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
35206 * ext/shout2/gstshout2.c:
35207 * ext/shout2/gstshout2.h:
35208 adding a "connection problem" signal to shout2send
35211 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
35213 * ext/kio/kioreceiver.cpp:
35214 * ext/kio/kioreceiver.h:
35215 fix sign comparison issues
35217 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35219 * gst/cdxaparse/gstcdxaparse.c:
35220 * gst/cdxaparse/gstcdxaparse.h:
35222 add some checks/sanity
35223 prepare for seek addition
35225 * sys/sunaudio/gstsunaudio.c:
35226 remove exported dupe init function
35228 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
35230 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35231 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35232 Fix format conversion and position querying.
35233 * gst/debug/progressreport.c: (gst_progressreport_report):
35234 Don't output a bogus total value that we didn't query.
35235 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35236 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35237 only a blank window after xine has been used.
35239 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
35242 sync with upstream version to fix test on FC2
35243 readd with -ko to preserve Id header
35245 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35248 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35249 * gst/tcp/gsttcpclientsrc.c: idem
35250 * gst/tcp/gsttcpserversink.c: idem
35251 * gst/tcp/gsttcpserversrc.c: idem
35252 * m4/gst-fionread.m4: idem
35254 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35256 * configure.ac: enable speex plugin for speex 1.1.5+
35257 * ext/speex/gstspeexenc.c: fix cast warning
35259 * ext/esd/README: fix typo
35261 2004-05-20 David Schleef <ds@schleef.org>
35263 * configure.ac: Minor cosmetic change to convince the buildbot to
35265 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35266 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35267 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35268 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35269 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35270 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35271 More hacking. Plays audio now.
35273 2004-05-20 David Schleef <ds@schleef.org>
35278 2004-05-20 David Schleef <ds@schleef.org>
35280 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
35281 * sys/osxaudio/gstosxaudio.c:
35282 * sys/osxaudio/gstosxaudioelement.c:
35283 * sys/osxaudio/gstosxaudioelement.h:
35284 * sys/osxaudio/gstosxaudiosink.c:
35285 * sys/osxaudio/gstosxaudiosink.h:
35286 * sys/osxaudio/gstosxaudiosrc.c:
35287 * sys/osxaudio/gstosxaudiosrc.h:
35289 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35291 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35292 (gst_vorbisenc_chain):
35293 put the codec headers on the caps as streamheader as well as
35296 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35298 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35299 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35300 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35301 split up push_packet into two functions
35303 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35305 * gst/tcp/.cvsignore:
35307 * gst/tcp/Makefile.am:
35309 * gst/tcp/gsttcp.c:
35310 * gst/tcp/gsttcp.h:
35311 * gst/tcp/gsttcpclientsink.c:
35312 * gst/tcp/gsttcpclientsink.h:
35313 * gst/tcp/gsttcpclientsrc.c:
35314 * gst/tcp/gsttcpclientsrc.h:
35315 * gst/tcp/gsttcpplugin.c:
35316 * gst/tcp/gsttcpserversink.c:
35317 * gst/tcp/gsttcpserversink.h:
35318 * gst/tcp/gsttcpserversrc.c:
35319 * gst/tcp/gsttcpserversrc.h:
35320 add new tcp elements
35322 2004-05-19 Wim Taymans <wim@fluendo.com>
35324 * gst/law/mulaw-conversion.c: (mulaw_encode):
35325 Fix overflow bug in ulaw encoding.
35327 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35329 * ext/mad/gstmad.c: (gst_mad_handle_event):
35330 don't unref the event twice
35332 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35335 remove -Wno-sign-compare
35337 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35340 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35341 if you want to work against glib 2.2 and 2.4
35343 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
35345 * gst/tcp/Makefile.am:
35346 * gst/tcp/gsttcp.c:
35347 * gst/tcp/gsttcp.h:
35348 * gst/tcp/gsttcpsink.h:
35349 * gst/tcp/gsttcpsrc.h:
35350 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35352 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35354 * gst/debug/tests.c: (md5_get_value):
35355 fix segfault on gst-inspect
35357 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35359 * gst/debug/testplugin.c:
35360 * gst/debug/tests.c:
35361 * gst/debug/tests.h:
35362 add new extensible and configurable testing element. Current tests
35363 include buffer count, stream length, timestamp/duration matching and
35365 * gst/debug/Makefile.am:
35366 * gst/debug/gstdebug.c: (plugin_init):
35367 add infrastructure for new element
35369 2004-05-19 Johan Dahlin <johan@gnome.org>
35371 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35372 ending of the array. Fixes gst-inspect segfault on ppc.
35374 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35376 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35378 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35380 2004-05-18 David Schleef <ds@schleef.org>
35382 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35383 warnings (bugs, actually) noticed by gcc but not forte.
35385 2004-05-18 David Schleef <ds@schleef.org>
35387 * sys/sunaudio/Makefile.am:
35388 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35390 2004-05-18 David Schleef <ds@schleef.org>
35392 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35393 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
35394 to allow qtdemux to use non-seekable streams. (bug #142272)
35396 2004-05-18 David Schleef <ds@schleef.org>
35398 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35399 (gst_resample_sinc_ft_float): Remove use of static temporary
35400 buffer. This code was obviously not supposed to last long, but
35401 it's stuck in our ABI, so it required a little hack to make it
35402 ABI-compatible. Fixes #142585.
35403 * gst-libs/gst/resample/resample.h: same.
35405 2004-05-18 David Schleef <ds@schleef.org>
35407 * configure.ac: Add sunaudio
35408 * examples/Makefile.am: make gstplay depend on gconf
35409 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35410 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35411 (convert_table_lookup), (img_convert): remove c99-isms
35412 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35413 unsigned, to fix a warning on Solaris
35414 * gst/mpeg1sys/systems.c: bcopy->memcpy
35415 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35416 * sys/Makefile.am: Add sunaudio
35418 2004-05-18 Wim Taymans <wim@fluendo.com>
35420 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35421 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35422 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35423 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35424 (gst_ogg_mux_loop):
35425 Fix an ugly memleak where the muxer didn't flush enough ogg
35426 pages. This also resulted in badly muxed ogg files.
35428 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35430 * gst/asfdemux/asfheaders.c :
35431 * gst/asfdemux/asfheaders.h :
35432 * gst/asfdemux/gstasfdemux.c :
35433 - fix ASF_OBJ_PADDING guid
35434 - add 3 new object guids (language list, metadata,
35435 extended stream properties)
35436 - add a function to parse extended header objects
35438 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
35440 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35441 remove leftover debugging g_print
35443 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
35445 * ext/mad/gstmad.c: (gst_mad_handle_event):
35446 Fix for when the first format in a discont event is not a
35447 byte-based one. Should fix #137710.
35449 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35451 * m4/a52.m4 : fix compilation with -Wall -Werror
35452 * m4/libfame.m4 : idem
35453 * m4/libmikmod.m4 : idem
35455 2004-05-17 Benjamin Otte <otte@gnome.org>
35457 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35458 signal the new tags before giving up the reference
35460 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
35462 * ext/shout2/gstshout2.c:
35463 use application/ogg instead of application/x-ogg (patch by Patrick
35464 Guimond, fixes #142432)
35465 * sys/oss/gstosselement.c: (gst_osselement_reset),
35466 (gst_osselement_sync_parms):
35467 don't set fragment size unless specified (fixes #142493)
35469 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35471 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35474 2004-05-17 Benjamin Otte <otte@gnome.org>
35476 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35477 compute offsets correctly for internal buffers so timestamps are set
35478 correctly when we can't seek. Also handle cases where there are no
35479 offsets. (based on a patch by David Moore, fixes #142507)
35481 2004-05-17 Benjamin Otte <otte@gnome.org>
35483 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35484 use correct variable when determining amount of data to skip so we
35485 don't skip into the void and segfault
35487 2004-05-16 Benjamin Otte <otte@gnome.org>
35489 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35492 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35494 * gst/asfdemux/gstasfdemux.c:
35495 - fix a mem leak and always propagate tags
35496 - add WMV3 to known video codecs (but no decoder yet)
35497 - replace "surplus data" at end of audio header for what
35498 it is : codec specific data
35501 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
35503 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
35505 * gst-libs/gst/audio/audioclock.c:
35506 Fix wrong return type (#142205).
35508 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35510 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35511 Ignore CRCs by default (fixes #142566).
35513 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35515 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35516 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35517 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35518 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35519 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35520 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35521 Fix for cases where we fail to attach to a mixer.
35523 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35525 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35526 Don't touch events after not owning them anymore.
35527 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35528 (gst_wavparse_fmt), (gst_wavparse_other),
35529 (gst_wavparse_handle_seek), (gst_wavparse_loop),
35530 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35531 (gst_wavparse_srcpad_event):
35532 * gst/wavparse/gstwavparse.h:
35533 Add seeking, fix querying.
35535 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35537 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35538 - process comments even if they don't end with \0\0
35539 g_convert would ignore them if present and works well without them
35541 2004-05-16 Benjamin Otte <otte@gnome.org>
35543 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35546 2004-05-16 Benjamin Otte <otte@gnome.org>
35548 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35549 don't write to memory we might not write to - g_convert does that
35550 for us anyway (fixes #142613)
35551 (gst_asf_demux_audio_caps):
35552 comment out gst_util_dump_mem
35554 2004-05-16 Benjamin Otte <otte@gnome.org>
35556 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35557 compute correct expected timestamps after seek (broken since
35559 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35560 rename element and debugging category to gdkpixbufscale
35562 2004-05-16 Benjamin Otte <otte@gnome.org>
35564 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35565 add error checking to snd_pcm_delay and remove duplicate call to
35566 snd_pcm_delay that caused issues (see inline code comments)
35567 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35568 make more readable and fix return value when snd_pcm_delay fails
35571 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
35572 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35573 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35574 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35575 (gst_pixbufscale_link), (gst_pixbufscale_init),
35576 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35577 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35578 (gst_pixbufscale_get_property), (pixbufscale_init):
35579 * ext/gdk_pixbuf/pixbufscale.h:
35580 Add these files I forgot earlier
35582 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
35583 * ext/gdk_pixbuf/Makefile.am:
35584 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35585 * ext/gdk_pixbuf/gstgdkpixbuf.h:
35586 Add new pixbufscale element to scale RGB video
35587 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35588 and HYPER interpolation correctly.
35589 * ext/theora/theoraenc.c: (theora_enc_chain),
35590 Discard buffer and return if explicit caps could not be set
35591 (theora_enc_get_property):
35592 Make _get return kbps for the bitrate consistent with
35596 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
35598 * ext/libvisual/visual.c: (gst_visual_chain):
35599 add missing visual_audio_analyze
35601 2004-05-14 David Schleef <ds@schleef.org>
35603 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35604 is killed while we're playing.
35605 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35606 gst_element_no_more_pads().
35608 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35610 * gst-libs/gst/riff/riff-read.c :
35611 - fix INFO tag extraction in RIFF/AVI files
35612 because gst_event_unref (event) also freed taglist
35615 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35617 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35618 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35620 * gst/auparse/gstauparse.c :
35621 - add code (commented for now) to support audio/x-adpcm on src pad
35622 (we have no decoder for those layout yet)
35624 * gst/cdxaparse/gstcdxaparse.c :
35625 * gst/cdxaparse/gstcdxaparse.h :
35626 - partial rewrite using RiffRead (ripped iain's wavparse code)
35628 * gst/rtp/gstrtpL16enc.c : typo
35629 * gst/rtp/gstrtpgsmenc.c : typo
35631 2004-05-13 Benjamin Otte <otte@gnome.org>
35634 check for exact version of libvisual, it's not supposed to be
35637 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
35639 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35640 signal no-more-pads
35642 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35644 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35645 Report which format was used for GST_FORMAT_DEFAULT
35646 * gst/debug/Makefile.am:
35647 * gst/debug/gstdebug.c: (plugin_init):
35648 * gst/debug/progressreport.c: (gst_progressreport_base_init),
35649 (gst_progressreport_class_init), (gst_progressreport_init),
35650 (gst_progressreport_report), (gst_progressreport_set_property),
35651 (gst_progressreport_get_property), (gst_progressreport_chain),
35652 (gst_progressreport_plugin_init):
35653 Add progressreport element for testing.
35655 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
35657 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35658 * sys/v4l/gstv4lsrc.h:
35659 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35660 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35661 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35662 (gst_v4lsrc_grab_frame):
35664 send a discont at start
35666 2004-05-12 Colin Walters <walters@redhat.com>
35668 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35669 inflooping if we can't find a chunk. Or in other words, don't blow
35670 chunks if we don't have a chunk to blow.
35672 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35673 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35674 Remove old debug output
35675 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35676 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35677 (gst_dvdec_set_property), (gst_dvdec_get_property):
35678 Change the quality setting to an enum, so it works from gst-launch
35679 Don't renegotiate a non-linked pad. Allows audio only decoding.
35680 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35681 (gst_deinterlace_link), (gst_deinterlace_init):
35682 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35683 (gst_videodrop_link):
35684 Some caps negotiation fixes
35686 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35688 * ext/tarkin/gsttarkin.c :
35689 - Change RANK from NONE to PRIMARY
35690 * ext/gdk_pixbuf/gstgdkpixbuf.c :
35691 - Change RANK from NONE to MARGINAL
35692 * ext/divx/gstdivxenc.c :
35693 - Change RANK from PRIMARY to NONE (encoder/spider issue)
35695 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
35697 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35698 (gst_vorbisenc_push_packet):
35699 copy a function that was added between 1.0 and 1.0.1 until we
35700 depend on worthwhile features of post-1.0
35702 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
35705 enable shout2 by default
35706 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35707 (gst_shout2send_base_init), (gst_shout2send_init),
35708 (gst_shout2send_connect), (gst_shout2send_change_state):
35709 * ext/shout2/gstshout2.h:
35710 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35712 * ext/theora/theora.c: (plugin_init):
35713 don't set rank on encoders
35715 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
35717 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35718 Use codec_data property instead of flag1 and flag2 for wma
35720 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35722 * gst/cdxaparse/gstcdxaparse.c :
35723 - Add mpegversion to CAPS to make it link
35724 - Rank is as GST_RANK_SECONDARY instead of NONE
35725 * gst/auparse/gstauparse.c :
35726 - Document all audio encoding we can encounter from Solaris 9
35727 headers and libsndfile information.
35728 - Increase max. rate from 48000 to 192000 (to match other elements)
35729 - Don't try to play junk data between header and samples
35731 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35733 * ext/libvisual/visual.c: (gst_visual_getcaps):
35734 use the right caps depending on endianness (I hope)
35735 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35736 use GST_RANK_NONE for all non-decoding elements or spider gets
35739 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35741 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35742 Fix some odd cases and fix BE metadata parsing of unicode16 text.
35744 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35746 * gst/switch/gstswitch.c: (gst_switch_release_pad),
35747 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35748 (gst_switch_loop), (gst_switch_get_type):
35749 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35750 HEADERS. Had to be said.
35752 2004-05-10 David Schleef <ds@schleef.org>
35754 * configure.ac: Add prototype Dirac support.
35756 * ext/dirac/Makefile.am:
35757 * ext/dirac/gstdirac.cc:
35758 * ext/dirac/gstdiracdec.cc:
35760 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35762 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35763 (gst_auparse_init), (gst_auparse_chain),
35764 (gst_auparse_change_state):
35765 Hack around spider. Remove me some day please.
35767 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35769 * gst/auparse/gstauparse.c: (gst_auparse_chain):
35770 Fix for some uninitialized variables in previous patch, also
35771 makes it work. Fixes #142286 while we're at it.
35773 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35775 * gst/auparse/gstauparse.c:
35776 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35777 only unsupported formats are ADPCM/CCITT G.72x
35779 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35781 2004-05-10 Wim Taymans <wim@fluendo.com>
35783 * ext/vorbis/Makefile.am:
35784 * ext/vorbis/README:
35785 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35786 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35787 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35788 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35789 (gst_oggvorbisenc_convert_sink),
35790 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35791 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35792 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35793 (get_constraints_string), (update_start_message),
35794 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35795 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35796 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35797 * ext/vorbis/oggvorbisenc.h:
35798 * ext/vorbis/vorbis.c: (plugin_init):
35799 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35800 (raw_caps_factory), (gst_vorbisenc_class_init),
35801 (gst_vorbisenc_init), (gst_vorbisenc_setup),
35802 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35803 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35804 * ext/vorbis/vorbisenc.h:
35805 Added a raw vorbis encoder to be used with the oggmuxer.
35806 We still need the old encoder for some gnome applications,
35807 read the README to find out how that works.
35808 The raw encoder is called "rawvorbisenc" until 0.9.
35810 2004-05-10 Wim Taymans <wim@fluendo.com>
35812 * ext/ogg/gstogg.c: (plugin_init):
35813 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35815 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35816 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35817 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35818 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35819 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35820 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35821 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35822 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35823 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35824 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35825 Added an ogg muxer.
35826 Small typo fixes in the demuxer.
35828 2004-05-10 Wim Taymans <wim@fluendo.com>
35830 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35831 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35832 (theora_enc_change_state), (theora_enc_set_property),
35833 (theora_enc_get_property):
35834 Mark the last packet with an EOS flag which is not really needed
35836 Do some better video framerate initialisation.
35837 Update the buffer timestamp.
35839 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
35841 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35842 Return the result of the parent state change call
35844 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35846 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35847 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35848 * gst/law/alaw-encode.c : (idem)
35849 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35850 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35851 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35853 2004-05-09 Benjamin Otte <otte@gnome.org>
35855 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35856 don't use a fixed buffer size when writing variable length data to
35857 it. Fixes memory corruption and makes alsasrc work
35859 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35861 * ext/gnomevfs/gstgnomevfssink.c:
35862 (_gst_boolean_allow_overwrite_accumulator),
35863 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35864 Run glib's default signal handler (??) in RUN_CLEANUP rather than
35865 RUN_LAST, and don't use that to set the accumulator value because
35866 then it's always FALSE.
35868 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35870 * gst-libs/gst/riff/riff-media.c:
35871 (gst_riff_create_video_caps_with_data),
35872 (gst_riff_create_audio_caps),
35873 (gst_riff_create_audio_template_caps):
35874 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35875 Fix for unaligned RIFF files (i.e. where all the chunks together
35876 in a LIST chunk are not of the same size as the size given in
35877 the LIST chunk header). Fixes several odd WAVE files. Also fix
35878 ADPCM (block_align property) in audio, so that wavparse based
35879 on this works now as it used to stand-alone.
35881 2004-05-09 Edward Hervey <bilboed@bilboed.com>
35883 reviewed by Benjamin Otte <otte@gnome.org>
35885 * ext/a52dec/gsta52dec.c:
35886 * ext/divx/gstdivxdec.c:
35887 * ext/divx/gstdivxenc.c:
35888 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35889 * ext/faac/gstfaac.c: (gst_faac_base_init):
35890 * ext/faad/gstfaad.c: (gst_faad_base_init):
35891 * ext/ivorbis/vorbisfile.c:
35892 * ext/lame/gstlame.c:
35893 * ext/libfame/gstlibfame.c:
35894 * ext/mpeg2enc/gstmpeg2enc.cc:
35895 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35896 * ext/sidplay/gstsiddec.cc:
35897 * ext/speex/gstspeexdec.c:
35898 * ext/speex/gstspeexenc.c:
35899 * ext/xvid/gstxviddec.c:
35900 * ext/xvid/gstxvidenc.c:
35901 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35904 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
35906 * ext/alsa/gstalsa.c: (device_list),
35907 (gst_alsa_class_probe_devices):
35908 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35909 Fix alsa oddness in mixer after the combination of using mixer
35910 in source/sink elements and using hw:x,y instead of just hw:x.
35912 2004-05-09 Benjamin Otte <otte@gnome.org>
35914 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35915 (gst_wavparse_create_sourcepad):
35916 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35919 2004-05-09 Benjamin Otte <otte@gnome.org>
35921 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35922 allow discont events before caps nego
35924 2004-05-08 Benjamin Otte <otte@gnome.org>
35926 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35929 2004-05-08 Benjamin Otte <otte@gnome.org>
35931 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35932 (gst_level_change_state), (gst_level_init):
35933 * gst/level/gstlevel.h:
35934 figure out if we're initialized directly instead of keeping a
35935 variable that's wrong in 90% of cases
35936 don't initialize pads and then leak them and use a new unitialized
35937 pad. (fixes #142084)
35938 these were bugs so n00bish I didn't find them for an hour :/
35940 2004-05-08 Iain <iain@prettypeople.org>
35942 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35943 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35944 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35945 return the length that was read.
35946 (gst_riff_read_strf_auds): Allow fmt tags as well.
35948 2004-05-07 David Schleef <ds@schleef.org>
35950 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35951 signed char assumption in faad.h.
35953 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35955 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35956 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35958 2004-05-07 Colin Walters <walters@redhat.com>
35960 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35961 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35963 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35964 Add dispose function.
35966 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
35967 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35968 Fix caps nego and pad templates. RGB mode caps should
35970 * ext/dvdnav/gst-dvd:
35971 Move mpeg2dec inside the thread because otherwise the
35972 queue rejects cap changes mid-stream
35973 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35974 (gst_mpeg2dec_flush_decoder):
35975 For mpeg2dec > 0.4.0, call the flush function instead of
35976 manually extracting all in-flight frames.
35977 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35978 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35979 Change mime type video/dv go video/x-dv to match the
35980 rest of gst-plugins
35982 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
35984 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35985 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35986 (gst_alsa_sink_class_init):
35987 * ext/alsa/gstalsasink.h:
35988 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35989 (gst_alsa_src_class_init):
35990 * ext/alsa/gstalsasrc.h:
35991 Make alsasink/src a subclass of alsamixer so that mixer stuff
35992 shows up in gst-rec. Needs some finetuning.
35994 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
35996 * ext/lame/gstlame.c: (gst_lame_chain):
35998 * ext/mad/gstmad.c: (gst_mad_handle_event):
36000 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
36001 be able to detect mp3 files < 4096 bytes
36003 2004-05-06 Wim Taymans <wim@fluendo.com>
36005 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
36006 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
36007 (theora_enc_set_property), (theora_enc_get_property):
36008 Also encode the first frame, cleanup some code.
36010 2004-05-06 Wim Taymans <wim@fluendo.com>
36012 * ext/mpeg2enc/gstmpeg2enc.cc:
36013 Forward events first before deciding that negotiation was
36016 2004-05-06 Wim Taymans <wim@fluendo.com>
36018 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36019 First process the events before deciding that negotiation
36022 2004-05-06 Wim Taymans <wim@fluendo.com>
36024 * ext/theora/Makefile.am:
36025 * ext/theora/theora.c: (plugin_init):
36026 * ext/theora/theoradec.c: (theora_dec_change_state):
36027 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
36028 (gst_theora_enc_class_init), (gst_theora_enc_init),
36029 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
36030 (theora_enc_chain), (theora_enc_change_state),
36031 (theora_enc_set_property), (theora_enc_get_property):
36032 Added a theora encoder, grouped the encoder and decoder into the
36035 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
36037 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36038 (gst_jpegenc_chain):
36039 fix DURATION on outgoing buffers
36040 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36041 debug using time formats
36042 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36043 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36044 (gst_xvimagesink_sink_link):
36045 windows with width/height 0 generate X errors, so don't allow them
36047 2004-05-05 Wim Taymans <wim@fluendo.com>
36049 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36050 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36051 (gst_mpeg2dec_negotiate_format):
36052 * ext/mpeg2dec/gstmpeg2dec.h:
36053 removed the static pad template so that we can add the
36054 more accurate framerate value to the caps.
36057 2004-05-04 Benjamin Otte <otte@gnome.org>
36060 check for kdemacros.h, too (should fix #141821)
36061 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36062 don't crash if no header was sent, but nicely error out (fixes part
36065 2004-05-04 Wim Taymans <wim@fluendo.com>
36067 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36068 parent dispose function to avoid segfault on destroy.
36070 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
36072 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36074 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36075 (gst_xvimagesink_sink_link):
36076 clean up debugging caps
36077 also recreate xvimage when format has changed
36079 2004-05-04 Benjamin Otte <otte@gnome.org>
36081 * ext/libvisual/Makefile.am:
36082 * ext/libvisual/visual.c: (gst_visual_class_init),
36083 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36084 (gst_visual_srclink), (gst_visual_chain),
36085 (gst_visual_change_state), (plugin_init):
36086 use a GstAdapter to correctly adapt buffer sizes - allows using a
36089 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36091 * sys/v4l/gstv4lelement.h:
36092 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36093 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36094 (gst_v4lsrc_buffer_free):
36095 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36096 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36097 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36098 (gst_v4lsrc_requeue_frame):
36099 move some debugging categories around
36100 query for fps index and set accordingly if found
36102 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36104 * ext/lame/gstlame.c:
36105 correct defaults that lame_init puts out of range
36107 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36109 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36110 (gst_divxenc_class_init):
36111 fix range since -1 is the default
36112 * gst/mpeg1sys/gstmpeg1systemencode.c:
36113 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36114 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36115 (gst_rtjpegdec_chain):
36116 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36117 (gst_rtjpegenc_chain):
36118 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36119 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36120 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36121 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36122 * sys/v4l/gstv4lsrc.c:
36123 * sys/v4l/v4l_calls.c: (gst_v4l_open):
36124 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36125 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36126 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36127 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36128 remove gst_info calls
36130 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36139 Updated translations
36141 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36143 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36144 refactor/comment code
36146 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
36148 * gst/asfdemux/Makefile.am:
36149 * gst/asfdemux/asfheaders.c:
36150 * gst/asfdemux/asfheaders.h:
36151 * gst/asfdemux/gstasf.c: (plugin_init):
36152 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36153 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36154 (gst_asf_demux_setup_pad):
36155 * gst/asfdemux/gstasfdemux.h:
36156 * gst/asfdemux/gstasfmux.c:
36157 * gst/asfdemux/gstasfmux.h:
36158 Add tagging support to demuxer, split out registration in its own
36159 file instead of in demux (hacky), and prevent having some tables
36160 in our memory multiple times (in asfheaders.h).
36162 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
36164 * gst/matroska/matroska-demux.c:
36165 (gst_matroska_demux_parse_metadata):
36166 * gst/matroska/matroska-ids.h:
36167 Basic tag reading support.
36169 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
36171 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36172 Really detect ac-3 audio.
36173 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36174 really detect matroska files (off-by-1).
36176 2004-04-30 David Schleef <ds@schleef.org>
36178 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36179 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36180 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36181 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36182 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36183 hackage -- parse a lot more atoms, extract a few tags. One might even
36184 mistake this for tag support. Maybe it is.
36185 * gst/qtdemux/qtdemux.h:
36187 2004-04-30 Colin Walters <walters@verbum.org>
36189 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36191 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
36193 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36194 (gst_ffmpegcolorspace_getcaps):
36195 remove broken nego fix
36197 2004-04-30 Benjamin Otte <otte@gnome.org>
36201 * ext/libvisual/Makefile.am:
36202 * ext/libvisual/visual.c:
36203 add initial support for libvisual (http://libvisual.sourceforge.net)
36204 libvisual is still quite alpha, so expect crashes in there :)
36206 2004-04-29 David Schleef <ds@schleef.org>
36208 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36209 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36210 up qtdemux to make it spit out codec_data. Do _not_ look at this
36211 code; you will no longer respect me.
36213 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36215 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36216 * ext/alsa/gstalsa.h :
36217 change alsa pcm device discovery to find more than 1 device
36218 per card. code review by Ronald.
36220 2004-04-29 David Schleef <ds@schleef.org>
36222 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36223 Add a check for a driver bug on FreeBSD. (bug #140565)
36225 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
36227 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36228 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36229 (gst_jpegenc_getcaps):
36230 move format setting to inner loop
36231 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36232 (gst_ffmpegcolorspace_getcaps):
36233 use GST_PAD_CAPS if available so that we use already negotiated
36235 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36236 (qtdemux_parse_moov), (qtdemux_parse):
36238 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36239 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36240 move hardcoded path to DEFINE
36242 2004-04-28 David Schleef <ds@schleef.org>
36244 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
36247 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
36249 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36250 Don't probe for playback device if we're a source element. Fixes
36253 2004-04-29 Benjamin Otte <otte@gnome.org>
36255 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36256 (gst_id3_tag_chain):
36257 rewrite buffer offset
36259 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
36263 * ext/dts/Makefile.am:
36264 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36265 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36266 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36267 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36268 (gst_dtsdec_loop), (gst_dtsdec_change_state),
36269 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36271 * ext/dts/gstdtsdec.h:
36273 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36274 (gst_faad_srcconnect):
36275 Add ESDS atom handling (.m4a).
36277 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
36279 * ext/divx/gstdivxdec.c: (plugin_init):
36280 Remove comment that makes no sense.
36281 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36282 Fix for obvious typo that resulted in warnings during gst-register.
36283 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36284 (gst_xviddec_sink_link):
36285 Fix caps negotiation a bit better.
36286 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36287 We call this 'codec_data', not 'esds'.
36289 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
36291 * gst/monoscope/gstmonoscope.c:
36292 make sure we only provide 256x128
36293 * gst/monoscope/monoscope.c: (monoscope_init):
36294 assert size of 256x128
36296 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36299 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36300 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36301 fixate to max width and height of device
36303 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36306 * sys/v4l/gstv4l.c:
36307 * sys/v4l/gstv4lsrc.c:
36308 * sys/v4l/v4l_calls.c:
36309 * sys/v4l/v4lsrc_calls.c:
36310 fix for qc-usb driver which fakes having more than one buffer
36311 by handing the same buffer twice, which confused GStreamer's/v4lsrc
36312 buffer_free override
36315 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36318 * gst/videotestsrc/gstvideotestsrc.c:
36319 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36320 (gst_videotestsrc_init), (gst_videotestsrc_get),
36321 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36322 * gst/videotestsrc/gstvideotestsrc.h:
36323 add num-buffers property
36325 2004-04-26 Benjamin Otte <otte@gnome.org>
36327 * ext/mad/gstid3tag.c: (plugin_init):
36328 set id3mux rank to NONE so it doesn't confuse spider
36329 require audio/mpeg,mpegversion=1 in id3mux
36331 2004-04-26 Benjamin Otte <otte@gnome.org>
36334 detect faad correctly as non-working if it's indeed non-working
36336 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
36339 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36340 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36341 fix _getcaps so it only negotiates to its supported format
36343 2004-04-25 Benjamin Otte <otte@gnome.org>
36345 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36348 2004-04-23 Benjamin Otte <otte@gnome.org>
36350 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36351 audio/x-raw-int with height rules! not. Now it's depth.
36353 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
36355 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36356 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36357 (gst_wavparse_loop):
36358 Missing variable initialization. Add handling of DVI ADPCM. Fix
36359 mis-parsing of LIST chunks. This works around a bug where we mis-
36360 parse non-aligning LIST chunks (so LIST chunks where the contents
36361 don't align with the actual LIST size). The correct fix is to use
36362 rifflib, I'm not going to fix wavparse - too much work. All this
36365 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
36367 reviewed by Benjamin Otte <otte@gnome.org>
36369 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36370 fix shoutcast not working (fixes #140844)
36372 2004-04-22 Benjamin Otte <otte@gnome.org>
36374 * ext/hermes/gsthermescolorspace.c:
36375 (gst_hermes_colorspace_caps_remove_format_info):
36376 * gst/colorspace/gstcolorspace.c:
36377 (gst_colorspace_caps_remove_format_info):
36378 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36379 (gst_ffmpegcolorspace_caps_remove_format_info):
36380 s/gst_caps_simplify/gst_caps_do_simplify/
36382 2004-04-22 Benjamin Otte <otte@gnome.org>
36384 * gst-libs/gst/riff/riff-media.c:
36385 (gst_riff_create_video_caps_with_data):
36386 mpegversion is an int
36387 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36388 don't try to create pad templates with NULL caps, use any caps
36391 2004-04-20 David Schleef <ds@schleef.org>
36393 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36394 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
36397 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36399 reviewed by David Schleef
36401 * ext/mad/gstid3tag.c: Add stdlib.h
36402 * gst/rtp/gstrtpgsmenc.c: same
36403 * gst/tags/gstid3tag.c: same
36404 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36405 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36406 GST_DISABLE_LOADSAVE use.
36407 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36408 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36409 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36411 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36412 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36414 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36415 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36417 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36420 2004-04-20 David Schleef <ds@schleef.org>
36422 * gst/realmedia/rmdemux.c: This was supposed to part of the
36423 last checkin. Same idea.
36425 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36427 reviewed by David Schleef
36429 * configure.ac: bump required gstreamer version to 0.8.1.1
36430 because of following changes [--ds]
36432 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
36433 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36434 (gst_riff_read_header): Use GST_READ_UINT*
36435 macros to access possibly unaligned memory.
36437 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36438 (mp3_type_find): Use GST_READ_UINT*
36439 macros to access possibly unaligned memory.
36440 (mp3_type_find, mpeg1_parse_header, qt_type_find)
36441 (speex_type_find): Likewise
36443 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36445 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36446 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36447 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36448 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36449 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36450 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
36451 macros to access possibly unaligned memory.
36453 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36456 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36457 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36459 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36462 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36463 (gst_mpeg2subt_chain_subtitle): Likewise.
36465 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36466 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36469 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36472 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36475 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36478 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36481 update required version of GStreamer because of GST_TIME_FORMAT
36483 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
36485 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36486 remove leftover g_print
36487 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36488 don't try setting only a subset of the caps. We don't want to kill
36489 autoplugging on purpose
36491 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36493 * sys/ximage/ximagesink.c: (plugin_init):
36494 * sys/xvimage/xvimagesink.c: (plugin_init):
36495 add debugging categories
36497 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36501 Adding en_GB translation (Gareth Owen)
36503 2004-04-20 David Schleef <ds@schleef.org>
36505 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36506 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36507 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36508 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36509 A number of new features and hacks to extract the esds atom and
36510 put it into the caps. (bug #137724)
36512 2004-04-19 David Schleef <ds@schleef.org>
36514 * gconf/Makefile.am: Fix for non-GNU make
36515 * gst-libs/gst/Makefile.am: Change directory order to handle
36516 GstPlay linking with gstinterfaces
36517 * gst-libs/gst/audio/make_filter: make use of tr portable
36518 * gst-libs/gst/play/Makefile.am: Add intended \
36519 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36520 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36521 function prototype instead of void *.
36522 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36524 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36525 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36526 * gst/videofilter/make_filter: make use of tr portable
36527 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36529 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
36533 Added Ukrainian translation (Maxim V. Dziumanenko)
36535 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36537 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36538 (gst_gsmdec_link), (gst_gsmdec_chain):
36539 Fix capsnego, simplify chain function slightly.
36540 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36543 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36545 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36546 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36547 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36548 Hack to make wavparse work with spider (always -> sometimes pad).
36549 Fixes #135862 && #140411.
36551 2004-04-18 Benjamin Otte <otte@gnome.org>
36553 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36554 (gst_osselement_rate_probe_check),
36555 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36556 get rid of \n in debug output
36558 2004-04-17 Iain <iain@prettypeople.org>
36560 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36563 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36565 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36566 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36567 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36568 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36569 (gst_id3_tag_src_link), (gst_id3_tag_chain),
36570 (gst_id3_tag_change_state), (plugin_init):
36571 deprecate id3tag element and replace with id3demux/id3mux.
36572 great side effect: this ugly file is now even uglier, yay!
36573 * ext/mad/gstmad.h:
36574 remove non-available function
36575 update for new get_type
36577 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36580 require mpeg2dec >= 0.4.0
36582 2004-04-17 Benjamin Otte <otte@gnome.org>
36584 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36585 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36586 (gst_xvimagesink_set_xwindow_id):
36587 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36588 assorted cleanup fixes.
36590 2004-04-16 David Schleef <ds@schleef.org>
36592 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36593 * sys/xvimage/xvimagesink.h: same
36595 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
36597 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36598 Fix GST_ELEMENT_ERROR with (NULL)
36600 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36602 * gst-libs/gst/riff/riff-media.c:
36603 (gst_riff_create_video_caps_with_data):
36604 Add div[3456] as fourccs for DivX 3 (fixes #140137).
36606 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36608 * gst-libs/gst/riff/riff-media.c:
36609 (gst_riff_create_video_caps_with_data),
36610 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36611 (gst_riff_create_video_template_caps),
36612 (gst_riff_create_audio_template_caps):
36613 * gst-libs/gst/riff/riff-media.h:
36614 * gst-libs/gst/riff/riff-read.c:
36615 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36616 * gst-libs/gst/riff/riff-read.h:
36617 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36618 Add MS RLE support. I added some functions to read out strf chunks
36619 into strf chunks and the data behind it. This is usually color
36620 palettes (as in RLE, but also in 8-bit RGB). Also use those during
36621 caps creation. Lastly, add ADPCM (similar to wavparse - which
36622 should eventually be rifflib based).
36623 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36624 (gst_matroska_demux_init), (gst_matroska_demux_reset):
36625 * gst/matroska/matroska-demux.h:
36626 Remove placeholders for some prehistoric tagging system. Didn't add
36627 support for any tag system really anyway.
36628 * gst/qtdemux/qtdemux.c:
36629 Add support for audio/x-m4a (MPEG-4) through spider.
36630 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36631 (gst_wavparse_loop):
36632 ADPCM support (#135862). Increase max. buffer size because we
36633 cannot split buffers for ADPCM (screws references) and I've seen
36634 files with 2048 byte chunks. 4096 seems safe for now.
36636 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36638 * configure.ac: bump nano to 1
36640 === release 0.8.1 ===
36642 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36644 * configure.ac: releasing 0.8.1, "Comforting Sounds"
36646 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
36648 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36649 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36652 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36654 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36655 lower rank of dvddemux so that it's not used for mpeg playback.
36657 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
36660 save libs correctly when checking mad
36662 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36664 * ext/mad/gstid3tag.c: (plugin_init):
36665 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
36667 2004-04-13 David Schleef <ds@schleef.org>
36669 * common/m4/gst-feature.m4: Call -config scripts with
36670 --plugin-libs if it is supported.
36671 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36672 JPEG images are image/jpeg.
36673 * gst/debug/Makefile.am:
36674 * gst/debug/negotiation.c: (gst_negotiation_class_init),
36675 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36676 (gst_negotiation_update_caps), (gst_negotiation_get_property),
36677 (gst_negotiation_plugin_init): Add a property that acts like
36679 * testsuite/gst-lint: Move license checking to be a standard
36682 2004-04-13 David Schleef <ds@schleef.org>
36684 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36685 patch from Sebastien Cote (bug #139958)
36687 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36689 * examples/gstplay/Makefile.am:
36690 * examples/gstplay/player.c: (main):
36691 make the commandline player example use gconf settings
36693 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36695 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36696 (gst_cacasink_sinkconnect), (gst_cacasink_init),
36697 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36698 init/end library during state transition, not object
36699 creation/disposal. get rid of custom dispose handler.
36702 2004-04-12 Christian Schaller <Uraeus@gnome.org>
36704 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36707 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36709 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36710 Handle JUNK chunks inside data section. Prevents warnings.
36712 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36714 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36715 (gst_riff_create_video_template_caps):
36717 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36718 (gst_avi_demux_stream_data):
36719 Add support for "rec-list" chunks.
36721 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36723 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36724 Fix another codecname mismatch.
36726 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36728 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36729 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36730 so that MJPEG plays back.
36732 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36734 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36735 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36736 * gst/mpeg1videoparse/gstmp1videoparse.h:
36737 Fix for some slight mis-cuts in buffer parsing, and for some
36738 potential overflows or faults-causers. Adds disconts. Also fixes
36739 #139105 while we're at it.
36741 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36744 * sys/v4l2/gstv4l2element.h:
36745 Workaround for missing struct v4l2_buffer declaration in Suse 9
36746 and Mandrake 10 linux/videodev2.h header file (#135919).
36748 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36750 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36751 Bail out if no filename was given.
36753 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36755 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36756 (gst_v4l2_fourcc_from_structure):
36757 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36760 2004-04-09 Benjamin Otte <otte@gnome.org>
36762 * ext/gnomevfs/gstgnomevfssink.c:
36763 (_gst_boolean_allow_overwrite_accumulator),
36764 (gst_gnomevfssink_class_init):
36765 fix erase signal - if any handler returns false the file will not be
36766 overwritten. If no handler is connected, the file will not be
36767 overwritten either.
36768 renamed signal to "allow-overwrite"
36769 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36770 free string when adding it to ID3 failed
36771 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36772 unref event when done
36773 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36775 * gst/typefind/gsttypefindfunctions.c:
36776 (mpeg_video_stream_type_find):
36779 2004-04-08 David Schleef <ds@schleef.org>
36781 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36782 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36784 2004-04-08 David Schleef <ds@schleef.org>
36786 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36787 we don't support (bug #139532)
36789 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
36791 * ext/mad/gstmad.c: (gst_mad_handle_event),
36792 (gst_mad_check_caps_reset), (gst_mad_chain),
36793 (gst_mad_change_state):
36794 only set explicit caps if they haven't been set before for
36795 this stream. MPEG-audio sample rate/channels aren't allowed
36796 to change in-stream.
36799 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36801 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36802 (_gst_boolean_did_something_accumulator),
36803 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36804 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36805 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36806 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36807 (gst_gnomevfssink_change_state):
36808 Fix erase signal. Don't erase by default. Remove handoff signal.
36809 Remove erase property. Don't segfault. General cleanup.
36811 2004-04-07 Benjamin Otte <otte@gnome.org>
36813 * gst-libs/gst/gconf/test-gconf.c: (main):
36814 add missing gst_init
36816 2004-04-07 Benjamin Otte <otte@gnome.org>
36818 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36819 free the mutexes, too
36821 2004-04-07 Benjamin Otte <otte@gnome.org>
36823 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36824 actually free the URI string
36825 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36826 compute offset correctly when passing discont events
36827 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36828 don't leak discont events
36829 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36830 add some missing breaks so caps aren't copied randomly
36831 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36832 if we realloc memory, we better use it
36834 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
36836 * ext/mad/gstmad.c: (normal_seek):
36837 fix GST_FORMAT_TIME usage
36839 2004-04-05 David Schleef <ds@schleef.org>
36841 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
36842 a deprecated function (hack!)
36844 2004-04-05 Benjamin Otte <otte@gnome.org>
36846 * ext/esd/esdmon.c: (gst_esdmon_get):
36847 fix nonterminated vararg and memleak
36849 2004-04-05 Benjamin Otte <otte@gnome.org>
36851 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36852 (gst_ladspa_init), (gst_ladspa_force_src_caps),
36853 (gst_ladspa_set_property), (gst_ladspa_get_property),
36854 (gst_ladspa_instantiate), (gst_ladspa_activate),
36855 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36858 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
36860 reviewed by Benjamin Otte <otte@gnome.org>
36862 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36863 check for broken LADSPA parameters (fixes #138635)
36865 2004-04-05 Benjamin Otte <otte@gnome.org>
36867 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36868 advertise buffer-frames correctly on sinkpads
36870 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36872 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36873 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36874 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36875 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36876 (gst_mad_check_caps_reset), (gst_mad_chain):
36877 add more debugging, only reset caps when we're not in error state
36879 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36881 * ext/mad/gstmad.c: add debugging category, comment + cleanups
36883 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36885 reviewed by Benjamin Otte <otte@gnome.org>
36888 fix == in test(1) operator
36890 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36892 reviewed by Benjamin Otte <otte@gnome.org>
36895 fix --export-symblos-regex to a working regex.
36897 2004-04-04 Benjamin Otte <otte@gnome.org>
36899 * sys/oss/.cvsignore:
36902 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
36904 reviewed by Benjamin Otte <otte@gnome.org>
36906 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36907 add missing 'new_media' argument (fixes #138168)
36908 * gst/matroska/matroska-demux.c:
36909 (gst_matroska_demux_handle_seek_event):
36910 add vararg terminator (fixes #138169)
36912 2004-04-02 David Schleef <ds@schleef.org>
36914 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
36915 disted (bug #138914)
36917 2004-04-01 Benjamin Otte <otte@gnome.org>
36919 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36920 (gst_alsa_close_audio):
36921 handle case better where a soundcard can't pause
36922 * ext/ogg/gstoggdemux.c:
36923 don't crash when we get events but don't have pads yet
36925 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36927 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36928 throw an error if we couldn't probe any caps.
36930 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36932 * ext/dvdnav/gst-dvd:
36933 Add a really simple sample DVD player
36935 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36937 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36938 (gst_a52dec_push), (gst_a52dec_handle_event),
36939 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36940 (gst_a52dec_change_state):
36941 * ext/a52dec/gsta52dec.h:
36942 Use a debug category, Output timestamps correctly
36943 Emit tag info, Handle events, tell liba52dec about cpu
36944 capabilities so it can use MMX etc.
36945 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36946 Fix a crasher accessing invalid memory
36947 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36948 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36949 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36950 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36952 Some support for byte-format seeking.
36953 Small fixes for still frames and menu button overlays
36954 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36955 (gst_mpeg2dec_alloc_buffer):
36956 Use a debug category. Adjust the report level of several items to
36957 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36958 so it doesn't lose the GstBuffer pointer
36959 * gst/debug/Makefile.am:
36960 * gst/debug/gstdebug.c: (plugin_init):
36961 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36962 (gst_navseek_base_init), (gst_navseek_class_init),
36963 (gst_navseek_init), (gst_navseek_seek),
36964 (gst_navseek_handle_src_event), (gst_navseek_set_property),
36965 (gst_navseek_get_property), (gst_navseek_chain),
36966 (gst_navseek_plugin_init):
36967 * gst/debug/gstnavseek.h:
36968 Add the navseek debug element for seeking back and forth in a
36969 video stream using arrow keys.
36970 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36971 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36972 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36973 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36974 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36975 (gst_mpeg2subt_parse_header), (gst_get_nibble),
36976 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36977 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36978 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36979 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36980 * gst/mpeg2sub/gstmpeg2subt.h:
36981 Pretty much a complete rewrite. Now a loopbased element. May still
36982 require work to properly synchronise subtitle buffers.
36983 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36984 (gst_dvd_demux_send_subbuffer):
36985 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36986 Don't attempt to create subbuffers of size 0
36987 Reduce a couple of error outputs to warnings.
36988 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36989 (gst_y4mencode_chain):
36990 Output the y4m frame header correctly.
36992 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36994 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36995 throw errors instead of allowing SIGFPE
36997 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36999 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
37000 (gst_gconf_render_bin_from_key):
37001 leak plugging and style fixing
37003 2004-03-31 David Schleef <ds@schleef.org>
37005 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
37006 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
37008 * gst/debug/Makefile.am:
37009 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
37010 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
37012 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
37013 (gst_negotiation_base_init), (gst_negotiation_class_init),
37014 (gst_negotiation_init), (gst_negotiation_getcaps),
37015 (gst_negotiation_pad_link), (gst_negotiation_chain),
37016 (gst_negotiation_set_property), (gst_negotiation_get_property),
37017 (gst_negotiation_plugin_init): New element to talk about random
37018 negotiation things happening in a pipeline.
37020 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
37022 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37023 fix integer addition with help of Stefan Kost
37025 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
37027 * po/nl.po: updated Dutch translation (Elros Cyriatan)
37029 2004-03-30 David Schleef <ds@schleef.org>
37031 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
37032 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
37033 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37035 * ext/mpeg2dec/gstmpeg2dec.h:
37037 2004-03-30 David Schleef <ds@schleef.org>
37039 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37041 2004-03-30 David Schleef <ds@schleef.org>
37043 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
37044 Michael Petullo) to handle .mov
37046 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37048 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37049 (gst_osselement_rate_check_rate):
37050 probe caps correctly for sound cards that only support one format
37052 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37054 * ext/kio/kiosrc.cpp: (process_events):
37055 update handling event processing if inside KDE - untested
37057 2004-03-29 David Schleef <ds@schleef.org>
37059 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37060 by 2 to not interfere with other colorspaces.
37061 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37062 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37063 one to not interfere with ffmpeg_colorspace.
37065 2004-03-29 David Schleef <ds@schleef.org>
37067 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37068 aren't in the caps.
37069 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37070 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37072 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37074 * gst-libs/gst/riff/riff-media.c:
37075 fail on error, don't try to set stuff on NULL caps
37077 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37081 * ext/kio/Makefile.am:
37082 * ext/kio/kioreceiver.cpp:
37083 * ext/kio/kioreceiver.h:
37084 * ext/kio/kiosrc.cpp:
37085 * ext/kio/kiosrc.h:
37086 add experimental kiosrc plugin
37087 * ext/alsa/gstalsaplugin.c: (plugin_init):
37088 initialize debugging category only when we're sure registering the
37091 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
37093 * examples/gstplay/player.c: (main):
37094 * gst-libs/gst/play/play.c: (gst_play_class_init),
37095 (gst_play_set_location), (gst_play_set_data_src),
37096 (gst_play_set_video_sink), (gst_play_set_audio_sink),
37097 (gst_play_set_visualization), (gst_play_connect_visualization):
37098 check return values of element_set_state and return FALSE where
37101 2004-03-29 Benjamin Otte <otte@gnome.org>
37103 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37104 try harder to check if an event is really a discont
37106 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
37108 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37111 2004-03-28 Benjamin Otte <otte@gnome.org>
37113 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37114 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37115 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37116 get rid of non-standard "..." ranges in case statements.
37118 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
37120 * gst/mpegstream/gstmpegdemux.c:
37121 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37122 specific functionality split to the new dvddemux element.
37123 * gst/mpegstream/gstdvddemux.c:
37124 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37125 streams, derived from mpegdemux.
37126 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37127 up. SCR based timestamp rewriting can be turned off (will probably
37128 completely disappear soon).
37129 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37130 hacking. General cleanup. All printf statements replaced by
37131 debugging messages. Almost complete libdvdnav support.
37132 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37133 by events. New properties for audio and subpicture languages.
37134 (dvdnavsrc_update_highlight): Now uses events.
37135 (dvdnavsrc_user_op): Cleaned up.
37136 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37137 based). Lots of cleanup, and propper support for most libdvdnav
37139 (dvdnavsrc_make_dvd_event): New function.
37140 (dvdnavsrc_make_dvd_nav_packet_event): New function.
37141 (dvdnavsrc_make_clut_change_event): New function.
37143 2004-03-26 Benjamin Otte <otte@gnome.org>
37145 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37146 fix bug where typefinding would claim it's theora whenever less then
37147 7 bytes of data were available
37149 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
37151 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37152 (gst_alawdec_base_init), (gst_alawdec_class_init),
37153 (gst_alawdec_init), (gst_alawdec_chain):
37154 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37155 (gst_alawenc_base_init), (gst_alawenc_class_init),
37156 (gst_alawenc_init), (gst_alawenc_chain):
37157 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37158 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37159 (gst_mulawdec_init), (gst_mulawdec_chain):
37160 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37161 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37162 (gst_mulawenc_init), (gst_mulawenc_chain):
37163 Fix capsnego in all four, remove the unused property functions and
37164 simplify the chain functions slightly. I guess we could use macros
37165 or something similar for those, since the code is so similar, but
37166 I'm currently too lazy...
37168 2004-03-24 David Schleef <ds@schleef.org>
37170 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37171 (gst_osselement_close_audio), (gst_osselement_probe_caps),
37172 (gst_osselement_get_format_structure),
37173 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37174 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37175 (gst_osselement_rate_int_compare): Add code to handle rate probing
37177 * sys/oss/gstosselement.h: same
37178 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37179 Use rate probing provided by osselement.
37180 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37182 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
37184 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37185 (gst_xvidenc_get_property):
37188 2004-03-24 David Schleef <ds@schleef.org>
37190 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37191 (gst_speexdec_init):
37192 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37193 (gst_speexenc_init): Create the pad template correctly (from
37194 the static pad template, not a NULL pointer.)
37196 2004-03-25 Benjamin Otte <otte@gnome.org>
37198 * gst/debug/Makefile.am:
37199 * gst/debug/breakmydata.c:
37200 add element that quasi-randomly changes bytes in the stream.
37201 Intended use is robustness checking of demuxers and decoders in
37204 2004-03-24 Benjamin Otte <otte@gnome.org>
37206 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37207 (gst_alsa_probe_hw_params):
37208 * ext/alsa/gstalsa.h:
37209 debugging output fixes
37211 2004-03-24 Benjamin Otte <otte@gnome.org>
37213 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37214 don't g_return_if_fail if element is PLAYING, fail silently as every
37216 * gst/effectv/gstquark.c: (gst_quarktv_chain):
37217 only fix needed for cast lvalue issues in gst-plugins
37218 * gst/volenv/gstvolenv.c: (gst_volenv_init):
37221 2004-03-24 Benjamin Otte <otte@gnome.org>
37223 * gst/level/gstlevel.c: (gst_level_init):
37224 add proxying getcaps function, so level doesn't advertise impossible
37227 2004-03-24 David Schleef <ds@schleef.org>
37229 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37230 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37231 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37232 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37233 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37234 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37235 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37236 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37237 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
37238 messages. Divide the chunk size by the compression ratio
37239 (needed for MACE audio)
37241 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37243 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37244 Fix buffer overflow read error.
37246 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37248 * ext/alsa/gstalsa.h:
37249 Remove unused entry.
37250 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37252 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37253 (gst_videodrop_link), (gst_videodrop_chain):
37254 Fix, sort of. Was horribly broken with new capsnego. Bah...
37256 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
37258 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37260 Add a monkeysaudio typefind function
37262 2004-03-23 Johan Dahlin <johan@gnome.org>
37264 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37265 (gst_play_video_fixate): Check so the structure has the field
37266 before trying to fixate them, this makes it possible to have
37267 fakesinks for video and audio output without printing errors on
37268 the output console.
37270 2004-03-22 David Schleef <ds@schleef.org>
37272 * sys/oss/Makefile.am:
37273 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37274 (check_rate), (add_rate): Rate probing test app.
37276 2004-03-21 Benjamin Otte <otte@gnome.org>
37278 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37279 (_fixate_caps_to_int), (gst_audio_convert_fixate):
37280 add a fixation function that pretty much does the right thing (fixes
37283 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
37285 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37287 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
37289 reviewed by: Benjamin Otte <otte@gnome.org>
37291 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37292 terminate gst_event_new_discontinuous correctly (fixes parts of
37295 2004-03-19 David Schleef <ds@schleef.org>
37297 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
37298 since it doesn't depend on X, and it's part of our ABI.
37300 2004-03-19 Iain <iain@prettypeople.org>
37302 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37303 is_int in the structure, not the local variable.
37305 2004-03-19 David Schleef <ds@schleef.org>
37307 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37308 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37309 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37310 Improvements in caps negotiation.
37312 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37316 adding Afrikaans (Petri Jooste)
37318 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37320 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37321 (gst_ffmpegcolorspace_chain):
37322 throw error instead of g_critical (#137588)
37324 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37328 dist common and m4 correctly
37331 2004-03-17 David Schleef <ds@schleef.org>
37333 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
37336 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37340 adding Swedish translation (Christian Rose)
37342 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37344 * Makefile.am: use release.mak
37346 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37348 * common/ChangeLog:
37349 * common/gst-autogen.sh:
37350 add some explanation about the version detection
37354 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37356 * configure.ac: bump nano to 1
37358 === release 0.8.0 ===
37360 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37362 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37364 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37367 update libtool version
37368 * gst-libs/gst/media-info/Makefile.am:
37369 actually use libtool version
37371 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37373 * configure.ac: fix speex detection to work with 1.0 but not 1.1
37375 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37378 * gst-plugins.spec.in:
37379 * pkgconfig/Makefile.am:
37380 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37381 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37382 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37383 * pkgconfig/gstreamer-libs.pc.in:
37384 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37385 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37386 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37387 * pkgconfig/gstreamer-plugins.pc.in:
37388 remove @VERSION@ from some of the pc files since core and plugins
37390 created gstreamer-plugins.pc as it's a better name, but keeping
37391 -libs around for now to get fixes upstream done first.
37393 2004-03-15 Julien MOUTTE <julien@moutte.net>
37395 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37396 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37397 * gst-libs/gst/play/play.h:
37399 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37401 * *.c, *.cc: don't mix tabs and spaces
37403 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37405 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37406 use the new ffmpegcolorspace
37407 * gst-plugins.spec.in:
37408 package new colorspace and media-info
37410 * pkgconfig/Makefile.am:
37411 fix some more disting issues
37412 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37413 * pkgconfig/gstreamer-media-info.pc.in:
37414 generate media-info pc files
37416 2004-03-15 Johan Dahlin <johan@gnome.org>
37418 * *.h: Revert indenting
37420 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37423 adding ffmpegcolorspace element
37424 * gst/ffmpegcolorspace/Makefile.am:
37425 * gst/ffmpegcolorspace/avcodec.h:
37426 * gst/ffmpegcolorspace/common.h:
37427 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37428 * gst/ffmpegcolorspace/dsputil.h:
37429 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37430 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37431 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37432 (gst_ffmpeg_caps_to_pix_fmt):
37433 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37434 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37435 (gst_ffmpegcolorspace_caps_remove_format_info),
37436 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37437 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37438 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37439 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37440 (gst_ffmpegcolorspace_set_property),
37441 (gst_ffmpegcolorspace_get_property),
37442 (gst_ffmpegcolorspace_register):
37443 * gst/ffmpegcolorspace/imgconvert.c:
37444 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37445 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37446 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37447 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37448 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37449 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37450 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37451 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37452 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37453 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37454 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37455 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37456 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37457 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37458 (img_get_alpha_info), (deinterlace_line),
37459 (deinterlace_line_inplace), (deinterlace_bottom_field),
37460 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37461 * gst/ffmpegcolorspace/imgconvert_template.h:
37462 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37463 * gst/ffmpegcolorspace/mmx.h:
37464 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37465 adding ffmpegcolorspace element supplied by Ronald after cleaning
37466 up and pulling in the right bits of upstream source.
37467 I'm sure a better C/compiler wizard could do some cleaning up (for
37468 example use GLIB's malloc stuff), but as a first pass this
37471 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37473 * ext/alsa/gstalsa.h:
37474 I assume Ronald forgot to commit the change to have cardname
37475 as a struct member. Expect some public spanking at the next
37478 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
37480 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37481 (gst_alsa_open_audio), (gst_alsa_close_audio):
37482 * ext/alsa/gstalsa.c:
37483 Don't open the device if we're a mixer (= padless).
37484 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37485 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37486 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37487 Open mixer during state change rather than during object
37488 initialization. Also, get a device name. Currently in a somewhat
37489 hackish fashion, but I didn't really find something better.
37491 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
37493 * *.c, *.h: run gst-indent
37495 2004-03-14 Benjamin Otte <otte@gnome.org>
37497 * gst/modplug/gstmodplug.cc:
37498 * gst/modplug/gstmodplug.h:
37499 set correct timestamps on outgoing buffers
37501 2004-03-14 Benjamin Otte <otte@gnome.org>
37503 * gst/modplug/gstmodplug.cc:
37504 handle events - don't do crap when a discont arrives that's not
37506 This allows correct loading and playback of mods in Rhythmbox
37508 2004-03-14 Benjamin Otte <otte@gnome.org>
37511 * gst-libs/gst/gconf/Makefile.am:
37512 * pkgconfig/Makefile.am:
37513 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37514 they get rebuilt properly
37516 when checking for vorbis, try pkgconfig first.
37517 * gst/modplug/gstmodplug.cc:
37518 add fixate function
37520 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
37522 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37523 Fix for obvious mistake, where we first shift the offset and then
37524 read a samplesize element assuming the old offset. Note that this
37525 part still has something weird, i.e. my movies containing those
37526 don't actually play well, but at least there's something that looks
37529 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
37530 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37532 Add a typefind function for speex format
37534 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37536 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37537 (gst_asf_demux_setup_pad):
37538 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37539 instead of 0. Reason is simple: some elements have a fps range
37540 of 1-max instead of 0-max. So now ASF video actually works.
37542 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
37546 adding serbian as a language
37548 2004-03-13 Benjamin Otte <otte@gnome.org>
37550 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37551 return taglist correctly from _get function, don't gst_pad_push it.
37554 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37555 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37557 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37559 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37560 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37561 (gst_alsa_mixer_track_new):
37562 * ext/alsa/gstalsamixertrack.h:
37563 Fix ancient leftovers... MixerTrack is a GObject.
37565 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37567 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37568 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37569 Don't block during probing...
37571 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
37573 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37574 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37575 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37576 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37577 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37578 (gst_alsa_open_audio), (gst_alsa_close_audio):
37579 * ext/alsa/gstalsa.h:
37580 Add propertyprobe interface implementation, add some device-name
37581 property, all this so that it looks good in gnome-volume-control.
37583 2004-03-12 David Schleef <ds@schleef.org>
37585 * configure.ac: the Hermes library controls hermescolorspace, not
37587 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37588 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37590 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37591 * ext/sdl/sdlvideosink.h: ditto.
37592 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37594 2004-03-12 Benjamin Otte <otte@gnome.org>
37596 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37597 (gst_x_overlay_got_xwindow_id):
37598 * gst-libs/gst/xoverlay/xoverlay.h:
37599 replace XID with unsigned long to get rid of the xlibs dependency in
37600 XOverlay (fixes #137004)
37602 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37603 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37604 (gst_agingtv_setup):
37605 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37606 (gst_dicetv_base_init), (gst_dicetv_class_init),
37607 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37608 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37609 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37610 (gst_edgetv_setup), (gst_edgetv_rgb32):
37611 * gst/effectv/gsteffectv.c:
37612 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37613 (gst_quarktv_set_property):
37614 * gst/effectv/gstrev.c: (gst_revtv_get_type),
37615 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37616 (gst_revtv_setup), (gst_revtv_rgb32):
37617 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37618 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37619 (gst_shagadelictv_init), (gst_shagadelictv_setup),
37620 (gst_shagadelictv_rgb32):
37621 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37622 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37623 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37624 * gst/effectv/gstwarp.c:
37625 Port everything that can be ported to videofilter and fix up the caps.
37626 Can someone with a big-endian machine please check these?
37628 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37630 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37631 (gst_osssink_chain), (gst_osssink_change_state):
37632 Latest fixes for A/V sync, audio playback and such. This is about
37633 all... MPEG playback issues are mostly related to the async build-
37634 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37636 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37638 patch from: Stephane Loeuillet
37641 use pkg-config for some libraries, falling back to the old .m4 way
37646 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37649 * tools/Makefile.am:
37650 * tools/Makefile.in:
37651 * tools/gst-launch-ext-m.m:
37652 * tools/gst-launch-ext.1.in:
37653 * tools/gst-visualise-m.m:
37654 * tools/gst-visualise.1:
37655 * tools/gst-visualise.1.in:
37656 reorganizing generation of script tools
37658 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37660 * ext/divx/gstdivxdec.c:
37661 Downgrade priority. We prefer ffdec_mpeg4.
37662 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37663 (gst_faad_chain), (gst_faad_change_state):
37664 Fix capsnego. Doesn't work for some sounds because we don't have
37665 a 5:1 to stereo element.
37666 * ext/xvid/gstxvid.c: (plugin_init):
37668 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37669 (gst_osssink_change_state):
37670 Add discont handling.
37672 2004-03-09 Colin Walters <walters@verbum.org>
37674 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37677 2004-03-09 Benjamin Otte <otte@gnome.org>
37679 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37680 the signals take 2 arguments
37682 2004-03-09 David Schleef <ds@schleef.org>
37684 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37685 (gst_alsa_fixate): Add fixate function. (bug #136686)
37686 * ext/alsa/gstalsa.h:
37687 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37689 2004-03-09 Benjamin Otte <otte@gnome.org>
37691 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37692 (gst_mikmod_change_state):
37693 * ext/mikmod/gstmikmod.h:
37694 make mikmod's loop function not loop infinitely and call
37695 gst_element_yield anymore
37696 * gst/modplug/gstmodplug.cc:
37697 fix pad negotiation (fixes #136590)
37699 2004-03-09 David Schleef <ds@schleef.org>
37701 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
37702 doesn't conflict with the internal colorspace plugin.
37703 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
37704 satisfy the crappy-ass shell shipped by a certain vendor.
37705 * gst/videofilter/make_filter: same (bug #135299)
37707 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37709 * configure.ac: bump nano to 1
37711 === release 0.7.6 ===
37713 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37715 * configure.in: releasing 0.7.6, "There"
37717 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37719 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37720 * pkgconfig/gstreamer-play.pc.in:
37721 synchronize the two
37723 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37725 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37726 (cdparanoia_open), (cdparanoia_event):
37727 fix/add error handling
37729 add cdparanoia source
37730 * tools/Makefile.am:
37731 make scripts executable
37733 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37736 * ext/vorbis/Makefile.am:
37738 remove id3types, vorbisfile and xvideosink from the build (#133783)
37740 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
37742 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37743 Fix metadata read crash (#136537).
37745 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37747 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37748 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37749 adding mime types, fixing the one-stop function
37751 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37753 * ext/nas/nassink.c and /ext/nas/nassink.h:
37754 More NAS love from Arwed von Merkatz
37755 So lets all sing 'Can you feel the NAS tonight'
37757 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37759 * tools/gst-launch-ext.in:
37760 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37762 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37764 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37765 (gst_mpeg2dec_init):
37766 remove the user_data pad for now, because it is being used in
37767 fixating causing MPEG playback to fixate on 1000 Hz for playback.
37768 If someone knows how to fix this properly, please do.
37770 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37772 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37773 (gst_osssink_get_time):
37774 add a warning, IMO this won't get triggered anymore, remove later
37776 2004-03-07 David Schleef <ds@schleef.org>
37778 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
37779 format (bug #136470)
37781 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
37783 * gst-libs/Makefile.am:
37784 * gst-libs/gst/media-info/Makefile.am:
37785 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37786 (error_callback), (gst_media_info_error_create),
37787 (gst_media_info_error_element), (gmip_init), (gmip_reset),
37788 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37789 * gst-libs/gst/media-info/media-info-priv.h:
37790 * gst-libs/gst/media-info/media-info-test.c: (main):
37791 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37792 (gst_media_info_class_init), (gst_media_info_instance_init),
37793 (gst_media_info_set_source), (gst_media_info_read_with_idler),
37794 (gst_media_info_read_idler), (gst_media_info_read):
37795 * gst-libs/gst/media-info/media-info.h:
37796 fixed, should work now
37798 2004-03-07 Christian Schaller <Uraeus@gnome.org>
37800 * ext/nas/nassink.c:
37801 A bunch of NAS fixes from Arwed von Merkatz
37803 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37805 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37806 (qtdemux_parse_trak):
37807 Fix crash (j might be greater than n_samples, in which case we're
37808 writing outside the allocated space for the array) and memleak.
37810 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37812 * sys/oss/gstosssink.c: (gst_osssink_chain):
37813 And another caller that couldn't handle delay < 0 (unsigned
37814 integer overflow). Video now continues playing on an audio
37815 buffer underrun, and the clock continues working. Audio still
37818 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37820 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37821 (gst_osssink_get_time):
37822 get_delay() may return values lower than 0. In those cases, we
37823 should not actually cast to *unsigned* int64, that will break
37824 stuff horribly. In my case, it screwed up A/V sync in movies
37825 in totem rather badly.
37827 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37829 * ext/faac/gstfaac.c: (gst_faac_chain):
37830 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37831 * ext/libpng/gstpngenc.c: (user_write_data):
37832 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37833 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37834 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37835 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37836 Fix several misuse of gst_buffer_merge (it doesn't take ownership
37837 of any buffer), should fix some leaks. I hope I didn't unref buffers
37838 that shouldn't be...
37840 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37842 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37843 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37844 (error_callback), (gmi_reset), (gmi_seek_to_track),
37845 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37846 (gmip_find_type_post), (gmip_find_stream_post),
37847 (gmip_find_track_streaminfo_post):
37848 * gst-libs/gst/media-info/media-info-priv.h:
37849 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37850 (info_print), (main):
37851 * gst-libs/gst/media-info/media-info.c:
37852 (gst_media_info_error_create), (gst_media_info_error_element),
37853 (gst_media_info_instance_init), (gst_media_info_get_property),
37854 (gst_media_info_new), (gst_media_info_set_source),
37855 (gst_media_info_read_idler), (gst_media_info_read):
37856 * gst-libs/gst/media-info/media-info.h:
37857 first pass at making this work again. This seems to work on
37858 tagged ogg/vorbis and mp3 files.
37860 2004-03-06 Benjamin Otte <otte@gnome.org>
37862 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37863 fix huge leak: gst_buffer_merge doesn't unref the first argument
37866 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37868 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37869 report layer/mode/emphasis
37871 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37873 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37875 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37877 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37880 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37882 * ext/vorbis/vorbis.c: (plugin_init):
37883 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37884 (gst_vorbis_dec_init), (vorbis_dec_event):
37886 make vorbisdec handle _BYTE and _TIME queries
37888 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37890 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37891 from the xing header
37893 2004-03-06 Benjamin Otte <otte@gnome.org>
37895 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37896 (gst_audio_convert_link), (gst_audio_convert_change_state),
37897 (gst_audio_convert_buffer_from_default_format):
37898 do conversions from/to float correctly, fix some caps nego errors,
37899 export correct supported caps in template and getcaps, use correct
37900 caps in try_set_caps functions
37902 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37904 For some reason, I only committed a ChangeLog entry yesterday and
37905 not the corresponding code...
37906 * ext/mad/gstmad.c: Fix detection of Xing headers
37907 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37909 2004-03-06 Benjamin Otte <otte@gnome.org>
37911 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37912 (gst_ogg_demux_src_query):
37913 make sure to handle the case where there's no current chain
37916 2004-03-05 David Schleef <ds@schleef.org>
37918 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37919 Add fixate function. (bug #131128)
37920 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37921 (gst_sdlvideosink_fixate): Add fixate function.
37922 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37923 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37924 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37925 Fix missing break that was causing ulaw to be interpreted as
37928 2004-03-05 David Schleef <ds@schleef.org>
37930 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37931 Fix code that ignores return value of gst_buffer_merge().
37933 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37934 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37935 * testsuite/gst-lint: Check for above.
37937 2004-03-05 David Schleef <ds@schleef.org>
37939 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
37940 caps and throw an element error. (bug #136334)
37942 2004-03-05 David Schleef <ds@schleef.org>
37944 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37945 (gst_faad_chain): Fix negotiation.
37946 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37947 key and button events.
37948 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37950 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37952 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37953 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37954 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37955 function to encourage better negotiation, particularly between
37956 audioconvert and osssink.
37957 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37958 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
37960 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
37962 * gst/vbidec/vbiscreen.c: Add glib header
37963 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
37965 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
37967 * ext/mad/gstmad.c: Fix detection of Xing headers
37968 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37970 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37972 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37973 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37976 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37978 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37979 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37980 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37981 files, and report the parsed length as a GST_TAG_DURATION tag.
37982 * gst/tags/gstid3tag.c: support TLEN (duration) tag
37984 2004-03-05 Benjamin Otte <otte@gnome.org>
37986 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37987 convert channels correctly. convert correctly to unsigned.
37989 2004-03-05 Julien MOUTTE <julien@moutte.net>
37991 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37992 we have a window before clearing it.
37994 2004-03-05 Julien MOUTTE <julien@moutte.net>
37996 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37997 have a window before clearing it.
37999 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
38001 * gconf/gstreamer.schemas.in:
38002 * gst-libs/gst/gconf/Makefile.am:
38003 version installation path the same way as for 0.6
38004 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38005 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38006 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38007 remove comment that was fixed
38009 2004-03-05 David Schleef <ds@schleef.org>
38011 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
38012 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
38013 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
38014 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
38015 Add prototype code for handling seeking and querying.
38017 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
38019 * examples/gstplay/player.c: (main):
38020 Initialize variables to NULL. Prevents a segfault because the
38021 (uninitialized) variable is not NULL, resulting in a crash on
38022 trying to reach error->message.
38024 2004-03-05 Benjamin Otte <otte@gnome.org>
38026 * gst/audioconvert/gstaudioconvert.c:
38027 (gst_audio_convert_buffer_to_default_format):
38028 make float=>int conversion work correctly even in cornercases.
38030 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
38032 * debian/README.Debian:
38033 * debian/build-deps:
38034 * debian/changelog:
38036 * debian/control.in:
38037 * debian/copyright:
38038 * debian/gstreamer-a52dec.files:
38039 * debian/gstreamer-aa.files:
38040 * debian/gstreamer-alsa.files:
38041 * debian/gstreamer-alsa.manpages:
38042 * debian/gstreamer-arts.files:
38043 * debian/gstreamer-artsd.files:
38044 * debian/gstreamer-audiofile.files:
38045 * debian/gstreamer-avifile.files:
38046 * debian/gstreamer-cdparanoia.files:
38047 * debian/gstreamer-colorspace.files:
38048 * debian/gstreamer-doc.files:
38049 * debian/gstreamer-dv.files:
38050 * debian/gstreamer-dvd.files:
38051 * debian/gstreamer-esd.files:
38052 * debian/gstreamer-festival.files:
38053 * debian/gstreamer-flac.files:
38054 * debian/gstreamer-gconf.conffiles:
38055 * debian/gstreamer-gconf.files:
38056 * debian/gstreamer-gconf.postinst:
38057 * debian/gstreamer-gnomevfs.files:
38058 * debian/gstreamer-gsm.files:
38059 * debian/gstreamer-http.files:
38060 * debian/gstreamer-jack.files:
38061 * debian/gstreamer-jpeg.files:
38062 * debian/gstreamer-mad.files:
38063 * debian/gstreamer-mikmod.files:
38064 * debian/gstreamer-misc.files:
38065 * debian/gstreamer-mpeg2dec.files:
38066 * debian/gstreamer-oss.files:
38067 * debian/gstreamer-plugin-apps.files:
38068 * debian/gstreamer-plugin-apps.manpages:
38069 * debian/gstreamer-plugin-libs-dev.files:
38070 * debian/gstreamer-plugin-libs.files:
38071 * debian/gstreamer-plugin-template.postinst:
38072 * debian/gstreamer-plugin-template.postrm:
38073 * debian/gstreamer-sdl.files:
38074 * debian/gstreamer-sid.files:
38075 * debian/gstreamer-vorbis.files:
38076 * debian/gstreamer-x.files:
38077 * debian/mk.control:
38079 Debian package info not maintained here.
38081 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
38083 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38084 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38085 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38086 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38087 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38088 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38089 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38090 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38091 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38092 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38093 * gst-libs/gst/colorbalance/colorbalance.c:
38094 (gst_color_balance_class_init):
38095 * gst-libs/gst/colorbalance/colorbalancechannel.c:
38096 (gst_color_balance_channel_class_init):
38097 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38098 * gst-libs/gst/play/play.c: (gst_play_class_init):
38099 * gst-libs/gst/propertyprobe/propertyprobe.c:
38100 (gst_property_probe_iface_init):
38101 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38102 * gst-libs/gst/tuner/tunerchannel.c:
38103 (gst_tuner_channel_class_init):
38104 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38105 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38106 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38107 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38108 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38109 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38110 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38111 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38112 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38113 fix signals to use - instead of _
38114 * ext/libcaca/gstcacasink.h:
38115 * ext/sdl/sdlvideosink.h:
38118 2004-03-04 David Schleef <ds@schleef.org>
38120 * testsuite/gst-lint: Add a check for bad signal names.
38122 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
38124 reviewed by David Schleef
38126 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38127 modified the alpha channel and caused a warning. (bug #136192)
38129 2004-04-03 Christian Schaller <Uraeus@gnome.org>
38131 * gst-plugins.spec.in:
38132 Change names of plugins to actually be correct. Try to keep things
38133 alphabetical to avoid getting beat up by Thomas
38135 2004-03-03 Julien MOUTTE <julien@moutte.net>
38137 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38138 Using ximagesink as a default if no gconf key found. We should
38139 probably consider using alsasink instead of osssink for the audio
38142 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
38145 fix --with-plugins, don't think it ever worked before
38146 * gst-plugins.spec.in:
38149 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
38151 * ext/sdl/sdlvideosink.h:
38152 * sys/ximage/ximagesink.h:
38153 * sys/xvideo/xvideosink.h:
38154 * sys/xvimage/xvimagesink.h:
38155 Fix for move of gstvideosink.h -> videosink.h.
38157 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
38159 * gst-libs/gst/xwindowlistener/Makefile.am:
38160 this is a plugin library, not a library
38162 2004-03-01 David Schleef <ds@schleef.org>
38164 * AUTHORS: Added some names. Add yourself if you're still
38167 2004-03-01 David Schleef <ds@schleef.org>
38171 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38173 * gst-plugins.spec.in: clean up spec file
38175 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38177 * gst-libs/gst/video/Makefile.am:
38178 * gst-libs/gst/video/gstvideosink.c:
38179 * gst-libs/gst/video/gstvideosink.h:
38180 rename gstvideosink.h to videosink.h to match other headers
38181 * gst/mixmatrix/Makefile.am:
38182 fix plugin filename
38183 * gst/tags/Makefile.am: fix plugin filename
38185 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38187 * gst/tags/Makefile.am: fix plugin filename
38189 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38191 * examples/gstplay/player.c: (got_time_tick), (main):
38193 display time_tick more readably
38194 * gst/mixmatrix/Makefile.am:
38195 fix plugin file name
38197 2004-02-29 Christophe Fergeau <teuf@gnome.org>
38199 * sys/oss/gstosselement.c: (gst_osselement_probe),
38200 (device_combination_append), (gst_osselement_class_probe_devices):
38201 * sys/oss/gstosselement.h:
38202 Reworked enumeration of oss dsps and mixers so that gst-mixer works
38203 on my system using alsa oss emulation, fixes bug #135597
38205 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
38207 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38208 (gst_videodrop_chain), (gst_videodrop_change_state):
38209 * gst/videodrop/gstvideodrop.h:
38210 Work based on timestamp of input data, not based on the expected
38211 framerate from the input. The consequence is that this element now
38212 not only scales framerates, but also functions as a framerate
38213 corrector or framerate stabilizer/constantizer.
38215 2004-02-27 David Schleef <ds@schleef.org>
38217 patches from jmmv@menta.net (Julio M. Merino Vidal)
38219 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38220 GST_ELEMENT_ERROR call (bug #135634)
38221 * gst/interleave/interleave.c: (interleave_buffered_loop),
38222 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38223 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38224 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38225 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38226 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38227 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38228 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38229 Fix GST_ELEMENT_ERROR call.
38230 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38231 GST_ELEMENT_ERROR call.
38233 2004-02-27 Benjamin Otte <otte@gnome.org>
38235 * gst-libs/gst/audio/audio.h:
38236 add macro to make sure header isn't included twice
38237 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38238 don't use gst_buffer_free
38239 * gst/playondemand/filter.func:
38240 don't use gst_data_free. Free data only once.
38242 2004-02-26 David Schleef <ds@schleef.org>
38244 * gst-libs/gst/colorbalance/Makefile.am:
38245 * gst-libs/gst/mixer/Makefile.am:
38246 * gst-libs/gst/tuner/Makefile.am:
38247 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38248 should not be disted, -marshal.h files should not be installed,
38249 and -enum.h files _should_ be installed. Fix to make this the
38252 === release 0.7.5 ===
38254 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
38256 * configure.ac: release 0.7.5, "Under The Sea"
38258 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38260 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38261 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38262 * gst/videoscale/gstvideoscale.c:
38263 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38264 assorted debug/warning fixes
38266 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38268 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38269 (gst_videoscale_init), (gst_videoscale_chain),
38270 (gst_videoscale_set_property), (plugin_init):
38271 * gst/videoscale/gstvideoscale.h:
38272 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38273 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38274 (gst_videoscale_planar400), (gst_videoscale_packed422),
38275 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38276 (gst_videoscale_24bit), (gst_videoscale_16bit),
38277 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38278 (gst_videoscale_scale_plane_slow),
38279 (gst_videoscale_scale_point_sample),
38280 (gst_videoscale_scale_nearest),
38281 (gst_videoscale_scale_nearest_str2),
38282 (gst_videoscale_scale_nearest_str4),
38283 (gst_videoscale_scale_nearest_32bit),
38284 (gst_videoscale_scale_nearest_24bit),
38285 (gst_videoscale_scale_nearest_16bit):
38286 add debugging category and use it properly
38287 fix use of GST_PTR_FORMAT
38289 2004-02-25 Andy Wingo <wingo@pobox.com>
38291 * gst/interleave/interleave.c (interleave_buffered_loop): Always
38292 push only when channel->buffer is NULL. Prevents segfaults doing
38293 the state change after a nonlocal exit, like a scheme exception.
38295 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38296 Handle the case where the intersected caps is empty.
38298 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38300 * gst/law/mulaw-decode.c: (mulawdec_link):
38301 * gst/law/mulaw.c: (plugin_init):
38302 fix mulawdec so it actually works again
38304 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
38306 reviewed by: David Schleef <ds@schleef.org>
38308 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38309 (gst_gamma_init), (gst_gamma_set_property),
38310 (gst_gamma_get_property), (gst_gamma_calculate_tables),
38311 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
38312 for RGB, with separate r g and b correction factors. (#131167)
38314 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
38316 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38317 only signal tags for bitrate if they're > 0 (#134894)
38319 2004-02-24 David Schleef <ds@schleef.org>
38321 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38322 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38323 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38324 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38325 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38326 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38327 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38328 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38329 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
38330 category. Attempt to fix timestamp calculation.
38332 2004-02-24 Johan Dahlin <johan@gnome.org>
38334 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38336 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
38339 * gconf/Makefile.am:
38340 * gconf/gstreamer.schemas:
38341 * gst-libs/gst/gconf/Makefile.am:
38342 * gst-libs/gst/gconf/gconf.c:
38343 version gconf schemas and install locations
38345 2004-02-23 Benjamin Otte <otte@gnome.org>
38347 * ext/xine/xineinput.c: (gst_xine_input_dispose):
38348 (gst_xine_input_subclass_init):
38349 call parent dispose.
38350 change pad template for CD reader correctly
38351 * ext/xine/Makefile.am:
38352 * ext/xine/gstxine.h:
38353 * ext/xine/xine.c: (plugin_init):
38354 * ext/xine/xineaudiosink.c:
38355 wrap audio sinks, too
38356 * gst-libs/gst/resample/private.h:
38357 * gst-libs/gst/resample/resample.c: (gst_resample_init),
38358 (gst_resample_reinit), (gst_resample_scale),
38359 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38360 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38361 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38362 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38363 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38364 * gst-libs/gst/resample/resample.h:
38365 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38366 (gst_audioscale_class_init), (gst_audioscale_link),
38367 (gst_audioscale_get_buffer), (gst_audioscale_init),
38368 (gst_audioscale_chain), (gst_audioscale_set_property),
38369 (gst_audioscale_get_property):
38370 * gst/audioscale/gstaudioscale.h:
38371 s/resample_*/gst_resample_*/i to not clobber namespaces
38373 2004-02-23 Julien MOUTTE <julien@moutte.net>
38375 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38376 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38377 (gst_riff_create_video_template_caps),
38378 (gst_riff_create_audio_template_caps),
38379 (gst_riff_create_iavs_template_caps):
38380 * gst-libs/gst/riff/riff-media.h:
38381 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38382 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38383 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38384 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38385 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38386 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38387 (gst_matroska_demux_plugin_init): First batch implementing audio and
38388 video codec tags in demuxers.
38390 2004-02-22 Benjamin Otte <otte@gnome.org>
38392 * ext/xine/Makefile.am:
38393 * ext/xine/gstxine.h:
38394 * ext/xine/xine.c: (plugin_init):
38395 * ext/xine/xineinput.c:
38396 add input plugin wrapper. Playback from files, http, mms and cdda
38398 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38399 remove leftover G_GNUC_UNUSED
38400 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38401 (gst_asf_demux_identify_guid):
38402 improve debugging output
38404 2004-02-22 Benjamin Otte <otte@gnome.org>
38406 reported by: Padraig O'Briain <padraig.obriain@sun.com>
38409 replace test -e with test -x for mkinstalldirs to be more portable.
38412 2004-02-22 Benjamin Otte <otte@gnome.org>
38414 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38416 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38417 set rank to PRIMARY
38418 * gst/volume/gstvolume.c: (plugin_init):
38422 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
38424 reviewed by Benjamin Otte <otte@gnome.org>
38426 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38427 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38429 2004-02-22 Benjamin Otte <otte@gnome.org>
38432 export [_]*{gst,Gst,GST}.* symbols from plugins
38434 2004-02-22 Christophe Fergeau <teuf@gnome.org>
38436 reviewed by: Benjamin Otte <otte@gnome.org>
38438 * ext/lame/gstlame.c: (add_one_tag):
38439 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38440 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38441 (gst_vorbisenc_metadata_set1):
38442 * gst/tags/gstid3tag.c:
38443 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38444 apply fixes from bugs #135042 (lame can't write tags) and #133817
38445 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38447 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38449 * configure.ac: Export only gst_plugin_desc from plugins.
38450 Note that this change only makes any effect with Linux using libtool
38451 1.5.2 or higher. Otherwise it is silently ignored, but it would build
38452 fine. And don't try to have several versions of libtool in different
38455 2004-02-20 Andy Wingo <wingo@pobox.com>
38457 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38458 interleave respectively.
38460 * gst/interleave/deinterleave.c: New plugin: deinterleave
38461 (replaces on oneton).
38462 * gst/interleave/interleave.c: New plugin: interleave.
38463 * gst/interleave/plugin.h: Support file.
38464 * gst/interleave/plugin.c: Support file.
38466 * configure.ac: Remove intfloat and oneton, add interleave.
38468 * ext/sndfile/gstsf.c: Handle events better.
38470 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38471 and float2int operation. int2float has scheduling problems as
38472 noted in in2float_chain.
38474 2004-02-20 Benjamin Otte <otte@gnome.org>
38476 * ext/xine/Makefile.am:
38477 * ext/xine/gstxine.h:
38479 * ext/xine/xineaudiodec.c:
38480 * ext/xine/xinecaps.c:
38481 add first version of xine plugin wrapper. Currently only wraps the
38482 QDM2 win32 DLL, and even that only in proof-of-concept quality.
38485 add xine plugin wrapper, disabled by default. Use --enable-xine to
38486 build. Note that it'll segfault on gst-register if you don't remove
38487 the goom and tvtime post plugins from xine.
38488 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38489 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38490 add extradata parsing for QDM2.
38491 change around debugging prints.
38493 2004-02-19 Benjamin Otte <otte@gnome.org>
38495 * ext/lame/gstlame.c: (gst_lame_chain):
38496 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38497 use gst_tag_list_insert when you want to insert tags
38499 2004-02-18 David Schleef <ds@schleef.org>
38501 * configure.ac: Move massink to gst-rotten
38503 * ext/mas/Makefile.am:
38504 * ext/mas/massink.c:
38505 * ext/mas/massink.h:
38507 2004-02-18 David Schleef <ds@schleef.org>
38509 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38510 typefinding, since it seems to be worse than nothing.
38511 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
38512 atom to recognize .mp4 and .m4a files as video/quicktime.
38514 2004-02-18 David Schleef <ds@schleef.org>
38516 * gst/sine/demo-dparams.c: (quit_live),
38517 (dynparm_log_value_changed), (dynparm_value_changed), (main):
38518 Use double dparams, not float.
38519 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38520 (gst_sinesrc_init): Change sync default to FALSE, since multiple
38521 sync'd elements don't really work correctly.
38522 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38523 (volume_update_volume), (volume_get_property): Change dparam
38526 2004-02-18 Julien MOUTTE <julien@moutte.net>
38528 * sys/ximage/ximagesink.c:
38529 (gst_ximagesink_xwindow_update_geometry),
38530 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38531 (gst_ximagesink_change_state), (gst_ximagesink_expose),
38532 (gst_ximagesink_init): Rework the way software video scaling works. So
38533 now we check on each chain call if the video frames are feeling the
38534 window. If not we try to renegotiate caps. On failure we memorize that
38535 and we won't try again for that PLAYING sessions.
38536 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38538 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38541 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38543 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38544 break up _link so we can give a better debug message for errors
38546 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38548 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38549 set up debug category
38551 2004-02-18 Julien MOUTTE <julien@moutte.net>
38553 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38554 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38555 the way renegotiation work. The event handling function is not taking
38556 care of external windows and renegotiate method check for pad flags
38557 NEGOTIATING. Should fix : #133209
38559 2004-02-17 Julien MOUTTE <julien@moutte.net>
38561 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38562 pad is negotiating before trying renegotiation.
38564 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
38566 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38567 pass on all possible mime types as typefind hints
38569 2004-02-17 Julien MOUTTE <julien@moutte.net>
38571 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38572 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38573 possible SHM leak if we crash. All other apps using XShm are doing
38576 2004-02-17 Julien MOUTTE <julien@moutte.net>
38578 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38579 (gst_ximagesink_expose): Renegotiate size on expose.
38580 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38583 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
38585 * testsuite/alsa/sinesrc.c:
38586 cosmetic fix to fix compile issue with gcc 2.95.4
38588 2004-02-16 Julien MOUTTE <julien@moutte.net>
38590 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38591 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38592 failed opening the audio device.
38593 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38594 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38595 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38596 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38597 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38598 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38599 (gst_ximagesink_change_state), (gst_ximagesink_chain),
38600 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38601 Removing some useless g_return_if_fail like wingo suggested.
38602 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38603 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38604 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38605 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38606 (gst_xvimagesink_update_colorbalance),
38607 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38608 (gst_xvimagesink_xcontext_clear),
38609 (gst_xvimagesink_get_fourcc_from_caps),
38610 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38611 (gst_xvimagesink_set_xwindow_id),
38612 (gst_xvimagesink_colorbalance_list_channels),
38613 (gst_xvimagesink_colorbalance_set_value),
38614 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38615 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38617 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
38619 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38620 throw error when not negotiated instead of asserting
38622 2004-02-15 Julien MOUTTE <julien@moutte.net>
38624 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38625 correct data refcounting.
38627 2004-02-15 Julien MOUTTE <julien@moutte.net>
38629 * gst/switch/gstswitch.c: (gst_switch_change_state),
38630 (gst_switch_class_init): Cleaning the sinkpads correctly on state
38631 change, mostly the EOS flag.
38633 2004-02-15 Julien MOUTTE <julien@moutte.net>
38635 * examples/gstplay/player.c: (got_eos), (main): Adding some
38636 output for debugging.
38637 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38638 timeouts if we go to any state different from PLAYING.
38639 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38640 more EOS bugs in riff lib.
38642 2004-02-14 Julien MOUTTE <julien@moutte.net>
38644 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38645 visualization until i find a way to fix switch correctly.
38646 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38648 * gst/switch/gstswitch.c: (gst_switch_release_pad),
38649 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38650 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38651 Reworked switch to get a more correct behaviour with events and refing
38652 of data stored in sinkpads.
38653 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38654 we don't pull from a pad in EOS.
38656 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38658 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38659 remove v1 tag even if we can't read it (makes sure we don't detect
38662 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38664 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38665 (gst_alsa_xrun_recovery):
38666 * ext/alsa/gstalsa.h:
38667 try xrun recovery when wait failed. Make xrun recovery function
38668 return TRUE/FALSE to indicate success. (might fix #134354)
38670 2004-02-13 David Schleef <ds@schleef.org>
38672 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38673 (dynparm_value_changed), (main): Convert from float to double.
38674 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38676 2004-02-13 David Schleef <ds@schleef.org>
38678 * gst/silence/gstsilence.c: (gst_silence_class_init),
38679 (gst_silence_set_clock), (gst_silence_get),
38680 (gst_silence_set_property), (gst_silence_get_property):
38681 * gst/silence/gstsilence.h: Add sync property.
38682 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38683 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38684 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38685 * gst/sine/gstsinesrc.h: Add sync property.
38687 2004-02-13 David Schleef <ds@schleef.org>
38689 * gst/intfloat/gstint2float.c: (conv_f32_s16),
38690 (gst_int2float_chain_gint16): Change stdint usage to glib types.
38692 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38696 * gst-libs/ext/Makefile.am:
38697 move ffmpeg plugin to gst-ffmpeg module
38699 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38701 * configure.ac: use GST_ARCH to detect architecture
38703 2004-02-12 Julien MOUTTE <julien@moutte.net>
38705 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38707 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
38709 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38710 classify LADSPA plugins based on number of src/sink pads
38711 (#133663, Stefan Kost)
38712 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38713 fix dparams registration
38714 (#133528, Stefan Kost)
38715 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38716 fix use of isprint and use g_ascii_isprint instead
38717 (#133316, Stefan Kost)
38719 2004-02-11 David Schleef <ds@schleef.org>
38721 Convert a few inner loops to use liboil. This is currently
38722 optional, and is only enabled if liboil is present (duh!).
38723 * configure.ac: Check for liboil-0.1
38724 * gst/intfloat/Makefile.am:
38725 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38726 (gst_int2float_chain_gint16):
38727 * gst/videofilter/Makefile.am:
38728 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38729 (tablelookup_u8), (gst_videobalance_planar411):
38730 * gst/videotestsrc/Makefile.am:
38731 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38732 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38733 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38734 (paint_hline_RGB565), (paint_hline_xRGB1555):
38736 2004-02-11 David Schleef <ds@schleef.org>
38738 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38739 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38740 (gst_colorspace_getcaps), (gst_colorspace_link),
38741 (gst_colorspace_base_init), (gst_colorspace_init),
38742 (gst_colorspace_chain), (gst_colorspace_change_state),
38743 (plugin_init): Merge Ronald's patch (bug #117897) and update
38744 for new caps and negotiation. Seems to work, although it
38745 shows off bugs in lcs.
38747 2004-02-11 David Schleef <ds@schleef.org>
38749 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38750 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38752 2004-02-11 David Schleef <ds@schleef.org>
38754 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38755 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38756 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38757 Add server and port properties
38759 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38764 * m4/as-liblame.m4:
38765 * m4/as-slurp-ffmpeg.m4:
38766 * m4/check-libheader.m4:
38773 * m4/gst-ivorbis.m4:
38774 * m4/gst-matroska.m4:
38776 * m4/gst-shout2.m4:
38784 fix underquotedness of macros (#133800)
38785 * m4/as-avifile.m4:
38787 removed because no longer used
38789 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38792 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38793 by autopoint (fixes #132996)
38795 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38797 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38798 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38799 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38800 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38803 2004-02-11 David Schleef <ds@schleef.org>
38805 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38806 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38807 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38808 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38809 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38810 (gst_jpegenc_class_init), (gst_jpegenc_init),
38811 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38812 (gst_jpegenc_chain), (gst_jpegenc_set_property),
38813 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
38814 * ext/jpeg/gstjpegenc.h: Fix negotiation.
38816 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
38818 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38819 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38820 * ext/mikmod/gstmikmod.h:
38821 fix caps negotiation in mikmod
38822 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38823 output debug information
38825 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
38827 * gst-libs/gst/colorbalance/Makefile.am:
38828 * gst-libs/gst/navigation/Makefile.am:
38829 * gst-libs/gst/xoverlay/Makefile.am:
38830 remove unused GST_OPT_CFLAGS from Makefiles
38831 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38833 2004-02-07 David Schleef <ds@schleef.org>
38835 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38836 push events to pads that haven't been created (#133508)
38838 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
38840 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38841 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38842 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38843 (gst_dvdec_loop), (gst_dvdec_change_state):
38844 Second attempt at committing a working dvdec element.
38846 2004-02-06 David Schleef <ds@schleef.org>
38848 Build fixes for OS X: (see #129600)
38849 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38850 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38851 (gst_riff_read_strf_iavs):
38852 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38853 (gst_avi_demux_stream_odml):
38854 * gst/playondemand/Makefile.am:
38855 * gst/rtp/rtp-packet.c:
38857 2004-02-05 David Schleef <ds@schleef.org>
38859 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38860 last change, because it Just Doesn't Compile.
38862 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38864 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38865 skip undecodable id3v2 tag instead of keeping it
38867 2004-02-05 David Schleef <ds@schleef.org>
38869 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38870 Unref leaked buffer. (Noticed by Ronald)
38872 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
38874 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38875 Sync requires with other checks. >= vs =.
38877 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
38879 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38880 (gst_dvdec_video_link), (gst_dvdec_loop):
38881 * ext/dv/gstdvdec.h:
38882 rework the caps negotiation so that dvdec works again instead
38883 of just segfaulting.
38885 === release 0.7.4 ===
38887 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
38889 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38890 * configure.ac: changed for release
38892 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
38894 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38895 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38896 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38897 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38898 reworked patch by David Lehn to fix libdir and includedir for
38899 uninstalled libraries
38900 removed play and gconf from gstreamer-libs since they have their
38901 own pkgconfig files
38903 2004-02-04 David Schleef <ds@schleef.org>
38905 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38908 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38910 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38911 use correct GST_TAG_ENCODER tag
38913 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38915 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38916 be sure to stop the clock when going to paused
38917 * sys/oss/gstosssink.c: (gst_osssink_change_state):
38918 reset number of transmitted when going to ready.
38921 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
38923 reviewed by Benjamin Otte
38925 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38926 extract track count (fixes #133410)
38928 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38930 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38931 that should be !=, not == (fixes #132519)
38933 2004-02-04 David Schleef <ds@schleef.org>
38935 Make sure set_explicit_caps() is called before adding pad.
38936 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38937 * gst/id3/gstid3types.c: (gst_id3types_loop):
38938 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38939 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38941 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38944 bump nano to 2, first prerelease
38945 put back AM_PROG_LIBTOOL
38947 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38949 * testsuite/alsa/Makefile.am:
38950 these are user test apps, not automatic testsuite tests
38952 2004-02-04 David Schleef <ds@schleef.org>
38954 Convert GST_DEBUG_CAPS() to GST_DEBUG():
38955 * gst/mpeg1videoparse/gstmp1videoparse.c:
38956 (mp1videoparse_parse_seq):
38957 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38958 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38959 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38960 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38961 (gst_xvideosink_getcaps):
38962 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38963 * testsuite/gst-lint: more tests
38965 2004-02-04 David Schleef <ds@schleef.org>
38967 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38968 with the code that they would expand to.
38969 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38970 (gst_flacdec_get_src_query_types),
38971 (gst_flacdec_get_src_event_masks):
38972 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38973 (gst_gnomevfssrc_get_query_types),
38974 (gst_gnomevfssrc_get_event_mask):
38976 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38978 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38979 (gst_sinesrc_dispose):
38980 fix memleak by properly disposing sinesrc
38982 2004-02-04 Julien MOUTTE <julien@moutte.net>
38984 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38985 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38986 an overlay to redraw the image because it has been exposed.
38987 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38988 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38989 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38990 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38992 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38993 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38994 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38995 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38998 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39000 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
39001 more memleak fixage
39003 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39005 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
39006 * gst/typefind/gsttypefindfunctions.c:
39007 fix memleaks shown by gst-typefind
39009 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
39011 * common/glib-gen.mak:
39012 add hack rule to touch .Plo files
39013 * gst-libs/gst/colorbalance/Makefile.am:
39014 * gst-libs/gst/mixer/Makefile.am:
39015 * gst-libs/gst/play/Makefile.am:
39016 * gst-libs/gst/tuner/Makefile.am:
39017 remove glib_root variable
39019 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39021 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
39022 set explicit caps before adding the element, so the autopluggers can
39024 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
39025 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
39026 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39028 fix memleaks in typefind functions. gst_type_find_suggest takes a const
39031 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
39033 * gst-libs/gst/colorbalance/Makefile.am:
39034 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39035 * gst-libs/gst/colorbalance/colorbalance.c:
39036 * gst-libs/gst/colorbalance/colorbalance.h:
39037 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39038 * gst-libs/gst/mixer/Makefile.am:
39039 * gst-libs/gst/mixer/mixer-marshal.list:
39040 * gst-libs/gst/mixer/mixer.c:
39041 * gst-libs/gst/mixer/mixer.h:
39042 * gst-libs/gst/mixer/mixermarshal.list:
39043 * gst-libs/gst/play/Makefile.am:
39044 * gst-libs/gst/play/play.h:
39045 * gst-libs/gst/tuner/Makefile.am:
39046 * gst-libs/gst/tuner/tuner-marshal.list:
39047 * gst-libs/gst/tuner/tuner.c:
39048 * gst-libs/gst/tuner/tuner.h:
39049 * gst-libs/gst/tuner/tunermarshal.list:
39050 use new glib-gen.mak snippet to clean up Makefile.am
39051 fix various bugs in Makefile.am's
39053 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39055 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39056 handle chain parsing correctly in the multichain case
39057 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39058 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39059 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39060 (theora_dec_chain):
39061 handle events and queries correctly
39063 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39066 Ignore generated file _stdint.h.
39068 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39070 * gst-libs/gst/colorbalance/Makefile.am:
39071 * gst-libs/gst/colorbalance/colorbalance.h:
39072 * gst-libs/gst/mixer/Makefile.am:
39073 * gst-libs/gst/mixer/mixer.h:
39074 * gst-libs/gst/play/Makefile.am:
39075 * gst-libs/gst/play/play.h:
39076 * gst-libs/gst/tuner/Makefile.am:
39077 * gst-libs/gst/tuner/tuner.h:
39078 Generate enum type code with glib-mkenums.
39079 * gst-libs/gst/colorbalance/.cvsignore:
39080 * gst-libs/gst/mixer/.cvsignore:
39081 * gst-libs/gst/play/.cvsignore:
39082 * gst-libs/gst/tuner/.cvsignore:
39083 Ignore generated files.
39085 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39087 * gst-libs/gst/audio/.cvsignore:
39088 Ignore generated file.
39089 * gst-libs/gst/audio/Makefile.am:
39090 Do not install example filter.
39092 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39094 * examples/switch/.cvsignore:
39095 Ignore generated file.
39097 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39099 * common/m4/ax_create_stdint_h.m4:
39101 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39104 remove generated _stdint.h in DISTCLEANFILES
39105 * ext/a52dec/gsta52dec.c:
39106 include _stdint.h for a52dec. (should fix #133064)
39108 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
39110 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39111 (gst_tag_to_vorbis_comments):
39112 Add replaygain support to vorbistag
39114 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
39115 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39116 (gst_ffmpeg_caps_to_extradata):
39117 Fix SVQ3 caps flag properties
39118 Use glib macro for bytes swap
39120 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39122 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39123 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39124 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39125 * ext/sndfile/gstsf.c: (plugin_init):
39126 * gst/avi/gstavi.c: (plugin_init):
39127 * sys/dxr3/dxr3init.c: (plugin_init):
39128 * sys/oss/gstossaudio.c: (plugin_init):
39129 * sys/v4l/gstv4l.c: (plugin_init):
39130 * sys/v4l2/gstv4l2.c: (plugin_init):
39131 remove textdomain calls
39133 update Dutch translation
39135 2004-02-02 Julien MOUTTE <julien@moutte.net>
39137 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39138 (gst_play_set_audio_sink): Moving volume in the audio thread for
39139 instantaneous volume change. Maybe i will add another volume in front
39140 of visualization later, not sure yet though.
39142 2004-02-02 Julien MOUTTE <julien@moutte.net>
39144 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39145 (gst_ximagesink_handle_xevents): Better X events handling, only take
39146 the latest events for configure and motion.
39147 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39149 2004-02-02 Jon Trowbridge <trow@gnu.org>
39151 reviewed by: David Schleef <ds@schleef.org>
39154 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39155 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39157 2004-02-02 David Schleef <ds@schleef.org>
39159 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
39161 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39162 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39163 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39164 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39165 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39166 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39167 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39168 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39169 (gst_float2_2_int_link):
39170 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39171 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39172 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39173 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39174 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39175 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39176 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39177 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39178 * testsuite/gst-lint: Add tests for bzero and ;;
39180 2004-02-02 David Schleef <ds@schleef.org>
39182 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39184 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39186 * ext/aalib/gstaasink.c: (gst_aasink_open):
39187 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39188 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39189 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39190 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39191 (gst_afsink_close_file):
39192 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39193 (gst_afsrc_close_file):
39194 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39195 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39196 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39197 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39198 * ext/esd/esdmon.c: (gst_esdmon_get):
39199 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39200 * ext/faac/gstfaac.c: (gst_faac_chain):
39201 * ext/faad/gstfaad.c: (gst_faad_chain):
39202 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39203 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39204 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39205 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39206 (gst_flacdec_loop):
39207 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39208 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39209 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39210 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39211 (gst_gnomevfssink_close_file):
39212 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39213 (gst_gnomevfssrc_open_file):
39214 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39215 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39216 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39217 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39218 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39219 * ext/mad/gstmad.c: (gst_mad_chain):
39220 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39221 * ext/mpeg2dec/gstmpeg2dec.c:
39222 * ext/mpeg2enc/gstmpeg2enc.cc:
39223 * ext/mplex/gstmplex.cc:
39224 * ext/mplex/gstmplexibitstream.cc:
39225 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39226 (gst_ogg_demux_push):
39227 * ext/raw1394/gstdv1394src.c:
39228 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39229 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39230 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39232 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39233 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39234 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39235 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39236 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39237 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39238 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39239 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39240 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39241 (gst_riff_read_element_data), (gst_riff_read_seek),
39242 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39243 * gst/adder/gstadder.c: (gst_adder_loop):
39244 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39245 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39246 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39247 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39248 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39249 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39250 * gst/goom/gstgoom.c: (gst_goom_chain):
39251 * gst/id3/gstid3types.c: (gst_id3types_loop):
39252 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39253 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39254 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39255 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39256 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39257 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39258 (gst_ebml_read_float), (gst_ebml_read_header):
39259 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39260 (gst_matroska_demux_parse_blockgroup):
39261 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39262 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39263 * gst/oneton/gstoneton.c: (gst_oneton_chain):
39264 * gst/silence/gstsilence.c: (gst_silence_get):
39265 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39266 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39267 * gst/speed/gstspeed.c: (speed_loop):
39268 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39269 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39270 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39271 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39272 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39273 (gst_wavparse_loop):
39274 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39275 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39276 (dxr3audiosink_close):
39277 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39278 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39279 (dxr3videosink_close), (dxr3videosink_write_data):
39280 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39281 * sys/oss/gstosssink.c: (gst_osssink_chain):
39282 * sys/oss/gstosssrc.c: (gst_osssrc_get):
39283 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39284 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39285 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39286 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39287 (gst_v4l_set_window), (gst_v4l_enable_overlay):
39288 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39289 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39290 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39291 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39292 (gst_v4l_set_audio):
39293 * sys/v4l/v4l_calls.h:
39294 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39295 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39296 (gst_v4lmjpegsink_playback_init),
39297 (gst_v4lmjpegsink_playback_start):
39298 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39299 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39300 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39301 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39302 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39303 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39304 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39305 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39306 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39307 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39308 (gst_v4l2_get_output), (gst_v4l2_set_output),
39309 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39310 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39311 (gst_v4l2_set_attribute):
39312 * sys/v4l2/v4l2_calls.h:
39313 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39314 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39315 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39316 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39317 (gst_v4l2src_capture_stop):
39318 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39319 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39320 (gst_ximagesink_chain):
39321 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39322 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39323 (gst_xvideosink_xwindow_new):
39324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39325 (gst_xvimagesink_chain):
39327 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39329 * gst/volume/gstvolume.c: (gst_volume_set_volume),
39330 (gst_volume_get_volume), (volume_class_init), (volume_init),
39331 (volume_chain_int16), (volume_update_volume):
39332 * gst/volume/gstvolume.h:
39333 make code more readable by removing magic numbers
39334 make mixer interface export 0-100 range
39335 make it internally map to 0.0-1.0 range so users don't distort
39336 output by putting the sliders at full volume
39338 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39340 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39341 (gst_play_state_change), (gst_play_seek_to_time):
39342 block the tick callback for 0.5 secs after doing a seek
39344 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39346 * gst-libs/gst/play/play.c: (gst_play_new):
39349 2004-02-01 Julien MOUTTE <julien@moutte.net>
39351 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39352 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39353 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39354 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39355 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39356 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39358 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
39361 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39362 check for a function added in vorbis 1.1
39364 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39366 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39367 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39368 really start/stop clock only on PLAYING <=> PAUSED
39369 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39370 remove \n from debugging lines
39371 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39372 make it work when seeking does not
39373 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39376 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39378 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39379 start clock on PAUSED=>PLAYING, not later
39380 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39381 extract correct time for different discont formats
39382 (gst_alsa_sink_get_time):
39383 don't segfault when no format is negotiated yet, just return 0
39384 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39385 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39386 (gst_ogg_pad_push):
39387 handle flush and discont events correctly
39388 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39389 handle discont events correctly
39391 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
39393 * gst-libs/gst/play/play.c: (gst_play_error_quark),
39394 (gst_play_error_create), (gst_play_error_plugin),
39395 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39396 * gst-libs/gst/play/play.h:
39397 add error handling during creation
39398 * examples/gstplay/player.c: (main):
39399 use new gst_play_new
39402 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39404 * ext/theora/theoradec.c: (theora_dec_chain):
39406 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39407 (vorbis_dec_src_event), (vorbis_dec_chain):
39408 add encoder tag, fix tag reading to be more error tolerant, change
39409 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39410 gst_pad_event_default.
39411 * gst/tags/gstvorbistag.c:
39412 (gst_tag_list_from_vorbiscomment_buffer):
39413 undefine function specific define at end of function
39415 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
39417 * ext/flac/gstflac.c: (plugin_init):
39418 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39419 * ext/flac/gstflacdec.h:
39420 * ext/flac/gstflacenc.h:
39423 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
39425 * examples/gstplay/player.c: s/gstplay.h/play.h/
39427 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39429 * gst-libs/gst/play/Makefile.am:
39430 * gst-libs/gst/play/gstplay.c:
39431 * gst-libs/gst/play/gstplay.h:
39432 * gst-libs/gst/play/play.c:
39433 more surgery, operation complete
39435 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39437 * gst-libs/gst/play/play.old.c:
39438 * gst-libs/gst/play/play.old.h:
39439 after CVS surgery by moving, remove
39440 * gst-libs/gst/play/playpipelines.c:
39443 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39444 add negotiation error
39446 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39448 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39449 (gst_ogg_demux_push):
39450 add some seeking debug info
39451 send a flush when seeking
39453 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39459 * ext/theora/Makefile.am:
39460 * ext/theora/theoradec.c:
39461 add theora video decoder. Does just do simple decoding for now and
39462 has been tested against Theora cvs only. It only works when theora
39463 is compiled with --enable-static.
39464 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39465 always reset packetno on DISCONT
39467 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39469 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39472 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39474 * gst/mpegaudioparse/gstmpegaudioparse.c:
39475 (mp3_type_frame_length_from_header):
39476 Fix header parsing - stolen from ffmpeg (thank you! :) ).
39478 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39480 * ext/esd/esdsink.c: (gst_esdsink_init):
39481 Since we have static pad template caps, we don't need to negotiate;
39482 either the core errors out or we know the format.
39484 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39486 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39487 (gst_riff_read_seek):
39488 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39489 (gst_ebml_read_seek):
39490 Fix event handling.
39492 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39494 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39495 removee video/x-theora from vp3 decoder, it doesn't handle raw
39497 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39498 fix bug with finalizing element that never went to PAUSED
39499 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39500 length and position queries were swapped
39501 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39502 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39503 (vorbis_dec_src_event):
39504 implement querying time and bytes
39506 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39508 * just about every source file:
39509 gst_element_error -> GST_ELEMENT_ERROR
39511 2004-01-29 Julien MOUTTE <julien@moutte.net>
39513 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39514 emiting FLUSH and even before DISCONT.
39515 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39516 get the best instant seeking as possible yay!
39518 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
39520 * gst/mpeg1videoparse/gstmp1videoparse.c:
39521 (gst_mp1videoparse_real_chain):
39522 Committed wrong version last week... Grr... Didn't notice until now.
39524 2004-01-29 Julien MOUTTE <julien@moutte.net>
39526 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39527 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39528 have_xwindow_id signal in xwindow_create.
39530 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
39532 * ext/ogg/gstoggdemux.c:
39533 lots of changes - mainly support for chained bitstreams, seeking,
39534 querying and bugfixes of course
39535 * ext/vorbis/Makefile.am:
39536 * ext/vorbis/vorbisdec.c:
39537 * ext/vorbis/vorbisdec.h:
39538 add vorbisdec raw vorbis decoder
39539 * ext/vorbis/vorbis.c: (plugin_init):
39540 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39541 * gst/intfloat/Makefile.am:
39542 * gst/intfloat/float22int.c:
39543 * gst/intfloat/float22int.h:
39544 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39545 add float2intnew plugin. It converts multichannel interleaved float to
39546 multichannel interleaved int. The name should probably be changed.
39547 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39549 add typefinding for raw theora video so oggdemux can detect it.
39551 2004-01-28 Julien MOUTTE <julien@moutte.net>
39553 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39554 sink element first.
39555 * gst/videoscale/gstvideoscale.c:
39556 (gst_videoscale_handle_src_event): Fixing src event handler.
39558 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
39560 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39561 (gst_v4lsrc_open), (gst_v4lsrc_close),
39562 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39563 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39564 * sys/v4l/gstv4lsrc.h:
39565 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39566 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39567 Implement resizing... Hack. But that's why v4l is b0rked...
39569 2004-01-28 Julien MOUTTE <julien@moutte.net>
39571 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39572 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39573 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39574 (gst_ximagesink_xwindow_destroy):
39575 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39576 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39577 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39578 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39579 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39580 correctly cleaning the image created to check xshm calls on succes,
39581 added a lot of XSync calls in X11 functions, and fixed a segfault when
39582 no image format was defined before negotiation happened.
39584 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
39586 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39587 use gst_element_get_time to get correct time
39589 2004-01-28 Julien MOUTTE <julien@moutte.net>
39591 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39592 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39593 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39594 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39595 (gst_xvimagesink_check_xshm_calls),
39596 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39597 X plugins are now able to detect that XShm calls will fail even if the
39598 server claims that it has XShm support (remote displays most of the
39599 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39600 so that we use non XShm functions. This feature is almost useless for
39601 xvimagesink as Xv is not supported on remote displays anyway, but
39602 it might happen than even on the local display XShm calls fail.
39604 2004-01-27 David Schleef <ds@schleef.org>
39606 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39607 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39608 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
39609 changed esdsink to only use 44100,16,2, since esd sucks at rate
39610 conversion and esdsink has had difficulty negotiating.
39612 2004-01-27 Julien MOUTTE <julien@moutte.net>
39614 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39615 (gst_play_seek_to_time): Fixing the way to get current position.
39617 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39619 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39620 use gst_element_get_time to get correct time
39622 2004-01-27 Julien MOUTTE <julien@moutte.net>
39624 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39625 fix ever... Inverting 2 lines of code make spider autoplug correctly
39628 2004-01-27 David Schleef <ds@schleef.org>
39630 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39631 Use gst_pad_try_set_caps_nonfixed().
39633 2004-01-27 David Schleef <ds@schleef.org>
39635 * gst/ac3parse/gstac3parse.c: update to checklist 5
39636 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
39637 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39638 * gst/audioscale/gstaudioscale.c: same
39639 * gst/auparse/gstauparse.c: same
39640 * gst/avi/gstavidemux.c: same
39642 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39644 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39645 stop processing after EOS
39647 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39649 * gst/asfdemux/asfheaders.h:
39650 * gst/asfdemux/gstasfdemux.c:
39651 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39652 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39653 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39654 lot's of fixes to make data extraction simpler and get the code
39655 architecture and compiler independant. Add debugging category
39656 * gst/goom/gstgoom.c: (gst_goom_change_state):
39657 reset channel count on PAUSED=>READY, not READY=>PAUSED
39659 2004-01-26 Colin Walters <walters@verbum.org>
39661 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39662 code to pull a bigger buffer in iradio mode. This as a side effect
39663 makes typefinding work.
39665 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39667 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39668 Fix SVQ3 decoding on PPC
39670 2004-01-26 Julien MOUTTE <julien@moutte.net>
39672 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39673 that one managed to stay there... Fixed.
39675 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39677 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39678 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39679 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39680 (qtdemux_video_caps):
39681 * gst/qtdemux/qtdemux.h:
39682 Add SVQ3 specific flags to qtdemux and ffmpeg
39684 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
39686 * gst-libs/gst/audio/audio.h:
39687 remove buffer-frames from audio caps
39688 * gst/audioconvert/gstaudioconvert.c:
39689 fix plugin to really work.
39691 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39693 * gst-libs/gst/mixer/mixer.c:
39694 * gst-libs/gst/propertyprobe/propertyprobe.c:
39695 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39696 (gst_tuner_find_channel_by_name):
39697 * gst-libs/gst/tuner/tuner.h:
39698 Add gtk-doc style comments. Also fix a function name.
39700 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39702 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39703 (gst_divxdec_negotiate):
39704 Fix for new capsnego - also fixes gst-player with divxdec.
39706 2004-01-25 Julien MOUTTE <julien@moutte.net>
39708 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39709 (gst_play_identity_handoff), (gst_play_set_location),
39710 (gst_play_set_visualization), (gst_play_connect_visualization): Another
39711 try in visualization implementation. Still have an issue with switch
39712 blocking when pulling from video_queue and only audio comes out of
39714 * gst/switch/gstswitch.c: (gst_switch_release_pad),
39715 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39716 release method. And check if the pad is usable before pulling.
39718 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39720 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39721 (gst_videobalance_init),
39722 (gst_videobalance_colorbalance_list_channels),
39723 (gst_videobalance_colorbalance_set_value),
39724 (gst_videobalance_colorbalance_get_value),
39725 (gst_videobalance_update_properties),
39726 (gst_videobalance_update_tables_planar411),
39727 (gst_videobalance_planar411):
39728 * gst/videofilter/gstvideobalance.h:
39729 Implement lookup-tables. +/- 10x faster.
39731 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39733 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39734 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39735 The index reading was broken. The rest worked fine, but the whole
39736 goal of my rewrite was to make avidemux readable, and this was
39737 not at all readable. Please use typed variables.
39739 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39741 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39742 Additional pad usability check.
39743 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39744 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39745 (gst_mp1videoparse_real_chain):
39746 Fix MPEG video stream parsing. The original plugin had several
39747 issues, including not timestamping streams where the source was
39748 not timestamped (this happens with PTS values in mpeg system
39749 streams, but MPEG video is also a valid stream on its own so
39750 that needs timestamps too). We use the display time code for that
39751 for now. Also, if one incoming buffer contains multiple valid
39752 frames, we push them all on correctly now, including proper EOS
39753 handling. Lastly, several potential segfaults were fixed, and we
39754 properly sync on new sequence/gop headers to include them in next,
39755 not previous frames (since they're header for the next frame, not
39756 the previous). Also see #119206.
39757 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39759 Move caps setting so we only do it after finding several valid
39760 MPEG-1 fraes sequentially, not right after the first one (which
39761 might be coincidental).
39762 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39763 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39765 Add unsynced MPEG video stream typefinding, and change some
39766 probability values so we detect streams rightly. The idea is as
39767 follows: I can have an unsynced system stream which contains
39768 video. In the current code, I would randomly get a type for either
39769 system or video stream type found, because the probabilities are
39770 being calculated rather randomly. I now use fixed values, so we
39771 always prefer system stream if that was found (and that is how it
39772 should be). If no system stream was found, we can still identity the stream as video-only.
39774 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39776 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39777 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39778 don't write to buffer. Extract data without the need of
39779 __attribute__ ((packed))
39781 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39783 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39784 (mpeg1_sys_type_find):
39785 Fix MPEG-1 stream typefinding.
39787 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39789 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39790 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39792 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39794 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39795 * ext/esd/gstesd.c: (plugin_init):
39796 private debugging, better error reporting
39798 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39800 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39801 (gst_riff_read_init), (gst_riff_read_change_state):
39802 * gst-libs/gst/riff/riff-read.h:
39803 Remove stuff fromold metadata system.
39805 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39807 * ext/ogg/gstoggdemux.c:
39808 Fix wrong file comment.
39809 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39810 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39811 Add metadata reading properly.
39813 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39816 Fix nas DIST_SUBDIRS
39818 Fix bug where make distcheck doesn't get run on adding stuff to
39821 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39823 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39824 * ext/divx/gstdivxdec.h:
39825 Fix divx3 ("msmpeg4") playback using divxdec.
39827 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39829 * gst/typefind/gsttypefindfunctions.c:
39830 (mp3_type_frame_length_from_header): fix bug in length computation
39831 (mp3_type_find): improve debugging output
39833 2004-01-23 Julien MOUTTE <julien@moutte.net>
39835 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39836 (gst_play_set_location), (gst_play_seek_to_time),
39837 (gst_play_set_audio_sink), (gst_play_set_visualization),
39838 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39839 the pipeline from scratch. Visualization is back and switch went out as
39840 i realized it was not possible to use the way i wanted.
39841 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39842 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39843 clearing in state change from READY to NULL. So that one can clean the
39844 X ressources keeping the element.
39845 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39846 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39847 (gst_xvimagesink_colorbalance_set_value),
39848 (gst_xvimagesink_colorbalance_get_value),
39849 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39850 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39851 change from READY to NULL and fixed some stupid bugs in colorbalance
39852 get/set values. Also added the following feature : when nobody tries to
39853 set some values to the colorbalance levels before the xcontext is
39854 grabbed, then when creating channels list from Xv attributes we set the
39855 internal values to the Xv defaults. This way we handle buggy Xv drivers
39856 that set default hue values far from the middle of the range (Thanks
39857 to Jon Trowbridge for pointing that issue).
39858 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39859 colorbalance levels have been set before xcontext is grabbed.
39861 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
39863 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39864 Fix the ossmixer case where we shouldn't open /dev/dsp* because
39865 it might block operations (which is bad for a mixer).
39867 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39869 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39870 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39871 (gmip_find_type_pre):
39872 * gst-libs/gst/media-info/media-info-priv.h:
39873 * gst-libs/gst/media-info/media-info.c:
39874 (gst_media_info_instance_init), (gst_media_info_read_idler):
39875 add fakesink to get caps on decoder src pad again
39876 fix callback prototype to match new have_type signal signature
39878 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39880 * gst/adder/gstadder.c: (gst_adder_link):
39881 fix non-compile and cut-n-paste code
39883 2004-01-21 David Schleef <ds@schleef.org>
39885 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39886 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39887 (gst_swfdec_init), (gst_swfdec_change_state):
39888 * ext/swfdec/gstswfdec.h:
39890 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39891 (gst_adder_request_new_pad): Fix negotiation.
39892 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39893 Add a fixate function.
39894 * gst/intfloat/gstfloat2int.c:
39895 * gst/intfloat/gstfloat2int.h:
39896 * gst/intfloat/gstint2float.c:
39897 * gst/intfloat/gstint2float.h:
39898 Completely rewrite the negotiation. Doesn't quite work yet,
39899 due to some buffer-frames problem.
39901 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
39903 * ext/gnomevfs/gstgnomevfssrc.c:
39904 * sys/v4l2/v4l2_calls.h:
39905 fix includes for distcheck
39907 2004-01-21 Christian Schaller <uraeus@gnome.org>
39910 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39911 based on earlier patch from Laurent Vivier
39913 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
39915 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39916 Fix wma caps property
39917 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39918 Fix typo (flags1 and flags2)
39920 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39922 * gst-libs/gst/media-info/media-info-priv.c:
39923 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39924 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39925 (gmip_find_stream), (gmip_find_track_metadata),
39926 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39927 (gmip_find_track_format):
39928 * gst-libs/gst/media-info/media-info-priv.h:
39929 * gst-libs/gst/media-info/media-info-test.c: (main):
39930 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39931 (gst_media_info_read_idler), (gst_media_info_read):
39932 * gst-libs/gst/media-info/media-info.h:
39933 register debugging category and use it for debugging
39935 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39937 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39938 (gst_vorbisfile_new_link):
39939 signal streaminfo through tags
39941 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39943 * ext/mplex/gstmplex.cc:
39944 * ext/mplex/gstmplexibitstream.cc:
39945 g++ doesn't like NULL in our i18n/error macros, should be
39946 either (NULL) or ("").
39948 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39950 * sys/dxr3/dxr3audiosink.c:
39951 * sys/dxr3/dxr3init.c:
39952 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39953 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39954 Fix more error error error errors (missing includes here).
39956 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39958 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39959 fix thomas' error errors.
39961 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39963 * ext/mpeg2enc/gstmpeg2enc.cc:
39966 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39968 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39969 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39970 Fix for new error system.
39972 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39974 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39975 fix for new error reporting
39977 2004-01-20 David Schleef <ds@schleef.org>
39979 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39980 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39981 (gst_ximagesink_set_xwindow_id): Change to using a framerate
39982 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39983 and neither is 100+, most likely.
39984 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39985 (gst_xvimagesink_getcaps): same
39987 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
39990 Up version requirement to 2.0.3 (not yet released) to avoid symbol
39991 clashes with ffmpeg.
39993 2004-01-20 Julien MOUTTE <julien@moutte.net>
39995 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39996 (gst_switch_init): Fixed switch element : proxying link and setting
39997 caps from src to sink on request.
39999 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40001 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
40002 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
40003 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
40006 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40008 * sys/v4l/v4l_calls.h:
40009 * sys/v4l2/v4l2_calls.h:
40010 element_error fixes
40012 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40014 * gst-libs/gst/gst-i18n-plugin.h:
40016 remove config.h inclusion
40018 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40021 adding autopoint invocation
40024 * gst-libs/gst/gettext.h:
40025 adding gettext bits
40026 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
40027 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
40028 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
40029 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40030 (gst_gnomevfssink_close_file):
40031 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
40032 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40033 * gst-libs/gst/gst-i18n-plugin.h:
40034 * gst/avi/gstavi.c: (plugin_init):
40035 * sys/dxr3/dxr3init.c: (plugin_init):
40036 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40037 * sys/oss/gstossaudio.c: (plugin_init):
40038 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40039 * sys/v4l/gstv4l.c: (plugin_init):
40040 * sys/v4l/v4l_calls.c: (gst_v4l_open):
40041 * sys/v4l2/gstv4l2.c: (plugin_init):
40042 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40043 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40044 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40045 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40046 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40047 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40048 make sure locale and translation domain are set
40049 fix translated strings
40055 put translation files into place
40056 * sys/xvideo/imagetest.c: (main):
40057 * ext/dv/demo-play.c: (main):
40058 fix unnecessary translations
40060 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
40062 * ext/sndfile/gstsf.c:
40063 * gst/avi/gstavimux.c:
40064 * ext/audiofile/gstafsink.c:
40065 * ext/audiofile/gstafsrc.c:
40066 * ext/gnomevfs/gstgnomevfssink.c:
40067 * ext/gnomevfs/gstgnomevfssrc.c:
40068 * sys/oss/gstosselement.c:
40069 * sys/v4l/v4l_calls.h:
40072 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40074 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40075 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40076 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40077 (gst_v4l2_get_output), (gst_v4l2_set_output),
40078 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40079 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40080 (gst_v4l2_set_attribute):
40081 update to new error handling
40083 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40085 * ext/sidplay/gstsiddec.cc:
40086 * gst/modplug/gstmodplug.cc:
40087 parenthese NULL because C++ seems angry about it
40089 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40091 * gst-libs/gst/gst-i18n-plugin.h:
40092 add skeleton i18n stuff, but needs to be further implemented
40094 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
40096 * examples/gstplay/player.c: (main):
40097 * ext/aalib/gstaasink.c: (gst_aasink_open):
40098 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40099 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40100 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40101 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40102 (gst_afsink_close_file):
40103 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40104 (gst_afsrc_close_file):
40105 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40106 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40107 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40108 * ext/esd/esdmon.c: (gst_esdmon_get):
40109 * ext/esd/esdsink.c: (gst_esdsink_chain):
40110 * ext/faac/gstfaac.c: (gst_faac_chain):
40111 * ext/faad/gstfaad.c: (gst_faad_chain):
40112 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40113 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40114 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40115 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40116 (gst_flacdec_loop):
40117 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40118 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40119 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40120 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40121 (gst_gnomevfssink_close_file):
40122 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40123 (gst_gnomevfssrc_open_file):
40124 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40125 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40126 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40127 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40128 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40129 * ext/mad/gstmad.c: (gst_mad_chain):
40130 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40131 * ext/mpeg2dec/gstmpeg2dec.c:
40132 * ext/mpeg2enc/gstmpeg2enc.cc:
40133 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40134 * ext/mplex/gstmplex.cc:
40135 * ext/mplex/gstmplexibitstream.cc:
40136 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40137 (gst_ogg_demux_push), (gst_ogg_pad_push):
40138 * ext/raw1394/gstdv1394src.c:
40139 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40140 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40141 * ext/sidplay/gstsiddec.cc:
40142 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40144 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40145 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40146 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40147 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40148 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40149 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40150 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40151 * gst-libs/gst/Makefile.am:
40152 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40153 (gst_riff_read_element_data), (gst_riff_read_seek),
40154 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40155 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40156 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40157 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40158 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40159 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40160 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40161 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40162 * gst/goom/gstgoom.c: (gst_goom_chain):
40163 * gst/id3/gstid3types.c: (gst_id3types_loop):
40164 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40165 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40166 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40167 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40168 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40169 (gst_ebml_read_float), (gst_ebml_read_header):
40170 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40171 (gst_matroska_demux_parse_blockgroup):
40172 * gst/modplug/gstmodplug.cc:
40173 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40174 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40175 * gst/oneton/gstoneton.c: (gst_oneton_chain):
40176 * gst/silence/gstsilence.c: (gst_silence_get):
40177 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40178 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40179 * gst/speed/gstspeed.c: (speed_loop):
40180 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40181 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40182 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40183 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40184 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40185 (gst_wavparse_loop):
40186 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40187 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40188 (dxr3audiosink_close):
40189 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40190 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40191 (dxr3videosink_close), (dxr3videosink_write_data):
40192 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40193 * sys/oss/gstosselement.h:
40194 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40195 (gst_osssink_chain):
40196 * sys/oss/gstosssrc.c: (gst_osssrc_get):
40197 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40198 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40199 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40200 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40201 (gst_v4l_enable_overlay):
40202 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40203 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40204 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40205 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40206 (gst_v4l_set_audio):
40207 * sys/v4l/v4l_calls.h:
40208 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40209 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40210 (gst_v4lmjpegsink_playback_init),
40211 (gst_v4lmjpegsink_playback_start):
40212 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40213 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40214 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40215 (gst_v4lmjpegsrc_requeue_frame):
40216 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40217 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40218 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40219 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40220 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40221 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40222 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40223 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40224 (gst_v4l2src_capture_stop):
40225 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40226 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40227 (gst_ximagesink_chain):
40228 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40229 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40230 (gst_xvideosink_xwindow_new):
40231 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40232 (gst_xvimagesink_chain):
40233 use new error signal, function and categories
40235 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
40239 * ext/musicbrainz/gsttrm.c:
40240 * ext/musicbrainz/gsttrm.h:
40241 * ext/musicbrainz/Makefile.am:
40244 2004-01-18 Julien MOUTTE <julien@moutte.net>
40246 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40247 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40248 synchronous property for debugging.
40249 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40250 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40251 (gst_xvimagesink_set_property): Moving a pointer declaration to a
40252 smaller block, fixing indent.
40254 2004-01-16 David Schleef <ds@schleef.org>
40256 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40257 property affects the video stream.
40258 * sys/xvimage/xvimagesink.c:
40259 * sys/xvimage/xvimagesink.h:
40260 Add synchronous property for debugging. Should probably be
40261 disabled in non-CVS builds. Make sure that the Xv attribute
40262 exists before we set it (crash!). Fix a silly float bug that
40263 caused colorbalance to just not work.
40265 2004-01-17 Christian Schaller <Uraeus@gnome.org>
40267 * tools/gst-launch-ext.in - update for new plugins
40269 2004-01-16 David Schleef <ds@schleef.org>
40271 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40272 already-freed caps.
40274 2994-01-16 Christian Schaller <Uraeus@gnome.org>
40276 * Update spec for new colorspace plugin and libcaca plugin
40277 * Fix compilation of libcaca plugin (clock -> id)
40279 2004-01-16 Julien MOUTTE <julien@moutte.net>
40281 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40282 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40283 (gst_xvimagesink_set_xwindow_id),
40284 (gst_xvimagesink_colorbalance_set_value),
40285 (gst_xvimagesink_colorbalance_get_value),
40286 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40287 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40288 correct colorbalance properties. They can now be set when the element
40289 is still in NULL state. The values will be committed to the Xv Port
40290 when xcontext is initialized.
40291 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40292 brightness int values in the GstXvImagesink structure.
40294 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40296 * gst-libs/gst/Makefile.am:
40297 restructure so having local patches works easier.
40299 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40301 * ext/mpeg2enc/Makefile.am:
40302 * ext/mpeg2enc/gstmpeg2enc.cc:
40303 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40304 Bugfix with respect to EOS handling.
40306 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40308 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40309 Link with right caps (else, it segfaults).
40310 * ext/mplex/gstmplexjob.cc:
40311 Fix for slight API change in 1.6.1.93 release of mjpegtools.
40313 2004-01-15 David Schleef <ds@schleef.org>
40315 * gst-libs/gst/audio/Makefile.am:
40316 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40318 * gst-libs/gst/audio/gstaudiofilter.c:
40319 * gst-libs/gst/audio/gstaudiofilter.h:
40320 Add bytes_per_sample and size and n_samples calculation.
40321 * gst-libs/gst/audio/gstaudiofilterexample.c:
40322 Remove, now autogenerated.
40323 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40324 Moved from gstaudiofilterexample, object name changed, code added
40325 so that it actually works.
40326 * gst-libs/gst/audio/make_filter:
40327 Script to build an audiofilter subclass from the template.
40328 * gst/colorspace/Makefile.am:
40329 * gst/colorspace/yuv2yuv.c:
40330 Remove file, since it's GPL, and we don't use it.
40332 2004-01-15 Julien MOUTTE <julien@moutte.net>
40334 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40335 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40336 them use the buffer free function to test how the buffer was allocated.
40338 2004-01-15 David Schleef <ds@schleef.org>
40340 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40341 that handles osssink fallback.
40342 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40343 (gst_audio_convert_getcaps):
40344 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40345 Add audio/x-qdm2 for QDM2 audio.
40346 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40347 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40348 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40349 Decrease minimum size to 16x16.
40350 * gst/wavparse/gstwavparse.c:
40351 Convert disabled pad template caps to new caps.
40352 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40353 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40354 (gst_xvimagesink_chain): Throw element error when display cannot
40355 be opened. Increase minimum framerate to 1.0. Check the data
40356 free function on a buffer to make sure it is the type we expect
40357 before manipulating it.
40359 2004-01-15 Julien MOUTTE <julien@moutte.net>
40361 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40362 (gst_videobalance_colorbalance_set_value): Implement passthru if
40363 settings are in the middle.
40364 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40366 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40368 * gst/videofilter/Makefile.am:
40369 * gst/volume/Makefile.am:
40370 Since we use videofilter symbols, link to it.
40372 2004-01-15 Julien MOUTTE <julien@moutte.net>
40374 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40375 mixer interface type to HARDWARE.
40376 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40378 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40379 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40380 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40381 (gst_volume_interface_init), (gst_volume_list_tracks),
40382 (gst_volume_set_volume), (gst_volume_get_volume),
40383 (gst_volume_set_mute), (gst_volume_mixer_init),
40384 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40385 (volume_init): Implementing mixer interface.
40386 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40387 * sys/oss/gstosselement.c: (gst_osselement_get_type),
40388 (gst_osselement_change_state): Removing some trailing commas in
40390 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40391 interface type to HARDWARE.
40392 * sys/v4l/gstv4lcolorbalance.c:
40393 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40395 * sys/v4l2/gstv4l2colorbalance.c:
40396 (gst_v4l2_color_balance_interface_init): Setting colorbalance
40397 interface type to HARDWARE.
40398 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40399 same code than ximagesink for event handling.
40401 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40403 * ext/snapshot/Makefile.am:
40404 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40405 (gst_snapshot_chain):
40406 * ext/snapshot/gstsnapshot.h:
40407 This has to be a joke... Snapshot should be connected to a tee,
40408 colorspace element before it and EOS after that, where the other
40409 src of the tee receives normal data.
40410 The current way is *wrong*.
40412 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40414 * ext/hermes/gsthermescolorspace.c:
40415 Fix another compile error. Same as below.
40417 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40419 * gst/colorspace/gstcolorspace.c:
40420 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40421 (gst_colorspace_i420_to_yv12):
40422 Fix compiling... Didn't test if it actually works.
40424 2004-01-15 David Schleef <ds@schleef.org>
40427 * gst/colorspace/Makefile.am:
40428 * gst/colorspace/gstcolorspace.c:
40429 * gst/colorspace/gstcolorspace.h:
40430 * gst/colorspace/yuv2rgb.c:
40431 * gst/colorspace/yuv2rgb.h:
40432 Duplicate the ext/hermes colorspace plugin, and remove Hermes
40433 code and GPL code. Fix for new caps negotiation. Rewrite
40434 much of the format handling code, and some of the conversion
40435 code. Basically, rewrote almost everything. This element
40436 handles I420, YV12 to RGB conversions.
40437 * ext/hermes/Makefile.am:
40438 * ext/hermes/gsthermescolorspace.c:
40439 Rename colorspace to hermescolorspace. Fix negotiation issues.
40440 Remove non-Hermes related code. This element handles lots of
40441 RGB to RGB conversions, but no YUV.
40442 * ext/hermes/gstcolorspace.c:
40443 * ext/hermes/gstcolorspace.h:
40444 * ext/hermes/rgb2yuv.c:
40445 * ext/hermes/yuv2rgb.c:
40446 * ext/hermes/yuv2rgb.h:
40447 * ext/hermes/yuv2rgb_mmx16.s:
40448 * ext/hermes/yuv2yuv.c:
40449 * ext/hermes/yuv2yuv.h:
40452 2004-01-14 Colin Walters <walters@verbum.org>
40454 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40455 they've already been.
40457 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40459 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40460 assume tag mode when pad is not connected
40462 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40464 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40465 Don't update the time of the clock
40466 (gst_alsa_sink_loop):
40467 sync to the clock given to alsasink, not the own clock
40468 * sys/oss/gstosssink.c: (gst_osssink_chain):
40470 (gst_osssink_change_state):
40472 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40473 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40474 remove bogus code that made DISCONT events unhandled
40475 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40476 explicitly case to double in _set_simple. (fixes 2nd warning in bug
40478 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40479 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40480 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40481 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40482 2nd warning in bug #131502)
40484 2004-01-14 Julien MOUTTE <julien@moutte.net>
40486 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40487 (gst_videobalance_colorbalance_set_value),
40488 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40489 for colorbalance interface implementation.
40490 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40491 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40492 (gst_ximagesink_dispose), (gst_ximagesink_init),
40493 (gst_ximagesink_class_init): Adding DISPLAY property.
40494 * sys/ximage/ximagesink.h: Adding display_name to store display.
40495 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40496 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40497 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40498 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40499 properties (they still need polishing though for gst-launch use : no
40500 xcontext yet, i ll do that tomorrow).
40501 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40503 2004-01-14 Julien MOUTTE <julien@moutte.net>
40505 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40506 (gst_play_set_location), (gst_play_set_visualization): Preparing
40507 switch integration, adding videobalance in the pipeline.
40509 2004-01-14 Julien MOUTTE <julien@moutte.net>
40511 * gst-libs/gst/colorbalance/colorbalance.c:
40512 (gst_color_balance_class_init): Adding a default type.
40513 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40515 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40516 (gst_videobalance_dispose), (gst_videobalance_class_init),
40517 (gst_videobalance_init), (gst_videobalance_interface_supported),
40518 (gst_videobalance_interface_init),
40519 (gst_videobalance_colorbalance_list_channels),
40520 (gst_videobalance_colorbalance_set_value),
40521 (gst_videobalance_colorbalance_get_value),
40522 (gst_videobalance_colorbalance_init): Implementing colorbalance
40524 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40526 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40527 bug which was triggering a BadAccess X error when setting an overlay
40528 before pad was really negotiated.
40529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40530 Using the colorbalance type macro.
40532 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40534 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40535 (gst_flacenc_chain):
40536 handle tags correctly
40537 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40538 extract ID3v1 tags correctly
40540 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40542 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40544 Improve matroska typefinding for odd-typed headers...
40546 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40548 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40549 Fix for using incremental number on padnames.
40551 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40553 * ext/divx/gstdivxdec.c:
40554 * ext/divx/gstdivxenc.c:
40555 Set category to divx4linux instead of divx (too generic).
40556 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40557 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40558 (gst_wavparse_loop), (gst_wavparse_change_state):
40559 * gst/wavparse/gstwavparse.h:
40560 fix parsing of WAV files with non-standard fmt-tag size and fix
40561 skipping of unrecognized chunks... Someone please fix this thing
40562 to use rifflib so all this is automated.
40563 * sys/v4l/Makefile.am:
40564 * sys/v4l2/Makefile.am:
40565 Add X_CFLAGS because we depend on X (for overlay).
40567 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
40569 * ext/mpeg2dec/gstmpeg2dec.c:
40570 Don't issue a timestamp unless we tagged the frame
40573 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40575 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40576 Query the audio element to get the time, not the clock. We're
40577 interested in the element's time here.
40579 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40581 * ext/aalib/gstaasink.c: (gst_aasink_chain):
40582 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40583 * ext/esd/esdsink.c: (gst_esdsink_chain):
40584 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40585 * ext/mas/massink.c: (gst_massink_chain):
40586 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40587 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40588 (gst_matroska_demux_parse_metadata):
40589 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40590 (gst_mpeg_parse_release_locks):
40591 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40592 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40593 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40594 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40595 (gst_osssink_change_state):
40596 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40597 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40598 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40599 (gst_xvideosink_release_locks):
40600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40602 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40603 (gst_alsa_clock_stop):
40604 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40605 (gst_audio_clock_get_internal_time):
40606 simplify for use with new clocking code.
40607 * testsuite/alsa/Makefile.am:
40608 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40609 fix testsuite for new caps system
40611 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40613 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40614 * ext/flac/gstflacenc.c: (add_one_tag):
40615 length is already host endian, no need to convert. Fixes playback of
40616 tagged files on PPC. (bug #128384)
40618 2004-01-13 Julien MOUTTE <julien@moutte.net>
40620 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40621 colorbalance interface stating if it is hardware based or software
40623 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40624 Removing a trailing comma.
40625 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40626 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40627 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40628 the documentation seems to be wrong on the -1000 to 1000 interval.
40630 2004-01-12 David Schleef <ds@schleef.org>
40632 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40633 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40634 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40635 Fix negotiation. Add a bufferalloc function for the sink pad,
40636 and generally clean up some of the code.
40638 2004-01-12 Julien MOUTTE <julien@moutte.net>
40640 * gst-libs/gst/colorbalance/colorbalancechannel.c:
40641 (gst_color_balance_channel_dispose): Adding safety check in dispose
40643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40644 (gst_xvimagesink_xcontext_clear),
40645 (gst_xvimagesink_interface_supported),
40646 (gst_xvimagesink_colorbalance_list_channels),
40647 (gst_xvimagesink_colorbalance_set_value),
40648 (gst_xvimagesink_colorbalance_get_value),
40649 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40650 Adding colorbalance interface support to set XV parameters such as
40651 HUE, BRIGHTNESS, CONTRAST, SATURATION.
40652 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40655 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40657 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40658 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40659 (gst_audio_convert_init), (gst_audio_convert_set_property),
40660 (gst_audio_convert_get_property), (gst_audio_convert_chain),
40661 (gst_audio_convert_link),
40662 (gst_audio_convert_buffer_to_default_format),
40663 (gst_audio_convert_buffer_from_default_format), (plugin_init):
40664 - implement _getcaps and use it
40666 - remove float caps since no float conversion is actually done
40667 - remove properties and arguments that were to be used for rate
40670 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40672 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40673 (gst_audio_structure_set_int):
40674 * gst-libs/gst/audio/audio.h:
40675 add helper functions for _getcaps matching the standard audio
40678 2004-01-12 David Schleef <ds@schleef.org>
40680 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40681 Test that pad is negotiated before getting its caps.
40683 2004-01-12 Julien MOUTTE <julien@moutte.net>
40685 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40686 analyzing the pads of an element the bin is mostly in READY state so
40687 no caps were negotiated. This helper function needs to work with
40688 _get_caps directly then. I was not freeing them though, added that to
40691 2004-01-12 Julien MOUTTE <julien@moutte.net>
40693 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40694 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40695 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40696 than the free_func.
40698 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40700 * sys/oss/gstossaudio.c: (plugin_init):
40701 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40702 * sys/oss/gstosselement.h:
40703 make an oss debugging category
40704 make failure more descriptive
40706 2004-01-11 David Schleef <ds@schleef.org>
40708 * ext/ffmpeg/gstffmpeg.c:
40709 * ext/ffmpeg/gstffmpegcodecmap.c:
40710 * ext/ffmpeg/gstffmpegdec.c:
40711 * ext/ffmpeg/gstffmpegenc.c:
40712 * ext/ffmpeg/gstffmpegprotocol.c:
40713 * ext/gdk_pixbuf/gstgdkanimation.c:
40714 * ext/jpeg/gstjpeg.c:
40715 * ext/libpng/gstpng.c:
40716 * ext/mpeg2dec/perftest.c:
40717 * ext/speex/gstspeex.c:
40718 * gst-libs/gst/resample/dtos.c:
40719 * gst/intfloat/gstintfloatconvert.c:
40720 * gst/oneton/gstoneton.c:
40721 * gst/rtjpeg/RTjpeg.c:
40722 * gst/rtp/gstrtp.c:
40723 * sys/dxr3/dxr3init.c:
40724 * sys/glsink/gstgl_nvimage.c:
40725 * sys/glsink/gstgl_pdrimage.c:
40726 * sys/glsink/gstglsink.c:
40727 * testsuite/gst-lint:
40728 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40730 2004-01-11 David Schleef <ds@schleef.org>
40732 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40733 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40734 * ext/gdk_pixbuf/gstgdkanimation.c:
40735 (gst_gdk_animation_iter_create_pixbuf):
40736 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40737 (gst_gdk_pixbuf_chain):
40738 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40739 * ext/jack/gstjack.c: (gst_jack_change_state):
40740 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40741 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40742 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40743 * gst/videofilter/gstvideofilter.c:
40744 (gst_videofilter_set_output_size):
40745 Remove all usage of gst_pad_get_caps(), and replace it with
40746 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40748 2004-01-11 David Schleef <ds@schleef.org>
40751 * ext/Makefile.am: Fixes to make ext/libcaca compile.
40752 * ext/divx/gstdivxdec.c:
40753 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40754 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40755 handle images that span multiple buffers. Now work with both
40756 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40757 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40758 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40759 video/video.h changes
40760 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40761 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40762 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40763 of GstData free function.
40764 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40767 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40769 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40770 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40771 (gst_v4l2element_get_property):
40772 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40773 add norm, channel and frequency properties.
40774 * sys/v4l2/gstv4l2tuner.c:
40775 fixes for tuner interface changes
40776 * sys/v4l2/gstv4l2element.h:
40777 * sys/v4l2/gstv4l2src.c:
40778 * sys/v4l2/gstv4l2src.h:
40779 * sys/v4l2/v4l2src_calls.c:
40780 * sys/v4l2/v4l2src_calls.h:
40781 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40783 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40785 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40786 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40787 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40788 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40789 * gst-libs/gst/tuner/tuner.h:
40790 GObjects aren't const.
40791 Add find_by_name functions.
40792 Add checks to _changed functions.
40793 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40794 (gst_v4l_tuner_get_norm):
40797 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40799 * gst-libs/gst/video/video.h:
40800 Fix caps template names to be understandable.
40801 Prefix everything with GST_VIDEO.
40802 * ext/aalib/gstaasink.c:
40803 * ext/divx/gstdivxdec.c:
40804 * ext/divx/gstdivxenc.c:
40805 * ext/gdk_pixbuf/gstgdkpixbuf.c:
40806 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40807 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40808 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40809 * ext/libcaca/gstcacasink.c:
40810 * ext/libpng/gstpngenc.c: (raw_caps_factory):
40811 * ext/snapshot/gstsnapshot.c:
40812 * ext/swfdec/gstswfdec.c:
40813 * ext/xvid/gstxviddec.c:
40814 * ext/xvid/gstxvidenc.c:
40815 * gst/chart/gstchart.c:
40816 * gst/deinterlace/gstdeinterlace.c:
40817 * gst/effectv/gsteffectv.c:
40818 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40819 * gst/goom/gstgoom.c:
40820 * gst/median/gstmedian.c:
40821 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40822 (gst_monoscope_srcconnect), (gst_monoscope_chain):
40823 * gst/overlay/gstoverlay.c:
40824 * gst/smooth/gstsmooth.c:
40825 * gst/smpte/gstsmpte.c:
40826 * gst/synaesthesia/gstsynaesthesia.c:
40827 * gst/videocrop/gstvideocrop.c:
40828 * gst/videodrop/gstvideodrop.c:
40829 * gst/y4m/gsty4mencode.c:
40830 * sys/qcam/gstqcamsrc.c:
40831 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40832 Make them work with new video.h file.
40833 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40834 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40835 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40836 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40837 Make it work with new buffer allocation system.
40839 2004-01-11 Julien MOUTTE <julien@moutte.net>
40841 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40842 pad_alloc_buffer implementation to use ->srcpad
40843 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40844 pad_alloc_buffer implementation to use ->srcpad
40845 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
40846 pad_alloc_buffer implementation to use ->srcpad
40847 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40848 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40849 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40850 a reference to everything we need.
40851 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40852 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40853 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40854 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40855 a reference to everything we need.
40856 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40858 2004-01-11 David Schleef <ds@schleef.org>
40860 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40861 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40862 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40864 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40865 value during a resize/renegotiation.
40866 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40867 gst_pad_alloc_buffer();
40868 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40869 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40871 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40872 Fix for rename of buffer private structure members.
40873 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40874 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40875 Fix for rename of buffer private structure members.
40876 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40877 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40878 Fix for rename of buffer private structure members.
40880 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
40882 reviewed by: David Schleef <ds@schleef.org>
40884 * gst/videofilter/Makefile.am:
40885 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
40886 from the patch by ds to fit in with recent make_filter changes.
40888 2004-01-11 Julien MOUTTE <julien@moutte.net>
40890 * configure.ac: Adding examples/switch/Makefile
40891 * examples/Makefile.am: Adding examples/switch
40892 * examples/switch/Makefile.am: Adding switcher example.
40893 * examples/switch/switcher.c: (got_eos), (idle_iterate),
40894 (switch_timer), (main): Adding an example demonstrating switch usage
40895 with 2 videotestsrc showing different patterns.
40896 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40897 (gst_switch_init): Fixing switch with the new caps system.
40899 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40901 * gst-libs/gst/video/video.h:
40902 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40903 They should probably be like
40904 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40906 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40908 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40909 (qtdemux_parse_trak):
40910 fix audio chunk size/timestamp calculation
40912 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40914 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40917 2004-01-11 Steve Baker <steve@stevebaker.org>
40919 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40920 (gst_agingtv_base_init), (gst_agingtv_class_init),
40921 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40922 (gst_agingtv_set_property), (gst_agingtv_get_property):
40923 Port agingTV to videofilter
40925 2004-01-09 Julien MOUTTE <julien@moutte.net>
40927 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40928 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40930 2004-01-09 Julien MOUTTE <julien@moutte.net>
40932 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40933 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40934 * gst-libs/gst/xoverlay/xoverlay.c:
40935 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40936 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40937 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40938 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40939 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40940 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40941 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40942 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40943 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40944 interface implementation to handle xid being 0 and fix some bugs
40945 triggered by Benjamin's testcase.
40946 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40947 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40948 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40949 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40950 interface implementation to handle xid being 0 and fix some bugs
40951 triggered by Benjamin's testcase.
40953 2004-01-09 David Schleef <ds@schleef.org>
40955 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
40956 mouse pointer events. It works.
40958 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
40960 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40961 Use explicit caps - fix capsnego.
40962 * ext/xvid/gstxviddec.c:
40963 * ext/xvid/gstxvidenc.c:
40964 Remove macro-inside-macro which caused compile errors.
40965 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40966 Error out if it's not a RIFF file. Else we error out without
40967 gst_element_error() which is not good...
40969 2004-01-08 David Schleef <ds@schleef.org>
40971 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40972 Fix pad_link function to handle formats that ffmpeg returns
40973 as multiple caps structures.
40974 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40975 Only complain if source buffer is _smaller_ than expected.
40976 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40977 (gst_videoscale_handle_src_event): Resize navigation events
40978 when passing them upstream.
40979 * gst/videotestsrc/gstvideotestsrc.c:
40980 * gst/videotestsrc/gstvideotestsrc.h:
40981 * gst/videotestsrc/videotestsrc.c:
40982 * gst/videotestsrc/videotestsrc.h:
40983 Rewrite many of the buffer painting functions to handle odd
40984 sizes (for many formats, size%4!=0 or size%8!=0). Most have
40985 been verified to work with my video card.
40986 * testsuite/gst-lint: Add check for elements calling
40987 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40989 2004-01-08 David Schleef <ds@schleef.org>
40991 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40992 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40994 2004-01-08 Julien MOUTTE <julien@moutte.net>
40996 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40997 configure event is not emiting the desired size signal. That fixes
40998 aspect ratio issues with gst-player.
41000 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
41002 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
41005 2004-01-08 Julien MOUTTE <julien@moutte.net>
41007 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
41008 public method to fire size signal.
41010 2004-01-07 Julien MOUTTE <julien@moutte.net>
41012 * examples/gstplay/Makefile.am: Adding the interface library.
41013 * gst-libs/gst/play/Makefile.am: Adding the interface library.
41014 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
41015 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
41016 GST_IS_X_OVERLAY before signal connect.
41017 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
41018 Removing the have_video_size signal.
41019 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
41020 and associated public method.
41021 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41022 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
41024 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
41025 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
41027 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
41028 Using XOverlay public method to fire size signal.
41030 2004-01-07 David Schleef <ds@schleef.org>
41032 * gst/videofilter/Makefile.am:
41033 * gst/videofilter/gstvideotemplate.c:
41034 * gst/videofilter/make_filter:
41035 Create gstvideoexample.c in a srcdir!=builddir friendly way.
41036 Convert make_filter to /bin/sh script.
41038 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
41040 * gst/modplug/gstmodplug.cc: fix element description
41042 2004-01-07 Julien MOUTTE <julien@moutte.net>
41044 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41045 (got_video_size): Adding some new lines in g_print calls.
41046 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41047 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41048 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41049 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41050 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41051 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41052 Complete code review, reverting some stuff i disagree with, adding
41053 some fixes : time synchronization on invalid timestamps, renegotiation
41055 * sys/ximage/ximagesink.h:
41056 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41057 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41058 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41059 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41060 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41061 (gst_xvimagesink_buffer_new),
41062 (gst_xvimagesink_navigation_send_event),
41063 (gst_xvimagesink_set_xwindow_id),
41064 (gst_xvimagesink_get_desired_size),
41065 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41066 stuff i disagree with, adding some fixes : Renegotiation of private
41067 window, implementing get_desired_size.
41069 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
41071 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41072 (gst_afsink_handle_event):
41073 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41074 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41075 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41076 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41077 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41078 Fix for instantiate-test (see core). Also remove dead code from
41079 jpegenc (which still needs fixing, but that's lower on my TODO
41081 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41082 Never return NULL as caps.
41084 2004-01-07 David Schleef <ds@schleef.org>
41088 * ext/librfb/Makefile.am:
41089 * ext/librfb/gstrfbsrc.c:
41090 New source plugin based on librfb-0.1. RFB (remote framebuffer)
41091 is the protocol used by VNC.
41093 2004-01-07 David Schleef <ds@schleef.org>
41095 * gst/videofilter/gstvideotemplate.c:
41096 * gst/videofilter/gstvideotemplate.h:
41097 * gst/videofilter/make_filter:
41098 Merge videotemplate header into source file.
41099 * gst/effectv/Makefile.am:
41100 * gst/effectv/gsteffectv.c: (plugin_init):
41101 * gst/effectv/gstwarp.c:
41102 Make warpTV a subclass of videofilter.
41104 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
41106 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41107 Add guard against invalid utf-8 conversions in mad. Just in case.
41109 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
41111 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41112 Fix for bug shown by poisoning
41114 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41116 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41117 (gst_v4lmjpegsrc_buffer_free):
41118 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41119 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41120 (gst_v4lsrc_buffer_free):
41121 Fix for removed bufferpools.
41123 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
41125 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41126 Fix caps negotiation.
41128 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41129 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41130 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41132 * ext/mpeg2dec/gstmpeg2dec.c:
41133 * gst-libs/gst/navigation/navigation.c:
41134 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41135 * gst-libs/gst/navigation/navigation.h:
41136 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41137 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41138 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41139 Super-simple first version of mouse and keyboard events. Clicking
41140 on a DVD menu now works, although it may not take you where you
41143 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41144 * gst/videotestsrc/gstvideotestsrc.c:
41145 (gst_videotestsrc_src_fixate):
41146 These fixate functions were broken - they never actually
41149 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41151 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41152 (gst_icecastsend_init):
41153 fix for new caps system.
41154 * gst-libs/gst/mixer/mixertrack.h:
41155 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41156 Add 'master track' flag (for tools like ACME that only want to
41157 change the main volume).
41159 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
41161 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41162 (gst_xvid_csp_to_caps):
41163 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41164 * ext/xvid/gstxvidenc.c:
41165 ifdef out ARGB type when it isn't available
41166 in xvidcore 1.0.0beta2
41168 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41170 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41171 When we have received a new SCR right in the first buffer after
41172 a seek (so in the same cycle that handles the discont), we should
41173 handle the buffer instead of unreffing it, else we lose data.
41175 2004-01-06 Iain <iain@prettypeople.org>
41177 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41178 buffer-frames caps too.
41180 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41181 caps that we need, don't destroy them all and rebuild them. And when
41182 creating src pads, use the src pad template rather than the sink...
41184 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
41186 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41187 Add pad to element *after* setting functions such as event handler.
41188 Without this, the scheduler (opt) will link pads, set the event
41189 handler from the default event function (dispatcher in gstpad.c)
41190 and *after* that, we will set our own event function, which will
41191 thus never be used (and thus mpegdemux doesn't handle events).
41193 2004-01-04 David Schleef <ds@schleef.org>
41195 Fix the fixate functions to handle new prototype:
41196 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41197 * gst/videotestsrc/gstvideotestsrc.c:
41198 (gst_videotestsrc_src_fixate):
41199 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41200 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41201 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41203 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
41205 * sys/ximage/ximagesink.h:
41206 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41207 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41208 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41209 (gst_ximagesink_xoverlay_init):
41210 assorted fixes to make (re)embedding work
41211 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41212 (gst_ximagesink_get_desired_size):
41213 implement desired size additions to XOverlay
41215 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
41217 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41218 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41219 (gst_x_overlay_got_desired_size):
41220 * gst-libs/gst/xoverlay/xoverlay.h:
41221 Add optional "desired size" signal and querying.
41223 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41225 * gst/matroska/matroska-demux.c:
41226 (gst_matroska_demux_parse_blockgroup):
41227 Fix EBML-laced block parsing. Diffs are relative to previous
41228 lace, not the first lace. Thanks to Mosu from the Matroska
41229 team for detecting this.
41230 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41231 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41232 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41233 (gst_wavparse_change_state):
41234 * gst/wavparse/gstwavparse.h:
41235 Quickfix for capsnego.
41237 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41239 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41240 Fix indenting, fix pad creation.
41242 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41244 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41245 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41246 (gst_xviddec_sink_link):
41247 Implement src_getcaps() so proper size caps is negotiated.
41249 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41251 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41252 Finish flac decoder on EOS. See #116178.
41254 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41256 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41257 (gst_matroska_demux_add_stream):
41258 * gst/matroska/matroska-ids.h:
41259 Add getcaps() function to fix capsnego...
41261 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41263 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41264 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41265 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41266 Fix more integer overflows. Again, see #126967.
41268 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41270 * ext/mpeg2dec/gstmpeg2dec.c:
41271 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41274 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41277 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41278 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41279 * ext/xvid/gstxvid.h:
41280 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41281 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41282 (gst_xviddec_src_link), (gst_xviddec_sink_link),
41283 (gst_xviddec_change_state):
41284 * ext/xvid/gstxviddec.h:
41285 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41286 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41287 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41288 (gst_xvidenc_link), (gst_xvidenc_set_property),
41289 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41290 * ext/xvid/gstxvidenc.h:
41291 Update xvid plugin to latest xvid (1.0.0-beta3) API.
41293 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41295 * gst/rtp/rtp-packet.c:
41296 Add sys/types.h include, since OS X doesn't define in_addr_t
41297 in netinet/in.h, like it does on Linux (see #129600).
41299 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
41301 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
41303 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41304 Correct logic of dispose function (see #129306).
41306 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41308 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41309 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41310 (gst_mpeg_parse_init):
41311 * gst/mpegstream/gstmpegparse.h:
41312 Remove clock (which was never provided, i.e. dead code), and
41313 also fix integer overflows at high PTS values (see #126967).
41315 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41317 * ext/flac/gstflacdec.c:
41318 * ext/libpng/gstpngenc.h:
41319 * ext/mikmod/gstmikmod.h:
41320 OS X fixes (see #126628).
41322 2004-01-02 David Schleef <ds@schleef.org>
41324 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41325 (gst_alsa_src_base_init): Remove bogus "src" request pad.
41326 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41327 (gst_mpeg_parse_class_init): Move pad template registration
41328 to class_init, since the derived class (mpegdemux) doesn't
41331 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41333 * sys/ximage/Makefile.am:
41334 * sys/xvideo/Makefile.am:
41335 * sys/xvimage/Makefile.am:
41336 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41337 after installation (see #127664).
41339 2004-01-02 David Schleef <ds@schleef.org>
41341 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41342 (gst_ffmpegenc_connect): Negotiation fixes.
41343 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41344 Remove inappropriate gst_caps_free().
41345 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41346 Reenable Ronald's internal resize code, since the core handles
41349 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41351 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41352 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41353 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41354 Fix pad template stuff.
41356 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41358 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41359 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41360 fix signed integer reading/writing.
41362 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
41365 Remove outdated document
41367 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
41369 * gst/cutter/gstcutter.c: (gst_cutter_init):
41370 src pad was being created twice - oops.
41372 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41374 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41375 Comment out internal resize. It doesn't handle the resulting
41376 XEvent internally, does another try_set_caps() which leads to
41377 a really nice loop.
41378 Real fix will come when Julien and Dave are awake. ;).
41380 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41382 * ext/mpeg2enc/gstmpeg2enc.cc:
41383 fix const/nonconst compile issue.
41385 2004-01-02 David Schleef <ds@schleef.org>
41387 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41388 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41389 Add fixate function and a check for bad formats.
41391 2004-01-01 David Schleef <ds@schleef.org>
41394 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41395 (gst_audiofilter_init):
41396 * gst/debug/efence.c: (gst_efence_init):
41397 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41398 (gst_deinterlace_init):
41399 * gst/volume/gstvolume.c: (volume_connect):
41401 2004-01-01 David Schleef <ds@schleef.org>
41403 Convert elements to use gst_pad_use_explicit_caps() where
41405 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41406 * ext/audiofile/gstafparse.c: (gst_afparse_init),
41407 (gst_afparse_open_file):
41408 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41409 (gst_afsrc_open_file):
41410 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41411 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41412 (gst_ffmpegdec_chain):
41413 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41414 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41415 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41416 (gst_gdk_pixbuf_chain):
41417 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41418 (gst_jpegdec_chain):
41419 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41420 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41421 (gst_mikmod_negotiate):
41422 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41423 (gst_mpeg2dec_negotiate_format):
41424 * ext/mpeg2enc/gstmpeg2enc.cc:
41425 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41426 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41427 (gst_speexdec_sinkconnect):
41428 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41429 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41430 (gst_vorbisfile_new_link):
41431 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41432 (gst_ac3parse_chain):
41433 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41434 (gst_asf_demux_setup_pad):
41435 * gst/auparse/gstauparse.c: (gst_auparse_init),
41436 (gst_auparse_chain):
41437 * gst/id3/gstid3types.c: (gst_id3types_loop):
41438 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41439 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41440 (mp1videoparse_parse_seq):
41441 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41443 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41444 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41445 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41446 (gst_mpeg_parse_send_data):
41447 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41448 (gst_qtdemux_add_stream):
41449 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41450 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41451 (gst_wavparse_parse_fmt):
41453 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
41456 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41457 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41458 it therefore uses the wrong include paths. Too bad... Note
41459 that 1.6.1.93 is not release yet. ;).
41460 Also add a check for mplex, which is now using the lib'ified
41461 mplex from mjpegtools, too.
41462 * ext/ffmpeg/gstffmpegcodecmap.c:
41463 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41464 issues. I don't think ffmpeg handles 3ivx correctly, so this
41465 probably won't work. But it won't hurt either.
41466 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41467 (gst_ffmpegdec_chain):
41468 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41469 (gst_ffmpegenc_chain_audio):
41470 Fix memleak in audio encoding. Close codec if open fails, this
41471 calls the cleanup routines so we can re-use the context.
41472 * ext/mpeg2enc/gstmpeg2enc.cc:
41473 Fix pad template names/types, fix memory issue with getcaps().
41474 * ext/mpeg2enc/gstmpeg2encoder.cc:
41475 * ext/mpeg2enc/gstmpeg2encoder.hh:
41476 Fix compile issue with new caps system (const thingy).
41477 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41478 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41479 We read a first frame right on initing, so that we have a caps
41480 when we init the output. This caps is cached in padprivate and
41481 read as first frame.
41482 * ext/mplex/Makefile.am:
41483 * ext/mplex/gstmplex.cc:
41484 * ext/mplex/gstmplex.h:
41485 * ext/mplex/gstmplex.hh:
41486 * ext/mplex/gstmplexibitstream.cc:
41487 * ext/mplex/gstmplexibitstream.hh:
41488 * ext/mplex/gstmplexjob.cc:
41489 * ext/mplex/gstmplexjob.hh:
41490 * ext/mplex/gstmplexoutputstream.cc:
41491 * ext/mplex/gstmplexoutputstream.hh:
41492 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41493 had issues, didn't do capsnego, supported only a subset of the
41494 mplex features and required a mplex fork in our local CVS. Plus
41495 that it worked agaist a very old mplex version. Rewriting was
41496 faster than updating it.
41497 * gst-libs/ext/Makefile.am:
41498 * gst-libs/ext/mplex/INSTRUCT:
41499 * gst-libs/ext/mplex/Makefile.am:
41500 * gst-libs/ext/mplex/README:
41501 * gst-libs/ext/mplex/TODO:
41502 * gst-libs/ext/mplex/ac3strm_in.cc:
41503 * gst-libs/ext/mplex/audiostrm.hh:
41504 * gst-libs/ext/mplex/audiostrm_out.cc:
41505 * gst-libs/ext/mplex/aunit.hh:
41506 * gst-libs/ext/mplex/bits.cc:
41507 * gst-libs/ext/mplex/bits.hh:
41508 * gst-libs/ext/mplex/buffer.cc:
41509 * gst-libs/ext/mplex/buffer.hh:
41510 * gst-libs/ext/mplex/fastintfns.h:
41511 * gst-libs/ext/mplex/format_codes.h:
41512 * gst-libs/ext/mplex/inputstrm.cc:
41513 * gst-libs/ext/mplex/inputstrm.hh:
41514 * gst-libs/ext/mplex/lpcmstrm_in.cc:
41515 * gst-libs/ext/mplex/mjpeg_logging.cc:
41516 * gst-libs/ext/mplex/mjpeg_logging.h:
41517 * gst-libs/ext/mplex/mjpeg_types.h:
41518 * gst-libs/ext/mplex/mpastrm_in.cc:
41519 * gst-libs/ext/mplex/mpegconsts.cc:
41520 * gst-libs/ext/mplex/mpegconsts.h:
41521 * gst-libs/ext/mplex/mplexconsts.hh:
41522 * gst-libs/ext/mplex/multplex.cc:
41523 * gst-libs/ext/mplex/outputstream.hh:
41524 * gst-libs/ext/mplex/padstrm.cc:
41525 * gst-libs/ext/mplex/padstrm.hh:
41526 * gst-libs/ext/mplex/stillsstream.cc:
41527 * gst-libs/ext/mplex/stillsstream.hh:
41528 * gst-libs/ext/mplex/systems.cc:
41529 * gst-libs/ext/mplex/systems.hh:
41530 * gst-libs/ext/mplex/vector.cc:
41531 * gst-libs/ext/mplex/vector.hh:
41532 * gst-libs/ext/mplex/videostrm.hh:
41533 * gst-libs/ext/mplex/videostrm_in.cc:
41534 * gst-libs/ext/mplex/videostrm_out.cc:
41535 * gst-libs/ext/mplex/yuv4mpeg.cc:
41536 * gst-libs/ext/mplex/yuv4mpeg.h:
41537 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41538 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41539 We don't fork mjpegtools' mplex in our CVS anymore.
41540 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41541 (gst_avi_demux_add_stream):
41542 * gst/avi/gstavidemux.h:
41543 Add getcaps() function for proper caps nego. This makes some
41544 parts of AVI playback/reading work.
41545 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41546 Resize window on new capsnego. This is probably wrong, but
41547 I'm still committing it because with current capsnego, the
41548 first successfull capsnego is auto-fixated, therefore rounded
41549 down to the lowest values in the caps. this results in a 16x16
41550 XWindow that is not reized when real capsnego finishes.
41551 Dave, I see more cases of this, do you know a proper solution?
41552 * tools/gst-launch-ext.in:
41553 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41555 2003-12-31 David Schleef <ds@schleef.org>
41557 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41558 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41559 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41561 2003-12-30 David Schleef <ds@schleef.org>
41563 * ext/ffmpeg/gstffmpegcolorspace.c:
41564 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41565 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41566 (gst_ffmpegcsp_chain): Negotiation fixes
41567 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41568 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41569 (gst_audio_convert_link), (gst_audio_convert_channels):
41570 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41571 (gst_audioscale_link), (gst_audioscale_get_buffer),
41572 (gst_audioscale_chain): Negotiation fixes
41573 * gst/audioscale/gstaudioscale.h:
41574 * gst/videofilter/gstvideofilter.c:
41575 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41576 (gst_videofilter_link), (gst_videofilter_init),
41577 (gst_videofilter_set_output_size), (gst_videofilter_setup),
41578 (gst_videofilter_find_format_by_structure):
41579 * gst/videofilter/gstvideofilter.h: Negotiation fixes
41580 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41581 (gst_videoscale_link):
41582 * gst/videoscale/videoscale.c: (videoscale_get_structure),
41583 (videoscale_find_by_structure), (gst_videoscale_setup):
41584 * gst/videoscale/videoscale.h: Negotiation fixes
41585 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41586 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41587 function, restrict resizing to a multiple of 4 (hack until
41588 everyone supports odd sizes correctly).
41590 2003-12-29 Colin Walters <walters@verbum.org>
41592 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41595 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
41597 * ext/sndfile/gstsf.c: (gst_sf_loop):
41598 Fix warning about discarding const qualifier
41600 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
41602 * gst/cutter/gstcutter.c:
41603 * gst/videoscale/gstvideoscale.c:
41604 * gst/volenv/gstvolenv.c:
41605 * gst-libs/gst/audio/audio.c:
41606 * gst-libs/gst/video/video.c:
41609 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41611 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41612 Don't send ALSA debugging to stderr.
41613 * ext/alsa/gstalsa.h:
41614 Use GST_WARNING instead of g_warning when ALSA functions fail.
41616 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41618 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41619 Free XVAdapterInfo correctly.
41621 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41623 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41624 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41625 Make id3tag use correct caps nego.
41627 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
41629 * ext/ivorbis/vorbis.c:
41630 * ext/ivorbis/vorbisenc.h:
41631 * ext/ivorbis/vorbisfile.c:
41632 Modify so that it uses the new caps things
41634 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41636 * testsuite/spider/spider1.c: (main):
41637 * testsuite/spider/spider2.c: (main):
41638 * testsuite/spider/spider3.c: (main):
41639 Make tests compile again. They probably don't work.
41641 2003-12-24 Colin Walters <walters@verbum.org>
41643 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41644 we can't fixate the caps anymore.
41646 2003-12-23 David Schleef <ds@schleef.org>
41648 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41649 * sys/oss/gstosssink.c: (gst_osssink_init),
41650 (gst_osssink_sink_fixate): Add fixate function.
41652 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
41654 * ext/ffmpeg/gstffmpegcodecmap.c:
41655 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41656 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41657 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41658 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41659 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41660 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41661 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41662 fix typo in RGB masks, and move back to "old" colorspace
41663 capsnego code until whoever wrote this new crap has actually
41664 tested it so that it works.
41665 And yes, this works, keep it that way please.
41667 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41669 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41670 (gst_divxdec_init), (gst_divxdec_negotiate):
41671 * ext/divx/gstdivxdec.h:
41672 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41673 (gst_divxenc_init):
41674 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41675 (gst_faac_sinkconnect), (gst_faac_srcconnect):
41676 * ext/mpeg2enc/gstmpeg2enc.cc:
41677 * ext/mpeg2enc/gstmpeg2encoder.cc:
41678 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41679 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41680 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41681 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41682 (dxr3spusink_init):
41683 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41684 (dxr3videosink_init):
41685 Fix caps breakage after Dave's caps branch merge.
41687 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41689 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41690 Fix for 24bpp display.
41692 2003-12-23 Colin Walters <walters@verbum.org>
41694 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41695 a GnomeVFSHandle directly.
41697 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41699 * gst/volume/Makefile.am:
41700 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41701 (volume_base_init), (volume_init):
41702 Reenable volume element and fix to work with new caps stuff.
41703 Rhythmbox needs this.
41705 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41707 * gst/qtdemux/qtdemux.c: (plugin_init):
41708 qtdemux requires bytestream
41710 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41712 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41713 Fix remaining caps handling errors due to CAPS merge.
41715 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41717 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41718 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41719 (gst_faad_srcconnect):
41720 Port to new caps system.
41722 2003-12-21 Julien MOUTTE <julien@moutte.net>
41724 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41725 (got_video_size), (main): using g_print instead of g_message.
41726 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41727 signal which was not emitted because of "switch" element added to the
41728 bin but not connected. (Removing from the bin temporarily)
41730 2003-12-21 Julien MOUTTE <julien@moutte.net>
41732 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41733 find X development files. I don't understand the previous tests and
41734 they fail on my debian/ppc unstable. This one works.
41735 * examples/gstplay/player.c: (main): Set the pipeline to READY before
41737 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41738 (gst_play_set_video_sink), (gst_play_set_audio_sink),
41739 (gst_play_set_visualization): Add some safety checks in set_ methods
41740 and state_change. This was throwing some ugly CRITICAL messages when
41741 pipeline was getting disposed and casts were failing.
41743 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
41746 Improve mpeg2enc detection. This is for distributions that do
41747 ship mjpegtools, but without mpeg2enc. Also does object check
41748 for might there ever be ABI incompatibility.
41749 * ext/mpeg2enc/gstmpeg2enc.cc:
41750 Add Andrew as second maintainer (he's helping me), and also add
41751 an error if no caps was set. This happens if I pull before capsnego
41752 and that's something I should solve sometime else.
41753 * gst/matroska/matroska-demux.c:
41754 (gst_matroska_demux_parse_blockgroup):
41756 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41757 (gst_matroska_mux_track_header):
41758 Add caps to templates.
41759 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41760 Add mpegversion=1 to prevent confusion with MPEG/AAC.
41761 * gst/mpegstream/gstmpegdemux.c:
41762 Remove layer since it causes warnings about unfixed caps.
41763 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41764 Fix obvious typo (we error out if caps were set, we should of
41765 course error out if *no* caps were set).
41766 * sys/oss/gstosselement.c: (gst_osselement_convert):
41767 Fix format conversion, we confused bits/bytes.
41768 * sys/oss/gstosselement.h:
41769 Improve documentation for 'bps'.
41771 Remove stuff about plugins that need removing - this was done
41773 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41774 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41775 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41776 (gst_v4lsrc_src_query):
41777 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41778 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41779 Add get_query_types(), get_formats() and query() functions.
41781 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
41783 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41784 * moved CVS to freedesktop.org