1 2009-01-13 Wim Taymans <wim.taymans@collabora.co.uk>
3 * gst/playback/gstplaybin2.c: (groups_set_locked_state):
4 Provide the right arguments to a debug line.
6 2009-01-13 Stefan Kost <ensonic@users.sf.net>
8 * sys/xvimage/xvimagesink.c:
9 Don't reset the colorkey when element is reused. Fixes #567511.
11 2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
16 2009-01-09 Jan Schmidt <jan.schmidt@sun.com>
18 * gst-libs/gst/app/gstappsink.c:
19 Store the returned signal id in the right slot when
20 registering the pull-buffer signal.
22 Spotted by: Thomas Vander Stichele <thomas at apestaart dot org>
24 2009-01-09 Tim-Philipp Müller <tim.muller at collabora co uk>
26 * gst-libs/gst/interfaces/mixer.c:
27 Small docs addition to clarify that one really mustn't free
28 the constant GList returned (#566812).
30 2009-01-08 Wim Taymans <wim.taymans@collabora.co.uk>
32 * docs/libs/gst-plugins-base-libs-sections.txt:
33 * gst-libs/gst/rtsp/gstrtspurl.c: (register_rtsp_url_type),
34 (gst_rtsp_url_get_type), (gst_rtsp_url_copy):
35 * gst-libs/gst/rtsp/gstrtspurl.h:
36 * win32/common/libgstrtsp.def:
37 Add GType for GstRTSPUrl and expose a copy function because we can.
38 API: gst_rtsp_url_copy()
41 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
44 * ext/gio/gstgio.c: (plugin_init):
45 Add plugin dependency for the GIO and GVfs modules.
48 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
51 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
52 Add plugin dependency for the gnomevfs modules.
55 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
57 * win32/common/libgstcdda.def:
58 Add new symbol to the list of exported symbols.
60 2009-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
62 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
63 (gst_play_bin_set_uri), (gst_play_bin_set_suburi),
64 (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
65 (activate_group), (deactivate_group), (groups_set_locked_state),
66 (gst_play_bin_change_state):
67 Fix some comments and docs.
68 Post an error message when we fail to link the selector to the sink.
69 Remove pushing of EOS, this seems unneeded.
70 Lock the state of deactivated groups so that they don't accidentally
71 reactivate when the playbin2 state changes.
73 Unlock and relock state of groups when playbin goes to NULL.
77 * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
78 Only do something in the pad removed callback when we are dealing with
79 our sourcepads because the sinkpads don't have a ghostpad.
81 2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
83 * gst-libs/gst/cdda/gstcddabasesrc.c:
84 * gst-libs/gst/cdda/gstcddabasesrc.h:
85 Make the GType of GstCDDABaseSrcMode public for bindings.
88 2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
91 * ext/libvisual/visual.c: (plugin_init):
92 Use new core API to make registry re-scan the plugin
93 whenever visualisations are added or removed (see #350477).
95 2009-01-06 Wim Taymans <wim.taymans@collabora.co.uk>
97 Patch by: José Alburquerque <jaalburqu svn gnome org>
99 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
100 * gst-libs/gst/audio/gstaudioclock.h:
101 Make gst_audio_clock_new use const gchar* to ease the wrapping of
102 C++ bindings. Fixes #566723.
104 2009-01-06 Sebastian Dröge <sebastian.droege@collabora.co.uk>
107 * pkgconfig/Makefile.am:
108 * pkgconfig/gstreamer-app-uninstalled.pc.in:
109 * pkgconfig/gstreamer-app.pc.in:
110 Add pkg-config files for libgstapp. Fixes bug #566761.
112 2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
114 * gst-libs/gst/app/gstappsink.c:
115 * gst-libs/gst/app/gstappsink.h:
116 * gst-libs/gst/app/gstappsrc.c:
117 * gst-libs/gst/app/gstappsrc.h:
118 Make debug categories static. Use _element_class_set_details_simple().
120 2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
122 * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
123 (gst_app_sink_class_init), (gst_app_sink_init),
124 (gst_app_sink_dispose), (gst_app_sink_finalize),
125 (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
126 (gst_app_sink_flush_unlocked), (gst_app_sink_start),
127 (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
128 (gst_app_sink_render), (gst_app_sink_getcaps),
129 (gst_app_sink_set_caps), (gst_app_sink_get_caps),
130 (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
131 (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
132 (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
133 (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
134 (gst_app_sink_pull_buffer):
135 * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
136 * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
137 (gst_app_src_class_init), (gst_app_src_init),
138 (gst_app_src_flush_queued), (gst_app_src_dispose),
139 (gst_app_src_finalize), (gst_app_src_set_property),
140 (gst_app_src_get_property), (gst_app_src_unlock),
141 (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
142 (gst_app_src_is_seekable), (gst_app_src_check_get_range),
143 (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
144 (gst_app_src_set_caps), (gst_app_src_get_caps),
145 (gst_app_src_set_size), (gst_app_src_get_size),
146 (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
147 (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
148 (gst_app_src_set_latencies), (gst_app_src_set_latency),
149 (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
150 (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
151 * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
152 Move private data into a private instance struct. Add padding to
153 instance and class structures exposed in public headers. Add
154 Since markers to the gtk-doc blurbs (#566750).
156 2009-01-06 Wim Taymans <wim.taymans@collabora.co.uk>
158 * tests/examples/app/appsrc_ex.c: (main):
160 When pulling a buffer we can get NULL when the element is EOS, don't try
161 to unref this NULL buffer.
163 2009-01-06 Jan Schmidt <jan.schmidt@sun.com>
165 * gst-libs/gst/video/Makefile.am:
166 * gst-libs/gst/video/video.h:
167 Fix up build flags and include statement for the new generated
168 enumtypes files, to fix dist.
170 2009-01-05 Jan Schmidt <jan.schmidt@sun.com>
173 * docs/libs/Makefile.am:
174 * docs/libs/gst-plugins-base-libs-docs.sgml:
175 * docs/libs/gst-plugins-base-libs-sections.txt:
176 * docs/plugins/Makefile.am:
177 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
178 * docs/plugins/gst-plugins-base-plugins-sections.txt:
179 * docs/plugins/gst-plugins-base-plugins.args:
180 * docs/plugins/gst-plugins-base-plugins.hierarchy:
181 * docs/plugins/gst-plugins-base-plugins.interfaces:
182 * docs/plugins/gst-plugins-base-plugins.prerequisites:
183 * docs/plugins/gst-plugins-base-plugins.signals:
184 * docs/plugins/inspect/plugin-app.xml:
185 * gst-libs/gst/Makefile.am:
186 * gst-libs/gst/app/gstappsink.c:
187 * gst-libs/gst/app/gstappsrc.c:
188 * tests/examples/Makefile.am:
189 * tests/examples/app/Makefile.am:
191 Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
193 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
195 * gst-libs/gst/audio/gstbaseaudiosink.c:
196 (gst_base_audio_sink_change_state):
197 Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
198 take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
199 this because the async_play method is deprecated and usually not called
202 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
204 * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
205 Disconnect signal handlers before destroying a previous decodebin so
206 that we don't end up causing deadlocks. Fixes #566586.
208 2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
210 * gst/audiotestsrc/gstaudiotestsrc.c:
211 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
212 (gst_audio_test_src_check_get_range),
213 (gst_audio_test_src_set_property),
214 (gst_audio_test_src_get_property):
215 * gst/audiotestsrc/gstaudiotestsrc.h:
216 Add property to control pull/push based scheduling.
218 2009-01-02 Alessandro Decina <alessandro.d@gmail.com>
221 * tests/examples/seek/Makefile.am:
222 * tests/icles/Makefile.am:
223 Make the seek and colorkey examples depend on gtk+-x11 as they use
225 Fixes the build with gtk+-quartz.
227 2008-12-31 Jan Schmidt <jan.schmidt@sun.com>
229 * win32/common/libgstaudio.def:
230 * win32/common/libgsttag.def:
231 * win32/common/libgstvideo.def:
232 Add new exports to win32 files.
234 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
236 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
237 * gst-libs/gst/tag/gsttagdemux.h:
238 Add GType for GstTagDemuxResult enum.
240 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
242 * gst-libs/gst/video/Makefile.am:
243 * gst-libs/gst/video/video.h:
244 Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
245 This will help bindings to use it.
247 2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
249 * gst-libs/gst/audio/Makefile.am:
250 * gst-libs/gst/audio/audio.c:
251 * gst-libs/gst/audio/multichannel.h:
252 * gst-libs/gst/audio/testchannels.c:
254 * win32/common/audio-enumtypes.c:
255 (gst_audio_channel_position_get_type),
256 (gst_ring_buffer_state_get_type),
257 (gst_ring_buffer_seg_state_get_type),
258 (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
259 * win32/common/audio-enumtypes.h:
260 * win32/common/multichannel-enumtypes.c:
261 * win32/common/multichannel-enumtypes.h:
262 * win32/vs6/grammar.dsp:
263 * win32/vs6/libgstaudio.dsp:
264 * win32/vs7/libgstaudio.vcproj:
265 * win32/vs8/libgstaudio.vcproj:
266 Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
267 audio- in order to wrap all enums declarations of that library.
268 This modification should not matter since that header file is not a
269 public header (it will be included by public headers).
270 Modify win32 crap^Wfiles accordingly.
272 2008-12-30 Edward Hervey <edward.hervey@collabora.co.uk>
274 * gst-libs/gst/audio/gstbaseaudiosrc.h:
275 * gst-libs/gst/audio/gstbaseaudiosink.h:
276 Complete Sebastien's commit from the 13th by exporting the
277 _slave_method_get_type() methods.
279 2008-12-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
281 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
282 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
283 (gst_gio_base_src_query):
284 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
285 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
286 (gst_gnome_vfs_src_query):
287 Implement URI query. Fixes bug #562949.
289 2008-12-20 Wim Taymans <wim.taymans@collabora.co.uk>
291 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
294 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
295 (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
296 (gst_play_sink_release_pad):
297 Add some more debug info.
298 Reconfigure the audio chain when we switch between raw and encoded audio
301 2008-12-20 Wim Taymans <wim.taymans@collabora.co.uk>
303 * gst-libs/gst/audio/gstbaseaudiosink.c:
304 (gst_base_audio_sink_setcaps):
305 Pause the write thread before deactivating and releasing the ringbuffer
306 to avoid a deadlock when we do gapless playback with different sample
307 rates in playbin2. Fixes #564929.
309 2008-12-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
311 * gst-libs/gst/audio/gstbaseaudiosrc.c:
312 Make GstAudioSrcSlaveMethod get_type() function non-static
315 * win32/common/libgstaudio.def:
316 * win32/common/libgstnetbuffer.def:
317 Add some missing functions to the list of exported symbols.
319 2008-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
321 Patch by: Andrew Feren <acferen at yahoo dot com>
323 * gst-libs/gst/netbuffer/gstnetbuffer.c:
324 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
325 (gst_netaddress_get_address_bytes),
326 (gst_netaddress_set_address_bytes):
327 * gst-libs/gst/netbuffer/gstnetbuffer.h:
328 Make gst_netaddress_get_ip4_address fail for v6 addresses.
329 Make gst_netaddress_get_ip6_address either fail or return the v4
330 address as a transitional v6 address.
331 Add two convenience functions:
332 API: gst_netaddress_get_address_bytes()
333 API: gst_netaddress_set_address_bytes()
336 2008-12-17 Stefan Kost <ensonic@users.sf.net>
338 * gst/adder/Makefile.am:
339 * gst/adder/gstadder.c:
340 Cleanup variable names to make the adder-loop easier to understand.
341 Also try to use liboil to spee it up, but ifdef it out as it does not
342 make any change for me (Intel pentim M (sse,sse2) please try on other
345 2008-12-16 Wim Taymans <wim.taymans@collabora.co.uk>
347 * docs/plugins/Makefile.am:
348 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
349 * docs/plugins/gst-plugins-base-plugins-sections.txt:
350 * gst/tcp/gsttcpclientsink.c:
351 * gst/tcp/gsttcpclientsrc.c:
352 * gst/tcp/gsttcpserversrc.c:
353 Add minimal docs to make the remaining tcp elements show up.
356 2008-12-13 Tim-Philipp Müller <tim.muller at collabora co uk>
358 * win32/common/config.h:
359 Update to CVS version.
361 * win32/common/config.h.in:
362 Hardcode path to plugin install helper exe, just like we hardcode
363 the paths in core. Removes another source of VCS conflicts for
364 people hacking gst-plugins-base on systems with autotools.
366 2008-12-13 Edward Hervey <bilboed@gmail.com>
369 And a couple more .m4 that don't exist anymore with gettext 0.17
371 2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
375 inttypes.m4 hasn't been available since gettext-0.15, and since we now
376 require gettext >= 0.17 ... we can remove it from the list of files to
379 2008-12-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
381 * gst-libs/gst/audio/gstbaseaudiosink.c:
382 (gst_base_audio_sink_slave_method_get_type),
383 (gst_base_audio_sink_class_init):
384 * gst-libs/gst/audio/gstbaseaudiosink.h:
385 * gst-libs/gst/audio/gstbaseaudiosrc.c:
386 (gst_base_audio_src_slave_method_get_type),
387 (gst_base_audio_src_class_init):
388 * gst-libs/gst/audio/gstbaseaudiosrc.h:
389 API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
390 public API. This is needed for the C++ bindings to be able
391 to use this base classes. Fixes bug #564200, #564206.
393 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
395 * gst-libs/gst/cdda/gstcddabasesrc.c:
396 (gst_cdda_base_src_handle_event):
397 Remove erroneous gst_buffer_ref().
398 * tests/check/libs/rtp.c: (GST_START_TEST):
399 Don't forget to unref the buffer once you're done with it.
401 2008-12-12 Stefan Kost <ensonic@users.sf.net>
403 * gst/playback/gstplaybin.c:
404 * gst/playback/gstplaybin2.c:
407 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
409 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
410 Free the factory array when finalizing.
411 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
412 Use a GstStaticPadTemplate since the src pad caps are fixed.
414 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
416 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
417 (gst_vorbis_enc_init):
418 Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
421 2008-12-12 Edward Hervey <edward.hervey@collabora.co.uk>
423 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
424 (gst_riff_create_video_template_caps):
425 Add mapping for VP6 in avi/riff.
427 2008-12-11 Edward Hervey <edward.hervey@collabora.co.uk>
429 * gst/subparse/samiparse.c: (sami_context_push_state),
430 (sami_context_pop_state), (start_sami_element), (end_sami_element):
431 Some versions of libxml seem to be very picky as to strict formatting
432 of the input and never 'close' the final </body> tag.
433 In order to fix that bad behaviour, we trigger the flushing of
434 remaining data on both </body> and </sami>.
437 2008-12-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
439 Patch by: Guillaume Emont <guillaume at fluendo dot com>
441 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
442 Add typefinders for MS Word files and OS X .DS_Store files to
443 prevent them to be recognized as MPEG files. Fixes bug #564098.
445 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
447 * gst/playback/gstplaysink.c: (gen_audio_chain),
448 (gst_play_sink_reconfigure):
449 Add some more debug info.
450 Fix linking of just an encoded sink.
451 Handle failure to create a sink chain more gracefully than crashing.
453 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
455 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
456 Pushing 10 buffers is enough to run the test.
458 2008-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
460 * tests/examples/seek/seek.c: (do_seek), (stop_cb),
461 (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
463 Hook up the SKIP seek flag.
465 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
467 * gst/playback/gstplaybin2.c: (pad_added_cb):
468 Error out with a missing-plugin error when the input-selector was not
471 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
474 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
476 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
477 (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
478 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
479 (gst_play_sink_send_event), (gst_play_sink_change_state):
481 Try to set the selected sink to READY before using it. This will allow
482 for detection of incompatible formats sooner.
483 Don't cause a fatal error when conversion elements are missing but post
484 a missing-element message and a warning instead because things might
485 still link and run fine.
486 Simplyfy the construction of audio and video sink chains.
488 2008-12-10 Wim Taymans <wim.taymans@collabora.co.uk>
490 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
491 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
492 Use G_DEFINE_TYPE for the OggPad to get some threadsafe type
495 2008-12-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
497 Patch by: Luis Menina <liberforce at freeside dot fr>
499 * gst-libs/gst/floatcast/floatcast.h:
500 * gst/typefind/gsttypefindfunctions.c:
501 Include glib.h instead of a specific GLib header. Including single
502 GLib headers is deprecated. Fixes bug #563904.
504 2008-12-09 Julien Moutte <julien@fluendo.com>
506 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
507 Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
509 2008-12-09 Stefan Kost <ensonic@users.sf.net>
511 * gst-libs/gst/riff/riff-read.c:
512 Fix handling of odd chunks in riff metadata.
514 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
516 * gst/volume/gstvolume.c: (gst_volume_class_init),
517 (volume_before_transform), (volume_transform_ip):
518 Use new basetransform vmethod to reconfigure the dynamic properties and
519 any pending volume/mute changes. Fixes #563508.
521 2008-12-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
524 First check for "theoraenc theoradec" and if that failed check
525 for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
526 deprecate the latter. Also linking on Windows fails with just "theora"
527 and the version check would fail for the release candidates.
530 2008-12-08 Stefan Kost <ensonic@users.sf.net>
532 * gst/playback/gstdecodebin.c:
533 * gst/playback/gstdecodebin2.c:
534 Add basic docs to decodebin and link to decodebin from decodebin2.
536 2008-12-08 Wim Taymans <wim.taymans@collabora.co.uk>
538 Patch by: Olivier Crete <tester at tester ca>
540 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
541 * gst-libs/gst/rtp/gstrtcpbuffer.h:
542 Implement gst_rtcp_packet_remove(). Fixes #563174.
544 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
545 Add unit test for some RTCP functions.
547 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
550 Apparently AC_CONFIG_MACRO_DIR breaks when using more
551 than one macro directory, reverting last change.
553 2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
556 Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
559 2008-12-03 Edward Hervey <edward.hervey@collabora.co.uk>
561 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
562 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
563 Clear all flags on buffers returned from the image pool.
566 2008-11-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
568 Patch by: Cygwin Ports maintainer
569 <yselkowitz at users dot sourceforge dot net>
573 Require gettext 0.17 because older versions don't mix with libtool
574 2.2. At build time an older gettext version will still work.
577 2008-11-28 Christian Schaller <christian.schaller@collabora.co.uk>
579 * gst/speexresample/Makefile.am: fix build by removing -lgstaudio
581 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
583 * docs/plugins/gst-plugins-base-plugins.args:
584 * docs/plugins/gst-plugins-base-plugins.hierarchy:
585 * docs/plugins/gst-plugins-base-plugins.interfaces:
586 * docs/plugins/gst-plugins-base-plugins.prerequisites:
587 * docs/plugins/inspect/plugin-videorate.xml:
588 * gst/speexresample/gstspeexresample.c:
589 Update documentation of speexresample for the new element name.
591 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
593 * gst/speexresample/README:
594 Update README with the latest diff between the Speex resampler
597 2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
599 * gst/speexresample/gstspeexresample.c: (plugin_init):
600 Update the debug category from speex_resample to audioresample.
602 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
604 * gst/audioresample/Makefile.am:
605 * gst/audioresample/buffer.c:
606 * gst/audioresample/buffer.h:
607 * gst/audioresample/debug.c:
608 * gst/audioresample/debug.h:
609 * gst/audioresample/functable.c:
610 * gst/audioresample/functable.h:
611 * gst/audioresample/gstaudioresample.c:
612 * gst/audioresample/gstaudioresample.h:
613 * gst/audioresample/resample.c:
614 * gst/audioresample/resample.h:
615 * gst/audioresample/resample_chunk.c:
616 * gst/audioresample/resample_functable.c:
617 * gst/audioresample/resample_ref.c:
618 * tests/check/elements/audioresample.c:
619 Remove audioresample files.
621 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
623 * docs/plugins/inspect/plugin-audioresample.xml:
624 Regenerated for library filename change.
626 2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
629 * docs/plugins/Makefile.am:
630 * docs/plugins/gst-plugins-base-plugins-sections.txt:
631 * docs/plugins/gst-plugins-base-plugins.args:
632 * docs/plugins/gst-plugins-base-plugins.hierarchy:
633 * docs/plugins/gst-plugins-base-plugins.interfaces:
634 * docs/plugins/gst-plugins-base-plugins.prerequisites:
635 * docs/plugins/inspect/plugin-adder.xml:
636 * docs/plugins/inspect/plugin-alsa.xml:
637 * docs/plugins/inspect/plugin-audioconvert.xml:
638 * docs/plugins/inspect/plugin-audiorate.xml:
639 * docs/plugins/inspect/plugin-audioresample.xml:
640 * docs/plugins/inspect/plugin-audiotestsrc.xml:
641 * docs/plugins/inspect/plugin-cdparanoia.xml:
642 * docs/plugins/inspect/plugin-decodebin.xml:
643 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
644 * docs/plugins/inspect/plugin-gdp.xml:
645 * docs/plugins/inspect/plugin-gio.xml:
646 * docs/plugins/inspect/plugin-gnomevfs.xml:
647 * docs/plugins/inspect/plugin-libvisual.xml:
648 * docs/plugins/inspect/plugin-ogg.xml:
649 * docs/plugins/inspect/plugin-pango.xml:
650 * docs/plugins/inspect/plugin-playback.xml:
651 * docs/plugins/inspect/plugin-queue2.xml:
652 * docs/plugins/inspect/plugin-subparse.xml:
653 * docs/plugins/inspect/plugin-tcp.xml:
654 * docs/plugins/inspect/plugin-theora.xml:
655 * docs/plugins/inspect/plugin-typefindfunctions.xml:
656 * docs/plugins/inspect/plugin-uridecodebin.xml:
657 * docs/plugins/inspect/plugin-video4linux.xml:
658 * docs/plugins/inspect/plugin-videorate.xml:
659 * docs/plugins/inspect/plugin-videoscale.xml:
660 * docs/plugins/inspect/plugin-videotestsrc.xml:
661 * docs/plugins/inspect/plugin-volume.xml:
662 * docs/plugins/inspect/plugin-vorbis.xml:
663 * docs/plugins/inspect/plugin-ximagesink.xml:
664 * docs/plugins/inspect/plugin-xvimagesink.xml:
665 * gst/speexresample/gstspeexresample.c: (plugin_init):
666 * gst/speexresample/Makefile.am:
667 * tests/check/Makefile.am:
668 * tests/check/elements/speexresample.c: (setup_speexresample),
669 (GST_START_TEST), (test_pipeline):
670 Rename the moved speexresample to audioresample, integrate into the
671 build system and remove the old audioresample from the build system.
672 Fixes bug #558124, #385061, #346218, #116051.
674 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
676 * gst-libs/gst/audio/gstbaseaudiosrc.c:
677 (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
678 Avoid nasty int overflows after about 12 hours and 25 minutes when these
679 code paths are triggered.
680 A free beer to Håvard Graff for finding this!
682 2008-11-27 Wim Taymans <wim.taymans@collabora.co.uk>
684 Patch by: 이문형 <iwings at gmail dot com>
686 * gst-libs/gst/rtsp/gstrtspconnection.c:
687 (gst_rtsp_connection_connect):
688 A successful gst_poll_wait() doesn't always mean successful connect() on
689 Windows. We should check errors by calling gst_poll_fd_has_error().
692 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
694 * gst-libs/gst/rtp/gstrtcpbuffer.c:
695 Fix typo in the docs.
697 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
699 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
700 If no stream was found before receiving EOS, post an error message.
703 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
705 * ext/theora/gsttheoraenc.h:
706 * ext/theora/theoraenc.c: (gst_theora_enc_init),
707 (theora_buffer_from_packet), (theora_push_packet),
708 (theora_enc_sink_event), (theora_enc_is_discontinuous),
710 Parse segment events.
711 Pass incomming buffer timestamps to outgoing buffers.
712 Use the running_time to construct the granulepos.
715 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
717 * gst/playback/gstplaybin2.c: (activate_group):
718 Fix buffer-duration property.
720 2008-11-25 Wim Taymans <wim.taymans@collabora.co.uk>
722 * gst-libs/gst/audio/gstbaseaudiosink.c:
723 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
724 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
725 (gst_base_audio_sink_change_state):
726 Really fix audiosink drain handling by keeping track of the running_time
729 2008-11-24 Michael Smith <msmith@songbirdnest.com>
731 * gst/playback/gstplaybin2.c:
732 Add notification of current stream. Add ability to configure buffer
734 * gst/playback/gsturidecodebin.c:
735 Add ability to configure buffer sizes for streaming mode.
738 2008-11-24 Stefan Kost <ensonic@users.sf.net>
740 * gst-libs/gst/audio/gstbaseaudiosink.c:
741 Time is already in running_time. Remove base_time handling. Fixes
742 audiosinks not draining and thus chopping some audio in the end.
744 2008-11-24 David Schleef <ds@schleef.org>
746 * ext/ogg/gstoggmux.c:
747 * ext/ogg/gstoggmux.h:
748 If we're muxing a dirac stream, flush the page after every picture.
750 2008-11-24 Stefan Kost <ensonic@users.sf.net>
752 * gst-libs/gst/audio/gstbaseaudiosink.c:
753 Add one log message to check for audio_drained. Sync one log message
754 with the condition. Send EOS after draining audio in pull mode.
756 2008-11-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
758 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
759 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
760 Use gst_buffer_try_new_and_alloc() and fail properly if the
761 allocation failed. This prevents abort() if downstream elements
762 request an insane amount of memory.
764 2008-11-24 Wim Taymans <wim.taymans@collabora.co.uk>
766 * gst/volume/gstvolume.c: (volume_choose_func),
767 (volume_update_volume), (gst_volume_set_volume),
768 (gst_volume_get_volume), (gst_volume_set_mute),
769 (gst_volume_class_init), (gst_volume_init),
770 (volume_process_double), (volume_process_float),
771 (volume_process_int32), (volume_process_int32_clamp),
772 (volume_process_int24), (volume_process_int24_clamp),
773 (volume_process_int16), (volume_process_int16_clamp),
774 (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
775 (volume_transform_ip), (volume_set_property),
776 (volume_get_property):
777 * gst/volume/gstvolume.h:
778 Cleanup volume, define and use default values.
779 Recalculate new volume and mute setup before processing. Fixes #561789.
781 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
782 Add controller unit test. Patch by: Jonathan Matthew
783 Fix bogus test that messed with basetransform's internal state.
785 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
787 * gst/videorate/gstvideorate.c:
788 Add jpeg and png image media types to the caps. Fixes #561436.
790 2008-11-22 Wim Taymans <wim.taymans@collabora.co.uk>
792 * gst/playback/gstplaysink.c: (gen_audio_chain):
793 Don't post an error when we can't configure the volume but post a
794 warning instead. Fixes #561780.
796 2008-11-21 David Schleef <ds@schleef.org>
798 Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
800 * gst/videotestsrc/gstvideotestsrc.c:
801 * gst/videotestsrc/gstvideotestsrc.h:
802 * gst/videotestsrc/videotestsrc.c:
803 * gst/videotestsrc/videotestsrc.h:
804 Add a zone plate pattern generator based on BBC R&D Report
805 1978/23 (yeah *that* 1978). Try 'videotestsrc pattern=zone-plate
808 2008-11-20 Michael Smith <msmith@songbirdnest.com>
810 * gst/playback/gstdecodebin2.c:
811 Fix random fat-fingering making this not compile.
813 2008-11-20 Michael Smith <msmith@songbirdnest.com>
815 * gst/playback/gstdecodebin2.c:
816 If the top-level type of the stream is plain text, don't try to decode
817 it, matching behaviour of decodebin.
818 * gst/playback/gstplaysink.c:
819 If we fail to generate a text chain (e.g. due to missing optional
820 plugins), don't crash.
822 2008-11-20 Michael Smith <msmith@songbirdnest.com>
824 * gst-libs/gst/rtsp/gstrtspdefs.c:
825 Fix win32 build. Oops.
827 2008-11-20 Michael Smith <msmith@songbirdnest.com>
829 * gst-libs/gst/rtsp/gstrtspdefs.c:
830 Use WSAGetLastError() rather than errno/h_errno on win32.
832 2008-11-20 Michael Smith <msmith@songbirdnest.com>
834 * gst-libs/gst/riff/riff-media.c:
835 Support WMA Lossless properly.
837 2008-11-18 David Schleef <ds@schleef.org>
839 * gst/videotestsrc/gstvideotestsrc.c:
840 * gst/videotestsrc/gstvideotestsrc.h:
841 * gst/videotestsrc/videotestsrc.c:
842 * gst/videotestsrc/videotestsrc.h:
843 Add "colorspec" property, specifying whether to generate BT.601
844 or BT.709 video. This only affects YCbCr values, not RGB, since
845 if you're generating a 709 test pattern, presumably you want
846 709 RGB primaries, not 601. Also add "smpte75" pattern, which
847 uses 75% colors instead of 100%, since this is often more useful
848 for testing (and also follows the SMPTE EG-1 guideline).
850 2008-11-18 Alessandro Decina <alessandro.d@gmail.com>
852 * gst/playback/gstdecodebin.c:
853 Add a "sink-caps" property to decodebin like it's done for decodebin2.
856 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
858 * gst/audioresample/gstaudioresample.c:
859 Guard against a NULL dereference I somehow encountered -
860 with a FLUSH_STOP arriving either before basetransform _start(),
863 * gst/typefind/gsttypefindfunctions.c:
864 Make sure we never jump backwards when typefinding corrupt mov files.
866 2008-11-14 Jan Schmidt <jan.schmidt@sun.com>
868 * gst-libs/gst/interfaces/propertyprobe.c:
869 Fix random type causing a docs warning.
871 2008-11-14 Stefan Kost <ensonic@users.sf.net>
874 Give it a minimal rank for autovideosrc.
876 2008-11-13 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
878 * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
880 Improve typefinding of ISO JPEG2000 mime types.
882 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
884 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
885 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
886 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
887 * sys/xvimage/xvimagesink.h:
888 Avoid typechecking when we do trivial casts.
889 Move error handling out of the main program flow.
890 Sneak in the display-region caps property, not completely correct yet.
891 Cache the width/height in buffer_alloc instead of parsing it from the
894 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
896 * gst/playback/gstplaybin2.c: (deactivate_group):
897 don't try to unlink the selector sinkpad when we don't have it yet. This
898 can happen if an error occured before the group was complete.
900 2008-11-13 Wim Taymans <wim.taymans@collabora.co.uk>
902 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
903 (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
904 (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
905 (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
906 (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
907 (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
908 (gst_rtp_buffer_get_extension_data),
909 (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
910 (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
911 (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
912 (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
913 (gst_rtp_buffer_get_payload_type),
914 (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
915 (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
916 (gst_rtp_buffer_set_timestamp),
917 (gst_rtp_buffer_get_payload_subbuffer),
918 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
919 Avoid expensive type checks we already did as part of the
920 _validate() function that should be called first.
922 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
924 * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
925 (gst_base_rtp_depayload_push_full),
926 (gst_base_rtp_depayload_set_gst_timestamp):
927 Fix some cases where a newsegment event was not sent.
929 2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
931 * gst/playback/gstplaybin2.c: (activate_group):
932 Catch state change errors and stop from the uridecodebin elements
933 instead of trying to continue in vain.
935 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
937 * gst-libs/gst/audio/gstbaseaudiosink.c:
938 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
939 (gst_base_audio_sink_callback):
940 Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
941 for the latency to expire, fixes #559567.
943 2008-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
945 * gst/adder/gstadder.c:
946 Change author string after seeing output of gst-inspector.
948 2008-11-10 Wim Taymans <wim.taymans@collabora.co.uk>
950 * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
951 Don't try to do crazy things when we only have a text pad without a
952 video pad. Fixes #559478.
954 2008-11-06 Wim Taymans <wim.taymans@collabora.co.uk>
956 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
957 Fix case where we don't have a range for the rates or channels as is the
958 case with truespeech.
960 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
962 * gst/volume/gstvolume.c: (volume_update_real_volume),
963 (gst_volume_set_volume), (gst_volume_get_volume),
964 (gst_volume_set_mute), (gst_volume_init), (volume_setup),
965 (volume_transform_ip), (volume_update_mute),
966 (volume_update_volume), (volume_get_property):
967 * gst/volume/gstvolume.h:
968 Keep negotiated state in a separate variable.
969 Protect the volume and mute properties with the object lock.
970 Protect modifying the transform with the transform lock.
972 2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
974 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
975 (gst_ffmpeg_pixfmt_to_caps):
976 Only convert caps to string when debug is enabled.
978 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
980 * ext/theora/gsttheoradec.h:
981 * ext/theora/theoradec.c: (gst_theora_dec_init),
982 (gst_theora_dec_reset), (theora_dec_src_event),
983 (theora_dec_sink_event), (theora_handle_type_packet):
985 Keep events in a pending list, like vorbisdec, instead of trying
986 to construct a segment event ourselves.
988 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
989 (vorbis_dec_src_event), (vorbis_dec_sink_event):
990 * ext/vorbis/vorbisdec.h:
993 2008-11-04 Wim Taymans <wim.taymans@collabora.co.uk>
995 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
996 (gst_ogg_demux_deactivate_current_chain),
997 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
998 (gst_ogg_demux_loop):
999 * ext/ogg/gstoggdemux.h:
1000 Copy seqnums around to track playback segments and messages.
1002 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
1004 Based on patch by: Matthias Kretz <kretz at kde dot org>
1006 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1007 (gst_alsasink_prepare), (gst_alsasink_unprepare),
1008 (gst_alsasink_write):
1009 Make all access non-blocking so that we can better handle unplugging
1010 of usb devices. Fixes #559111
1012 2008-11-03 Wim Taymans <wim.taymans@collabora.co.uk>
1014 Patch by: Damien Lespiau <damien.lespiau gmail com>
1016 * gst-libs/gst/rtsp/gstrtspconnection.c:
1017 (gst_rtsp_connection_write):
1018 Make the next call to poll not depend on previous calls to poll with or
1019 without reading from the active descriptor. Fixes #544293.
1021 2008-10-31 Wim Taymans <wim.taymans@collabora.co.uk>
1023 Patch by: Nick Haddad <nick at haddads dot net>
1025 * gst-libs/gst/riff/riff-ids.h:
1026 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1027 Add support for other fourcc codes that are commonly used for
1028 'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
1031 2008-10-30 Stefan Kost <ensonic@users.sf.net>
1033 * gst/audioresample/gstaudioresample.c:
1034 Return the result of parent_class->event().
1036 2008-10-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1038 * gst/audioresample/gstaudioresample.c:
1039 (gst_audioresample_class_init), (audioresample_fixate_caps):
1040 Fixate the rate to the nearest supported rate instead of
1041 the first one. Fixes bug #549510.
1043 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
1045 * win32/common/libgstaudio.def:
1048 2008-10-23 Wim Taymans <wim.taymans@collabora.co.uk>
1050 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1051 Attempt to make obfuscated code clearer.
1053 2008-10-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1055 * docs/libs/gst-plugins-base-libs-sections.txt:
1056 * gst-libs/gst/floatcast/floatcast.h:
1057 Move float endianness conversion macros to core. Second part of
1060 2008-10-22 Stefan Kost <ensonic@users.sf.net>
1062 * sys/ximage/ximagesink.h:
1063 * sys/xvimage/xvimagesink.h:
1064 Don't mark as gtk-doc docs as they aren't public.
1066 2008-10-22 Stefan Kost <ensonic@users.sf.net>
1068 * sys/xvimage/xvimagesink.c:
1069 * sys/xvimage/xvimagesink.h:
1070 * tests/icles/Makefile.am:
1071 * tests/icles/test-colorkey.c:
1072 Allow setting colorkey if possible. Implement property probe interface
1073 for optional X features (autopaint-colorkey, double-buffer and
1074 colorkey). Fixes #554533
1076 2008-10-22 Sebastian Dröge <slomo@circular-chaos.org>
1078 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1079 Remove useless buffer size assignment. It already has this value.
1081 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
1083 * gst-libs/gst/audio/gstaudiosink.c:
1084 (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1085 (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1086 (gst_audioringbuffer_stop):
1087 Implement a separate activate functions to start monitoring the segments
1088 or, in pull mode, pulling in data.
1090 * gst-libs/gst/audio/gstbaseaudiosink.c:
1091 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1092 (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1093 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1094 (gst_base_audio_sink_activate_pull),
1095 (gst_base_audio_sink_async_play),
1096 (gst_base_audio_sink_change_state):
1097 Implement pad and element convert query function.
1098 Activate the ringbuffer.
1099 Use the segment last_stop value as the offset to pull.
1100 Use new basesink _do_preroll() method to preroll in the pulling thread.
1101 Take appropriate locking in the pulling thread.
1103 * gst-libs/gst/audio/gstringbuffer.h:
1106 2008-10-20 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1108 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1109 Improve MXF typefinding a bit by searching for a header partition
1110 pack instead of just a general partition pack and checking more
1111 bytes for valid values.
1113 2008-10-20 Wim Taymans <wim.taymans@collabora.co.uk>
1115 * tests/icles/.cvsignore:
1118 * tests/icles/Makefile.am:
1119 * tests/icles/test-box.c: (make_pipeline), (main):
1120 Add another interactive command line experimentation suite for
1121 dynamically boxing/cropping/saling an input video.
1123 2008-10-17 Wim Taymans <wim.taymans@collabora.co.uk>
1125 * docs/libs/gst-plugins-base-libs-sections.txt:
1126 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1127 (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1128 * gst-libs/gst/audio/gstringbuffer.h:
1129 Add methods to more accuratly control the pulling thread of a
1131 Add format conversion helper code to the ringbuffer.
1132 API: GstRingBuffer:gst_ring_buffer_activate()
1133 API: GstRingBuffer:gst_ring_buffer_is_active()
1134 API: GstRingBuffer:gst_ring_buffer_convert()
1136 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
1138 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1139 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1140 (gst_audioringbuffer_stop):
1141 Signal thread startup earlier so that we can immediatly go into pull
1142 mode when we have to and block on preroll.
1144 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
1146 * gst-libs/gst/audio/gstringbuffer.c:
1147 (gst_ring_buffer_prepare_read):
1148 In pull mode we want the callback to prepull a buffer we can preroll on
1149 even when we are not yet playing.
1151 2008-10-16 Stefan Kost <ensonic@users.sf.net>
1153 * ext/alsa/Makefile.am:
1154 * ext/cdparanoia/Makefile.am:
1155 * ext/gio/Makefile.am:
1156 * ext/gnomevfs/Makefile.am:
1157 * ext/libvisual/Makefile.am:
1158 * ext/ogg/Makefile.am:
1159 * ext/pango/Makefile.am:
1160 * ext/theora/Makefile.am:
1161 * ext/vorbis/Makefile.am:
1162 * gst/adder/Makefile.am:
1163 * gst/audioconvert/Makefile.am:
1164 * gst/audiorate/Makefile.am:
1165 * gst/audioresample/Makefile.am:
1166 * gst/audiotestsrc/Makefile.am:
1167 * gst/ffmpegcolorspace/Makefile.am:
1168 * gst/gdp/Makefile.am:
1169 * gst/playback/Makefile.am:
1170 * gst/subparse/Makefile.am:
1171 * gst/tcp/Makefile.am:
1172 * gst/typefind/Makefile.am:
1173 * gst/videorate/Makefile.am:
1174 * gst/videoscale/Makefile.am:
1175 * gst/videotestsrc/Makefile.am:
1176 * gst/volume/Makefile.am:
1177 * sys/v4l/Makefile.am:
1178 * sys/ximage/Makefile.am:
1179 * sys/xvimage/Makefile.am:
1180 Don't install static libs for plugins. Fixes #550851 for base.
1182 2008-10-16 Wim Taymans <wim.taymans@collabora.co.uk>
1184 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1185 Set the default blocksize to -1 because we will then use the configured
1186 samplesperbuffer to create our output buffer.
1188 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1190 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1191 (gst_riff_create_video_template_caps):
1192 Add mappping for the KMVC (Karl Morton's Video) Codec.
1194 2008-10-15 Edward Hervey <edward.hervey@collabora.co.uk>
1196 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1197 Don't forget to advance the offset of what we're matching against, else
1198 we end up in a forever loop.
1200 2008-10-15 Sebastian Dröge <slomo@circular-chaos.org>
1202 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1203 Improve typefinding a bit. If we don't have a Unicode charset
1204 try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1206 2008-10-14 Edward Hervey <edward.hervey@collabora.co.uk>
1208 * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1209 Fix build on macosx.
1211 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
1213 Based on patch by: Robin Stocker <robin at nibor dot org>
1215 * ext/theora/gsttheoradec.h:
1216 * ext/theora/theoradec.c: (gst_theora_dec_init),
1217 (theora_dec_setcaps), (theora_handle_type_packet),
1218 (theora_dec_decode_buffer), (theora_dec_change_state):
1219 Parse input caps and make the PAR override the encoded PAR when
1220 specified by a container. Fixes #555699.
1222 2008-10-13 Wim Taymans <wim.taymans@collabora.co.uk>
1224 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1225 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1226 (gst_base_rtp_depayload_set_gst_timestamp),
1227 (gst_base_rtp_depayload_change_state):
1228 * gst-libs/gst/rtp/gstbasertpdepayload.h:
1229 Add some more G_LIKELY
1230 Fail when the setcaps function was not called.
1232 * gst-libs/gst/rtp/gstbasertppayload.c:
1233 (gst_basertppayload_set_outcaps):
1234 Propagate return value of setcaps.
1236 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1238 * gst/subparse/Makefile.am:
1239 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1240 (gst_sub_parse_class_init), (gst_sub_parse_init),
1241 (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1242 (get_next_line), (gst_sub_parse_data_format_autodetect),
1243 (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1244 (gst_subparse_type_find):
1245 * gst/subparse/gstsubparse.h:
1246 Add support for UTF16/UTF32 subtitles as long as the first bytes of
1247 the first buffer contain the BOM. This also adds support for other
1248 encodings that allow NUL bytes via the encoding property.
1249 Fixes bugs #552237 and #456788.
1251 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1253 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1254 Don't drop the last byte of image tags if they're not an URI list.
1257 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1259 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1260 For looking at the 4th byte we have to get 4 bytes of course
1263 2008-10-13 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1265 * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1266 Improve FLAC-without-headers typefinding by looking at most of the
1267 frame header and checking if invalid values are used. Should prevent
1268 quite some false positives compared to the old version which only
1269 check if the first 14 bits are set.
1271 2008-10-11 Stefan Kost <ensonic@users.sf.net>
1273 * sys/xvimage/xvimagesink.c:
1274 Don't assert on caps==NULL.
1276 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1278 * gst/subparse/gstsubparse.c:
1279 (gst_sub_parse_data_format_autodetect), (handle_buffer),
1280 (gst_sub_parse_change_state):
1281 * gst/subparse/gstsubparse.h:
1282 * tests/check/elements/subparse.c: (GST_START_TEST):
1283 Add support for subtitle files with UTF-8 BOM at the beginning
1284 by simple stripping it from the first line before passing it
1285 to any parsing code. Fixes bug #555257 and playback of files
1286 created by Gnome Subtitles.
1288 2008-10-10 Wim Taymans <wim.taymans@collabora.co.uk>
1290 * gst/audiotestsrc/gstaudiotestsrc.c:
1291 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1292 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1293 (gst_audio_test_src_start), (gst_audio_test_src_stop),
1294 (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1295 (gst_audio_test_src_create):
1296 * gst/audiotestsrc/gstaudiotestsrc.h:
1297 Define the default property values in the usual place.
1298 Implement start/stop to reset values correctly.
1299 Calculate the sample size only once when we negotiate.
1300 Rename some values to make more sense.
1301 Keep track of our byte range.
1302 Add support for pull based scheduling. Disabled for now until we have
1303 the whole stack working.
1304 Set the BUFFER_OFFSET correctly.
1306 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1308 Based on a patch by: xavierb at gmail dot com
1310 * gst/subparse/gstsubparse.c:
1311 (gst_sub_parse_data_format_autodetect):
1312 * tests/check/elements/subparse.c: (GST_START_TEST):
1313 Make the detection of the used subtitle a bit less strict
1314 for srt subtitles. Fixes bug #555607.
1316 2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1318 * ext/vorbis/vorbisenc.c:
1319 (gst_vorbis_enc_buffer_check_discontinuous):
1320 Fix discontinuity detection which was broken by last commit.
1322 2008-10-09 Tim-Philipp Müller <tim.muller at collabora co uk>
1325 Require core CVS for ghostpad API additions used by decodebin2.
1327 2008-10-08 Edward Hervey <edward.hervey@collabora.co.uk>
1329 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1330 (gst_base_audio_src_create):
1331 Fix debug statements (space between '%' and actual format).
1333 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1335 * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1336 Remove bogus assert, the decodepad could have been created inside an
1337 already existing group.
1339 2008-10-08 Andy Wingo <wingo@pobox.com>
1341 * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1342 target instead of setting it.
1343 (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1344 API for a decode pad. The bugfix is that we set the group in
1345 activate(), not when the pad was created because it might be NULL
1347 (gst_decode_group_control_source_pad, gst_decode_group_expose):
1348 Update to use the API.
1350 2008-10-08 Andy Wingo <wingo@pobox.com>
1352 * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1353 be a subclass of GstGhostPad.
1354 (analyze_new_pad): So, when emitting the signals that determine
1355 how we do autoplugging, already create the ghost pad and use it as
1356 the pad in the signal arguments. This allows applications to make
1357 a connection between the pad passed in e.g. autoplug-continue, and
1358 the pad passed in new-decoded-pad.
1359 (connect_pad, expose_pad): Update to receive the ghosted decode
1360 pad in the args, retargetting it as necessary if we have to plug
1361 the target pad through a multiqueue.
1362 (gst_decode_group_control_source_pad): Adapt to receive an
1363 already-ghosted pad that just needs activation, blocking, and
1365 (sort_end_pads): Adapt for decode pads actually being pads.
1366 (gst_decode_group_expose): Adapt for decode pads actually being
1367 pads. Rewrite the decode pad names so they appear in order. Adds a
1368 new error case if we couldn't set the name.
1369 (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1371 (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1372 New API for the decode pad, needed because we shouldn't do these
1373 things inside gst_decode_pad_new(), but after.
1374 (gst_decode_pad_new): Change to actually make the real pad, and
1375 delay the blocking/drainage bits.
1377 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1379 Patch by: Daniel Drake <dsd at laptop dot org>
1381 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1382 Unref all buffers when clearing collectpads. Fixes bug #546955.
1384 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1386 Based on a patch by: Klaas <klaas at rivercrew dot net>
1388 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1389 (gst_vorbis_enc_buffer_check_discontinuous),
1390 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1391 * ext/vorbis/vorbisenc.h:
1392 Keep track of the upstream segments and use the running time on that
1393 segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1395 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1397 * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1398 Prevent overflows with big buffer when calculating the size of
1399 the intermediate buffer by using gst_util_uint64_scale() instead of
1400 plain arithmetics. Fixes bug #552801.
1402 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1404 Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1406 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1407 (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1408 (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1409 (gst_clock_overlay_get_property):
1410 * ext/pango/gstclockoverlay.h:
1411 API: Add ability to specify format for date/time display by
1412 adding a "time-format" property.
1415 2008-10-08 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1417 Patch by: Jan Gerber <j at oil21 dot org>
1419 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1420 (gst_riff_create_video_template_caps):
1421 Add FFV1 fourcc to support playback of FFMPEG lossless video
1422 in AVI. Fixes bug #555319.
1424 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1426 Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1428 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1429 (gst_base_audio_src_create):
1430 Implement skew clock slaving. Fixes #552559.
1432 2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
1434 * gst-libs/gst/audio/multichannel.c:
1435 * gst-libs/gst/audio/testchannels.c:
1436 Fix include of config.h
1438 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1440 Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1442 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1443 (print_media), (gst_sdp_message_dump):
1444 Fix parsing of the c= field containing multicast addresses.
1446 Add the connection info to the session or streams.
1447 Fix parsing of the bandwidth.
1448 Add debugging for the connections and bandwidths for a media.
1449 Add debugging for the bandwidth of the session.
1451 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1453 * gst-libs/gst/rtp/gstbasertppayload.c:
1454 (gst_basertppayload_change_state):
1455 Configure the next seqnum and timestamp in the state change so that they
1456 can be queried soon after.
1458 2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
1460 * gst-libs/gst/rtp/gstbasertpdepayload.c:
1461 (gst_base_rtp_depayload_chain):
1462 Improve debugging of the rtptime.
1464 2008-10-05 Jan Schmidt <jan.schmidt@sun.com>
1467 Back to development -> 0.10.21.1
1469 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1471 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1473 Add typefinding for FLAC without headers in the beginning.
1474 This is already handled by flacdec and friends.
1476 2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1478 * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1480 Add typefinder for MXF.
1482 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1484 * tests/icles/Makefile.am:
1485 Only build test-colorkey if GTK+ is available.
1487 === release 0.10.21 ===
1489 2008-10-03 Jan Schmidt <jan.schmidt@sun.com>
1492 releasing 0.10.21, "We Could Be Wrong"
1494 2008-09-28 Jan Schmidt <jan.schmidt@sun.com>
1497 0.10.20.4 pre-release
1499 2008-09-25 Wim Taymans <wim.taymans@collabora.co.uk>
1501 Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1503 * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1504 Set the BOS flag on the BOS packet. Fixes #553244.
1506 2008-09-23 Wim Taymans <wim.taymans@collabora.co.uk>
1508 * gst-libs/gst/rtsp/gstrtspmessage.c:
1509 (gst_rtsp_message_parse_request),
1510 (gst_rtsp_message_parse_response):
1511 Fix the g_return_val_if_fail() statements.
1513 2008-09-22 Michael Smith <msmith@songbirdnest.com>
1515 * gst-libs/gst/tag/gsttagdemux.c:
1516 Fail to activate if there's insufficient data in the file to be usable,
1517 preventing an assertion fail later. Fixes #552960
1519 2008-09-15 Tim-Philipp Müller <tim.muller at collabora co uk>
1521 * gst-libs/gst/pbutils/descriptions.c:
1522 * gst/typefind/gsttypefindfunctions.c:
1523 Recognise Kate subtitle streams (#550582).
1525 2008-09-13 Tim-Philipp Müller <tim.muller at collabora co uk>
1527 * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1528 Remove trailing comma from enum list, which causes problems
1529 with -pendantic (#550729).
1531 2008-09-10 Jan Schmidt <jan.schmidt@sun.com>
1534 0.10.20.2 pre-release
1542 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1544 * gst-libs/gst/interfaces/propertyprobe.c:
1545 (gst_property_probe_get_properties),
1546 (gst_property_probe_get_property),
1547 (gst_property_probe_probe_property),
1548 (gst_property_probe_probe_property_name),
1549 (gst_property_probe_needs_probe),
1550 (gst_property_probe_needs_probe_name),
1551 (gst_property_probe_get_values),
1552 (gst_property_probe_get_values_name),
1553 (gst_property_probe_probe_and_get_values),
1554 (gst_property_probe_probe_and_get_values_name):
1555 More sanity checks for our second-favourite interface.
1557 2008-09-05 Stefan Kost <ensonic@users.sf.net>
1559 * gst-libs/gst/interfaces/propertyprobe.c:
1560 Check for NULL pointer, in the hope that this fixes #532864.
1562 2008-09-05 Tim-Philipp Müller <tim.muller at collabora co uk>
1564 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1565 No really, the next release is 0.10.21 (fix Since: tags in docs).
1567 2008-09-04 Wim Taymans <wim.taymans@collabora.co.uk>
1569 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1570 Disable a code path that is now called but causes a deadlock for some
1571 reason and is unneeded.
1573 2008-09-04 Stefan Kost <ensonic@users.sf.net>
1575 * sys/xvimage/xvimagesink.c:
1576 * sys/xvimage/xvimagesink.h:
1577 Add a "draw-border" property that can be set to false to disable
1580 * tests/icles/test-colorkey.c:
1581 * tests/icles/Makefile.am:
1582 Add new test application for the colorkey handling.
1584 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1586 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1587 Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1588 This will also be fixed for upcoming gst-ffmpeg release so that once
1589 this release of -base is out, it will work with the latest gst-ffmpeg
1592 2008-09-03 Edward Hervey <edward.hervey@collabora.co.uk>
1594 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1595 (gst_riff_create_audio_template_caps):
1596 Add Truespeech mapping for RIFF formats (AVI/WAV).
1599 2008-09-03 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1601 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1602 Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1605 2008-09-03 Stefan Kost <ensonic@users.sf.net>
1608 * gst/subparse/Makefile.am:
1609 * gst/subparse/gstsubparse.c:
1610 * gst/subparse/samiparse.c:
1611 * tests/check/elements/subparse.c:
1612 Rework last change, so that we build subparse, but just disable the
1613 sami parse functionality, if we're configured to not use xml. In the
1614 tests only the sami test is disabled now.
1616 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1619 Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1622 2008-09-02 Tim-Philipp Müller <tim.muller at collabora co uk>
1625 Add some more files with strings for translation.
1627 2008-09-02 Stefan Kost <ensonic@users.sf.net>
1629 * gst-libs/gst/tag/gstvorbistag.c:
1630 * tests/check/libs/tag.c:
1631 Use new geo location tags from core. Fixes #481169
1633 2008-09-01 Edward Hervey <edward.hervey@collabora.co.uk>
1635 * tests/check/elements/audioresample.c: (setup_audioresample),
1636 (fail_unless_perfect_stream), (test_perfect_stream_instance),
1637 (test_discont_stream_instance):
1638 Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1639 Add debugging for coherence.
1641 2008-08-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1643 Patch by: Jonathan Matthew <notverysmart gmail com>
1645 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1646 Add typefinder for PDF documents (which is nice to have, since it's a
1647 common format, but also helps prevent false positives). Fixes #549814.
1649 2008-08-27 Wim Taymans <wim.taymans@collabora.co.uk>
1651 * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1653 Fix nasty race where multiple decodebins could start pushing data before
1654 we manage to configure the sinks, resulting in not-linked errors in
1655 typical RTSP streaming cases.
1657 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1659 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1660 Since we now call stop, we trigger this code path that causes a deadlock
1661 is apparently not needed.
1663 2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
1665 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1666 (gst_ring_buffer_stop):
1667 Also allow the case where the ringbuffer was paused when we try to stop
1668 it so that the basesrc stop function is still called.
1670 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1672 Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1674 * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1675 Reprobe devices again instead of taking a cached list as new
1676 devices could've been plugged in. Fixes bug #549062.
1678 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1680 Patch by: Alessandro Dessina <alessandro nnva org>
1682 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1683 (gst_ogg_demux_activate_chain):
1684 Don't add pads and activate them for skeleton streams. These are already
1685 handled inside oggdemux. Fixes bug #537599.
1687 2008-08-22 Wim Taymans <wim.taymans@collabora.co.uk>
1689 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1690 Reset variable so that query and convert fail after going back to
1691 READY. Fixes #548898.
1693 2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1695 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1696 If a buffer arrives with a timestamp before the timestamp+duration
1697 of the previous buffer clip it instead of dropping it completely.
1698 Slight improvement for the unfixable bug #548913.
1700 2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1702 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1703 Take the current timestamp instead of timestamp+duration for the offset.
1704 This offset will later be used for calculating the timestamp and
1705 otherwise vorbisdec will interpolate timestamps wrong if upstream
1706 only sends timestamps and no granulepos.
1708 2008-08-21 Stefan Kost <ensonic@users.sf.net>
1710 * tests/examples/seek/seek.c:
1711 Don't crash when having no visualisations.
1713 2008-08-16 David Schleef <ds@schleef.org>
1715 * gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove
1716 check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1719 2008-08-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1721 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1722 When cleaning up the caps fields also remove "depth" for the same
1723 reason we remove "width".
1725 2008-08-14 Tim-Philipp Müller <tim.muller at collabora co uk>
1727 * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1728 Add Lead H.264 here as well.
1730 2008-08-14 Julien Moutte <julien@fluendo.com>
1732 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1733 (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1735 2008-08-13 Wim Taymans <wim.taymans@collabora.co.uk>
1737 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1738 (gst_base_audio_src_create):
1739 When not slaved to another clock also subtract the base_time from our
1740 internal clock time to get the running time.
1742 2008-08-12 David Schleef <ds@schleef.org>
1744 * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1745 since it has no basis in libtheora.
1747 2008-08-12 Stefan Kost <ensonic@users.sf.net>
1749 * gst-libs/gst/interfaces/propertyprobe.h:
1750 Remove double "interface" from doc-string.
1752 * gst-libs/gst/interfaces/xoverlay.h:
1755 * gst-libs/gst/riff/riff.c:
1756 Add basic doc blobs.
1758 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1760 * gst-libs/gst/audio/Makefile.am:
1761 Don't try to build that example anymore.
1763 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1765 * gst-libs/gst/audio/.cvsignore:
1766 * gst-libs/gst/audio/Makefile.am:
1767 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1768 * gst-libs/gst/audio/make_filter:
1769 Move audiofiltertemplate to gst-template.
1771 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1773 * docs/libs/gst-plugins-base-libs-sections.txt:
1774 * gst-libs/gst/audio/gstaudiosrc.h:
1775 More docs and shuffling. What can we do with the hundreds of #defines.
1777 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1779 * gst-libs/gst/audio/audio.h:
1780 * gst-libs/gst/audio/gstaudiofilter.h:
1781 * gst-libs/gst/audio/gstringbuffer.h:
1782 * gst-libs/gst/interfaces/propertyprobe.h:
1783 * gst-libs/gst/tag/gsttagdemux.h:
1784 Reducing number of dundocumented symbols.
1786 2008-08-11 Stefan Kost <ensonic@users.sf.net>
1788 * gst-libs/gst/audio/audio.c:
1789 Fix doc comment syntax.
1791 * gst-libs/gst/interfaces/propertyprobe.c:
1792 Add more doc-comments and a FIXME: for the signal.
1794 2008-08-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1796 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1797 (gst_ogg_mux_request_new_pad):
1798 * ext/ogg/gstoggmux.h:
1799 Don't pretend to support NEWSEGMENT events, instead override the
1800 GstCollectPads event function to return FALSE on NEWSEGMENT events
1801 and do the normal work for other events.
1803 This prevents elements like flacenc to seek to the start and rewrite
1804 some data which then results in a broken Ogg packet.
1806 2008-08-07 Tim-Philipp Müller <tim.muller at collabora co uk>
1808 Patch by: Frederic Crozat <fcrozat@mandriva.org>
1810 * ext/alsa/gstalsaplugin.c: (plugin_init):
1811 * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1812 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1813 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1814 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1815 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1816 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1817 * gst/playback/gstdecodebin.c: (plugin_init):
1818 * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1819 * gst/playback/gstplayback.c: (plugin_init):
1820 * gst/playback/gstqueue2.c: (plugin_init):
1821 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1822 * sys/v4l/gstv4l.c: (plugin_init):
1823 Make sure gettext returns translations in UTF-8 encoding rather
1824 than in the current locale encoding (#546822).
1826 2008-08-06 Stefan Kost <ensonic@users.sf.net>
1828 * gst-libs/gst/pbutils/descriptions.c:
1829 Add audio/x-qdm for qtdemux.
1831 2008-08-05 Stefan Kost <ensonic@users.sf.net>
1833 * ext/vorbis/vorbisdec.c:
1834 Do not leak old taglist.
1836 2008-08-04 Stefan Kost <ensonic@users.sf.net>
1838 * tests/icles/test-scale.c:
1839 Include <stdlib.h> for atoi().
1841 2008-08-04 Andy Wingo <wingo@pobox.com>
1843 * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1846 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1848 * gst/adder/gstadder.c:
1849 Cleanup lots of empty lines that came from gst-indent going havoc
1850 before I added the INDENT_ON/OFF marker some time agao.
1852 2008-08-01 Stefan Kost <ensonic@users.sf.net>
1855 * gst-libs/gst/riff/riff-read.c:
1856 Bump requirement to latest core and use new tag for riff formats.
1859 2008-08-01 Wim Taymans <wim.taymans@collabora.co.uk>
1861 * tests/examples/dynamic/Makefile.am:
1862 * tests/examples/dynamic/codec-select.c: (make_encoder),
1863 (make_pipeline), (do_switch), (my_bus_callback), (main):
1864 Add example app that dynamically switches between 3 'encoders'.
1866 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1868 * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1869 Add some more comments.
1871 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1873 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1874 (gst_video_test_src_create):
1875 Discard buffers of the wrong size after renegotiation, this is perfectly
1876 possible with things like capsfilter that could suggest caps changes
1877 upstream without knowing the size of the buffer.
1879 2008-07-31 Wim Taymans <wim.taymans@collabora.co.uk>
1881 * tests/icles/.cvsignore:
1882 * tests/icles/Makefile.am:
1883 * tests/icles/test-scale.c: (make_pipeline), (main):
1884 Add dynamic rescaling tests for the new basetransform.
1886 2008-07-30 Tim-Philipp Müller <tim.muller at collabora co uk>
1888 * gst/audioconvert/Makefile.am:
1889 Dist recently-added gstfastrandom.h.
1891 2008-07-30 Edward Hervey <edward.hervey@collabora.co.uk>
1893 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1894 Fix a "may be used uninitialized in this function" which weirdly only
1895 appears on macosx (?).
1897 2008-07-30 Stefan Kost <ensonic@users.sf.net>
1899 * gst-libs/gst/riff/riff-ids.h:
1900 Adding acid chunk for tempo and loop information.
1902 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1904 * sys/xvimage/Makefile.am:
1905 floor() needs linking to $(LIBM).
1907 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1909 * ext/gnomevfs/gstgnomevfssrc.c:
1910 Aggregate short reads and add some comments and debug logging.
1913 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1915 * gst/playback/gstplaybasebin.c:
1916 Fix property doc markup (its not a signal).
1918 * sys/xvimage/xvimagesink.c:
1919 Add since tag for new proeprties (also add sice tags fro the last two
1922 2008-07-29 Stefan Kost <ensonic@users.sf.net>
1924 * sys/xvimage/xvimagesink.c:
1925 * sys/xvimage/xvimagesink.h:
1926 Add autofill/colorkey properties. Fixes #538656.
1928 2008-07-28 David Schleef <ds@schleef.org>
1930 * sys/xvimage/xvimagesink.c:
1931 Fix rounding errors when converting colorbalance values
1932 between hardware and object property ranges. Partial
1933 fix for #537889, however, there still seems to be a small
1934 drift problem that could be totem's fault.
1936 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1938 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1939 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1940 Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1941 This fixes a critical warning.
1943 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1945 * ext/ogg/gstoggmux.c:
1946 Allow muxing of CELT into Ogg streams.
1948 2008-07-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1950 * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1952 Add simple typefinder for the CELT codec (www.celt-codec.org).
1954 2008-07-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1956 Patch by: Jan Gerber <j at oil21 dot org>
1958 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1959 Fix calculation of the start time from skeleton streams.
1962 2008-07-24 Stefan Kost <ensonic@users.sf.net>
1964 * tests/examples/seek/seek.c:
1965 Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1967 2008-07-23 Sebastian Dröge <sebastian.droege@collabora.co.uk>
1969 * gst/audioconvert/audioconvert.h:
1970 * gst/audioconvert/gstaudioquantize.c:
1971 (gst_audio_quantize_setup_dither),
1972 (gst_audio_quantize_free_dither):
1973 * gst/audioconvert/gstfastrandom.h:
1974 Implement a linear congruential generator as pseudo random number
1975 generator for the dither noise. This is about 2 times faster than
1976 using GLib's mersenne twister. Also this uses only integer math for
1977 generating integers while GLib internally uses floating point math.
1979 2008-07-23 Michael Smith <msmith@songbirdnest.com>
1982 Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1984 2008-07-23 Tim-Philipp Müller <tim.muller at collabora co uk>
1986 Patch by: Damien Lespiau <damien.lespiau gmail com>
1988 * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1989 Use GST_STR_NULL to avoid crashes with libcs that don't
1990 like NULL strings in printf args (such as the win32 one).
1993 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
1995 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1996 Oops - set the size of the image used for probing back to 1x1, for
1997 consistency with ximagesink
1999 2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
2001 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2002 (gst_ximagesink_ximage_new):
2003 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2004 (gst_xvimagesink_xvimage_new):
2006 Apparently on Solaris and OS/X (at least), it's not legal to ask the
2007 X server to attach to a shared memory segment after we've deleted it,
2008 with the result that MIT-SHM is disabled. Instead, remove it only after
2009 X succeeds in attaching too.
2011 2008-07-16 David Schleef <ds@schleef.org>
2013 * gst/audiotestsrc/gstaudiotestsrc.c:
2014 * gst/audiotestsrc/gstaudiotestsrc.h:
2015 Add 'ticks', a 1/30 second sine wave pulse every second.
2017 2008-07-15 David Schleef <ds@schleef.org>
2019 * gst-libs/gst/video/video.c: Revert ABI change.
2021 2008-07-15 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2023 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2024 Make it impossible to have NULL caps at the point where we set
2025 framerate and other things. Also don't return immediately for "3ivd"
2026 video and let framerate, etc be set. Might fix bug #542508.
2028 2008-07-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
2030 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
2031 Video format can also be conveniently determined from (many)
2034 2008-07-14 Jan Schmidt <thaytan@noraisin.net>
2036 * gst/playback/gstplaybasebin.c:
2037 * gst/playback/gstplaybasebin.h:
2038 * gst/playback/gstplaybin.c:
2039 * gst/playback/gststreamselector.c:
2040 First stab at integrating DVD subpicture overlay into
2041 playbin. Successfully plugs and plays, but the queues need
2042 shrinking - 3 seconds of video is too much buffering.
2044 2008-07-11 Stefan Kost <ensonic@users.sf.net>
2046 * gst/audioconvert/gstaudioconvert.c:
2047 Remove now obsolete note in the docs.
2049 2008-07-11 Stefan Kost <ensonic@users.sf.net>
2051 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2052 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2053 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2054 * docs/plugins/gst-plugins-base-plugins.args:
2055 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2056 * docs/plugins/gst-plugins-base-plugins.interfaces:
2057 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2058 * docs/plugins/gst-plugins-base-plugins.signals:
2059 * docs/plugins/inspect/plugin-adder.xml:
2060 * docs/plugins/inspect/plugin-alsa.xml:
2061 * docs/plugins/inspect/plugin-audioconvert.xml:
2062 * docs/plugins/inspect/plugin-audiorate.xml:
2063 * docs/plugins/inspect/plugin-audioresample.xml:
2064 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2065 * docs/plugins/inspect/plugin-cdparanoia.xml:
2066 * docs/plugins/inspect/plugin-decodebin.xml:
2067 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2068 * docs/plugins/inspect/plugin-gdp.xml:
2069 * docs/plugins/inspect/plugin-gnomevfs.xml:
2070 * docs/plugins/inspect/plugin-libvisual.xml:
2071 * docs/plugins/inspect/plugin-ogg.xml:
2072 * docs/plugins/inspect/plugin-pango.xml:
2073 * docs/plugins/inspect/plugin-playback.xml:
2074 * docs/plugins/inspect/plugin-queue2.xml:
2075 * docs/plugins/inspect/plugin-subparse.xml:
2076 * docs/plugins/inspect/plugin-tcp.xml:
2077 * docs/plugins/inspect/plugin-theora.xml:
2078 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2079 * docs/plugins/inspect/plugin-uridecodebin.xml:
2080 * docs/plugins/inspect/plugin-video4linux.xml:
2081 * docs/plugins/inspect/plugin-videorate.xml:
2082 * docs/plugins/inspect/plugin-videoscale.xml:
2083 * docs/plugins/inspect/plugin-videotestsrc.xml:
2084 * docs/plugins/inspect/plugin-volume.xml:
2085 * docs/plugins/inspect/plugin-vorbis.xml:
2086 * docs/plugins/inspect/plugin-ximagesink.xml:
2087 * docs/plugins/inspect/plugin-xvimagesink.xml:
2088 * ext/alsa/gstalsamixer.c:
2089 * ext/alsa/gstalsasink.c:
2090 * ext/alsa/gstalsasrc.c:
2091 * ext/gio/gstgiosink.c:
2092 * ext/gio/gstgiosrc.c:
2093 * ext/gio/gstgiostreamsink.c:
2094 * ext/gio/gstgiostreamsrc.c:
2095 * ext/gnomevfs/gstgnomevfssink.c:
2096 * ext/gnomevfs/gstgnomevfssrc.c:
2097 * ext/ogg/gstoggdemux.c:
2098 * ext/ogg/gstoggmux.c:
2099 * ext/pango/gstclockoverlay.c:
2100 * ext/pango/gsttextoverlay.c:
2101 * ext/pango/gsttextrender.c:
2102 * ext/pango/gsttimeoverlay.c:
2103 * ext/theora/theoradec.c:
2104 * ext/theora/theoraenc.c:
2105 * ext/theora/theoraparse.c:
2106 * ext/vorbis/vorbisdec.c:
2107 * ext/vorbis/vorbisenc.c:
2108 * ext/vorbis/vorbisparse.c:
2109 * ext/vorbis/vorbistag.c:
2110 * gst/adder/gstadder.c:
2111 * gst/audioconvert/gstaudioconvert.c:
2112 * gst/audioresample/gstaudioresample.c:
2113 * gst/audiotestsrc/gstaudiotestsrc.c:
2114 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2115 * gst/gdp/gstgdpdepay.c:
2116 * gst/gdp/gstgdppay.c:
2117 * gst/playback/gstdecodebin2.c:
2118 * gst/playback/gstplaybin.c:
2119 * gst/playback/gstplaybin2.c:
2120 * gst/playback/gstqueue2.c:
2121 * gst/playback/gsturidecodebin.c:
2122 * gst/tcp/gstmultifdsink.c:
2123 * gst/tcp/gsttcpserversink.c:
2124 * gst/videorate/gstvideorate.c:
2125 * gst/videoscale/gstvideoscale.c:
2126 * gst/videotestsrc/gstvideotestsrc.c:
2127 * gst/volume/gstvolume.c:
2128 * sys/ximage/ximagesink.c:
2129 * sys/xvimage/xvimagesink.c:
2130 Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2131 titles. Drop mentining that all our example pipelines are "simple"
2134 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2136 * tests/examples/seek/Makefile.am:
2137 Fix out of tree build by adding all required CFLAGS.
2139 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2141 * gst/playback/gstdecodebin.c: (add_raw_queue):
2142 And ref the pad before returning it again when linking to the queue
2143 failed. Otherwise we will unref the pad twice later and things break.
2145 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2147 * gst/playback/gstdecodebin.c: (add_raw_queue):
2148 If linking the raw pad with a queue fails, try it without a queue
2149 instead of failing completely. This should never happen.
2151 2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2153 Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2155 * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2156 Add a queue after a demuxer if the demuxer outputs raw data. This was
2157 done before only for non-raw data but is required in this case too.
2160 decodebin2 doesn't have this issue because all streams of a group
2161 go through multiqueue.
2163 2008-07-03 Wim Taymans <wim.taymans@collabora.co.uk>
2165 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2167 * gst-libs/gst/sdp/gstsdpmessage.c:
2168 Makes libgstsdp compile with mingw32 by defining the right WINVER so
2169 that getaddrinfo() can be used. Fixes #541358.
2171 2008-07-01 Wim Taymans <wim.taymans@collabora.co.uk>
2173 * gst/videotestsrc/gstvideotestsrc.c:
2174 (gst_video_test_src_class_init), (gst_video_test_src_init),
2175 (gst_video_test_src_set_property),
2176 (gst_video_test_src_get_property), (gst_video_test_src_create):
2177 * gst/videotestsrc/gstvideotestsrc.h:
2178 Cleanups, use default property values as defines.
2179 Add property to enable/disable peer buffer allocation.
2181 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2183 * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2184 * tests/check/pipelines/streamheader.c: (streamheader_suite):
2185 Enable unit tests on PPC again as the bugs are now fixed.
2187 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2189 * gst-libs/gst/riff/riff-ids.h:
2190 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2191 (gst_riff_create_audio_template_caps):
2192 Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2195 2008-06-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2197 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2198 (gst_ffmpeg_pixfmt_to_caps):
2199 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2200 (gst_ffmpegcsp_get_unit_size):
2201 Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2202 it on other formats. Also adjust the unit size only for that format
2203 to not include the palette. Fixes bug #540497.
2205 2008-06-29 Stefan Kost <ensonic@users.sf.net>
2207 * gst/adder/gstadder.c:
2208 Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2210 2008-06-27 Stefan Kost <ensonic@users.sf.net>
2215 * tests/examples/seek/seek.c:
2216 Move variable into ifdef too.
2219 2008-06-27 Stefan Kost <ensonic@users.sf.net>
2221 * tests/examples/seek/seek.c:
2222 Include config.h and check if we have X. Remove XInitThread(), don't
2223 think its needed. Fixes: #540334.
2225 2008-06-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
2227 Patch by: Sam Morris <sam at robots dot org to uk>
2229 * gst-libs/gst/interfaces/mixertrack.c:
2230 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2231 (gst_mixer_track_set_property):
2232 API: Add "index" property to GstMixerTrack to differantiate between
2233 multiple mixer tracks with the same label.
2235 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2236 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2237 Set the "index" property of GstMixerTrack to the index given by ALSA.
2240 2008-06-25 Stefan Kost <ensonic@users.sf.net>
2242 * tests/examples/seek/Makefile.am:
2243 * tests/examples/seek/seek.c:
2244 Remove libgstvideo usage. Use gtk_get_option_group instead of
2247 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2249 * tests/check/Makefile.am:
2250 Name the test registry format neutral.
2252 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2254 * gst/playback/gstqueue2.c:
2255 Do not double notify. Remove the unsued return value.
2257 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2259 * ext/alsa/gstalsamixer.c:
2260 Also consider "speaker" as a name for master volume. If that doesn't
2261 help look for the first non-mono volume control that also has a
2264 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2267 Forgot to save the ChangeLog :/
2269 2008-06-24 Stefan Kost <ensonic@users.sf.net>
2271 * tests/examples/seek/Makefile.am:
2272 * tests/examples/seek/seek.c:
2273 Embedd the xwindow. Allow to play multiple files.
2275 2008-06-24 Jan Schmidt <jan.schmidt@sun.com>
2277 * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2278 (gst_ximagesink_setcaps):
2279 * sys/ximage/ximagesink.h:
2280 When the caps change, make sure to re-draw borders in
2281 force-aspect-ratio=true mode.
2282 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2283 Don't clear the border_draw flag until we actually draw the border.
2284 * tests/check/Makefile.am:
2285 Ignore alsasink/src during the states test too, so it doesn't fail
2286 when running without access to the sound device.
2288 2008-06-22 Stefan Kost <ensonic@users.sf.net>
2290 * tests/examples/seek/seek.c:
2291 Fix crasher when playing a parse-launch line the 2nd time.
2293 2008-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
2295 * tests/check/pipelines/oggmux.c:
2296 Properly ifdef tests to fix compilation.
2298 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2300 * gst/playback/gstplay-marshal.list:
2301 * gst/playback/gstplaybin2.c:
2302 Add get-video-pad, get-audio-pad, get-text-pad action signals to
2303 playbin2. This allows the user to get to the selector's sinkpads, and
2304 thus inspect a range of things - caps, tags, etc.
2306 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2308 * gst/playback/gstplaybin2.c:
2309 Use a different constant for the convert-frame signal id.
2312 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2314 * gst/playback/gstplaybin2.c:
2315 * gst/playback/gstplaysink.c:
2316 Fix a whole bunch of typos in comments and log statements.
2318 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2320 * sys/xvimage/xvimagesink.c:
2321 Don't set colour balance values on the Xv port if the user hasn't
2322 changed them (via properties or the interface). Avoids accumulating
2323 rounding errors for the common case.
2324 Partial fix for bug #537889.
2326 2008-06-20 Michael Smith <msmith@songbirdnest.com>
2328 * gst/playback/gstdecodebin2.c:
2329 Ensure decodebin2 emits 'drained' signal once, and only once, when all
2332 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2334 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2335 (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2336 Report the encoder latency. Fixes #538232.
2338 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2340 * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2341 (notify_source), (activate_group):
2342 Implement the source property, emit notify when it changes in the
2343 underlying uridecodebin.
2345 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2347 * tests/examples/seek/seek.c: (stop_cb):
2348 Free and clear the seek element list so that we don't use invalid
2349 references when seeking after recreating a gst-launch line.
2351 2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
2353 * gst-libs/gst/audio/gstbaseaudiosink.c:
2354 (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2355 (gst_base_audio_sink_render):
2356 Report latency even if we are not live instead of hiding it.
2357 Take ts-offset and render-delay of the basesink into account when
2359 Rework the clipping code so that we can take the various offsets into
2360 account and still do correct clipping.
2362 2008-06-20 Jan Schmidt <jan.schmidt@sun.com>
2365 Bump verion back to devel -> 0.10.20.1
2367 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2369 * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2370 Don't increase the size of non-string image buffers by one as this
2371 might in theory confuse decoders. Still increase it by one for string
2372 image buffers to append '\0'.
2374 2008-06-20 Sebastian Dröge <slomo@circular-chaos.org>
2376 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2378 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2379 Fix a buffer memleak and remove a confusing and wrong debug output.
2382 === release 0.10.20 ===
2384 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>
2387 releasing 0.10.20, "Here I Go Again"
2389 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2392 0.10.19.3 pre-release
2394 2008-06-11 Jan Schmidt <jan.schmidt@sun.com>
2396 * gst-libs/gst/rtsp/gstrtspconnection.c:
2398 Patch By: David Schleef <ds@schleef.org>
2401 2008-06-11 Sebastian Dröge <slomo@circular-chaos.org>
2403 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2404 (gst_gio_base_src_create):
2405 * ext/gio/gstgiobasesrc.h:
2406 Try to read the requested number of bytes, even if the first
2407 read returns less than requested, until nothing is read anymore
2408 or we have the requested amount of bytes. This fixes playback of
2409 files via Samba as Samba only allows to read 64k at once.
2411 Implement a caching algorithm that makes sure that we read at
2412 least 4k of data every time. Some elements will try to read a few
2413 bytes, then seek, read again a few bytes and so on and this is
2414 painfully slow as every operation has to go over DBus if GVfs is
2417 Fixes bug #536849 and #536848.
2419 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2420 (gst_gio_src_check_get_range):
2421 Override check_get_range() to blacklist http/https URIs
2422 and whitelist file URIs. More to be added on demand.
2424 2008-06-05 Jan Schmidt <jan.schmidt@sun.com>
2427 0.10.19.2 pre-release
2429 2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
2431 * win32/common/libgstrtsp.def:
2432 * win32/common/libgsttag.def:
2433 Add new API functions to the dll exports
2435 2008-06-04 Michael Smith <msmith@songbirdnest.com>
2437 * gst/playback/gstplaybasebin.c:
2438 Disconnect signals from decodebins we created before we remove it
2439 from playbin, to avoid crashes if the decodebin is eventually
2440 disposed after the playbin itself (possible if the app takes a
2441 reference on the decodebin).
2444 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2446 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2447 (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2448 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2449 (h264_video_type_find), (mpeg_video_stream_type_find),
2450 (dv_type_find), (mmsh_type_find):
2451 Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2452 copy caps for no good reason (this may be desirable to make it easier
2453 to detect leaks, but then it should probably be done for all caps
2454 in the typefinder somewhere).
2456 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2458 * tests/check/Makefile.am:
2459 Do not try to run the check tests for subparse unless it has been
2462 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2464 * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2465 (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2466 Do not try to run a test which requires vorbisenc unless we have
2469 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2471 * gst-libs/gst/rtsp/gstrtspconnection.c:
2472 (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2473 (gst_rtsp_connection_clear_auth_params),
2474 (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2475 * gst-libs/gst/rtsp/gstrtspconnection.h:
2476 Add a couple of missing argument guards.
2477 Add a way of setting the DSCP for an RTSP connection.
2478 Add an accessor method for the ip member of GstRTSPConnection as all
2479 members are supposed to be private.
2481 2008-06-04 Peter Kjellerstedt <pkj@axis.com>
2483 * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2484 Fixed accidental use of IPv4 options for all IPv6 addresses.
2486 2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
2488 * gst-libs/gst/interfaces/mixertrack.h:
2489 Document mixer track flags.
2491 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2493 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2495 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2496 Don't set caps on the buffers that contain a copy of the buffer
2497 including the caps of them resulting in an always increasing refcount
2498 of the caps and insanely large caps. Instead include a buffer without
2499 caps in the new caps. Fixes bug #536475.
2501 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2503 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2504 Transform a given PAR to a range on the struct with the generic
2505 height/width instead of the struct with the possibly restricted
2508 2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
2510 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2511 Prefer the given format if it contains something stricter than [1,MAX]
2512 for height or width and only put a structure that requires rescaling
2513 as second. This makes it possible to use videoscale in pipelines where
2514 the source can actually produce the wanted height/width but usually
2515 selects a different one from the requested.
2517 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2519 Based on patch by: John Millikin <jmillikin gmail com>
2521 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2522 (gst_vorbis_tag_add_coverart):
2523 Retrieve COVERART tags from vorbis comments (#512333)
2525 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2527 * gst-libs/gst/tag/tag.h:
2528 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2529 Don't forget to add new enum value here too (should probably use
2530 glib-mkenums here...).
2532 2008-06-03 Tim-Philipp Müller <tim.muller at collabora co uk>
2534 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2535 * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2536 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2537 (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2538 (gst_tag_image_data_to_image_buffer):
2539 Add two utility functions to avoid code duplication (#512333):
2540 API: add gst_tag_image_data_to_image_buffer()
2541 API: add gst_tag_list_add_id3_image()
2542 API: add GST_TAG_IMAGE_TYPE_NONE enum value
2544 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2546 * win32/common/libgstaudio.def:
2547 Add gst_audio_check_channel_positions() to the exported symbols.
2549 2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
2551 * docs/libs/gst-plugins-base-libs-sections.txt:
2552 * gst-libs/gst/audio/multichannel.c:
2553 (gst_audio_check_channel_positions):
2554 * gst-libs/gst/audio/multichannel.h:
2555 API: Make gst_audio_check_channel_positions() public.
2557 * tests/check/libs/audio.c: (GST_START_TEST):
2558 Add some simple checks for gst_audio_check_channel_positions().
2560 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2562 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2563 minrange and maxrange are scaled according to the frequency
2566 2008-06-02 Tim-Philipp Müller <tim.muller at collabora co uk>
2568 * ext/pango/Makefile.am:
2569 * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2570 (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2571 Use gstvideo functions to calculate strides and plane offsets. Fixes
2572 rendering issue ('ghost' images of the text on the chroma planes)
2573 with widths or heights that are not multiples of 8 (#506659 and
2574 probably also #485729).
2576 * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2578 Test with odd height/width too.
2580 2008-06-02 Sebastian Dröge <slomo@circular-chaos.org>
2582 * gst/adder/gstadder.c: (gst_adder_query_duration),
2583 (gst_adder_query_latency):
2584 When using gst_element_iterate_pads() one has to unref every pad
2587 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2589 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2590 (gst_base_audio_src_class_init):
2591 Add a gtk-doc chunk for the new properties to have a Since: indication.
2593 2008-05-31 Mark Nauwelaerts <mnauw@users.sf.net>
2595 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2596 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2597 (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2598 (gst_base_audio_src_change_state):
2599 Provide readable actual-buffer-time and actual-latency-time properties
2600 that reflect the configured ringbuffer values. Fixes #524724.
2601 API: GstBaseAudioSrc:actual-buffer-time
2602 API: GstBaseAudioSrc:actual-latency-time
2604 2008-05-30 Wim Taymans <wim.taymans@collabora.co.uk>
2606 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2607 (gst_basertppayload_change_state):
2608 Simply converting the running time into an RTP timestamp by scaling it
2609 based on the clock-rate is good enough for making an RTP timestamp. This
2610 has the added benefit that we can later on expose a property with the
2611 RTP timestamp of running time 0, as is needed for RTSP servers to
2612 generate the response of the PLAY request.
2614 2008-05-30 Sebastian Dröge <slomo@circular-chaos.org>
2616 * gst/audioconvert/gstaudioconvert.c:
2617 (structure_has_fixed_channel_positions),
2618 (gst_audio_convert_transform_caps):
2619 Allow up to 11 positioned channels now that audioconvert can handle
2620 this but add no default positions for > 8 channels.
2622 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2623 Add some unit tests for the above change: Test conversion of
2624 11 positioned channels to stereo and the other way around, test
2625 conversion of 15 unpositioned channels in different ways.
2627 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2629 * win32/common/libgstaudio.def:
2630 Add gst_audio_clock_reset to the list of exported symbols.
2632 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2634 * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2635 Remove wrong_channels_identification_header unit test as we now
2636 support 7 (and more channels).
2638 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2640 * gst/audioconvert/gstchannelmix.c:
2641 (gst_channel_mix_fill_one_other):
2642 If mixing left or right to center (or the other way around) only take
2643 the complete value if we don't already have the original position in
2646 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2648 * gst-libs/gst/audio/multichannel.c:
2649 (gst_audio_check_channel_positions),
2650 (gst_audio_set_structure_channel_positions_list),
2651 (gst_audio_fixate_channel_positions):
2652 Allow rear center together with rear left/right and other previously
2653 conflicting channel positions. The reason why they weren't allowed
2654 was the channel mixing implementation in audioconvert.
2655 Also take this into account when fixing channel layouts.
2657 Allow setting channel positions for 1/2 channels when using
2658 gst_audio_set_structure_channel_position().
2660 * gst/audioconvert/gstchannelmix.c:
2661 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2662 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2663 (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2664 Major rewrite of the channel mixing.
2666 We now allow previously conflicting channel positions to appear
2667 together (rear center and rear left/right for example).
2670 Rework the way channels are mixed together to take more possible
2671 channel positions into account, properly mix from/to side channels
2672 and don't assume that either center, left&right or nothing of a
2673 specific position is available anymore.
2675 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2676 Adjust unit tests with non-standard 1/2 channel layouts to the more
2677 correct new behaviour.
2679 Add a unit test for 5.1->Stereo downmixing.
2681 2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
2683 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2684 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2685 Add sane defaults for the 7 and 8 channel layouts as those are
2686 undefined in the Vorbis spec. Use NONE channel layouts when decoding
2687 more than 8 channels instead of erroring out. Fixes bug #535356.
2689 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2691 * docs/plugins/Makefile.am:
2692 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2693 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2694 * ext/theora/theoraparse.c:
2695 Add theoraparse to the docs and fix some docs.
2697 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2699 * gst-libs/gst/cdda/gstcddabasesrc.c:
2700 (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2701 Fix EOS condition and track addition check, the track.end sector is
2702 included in the track. Fixes #533265.
2704 2008-05-28 Wim Taymans <wim.taymans@collabora.co.uk>
2706 Patch by: Mark Nauwelaerts <manauw at skynet be>
2708 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2709 (gst_video_rate_flush_prev), (gst_video_rate_event),
2710 (gst_video_rate_chain):
2711 * gst/videorate/gstvideorate.h:
2712 React (more) to NEWSEGMENT
2713 Small adjustment in timestamp calculation to prevent mismatches
2716 2008-05-28 Tim-Philipp Müller <tim.muller at collabora co uk>
2718 * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2719 Initialise error to NULL as we should.
2721 2008-05-28 Sebastian Dröge <slomo@circular-chaos.org>
2723 * gst/adder/gstadder.c: (gst_adder_query_duration),
2724 (gst_adder_query_latency), (gst_adder_query):
2725 Implement latency query.
2727 2008-05-27 Sebastian Dröge <slomo@circular-chaos.org>
2729 * gst/adder/gstadder.c: (gst_adder_query_duration):
2730 Correctly resync the iterator if gst_iterator_next() returns
2731 GST_ITERATOR_RESYNC.
2733 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2735 * win32/vs6/libgstpbutils.dsp:
2736 Add pbutils-enumtypes.c to sources (#518037).
2738 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2740 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2741 (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2742 * gst-libs/gst/audio/gstaudioclock.h:
2743 Add method to inform the clock that the time starts from 0 again. We use
2744 this info to calculate a clock offset so that the time we report in
2745 internal_time is monotonically increasing, as required by the clock base
2746 class. Fixes #521761.
2747 API: GstAudioClock::gst_audio_clock_reset()
2749 * gst-libs/gst/audio/gstbaseaudiosink.c:
2750 (gst_base_audio_sink_skew_slaving),
2751 (gst_base_audio_sink_change_state):
2752 * gst-libs/gst/audio/gstbaseaudiosrc.c:
2753 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2754 Reset reported time when we (re)create the ringbuffer.
2756 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2758 * ext/alsa/gstalsamixertrack.c:
2759 (gst_alsa_mixer_track_update_alsa_capabilities):
2760 Make sure playback volumes aren't accidentally overwritten by
2761 capture volumes if an alsa mixer track has both playback and
2762 capture capabilities: we create two GstMixerTracks in that
2763 case, so make sure we query only the alsa capabilities that
2764 refer to the type of GstMixerTrack we created from the dual
2765 capability alsa element. Should fix issues with Audigy2 sound
2768 2008-05-27 Tim-Philipp Müller <tim.muller at collabora co uk>
2770 * tests/check/pipelines/oggmux.c: (test_pipeline):
2771 Don't use deprecated function.
2773 2008-05-27 Wim Taymans <wim.taymans@collabora.co.uk>
2775 * gst/playback/gstdecodebin2.c:
2776 (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2777 Check for NULL cases and log them, creating ghostpads can, for example,
2778 fail when the pad returns wrong caps.
2780 * gst/playback/gstplaybin2.c: (perform_eos):
2781 When pushing out the EOS event, collect the return value and warn when
2784 2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
2786 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2787 (gst_riff_create_video_template_caps):
2788 Add support for DVCPRO.
2790 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2792 * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2793 Change default scaling method from nearest-neighbour to bilinear.
2795 2008-05-26 Tim-Philipp Müller <tim.muller at collabora co uk>
2797 * tests/check/libs/video.c:
2800 2008-05-25 Tim-Philipp Müller <tim.muller at collabora co uk>
2802 * gst/subparse/gstsubparse.c: (parser_state_init),
2803 (gst_sub_parse_format_autodetect), (handle_buffer):
2804 * gst/subparse/gstsubparse.h:
2805 * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2806 Limit duration to a maximum of five seconds for tmplayer format where
2807 we can guess the duration only from the timestamp of the next line of
2808 text. We don't want to show a text for eternities just because nothing
2809 else is being said for a while.
2811 2008-05-23 Wim Taymans <wim.taymans@collabora.co.uk>
2813 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2814 (gst_base_rtp_depayload_chain),
2815 (gst_base_rtp_depayload_handle_sink_event),
2816 (gst_base_rtp_depayload_push_full),
2817 (gst_base_rtp_depayload_change_state):
2818 Check sequence numbers, mark input buffers with a discont flag for the
2819 subclass when we detected a gap, drop duplicate buffers. We do this
2820 because one can use the element without a jitterbuffer in front and we
2821 don't want to feed the subclasses invalid or reordered data.
2822 Do an error when the subclass did not provide a process function instead
2824 Some other small cleanups.
2826 2008-05-22 Tim-Philipp Müller <tim.muller at collabora co uk>
2828 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2829 May just as well use the precalculated uvstride here.
2831 2008-05-22 Jan Schmidt <jan.schmidt@sun.com>
2833 * docs/plugins/Makefile.am:
2834 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2835 * docs/plugins/gst-plugins-base-plugins-sections.txt:
2836 * docs/plugins/gst-plugins-base-plugins.args:
2837 * docs/plugins/gst-plugins-base-plugins.hierarchy:
2838 * docs/plugins/gst-plugins-base-plugins.interfaces:
2839 * docs/plugins/gst-plugins-base-plugins.prerequisites:
2840 * docs/plugins/inspect/plugin-adder.xml:
2841 * docs/plugins/inspect/plugin-alsa.xml:
2842 * docs/plugins/inspect/plugin-audioconvert.xml:
2843 * docs/plugins/inspect/plugin-audiorate.xml:
2844 * docs/plugins/inspect/plugin-audioresample.xml:
2845 * docs/plugins/inspect/plugin-audiotestsrc.xml:
2846 * docs/plugins/inspect/plugin-cdparanoia.xml:
2847 * docs/plugins/inspect/plugin-decodebin.xml:
2848 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2849 * docs/plugins/inspect/plugin-gdp.xml:
2850 * docs/plugins/inspect/plugin-gio.xml:
2851 * docs/plugins/inspect/plugin-gnomevfs.xml:
2852 * docs/plugins/inspect/plugin-libvisual.xml:
2853 * docs/plugins/inspect/plugin-ogg.xml:
2854 * docs/plugins/inspect/plugin-pango.xml:
2855 * docs/plugins/inspect/plugin-playback.xml:
2856 * docs/plugins/inspect/plugin-queue2.xml:
2857 * docs/plugins/inspect/plugin-subparse.xml:
2858 * docs/plugins/inspect/plugin-tcp.xml:
2859 * docs/plugins/inspect/plugin-theora.xml:
2860 * docs/plugins/inspect/plugin-typefindfunctions.xml:
2861 * docs/plugins/inspect/plugin-uridecodebin.xml:
2862 * docs/plugins/inspect/plugin-video4linux.xml:
2863 * docs/plugins/inspect/plugin-videorate.xml:
2864 * docs/plugins/inspect/plugin-videoscale.xml:
2865 * docs/plugins/inspect/plugin-videotestsrc.xml:
2866 * docs/plugins/inspect/plugin-volume.xml:
2867 * docs/plugins/inspect/plugin-vorbis.xml:
2868 * docs/plugins/inspect/plugin-ximagesink.xml:
2869 * docs/plugins/inspect/plugin-xvimagesink.xml:
2870 * ext/cdparanoia/gstcdparanoiasrc.c:
2871 * ext/ogg/gstoggdemux.c:
2872 * ext/ogg/gstoggdemux.h:
2873 * ext/ogg/gstoggmux.c:
2874 * ext/ogg/gstoggmux.h:
2875 * gst/audioconvert/audioconvert.c:
2876 * gst/audioconvert/audioconvert.h:
2877 * gst/audioconvert/gstaudioconvert.h:
2878 * gst/gdp/gstgdpdepay.h:
2879 * gst/gdp/gstgdppay.h:
2880 * gst/playback/gstdecodebin.c:
2881 * gst/playback/gstdecodebin2.c:
2882 * gst/playback/gstplaybin.c:
2883 * gst/playback/gstplaybin2.c:
2884 * gst/playback/gsturidecodebin.c:
2885 * gst/tcp/gstmultifdsink.c:
2886 * gst/tcp/gstmultifdsink.h:
2889 Add some documentation comments, and some new headers to be scanned.
2890 Rename some internal enum declarations (audioconvert's DitherType and
2891 NoiseShapingType, GstUnitType from the TCP elements) to match the
2892 documented GObject type names so that the docs pick them up.
2893 Name the playbin2 docs markups properly so they get picked up. They'll
2894 need renaming back when/if playbin2 becomes playbin.
2896 100% symbol coverage for the plugin docs, booya.
2898 2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
2900 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2902 * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2903 Fix generation of NV12/NV21 frames. Fixes bug #532454.
2905 2008-05-22 Wim Taymans <wim.taymans@collabora.co.uk>
2907 Patch by: Sjoerd Simons <sjoerd at luon dot net>
2909 * gst/playback/gstdecodebin.c: (remove_fakesink):
2910 Lock the fakesink before setting the state to NULL and removing it from
2911 the bin so that a concurrent state change cannot interfere.
2914 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2917 Fix installing plugin documentation when gtk-doc is disabled.
2919 2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
2921 * gst-libs/gst/rtsp/Makefile.am:
2922 Distribute, don't install md5.h
2924 2008-05-21 Julien Moutte <julien@fluendo.com>
2926 * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2927 instead of SOL_IP, works on more platforms.
2928 * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2931 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2933 * ext/vorbis/vorbisdec.c:
2934 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2935 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2936 Some debug and comment fixes.
2938 * tests/examples/dynamic/addstream.c: (main):
2941 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
2943 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2944 * gst/playback/decodetest.c: (new_decoded_pad_cb):
2945 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2946 (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2947 (cleanup_decodebin):
2948 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2949 (connect_element), (gst_decode_group_control_demuxer_pad):
2950 * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2951 (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2953 * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2954 (gst_play_bin_set_property), (handoff), (gen_video_element),
2955 (gen_text_element), (gen_audio_element), (gen_vis_element),
2956 (remove_sinks), (add_sink), (setup_sinks):
2957 * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2958 * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2959 (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2960 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2961 (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2962 (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2963 (gen_vis_chain), (gst_play_sink_reconfigure),
2964 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2965 (gst_play_sink_request_pad):
2966 * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2967 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2969 * gst/playback/test6.c: (new_decoded_pad_cb):
2970 * tests/check/elements/audioconvert.c: (GST_START_TEST):
2971 * tests/check/elements/audiorate.c: (test_injector_chain),
2972 (do_perfect_stream_test):
2973 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2974 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2975 * tests/check/elements/gnomevfssink.c:
2976 * tests/check/elements/textoverlay.c:
2977 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2978 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2979 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2980 * tests/check/pipelines/oggmux.c: (test_pipeline):
2981 * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2982 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2983 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2984 * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2985 * tests/examples/seek/seek.c: (make_mod_pipeline),
2986 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2987 (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2988 (make_theora_pipeline), (make_vorbis_theora_pipeline),
2989 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2990 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2991 (update_fill), (msg_buffering):
2992 Don't use bad gst_element_get_pad().
2994 2008-05-21 Stefan Kost <ensonic@users.sf.net>
2996 * gst-libs/gst/riff/riff-media.c:
2997 Fix wrong method name in docs. Fix calculation of strf fields for
3000 * gst-libs/gst/riff/riff-read.c:
3001 Whitespace fix and removing double ';'.
3003 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3005 * docs/design/part-playbin2.txt:
3006 Add some leftover doc.
3008 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3010 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3011 Fix copy & paste error in last commit.
3013 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3015 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3016 Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
3017 other channel positions when source has SIDE channels and dest doesn't
3018 or the other way around.
3020 2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
3022 Patch by: Henrik Eriksson <henriken at axis dot com>
3024 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3025 (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
3026 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
3027 (gst_multi_fd_sink_get_property):
3028 * gst/tcp/gstmultifdsink.h:
3029 Add support for DSCP QOS. Fixes #469933.
3031 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3033 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3034 Add another test that checks if conversion between standard 1 and 2
3035 channel layouts with and without positions set is working.
3037 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3039 * gst-libs/gst/audio/multichannel.c:
3040 (gst_audio_check_channel_positions):
3041 Allow non-standard 2 channel layouts.
3043 * tests/check/elements/audioconvert.c: (GST_START_TEST):
3044 Add some tests for converting and remapping non-standard 1 and 2
3047 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3049 * gst/audioconvert/gstchannelmix.c:
3050 (gst_channel_mix_fill_normalize):
3051 Prevent division by zero if the channel mix matrix contains only
3054 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3056 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3058 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
3059 Close a buffer memory leak. Fixes bug #534071.
3061 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3063 * gst-libs/gst/rtsp/gstrtsptransport.h:
3064 Make the GstRTSPTransport struct members public as there are no
3065 setters/getters and it's supposed to be changed directly.
3068 2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
3070 * gst/adder/gstadder.c:
3071 Adder also doesn't support audio/x-raw-int with width!=depth so don't
3072 claim this on the pad template caps.
3074 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3076 * gst-libs/gst/audio/gstbaseaudiosink.c:
3077 (gst_base_audio_sink_sync_latency):
3078 We can only use our optimal calibration if we prerolled before the
3081 2008-05-20 Tim-Philipp Müller <tim.muller at collabora co uk>
3084 Require core CVS for GstBaseSrc buffer caps setting magic.
3086 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3088 * gst/audioconvert/gstaudioconvert.c:
3089 (gst_audio_convert_fixate_channels):
3090 Fix logic in last commit.
3092 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3094 * gst/audioconvert/gstaudioconvert.c:
3095 (gst_audio_convert_fixate_channels):
3096 Passthrough the channel positions if the number of output channels is
3097 the same as the number of input channels, the input had a channel
3098 layout and downstream requests no special one. We did this already for
3099 > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3101 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3103 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3104 (gst_gnome_vfs_src_finalize),
3105 (gst_gnome_vfs_src_received_headers_callback),
3106 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3107 * ext/gnomevfs/gstgnomevfssrc.h:
3108 Set the ICY caps on the srcpad from where they get picked up by the base
3109 class now and set on the outgoing buffers.
3111 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3112 (gst_base_audio_src_create):
3113 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3114 BaseSrc now sets the caps on outgoing buffers automatically.
3116 2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk>
3118 * gst-libs/gst/audio/gstbaseaudiosink.c:
3119 (gst_base_audio_sink_resample_slaving),
3120 (gst_base_audio_sink_skew_slaving),
3121 (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3122 (gst_base_audio_sink_async_play),
3123 (gst_base_audio_sink_change_state):
3124 Change the way in which the ringbuffer is started when dealing with a
3125 slaved clock and latency. We now sync to the clock until we reach
3126 upstream latency before starting the ringbuffer. This has the effect
3127 that we can accurately align the master and slave clocks and let the
3128 rate correction code take care of the initial drift or rounding errors
3129 instead of leaving them uncorrected with the old approach.
3131 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
3133 * gst/audioconvert/gstaudioconvert.c:
3134 (gst_audio_convert_fixate_channels):
3135 Correctly set the default channel positions when converting to 8
3138 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
3141 Error out if we don't have the required version of core.
3143 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
3145 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3146 Use data scan helper in aac typefinder and stop scanning
3147 for headers when we've found a type. Also fix potential invalid
3148 memory access when calculating the frame length.
3150 2008-05-19 Tim-Philipp Müller <tim.muller at collabora co uk>
3152 * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3153 (mpeg_sys_is_valid_pack):
3154 Don't modify scan context when we return FALSE in ensure_data, so
3155 it's possible to continue scanning, and we don't end up with a NULL
3156 data pointer and a positive size, which might bite us the next time
3157 we're called. Small constification.
3159 2008-05-16 Sebastian Dröge <slomo@circular-chaos.org>
3161 * gst/adder/gstadder.c:
3162 Adder doesn't support 24 bit samples so don't claim it supports them
3163 in the pad template caps.
3165 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
3167 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3168 (gst_base_rtp_depayload_chain):
3169 Validate the RTP packet before further processing it. It's just too
3170 dangerous to accept random packets and people are not forced to use a
3171 jitterbuffer or session manager to filter out the bad packets.
3173 * gst-libs/gst/rtp/gstrtpbuffer.c:
3174 (gst_rtp_buffer_set_extension_data),
3175 (gst_rtp_buffer_get_payload_subbuffer):
3177 When setting extension data in a buffer that is too small, we fail and
3178 we should not set the extension bit.
3179 Change GST_WARNINGS into g_warning because they really are
3182 * tests/check/libs/rtp.c: (GST_START_TEST):
3183 Catch the g_warnings now in the unit tests and that fact that failing to
3184 set extension data left the extension bit untouched.
3186 2008-05-14 Tim-Philipp Müller <tim.muller at collabora co uk>
3188 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3189 Revert previous change which made basetransform handle buffer_alloc
3190 and which breaks things badly in the non-passthrough case since it
3191 returned buffers with a different (ie. sometimes smaller) size than
3194 2008-05-14 Wim Taymans <wim.taymans@collabora.co.uk>
3196 Patch by: Bernard B <b-gnome at largestprime dot net>
3198 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3199 Fix seqnum compare function for bordercase values and fix the docs
3200 again. Fixes #533075.
3202 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3203 Add a testcase for seqnum compare function.
3205 2008-05-14 Sebastian Dröge <slomo@circular-chaos.org>
3207 * gst/adder/gstadder.c: (gst_adder_setcaps),
3208 (gst_adder_class_init):
3209 Correctly declare the supported endianness on the pad templates
3210 and check for correct endianness in the set caps function. Adder
3211 only supports native endianness.
3212 Also use gst_element_class_set_details_simple().
3214 2008-05-14 Stefan Kost <ensonic@users.sf.net>
3216 * sys/xvimage/xvimagesink.c:
3217 Better debug logging in port value handling. Merging separate port
3218 value loops into one.
3220 2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
3222 Patch by: Hannes Bistry <hannesb at gmx dot de>
3224 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3225 * gst/tcp/gsttcpserversink.c:
3226 (gst_tcp_server_sink_handle_server_read),
3227 (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3228 Fix regression in clientsrc because we did not add the fd to the poll
3229 set anymore. Fixes #532364.
3230 Do some cleanups here and there.
3232 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3234 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3235 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3236 * gst/playback/gstplay-marshal.list:
3237 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3238 Use correct marshallers. GstCaps are a boxed type and no GObject
3241 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3243 * win32/common/libgstrtsp.def:
3244 Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3247 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3249 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3251 * tests/check/elements/audioresample.c:
3252 (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3253 (live_switch_push), (GST_START_TEST):
3254 Add unit test for the latest basetransform negotiation changes.
3257 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3259 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3260 Fix nv12<->nv21 conversion if stride is larger than width.
3262 2008-05-13 Sebastian Dröge <slomo@circular-chaos.org>
3264 Patch by: Jan Gerber <j at oil21 dot org>
3266 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3267 (gst_ogg_pad_parse_skeleton_fisbone):
3268 * ext/ogg/gstoggdemux.h:
3269 Parse presentation time from skeleton streams and use it as offset
3270 for the timestamps. Fixes bug #530068.
3272 2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
3274 * gst-libs/gst/audio/gstbaseaudiosink.c:
3275 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3276 Revert previous patch that attempted to more accurately calculate the
3277 initial offset between master and slave clock. The best thing we can do
3278 in general is take the time of both clocks as the diff since we don't
3279 know when the actual preroll happened.
3281 2008-05-11 Tim-Philipp Müller <tim.muller at collabora co uk>
3283 * gst-libs/gst/pbutils/install-plugins.c:
3284 Fix docs: type and missing word.
3286 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
3288 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3289 Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3290 for this instead; don't check if we've found enough markers after
3291 each and every step, it's enough to do that only if we've actually
3293 Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3295 2008-05-10 Tim-Philipp Müller <tim.muller at collabora co uk>
3297 * gst/typefind/gsttypefindfunctions.c:
3298 (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3299 (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3300 (mpeg_video_stream_type_find):
3301 Move scan helper thingy to the beginning of the file so we can use
3302 it in other typefind functions. Rename it to something more
3303 generic. Also improve handling of things towards the end of the
3304 typefind data: peek as much as we can if we know the size of the
3305 data, rather than just min_size.
3307 2008-05-09 Jan Schmidt <jan.schmidt@sun.com>
3309 * docs/libs/gst-plugins-base-libs-sections.txt:
3310 * gst-libs/gst/interfaces/colorbalance.c:
3311 * gst-libs/gst/interfaces/colorbalance.h:
3312 * gst-libs/gst/interfaces/colorbalancechannel.c:
3313 * gst-libs/gst/interfaces/colorbalancechannel.h:
3314 * gst-libs/gst/interfaces/tuner.c:
3315 * gst-libs/gst/interfaces/tunerchannel.c:
3316 * gst-libs/gst/interfaces/tunerchannel.h:
3317 * gst-libs/gst/interfaces/tunernorm.c:
3318 * gst-libs/gst/interfaces/tunernorm.h:
3319 * gst-libs/gst/video/video.c:
3320 * gst-libs/gst/video/video.h:
3321 Document the GstTuner and GstColorBalance interfaces, and some
3322 other random API functions that needed it. 70% symbol coverage, woo.
3324 2008-05-09 Wim Taymans <wim.taymans@collabora.co.uk>
3326 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3327 Choose to allocate one less segment but require one additional segment
3330 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3331 No need to increment the number of segments in the source.
3333 * gst-libs/gst/audio/gstbaseaudiosink.c:
3334 (gst_base_audio_sink_get_time), (clock_convert_external),
3335 (gst_base_audio_sink_resample_slaving),
3336 (gst_base_audio_sink_skew_slaving),
3337 (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3338 (gst_base_audio_sink_async_play):
3339 Remove adding latency when returning the internal time while subtracting
3340 it again when we use the value a little later.
3341 When calculating the end timestamp, we are making a rounding error
3342 with the current algorithm. Ensure that we don't accumulate these
3343 rounding errors when aligning samples by not resampling at all if we
3344 don't need to. Fixes #419351.
3345 Make the initial calibration of the clock slaving a little more
3346 predictable and accurate. Also handle the case where we don't do
3349 2008-05-09 Sebastian Dröge <slomo@circular-chaos.org>
3351 Based on a patch by:
3352 Björn Benderius <bjoern dot benderius at axis dot com>
3354 * gst/ffmpegcolorspace/avcodec.h:
3355 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3356 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3357 (gst_ffmpegcsp_avpicture_fill):
3358 * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3359 * gst/ffmpegcolorspace/imgconvert_template.h:
3360 Add conversions from/to NV12 and NV21 and conversions between those
3361 two formats. Fixes bug #532166.
3363 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
3365 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3366 Abort the h264 typefinding as soon as _peek() doesn't return anything,
3367 which happens for example with files smaller than 128kb.
3369 2008-05-08 Wim Taymans <wim.taymans@collabora.co.uk>
3371 Patch by: Wouter Cloetens <zombie at e2big dot org>
3373 * gst-libs/gst/rtsp/Makefile.am:
3374 * gst-libs/gst/rtsp/gstrtspconnection.c:
3375 (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3376 (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3377 (add_auth_header), (gst_rtsp_connection_free),
3378 (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3379 (gst_rtsp_connection_set_auth_param),
3380 (gst_rtsp_connection_clear_auth_params):
3381 * gst-libs/gst/rtsp/gstrtspconnection.h:
3382 Add Digest authorization support for RTSP connections. See #532065.
3384 * gst-libs/gst/rtsp/md5.c:
3385 * gst-libs/gst/rtsp/md5.h:
3386 Yeap, another md5 implementation until we can depend on a glib that has
3389 2008-05-08 Sebastian Dröge <slomo@circular-chaos.org>
3391 Patch by: Sjoerd Simons <sjoerd at luon dot net>
3393 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3394 Let audioresample use the buffer allocation of basetransform instead
3397 * tests/check/elements/audioresample.c: (alloc_only_48000),
3398 (GST_START_TEST), (audioresample_suite):
3399 Add unit test for the recent basetransform bugfix, where upstream
3400 changes caps to something that can't be passed through anymore.
3402 2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com>
3404 * win32/common/config.h.in:
3405 Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3406 use the real thing than having "???" unconditionally.
3408 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk>
3410 * gst-libs/gst/audio/gstbaseaudiosink.c:
3411 (gst_base_audio_sink_query):
3412 Report the latency with the new seglatency parameter.
3414 * gst-libs/gst/audio/gstringbuffer.c:
3415 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3416 (gst_ring_buffer_acquire):
3417 * gst-libs/gst/audio/gstringbuffer.h:
3418 Add new field to the ringbufferspec to specify the expected latency
3419 between the underlying device read/write pointer, this is needed
3420 when writing sinks that sit a little closer to the hardware.
3421 Add some more docs for other fields.
3423 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3425 * gst/volume/gstvolume.c: (volume_transform_ip):
3426 Return NOT_NEGOTIATED if we didn't set a process function yet for some
3427 reason instead of crashing later. Might fix bug #509125.
3429 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3431 Based on a patch by: Tim-Philipp Müller <tim.muller at collabora co uk>
3433 * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3434 * gst/audioconvert/audioconvert.h:
3435 * gst/audioconvert/gstaudioconvert.c:
3436 (gst_audio_convert_parse_caps),
3437 (structure_has_fixed_channel_positions),
3438 (gst_audio_convert_transform_caps):
3439 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3440 Add support for more than 8 channels and NONE channel layouts. For
3441 more than 8 channels no channel conversion is supported yet, only
3442 format conversions are supported. Fixes bug #398033.
3444 * tests/check/elements/audioconvert.c: (verify_convert),
3445 (GST_START_TEST), (audioconvert_suite):
3446 Add some unit tests by Tim for checking the NONE channel layouts
3447 and more than 8 channels and add some more unit tests for channel
3450 2008-05-06 Wim Taymans <wim.taymans@collabora.co.uk>
3452 * gst/playback/gstdecodebin2.c: (connect_pad):
3453 When autoplugging fails, set the element back to NULL before
3456 2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
3458 * win32/common/libgstaudio.def:
3459 Add gst_base_audio_src_[sg]et_slave_method() to the exported
3462 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3464 * gst/subparse/samiparse.c: (handle_start_sync),
3465 (end_sami_element), (characters_sami):
3466 Remove trailing, leading and double whitespaces.
3467 Correctly timestamp buffers and output the last buffer too.
3469 * tests/check/elements/subparse.c: (GST_START_TEST),
3471 Add a simple unit test for SAMI parsing.
3473 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3475 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3477 * gst/subparse/samiparse.c: (handle_start_sync),
3478 (start_sami_element), (end_sami_element), (characters_sami),
3479 (sami_context_reset):
3480 Only output characters inside the "sync" elements. There could be
3481 other elements like "style" that have some content but should
3482 not be printed. Fixes bug #467911.
3484 2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
3486 * gst/playback/gstplaybasebin.c: (set_audio_mute),
3487 (set_active_source):
3488 * gst/playback/gstplaybasebin.h:
3489 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3490 (playbin_set_audio_mute):
3491 Allow setting -1 as current-audio to mute the current audio stream,
3492 similar to what is done for subtitles. Fixes bug #342294.
3494 2008-05-05 Edward Hervey <edward.hervey at collabora co uk>
3496 * gst-libs/gst/pbutils/descriptions.c: (formats):
3497 It's SorensOn and not SorensEn.
3499 2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
3501 * gst-libs/gst/pbutils/descriptions.c: (formats):
3502 Fix description of video/x-flash-video.
3504 2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
3506 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3507 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3508 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3509 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3510 Remove some unused code.
3512 * gst/audioconvert/gstaudioquantize.c:
3513 (gst_audio_quantize_free_noise_shaping):
3514 Don't return before freeing the noise shaping history.
3516 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3518 * tests/check/elements/subparse.c: (do_test),
3519 (test_tmplayer_style3b), (subparse_suite):
3520 Add unit test for the tmplayer variant from bug #530962.
3522 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3524 * gst/subparse/gstsubparse.c: (handle_buffer),
3525 (gst_sub_parse_sink_event):
3526 * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3527 (tmplayer_parse_line):
3528 Fix parsing of tmplayer subtitle variant where every single line contains
3529 text and there isn't an empty line after each line to determine the
3530 duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3531 making sure that we push out the last line of text without a duration if
3532 there's still text left in the buffer at the end.
3534 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3536 * gst/subparse/gstsubparse.c: (feed_textbuf):
3537 Fix detection of discontinuities based on the buffer offset (doesn't work
3538 so well if no buffer offset is set) and also check for the DISCONT buffer
3539 flag. This keeps the parser state from being reset after each buffer in
3542 2008-05-03 Tim-Philipp Müller <tim.muller at collabora co uk>
3544 * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3545 Further fine-tuning: don't absolutely require sequence or GOP headers
3546 (as introduced in the previous commit), but adjust the typefind
3547 probabilities returned accordingly if we don't see them. Also make sure
3548 picture header and first slice are somewhat close to each other (which
3549 is not perfect but still better than requiring a fixed offset or having
3552 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3554 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3555 (gst_basertppayload_sink_setcaps),
3556 (gst_basertppayload_sink_getcaps):
3557 Rename the setcaps/getcaps function internally to make it clear that
3558 they are called for the sink pad.
3560 2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
3562 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3563 (gst_base_rtp_depayload_class_init),
3564 (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3565 (gst_base_rtp_depayload_packet_lost),
3566 (gst_base_rtp_depayload_set_gst_timestamp):
3567 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3568 Catch packet-lost events from the jitterbuffer and convert them into a
3569 vmethod call (lost-packet) so that depayloaders can do something smart.
3570 Also add a default packet-lost function that sends out a segment update
3573 2008-05-02 Stefan Kost <ensonic@users.sf.net>
3575 * gst/playback/test4.c:
3576 * gst/playback/test5.c:
3577 * gst/playback/test6.c:
3578 * gst/playback/test7.c:
3579 Also include config.h when relying on defines from it. Fixes the
3580 build. Its been a please to serve :)
3582 2008-05-02 Thijs Vermeir <thijsvermeir@gmail.com>
3584 * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3585 (paint_setup_NV21), (paint_hline_NV12_NV21):
3586 Add support for NV12 and NV21 in videotestsrc
3588 2008-05-02 Sebastian Dröge <slomo@circular-chaos.org>
3590 * gst/videoscale/gstvideoscale.c:
3591 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3592 * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3593 (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3594 (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3595 (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3596 (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3597 (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3598 (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3599 (vs_image_scale_linear_RGB555):
3600 Support 1x1 images as input and output as for example the BBC HQ new
3601 streams have 1x1 GIFs in the playlists for some reason.
3603 2008-05-01 Tim-Philipp Müller <tim.muller at collabora co uk>
3605 * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3607 If we can't activate one of the decoders we plugged in (such as,
3608 say, musepackdec) for some reason (it might not support push mode,
3609 for example), remove any pad probes that close_pad_link() might
3610 have set up. This makes sure we later don't try to remove a probe
3611 for a pad that doesn't exist any longer, and avoids nast warnings
3612 and probably other things too.
3614 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3616 * gst/typefind/gsttypefindfunctions.c:
3617 (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3619 Rework mpeg video stream typefinding a bit more: make sure sequence,
3620 GOP, picture and slice headers appear in the order they should and
3621 that we've in fact at least had one of each; fix picture header
3622 detection; decouple picture and slice header check - don't assume
3623 they're at a fixed offset, there may be extra data in between. Also,
3624 announce varying degrees of probability depending on what we found
3625 exactly (multiple pictures, at least one picture, just sequence and
3626 GOP headers). Finally, in _ensure_data(), take into account that we
3627 might be typefinding smaller amounts of data, such as the first
3628 buffer of a stream, so fall back to the minimum size needed as long
3629 as that's available, instead of erroring out if there's less than
3630 2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3631 fuzzed file from #399342 as valid.
3633 2008-04-30 Michael Smith <msmith@songbirdnest.com>
3635 * ext/theora/theoradec.c:
3636 Cool kids don't divide by zero.
3637 Treat PAR of x:0 as 1:1.
3640 2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
3642 * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3643 (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3644 (mpeg_video_stream_type_find):
3645 Refactor a bit: use context structure to track parsing offset and
3646 size of available data and make the code a bit clearer. Fixes bad
3647 memory access in #356937.
3649 2008-04-28 Michael Smith <msmith@songbirdnest.com>
3651 * gst/playback/test4.c:
3652 * gst/playback/test5.c:
3653 * gst/playback/test6.c:
3654 * gst/tcp/gstmultifdsink.c:
3655 Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3658 2008-04-28 Wim Taymans <wim.taymans@collabora.co.uk>
3660 * gst-libs/gst/audio/gstbaseaudiosink.h:
3663 * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3664 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3665 (gst_base_audio_src_set_slave_method),
3666 (gst_base_audio_src_get_slave_method),
3667 (gst_base_audio_src_set_property),
3668 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3669 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3670 Add property and methods for selecting the clock slave method in the
3671 source, like in the sink.
3672 We only implement "none" and "re-timestamp" for now.
3673 API: gst_base_audio_src_set_slave_method()
3674 API: gst_base_audio_src_get_slave_method()
3676 2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
3678 * gst-libs/gst/rtp/gstrtpbuffer.c:
3679 Fix the docs about the seqnum compare function, it returns a difference.
3681 2008-04-24 Edward Hervey <edward.hervey@collabora.co.uk>
3683 * ext/alsa/gstalsadeviceprobe.c:
3684 (gst_alsa_get_device_list): Don't return before freeing up
3685 the allocated structures.
3687 2008-04-24 Stefan Kost <ensonic@users.sf.net>
3689 * gst/playback/gstplaybin.c:
3690 Remove obsolete streaminfo code and fix a leak. Fixes #529546
3692 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3694 * ext/ogg/gstoggdemux.c:
3695 Revert the event part, that should not go in.
3697 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3699 * ext/ogg/gstoggdemux.c:
3700 Don't leak GstPluginFeatures when filtering.
3702 2008-04-23 Stefan Kost <ensonic@users.sf.net>
3704 * sys/xvimage/xvimagesink.c:
3705 Add some logging for cases when grabbing the xv failed.
3707 2008-04-21 David Schleef <ds@schleef.org>
3709 * ext/ogg/gstoggmux.c:
3710 Update Ogg/Dirac muxing. Removes the weird "KW-DIRAC" bos
3711 packet. Should conform to what we currently think is the
3712 final Ogg/Dirac muxing spec.
3714 2008-04-21 David Schleef <ds@schleef.org>
3716 * sys/xvimage/xvimagesink.c:
3717 Fix typo that causes the overlay keying color to bright green
3718 on a 16-bit display. Dark grey good. Bright green bad.
3720 2008-04-21 Stefan Kost <ensonic@users.sf.net>
3722 * ext/gnomevfs/gstgnomevfsuri.c:
3723 Add FIXME comment about using uri-list for source and sink.
3725 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3727 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3728 GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3729 vaargs functions to gint. Otherwise the fractions will get 0 set
3730 instead of the correct value on big endian systems. Fixes bug #529018.
3732 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3734 * ext/gnomevfs/gstgnomevfssink.c:
3735 (gst_gnome_vfs_sink_uri_get_protocols):
3736 * ext/gnomevfs/gstgnomevfssrc.c:
3737 (gst_gnome_vfs_src_uri_get_protocols):
3738 * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3739 (gst_gnomevfs_get_supported_uris):
3740 Get the list of supported URI schemes in a threadsafe way and use the
3741 same list for the source and sink.
3743 2008-04-20 Sebastian Dröge <slomo@circular-chaos.org>
3745 * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3746 (gst_gio_get_supported_protocols):
3747 Don't generate a new supported protocols list on each call but cache
3748 it. It's supposed to be static anyway, this way we only leak it once
3751 * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3752 (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3753 (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3754 (gst_gio_sink_start):
3755 * ext/gio/gstgiosink.h:
3756 * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3757 (gst_gio_src_class_init), (gst_gio_src_finalize),
3758 (gst_gio_src_set_property), (gst_gio_src_get_property),
3759 (gst_gio_src_start):
3760 * ext/gio/gstgiosrc.h:
3761 API: Add "file" properties where one can set a GFile as
3764 Add locking to the properties and use
3765 gst_element_class_set_details_simple() instead of a static
3766 GstElementDetails struct.
3768 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3770 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3772 Add "mpp" and "mp+" as possible extensions for MusePack files.
3774 Add typefinding for MusePack StreamVersion 8 files and include the
3775 stream version in the caps.
3777 2008-04-19 Sebastian Dröge <slomo@circular-chaos.org>
3779 * gst-libs/gst/rtp/gstrtppayloads.c:
3780 (gst_rtp_payload_info_for_name):
3781 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3783 2008-04-18 Tim-Philipp Müller <tim at centricular dot net>
3786 Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3787 (NB: this only affects compilation of some of the examples).
3788 Remove some configure.ac cruft that's not needed any longer.
3790 2008-04-18 Edward Hervey <edward.hervey@collabora.co.uk>
3792 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3793 Don't validate the payload if there isn't any.
3796 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3798 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3799 Use g_atomic_int_set() instead of gst_atomic_int_set().
3801 2008-04-17 Sebastian Dröge <slomo@circular-chaos.org>
3803 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3804 Return NULL instead of a gchar * array with one NULL element if we
3805 don't get any supported URI schemes from GIO.
3807 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3809 * gst/audiotestsrc/gstaudiotestsrc.c:
3810 Remove cpp style commented old code.
3812 2008-04-15 Stefan Kost <ensonic@users.sf.net>
3814 * gst/playback/gstdecodebin2.c:
3817 2008-04-14 Tim-Philipp Müller <tim at centricular dot net>
3819 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3820 (gst_text_overlay_init):
3821 Fix textoverlay unit test again by making the supposed default
3822 value for the wait-text property the actual default value.
3823 Also fix Since: tag for new property.
3825 2008-04-11 Tim-Philipp Müller <tim at centricular dot net>
3827 * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3828 (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3829 (gst_video_format_get_pixel_stride),
3830 (gst_video_format_get_component_width),
3831 (gst_video_format_get_component_height),
3832 (gst_video_format_get_component_offset), (gst_video_format_get_size),
3833 (gst_video_format_convert):
3834 Add guards to these functions to ensure sane input values.
3836 * tests/check/libs/video.c:
3837 Fix unit test not to create caps with width=0 and height=0.
3839 2008-04-11 Wim Taymans <wim.taymans@collabora.co.uk>
3841 * docs/design/draft-keyframe-force.txt:
3844 * gst/playback/gstqueue2.c: (update_buffering),
3845 (gst_queue_handle_src_query):
3846 Set buffering mode in the messages.
3847 Set buffering percent in the query.
3849 * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3850 (do_stream_buffering), (do_download_buffering), (msg_buffering):
3851 Do some more fancy things based on the buffering method in use.
3853 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3855 * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3856 (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3857 (msg_buffering), (main):
3858 Add basic download reports to seek using the new buffering API.
3860 2008-04-09 Wim Taymans <wim.taymans@collabora.co.uk>
3862 * gst/playback/gstqueue2.c: (update_buffering),
3863 (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3864 (gst_queue_src_checkgetrange_function):
3865 Include extra buffering stats in the buffering message.
3866 Implement BUFFERING query.
3868 * gst/playback/gsturidecodebin.c: (do_async_start),
3869 (do_async_done), (type_found), (setup_streaming), (setup_source),
3870 (gst_uri_decode_bin_change_state):
3871 Only add decodebin2 when the type is found in streaming mode.
3872 Make uridecodebin async to PAUSED even when we don't have decodebin2
3875 2008-04-09 Sebastian Dröge <slomo@circular-chaos.org>
3877 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3878 Filter cdda from the supported URI schemes. We can't support
3879 musicbrainz tags and everything else one expects from a cdda source
3880 with GIO. Fixes bug #526794.
3882 2008-04-07 Jan Schmidt <jan.schmidt@sun.com>
3884 * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3885 (gst_xvimagesink_buffer_alloc):
3886 Fix calculation of 'expected size' for YV12 buffers.
3887 Be a little more verbose in the debug output for buffer-alloc'ed
3888 buffers which turn out to have the wrong size.
3890 2008-04-07 Tim-Philipp Müller <tim at centricular dot net>
3894 * gst-plugins-base.doap:
3895 Merge other changes from 0.10.19 release branch.
3897 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3899 * gst-libs/gst/audio/gstbaseaudiosink.c:
3900 (gst_base_audio_sink_class_init):
3901 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3902 (gst_base_audio_src_class_init):
3903 * gst/playback/gstplayback.c: (plugin_init):
3904 * gst/volume/gstvolume.c: (plugin_init):
3905 Work around missing bits of thread-safety on older GLibs some
3906 more to avoid assertions when starting up multiple playbin
3907 objects concurrently (see #512382).
3909 2008-04-06 Tim-Philipp Müller <tim at centricular dot net>
3911 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3912 Remove some more fields.
3914 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org>
3916 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3919 Actually build dlls when cross-compiling with mingw32.
3922 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3925 Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3927 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3929 * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3930 (msg_buffering), (connect_bus_signals), (main):
3932 Add buffering support with feedback in the statusbar.
3934 2008-04-03 Tim-Philipp Müller <tim at centricular dot net>
3936 * ext/ogg/gstoggmux.c:
3937 Fix sample pipeline description.
3939 2008-04-03 Stefan Kost <ensonic@users.sf.net>
3941 * docs/plugins/Makefile.am:
3942 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3943 * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3944 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3945 Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3947 * docs/plugins/gst-plugins-base-plugins.args:
3948 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3949 * docs/plugins/gst-plugins-base-plugins.interfaces:
3950 * docs/plugins/gst-plugins-base-plugins.prerequisites:
3951 * docs/plugins/inspect/plugin-adder.xml:
3952 * docs/plugins/inspect/plugin-alsa.xml:
3953 * docs/plugins/inspect/plugin-audioconvert.xml:
3954 * docs/plugins/inspect/plugin-audiorate.xml:
3955 * docs/plugins/inspect/plugin-audioresample.xml:
3956 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3957 * docs/plugins/inspect/plugin-cdparanoia.xml:
3958 * docs/plugins/inspect/plugin-decodebin.xml:
3959 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3960 * docs/plugins/inspect/plugin-gdp.xml:
3961 * docs/plugins/inspect/plugin-gnomevfs.xml:
3962 * docs/plugins/inspect/plugin-libvisual.xml:
3963 * docs/plugins/inspect/plugin-ogg.xml:
3964 * docs/plugins/inspect/plugin-pango.xml:
3965 * docs/plugins/inspect/plugin-playback.xml:
3966 * docs/plugins/inspect/plugin-queue2.xml:
3967 * docs/plugins/inspect/plugin-subparse.xml:
3968 * docs/plugins/inspect/plugin-tcp.xml:
3969 * docs/plugins/inspect/plugin-theora.xml:
3970 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3971 * docs/plugins/inspect/plugin-uridecodebin.xml:
3972 * docs/plugins/inspect/plugin-video4linux.xml:
3973 * docs/plugins/inspect/plugin-videorate.xml:
3974 * docs/plugins/inspect/plugin-videoscale.xml:
3975 * docs/plugins/inspect/plugin-videotestsrc.xml:
3976 * docs/plugins/inspect/plugin-volume.xml:
3977 * docs/plugins/inspect/plugin-vorbis.xml:
3978 * docs/plugins/inspect/plugin-ximagesink.xml:
3979 * docs/plugins/inspect/plugin-xvimagesink.xml:
3980 Update introspection data.
3982 * ext/ogg/gstoggmux.c:
3985 * gst/playback/gstdecodebin2.c:
3986 Don't use gtk-doc style comment start for private stuff, but make it
3987 formatted like this for consistency.
3989 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
3991 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3992 (gst_decode_bin_init), (gst_decode_bin_dispose),
3993 (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3994 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3995 (analyze_new_pad), (connect_pad), (expose_pad),
3996 (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3997 (gst_decode_group_expose), (gst_decode_group_free),
3998 (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3999 Remove fakesink hack, we can now implement this more elegantly.
4000 Added property to bypass typefinding.
4001 Removed underrun callback and demuxer pad probe, we now use the srcpad
4002 probe to expose groups.
4003 API::sink-caps property
4005 * gst/playback/gstplaybin2.c: (no_more_pads_cb):
4006 Guard against multiple emissions of the no_more_pads signal, which
4007 happens when we are dealing with chained oggs.
4009 * gst/playback/gsturidecodebin.c: (remove_decoders),
4010 (make_decoder), (type_found), (setup_streaming), (source_new_pad),
4012 For streams, use our own typefind element and plug our queue after it.
4013 We will need this to determine the type of buffering to use for the
4016 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
4018 * gst-libs/gst/audio/gstbaseaudiosink.c:
4019 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
4020 Guard against over and underflows because of clock slaving.
4021 When we are using our own clock, still compensate for any calibrations
4022 that we might have done to our clock.
4024 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
4026 * ext/theora/theoradec.c: (theora_handle_type_packet),
4028 Don't try to do anything fancy with the return code from pushing an
4029 event, it does not have enough information to turn it into a
4032 2008-04-03 Wim Taymans <wim.taymans@collabora.co.uk>
4034 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
4035 (gst_ogg_demux_chain_elem_pad):
4036 Add small debug line.
4037 Pass return code from the internal decoder instead of the too generic
4040 2008-04-03 Sebastian Dröge <slomo@circular-chaos.org>
4042 * gst-libs/gst/cdda/Makefile.am:
4043 * gst-libs/gst/cdda/base64.c:
4044 * gst-libs/gst/cdda/base64.h:
4045 * gst-libs/gst/cdda/gstcddabasesrc.c:
4046 (gst_cddabasesrc_calculate_musicbrainz_discid):
4047 Use GLib's base64 implementation instead of our own.
4049 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4051 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4052 (gst_ogg_demux_read_chain):
4053 Refix oggdemux, we only have a problem if we failed to find a chain and
4056 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4058 Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
4060 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4061 (gst_ogg_demux_read_chain):
4062 When we fail to find a BOS page and we and up with no chain, error out
4063 properly instead of segfaulting. Fixes #525665.
4065 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4067 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4068 (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
4069 The new-pad-group sequence is add-pads, no-more-pads, add-pads,
4072 2008-04-02 Wim Taymans <wim.taymans@collabora.co.uk>
4074 * gst/playback/gstqueue2.c: (update_out_rates),
4075 (gst_queue_open_temp_location_file),
4076 (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
4077 (gst_queue_handle_src_query), (gst_queue_set_property):
4078 Update the estimated input data when we push out a buffer.
4079 Add some debug info about the temp file.
4080 Only forward src events when we are not using a temp file.
4081 Don't block the duration query, we need to find something better.
4082 Don't leak the temp filename.
4084 2008-04-01 Sebastian Dröge <slomo@circular-chaos.org>
4087 Require GLib 2.12 and liboil 0.3.14.
4089 * gst/volume/gstvolume.c: (volume_process_double):
4090 Unconditionally use liboil 0.3.14 function.
4092 2008-03-31 Wim Taymans <wim.taymans@collabora.co.uk>
4094 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4095 ms-gsm can have arbitrarty sample rates. See #481354.
4097 2008-03-28 Wim Taymans <wim.taymans@collabora.co.uk>
4099 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4100 MP4S is generic MPEG-4, not a microsoft variant.
4102 2008-03-27 Michael Smith <msmith@fluendo.com>
4104 * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4105 Check the body CRC (if set) when depayloading.
4108 2008-03-24 Tim-Philipp Müller <tim at centricular dot net>
4110 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4111 Fix Since: version for new property.
4113 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4115 * gst-libs/gst/rtsp/gstrtspconnection.c:
4116 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4117 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4118 Don't error when poll_wait returns EAGAIN.
4120 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4122 * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4123 The queue is never filled when there are no buffers in the queue at all.
4126 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4128 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4129 (init_group), (free_group), (gst_play_bin_init),
4130 (gst_play_bin_finalize), (gst_play_bin_set_uri),
4131 (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4132 (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4133 (gst_play_bin_set_current_video_stream),
4134 (gst_play_bin_set_current_audio_stream),
4135 (gst_play_bin_set_current_text_stream),
4136 (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4137 (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4138 (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4139 (activate_group), (deactivate_group), (setup_next_source),
4140 (save_current_group), (gst_play_bin_change_state):
4142 Add new locks and conds to protect pipeline creation and group
4144 Implement the sub-uri property.
4145 Keep track of pending uridecodebin creation and configure the output
4146 pipeline after all streams are configured.
4147 Propagate subtitle encoding to the uridecodebins.
4148 Implement getting the video/audio/visualisation elements.
4149 Use input-selector for stream switching.
4150 If we are asked to do visualisation, prefer to autoplug raw sinks
4151 instead of sinks that accept encoded data.
4153 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4155 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4156 (gst_play_sink_init), (gst_play_sink_dispose),
4157 (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4158 (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4159 (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4160 (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4161 (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4162 (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4163 (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4164 (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4165 (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4166 * gst/playback/gstplaysink.h:
4167 Add methods to get audio/video/vis elements.
4168 Add methods to set the font description for the overlay.
4169 Remove properties, we're using this element with its methods only.
4170 Add support for subtitles.
4171 Rearrange the locking a bit to not use the object lock for protecting
4172 the pipeline construction.
4173 Try to use the volume and mute property on the sink when its available.
4174 Implement the mute option with volume when the sink does not have a mute
4176 Only add volume element when the sink has no volume property.
4177 Only do visualisations with raw audio pads.
4179 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4181 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4182 (gst_text_overlay_init), (gst_text_overlay_set_property),
4183 (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4184 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4185 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4186 (gst_text_overlay_change_state):
4187 * ext/pango/gsttextoverlay.h:
4188 Add property to configure waiting for text on the textpad or not, with
4189 the default behaviour being the old one (always wait for text before
4190 rendering the video). This default behaviour is usually not the best one
4191 because the text stream can very sparse and could require queueing a lot
4193 Fix the flushing and EOS handing so that we don't mix up their meaning.
4195 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4197 * gst/playback/gsturidecodebin.c:
4198 (gst_uri_decode_bin_autoplug_factories),
4199 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4200 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4201 (gst_uri_decode_bin_set_property),
4202 (gst_uri_decode_bin_get_property), (no_more_pads_full),
4203 (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4204 (proxy_autoplug_factories_signal), (make_decoder),
4205 (source_new_pad), (setup_source):
4206 Add a readonly source property and notify.
4207 Add new lock for protecting the construction of the pipeline.
4208 Keep track of the decodebins we plugged.
4209 Correctly proxy the autoplug signal so that it actually continues.
4210 Proxy subtitle-encoding to the decodebins.
4212 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4214 * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4215 (text_toggle_cb), (update_streams), (main):
4216 Rearrange some buttons in playbin2 and make some other boxes insensitive
4218 Add language codes to subtitle selection boxes when we gind the right
4219 tags for the streams.
4221 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4223 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4224 (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4225 (gst_decode_bin_set_subs_encoding),
4226 (gst_decode_bin_get_subs_encoding),
4227 (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4228 (deactivate_free_recursive):
4229 Protect caps property with the object lock.
4230 Protect encoding property with the object lock.
4231 Keep list of elements we added that have the subtitle-encoding property.
4232 Distribute the subtitle-encoding to all of the elements when it
4235 2008-03-24 Wim Taymans <wim.taymans@collabora.co.uk>
4237 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4238 Small debug improvement.
4240 * gst-libs/gst/audio/gstbaseaudiosink.c:
4241 (gst_base_audio_sink_render):
4242 Fix bug in determining the sample start/stop position, we want to base
4243 this decision on the fact that we are going forwards or backwards, not
4244 slower or faster. This fixes some ugly resync warnings when playing at
4247 2008-03-23 Sebastian Dröge <slomo@circular-chaos.org>
4249 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4250 Correctly set the supported URI schemes and don't leave
4251 some schemes in the middle or at the start at NULL.
4253 2008-03-23 Tim-Philipp Müller <tim at centricular dot net>
4255 * tests/check/elements/gdpdepay.c:
4256 Make test compile without unused function/variable warnings on PPC.
4258 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
4261 * ext/alsa/gstalsamixerelement.c:
4262 (gst_alsa_mixer_element_class_init):
4263 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4264 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4265 * ext/cdparanoia/gstcdparanoiasrc.c:
4266 (gst_cd_paranoia_src_class_init):
4267 * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4268 * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4269 * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4270 * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4271 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4272 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4273 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4274 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4275 * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4276 * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4277 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4278 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4279 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4280 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4281 (gst_audio_filter_template_class_init):
4282 * gst-libs/gst/audio/gstbaseaudiosink.c:
4283 (gst_base_audio_sink_class_init):
4284 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4285 (gst_base_audio_src_class_init):
4286 * gst-libs/gst/cdda/gstcddabasesrc.c:
4287 (gst_cdda_base_src_class_init):
4288 * gst-libs/gst/interfaces/mixertrack.c:
4289 (gst_mixer_track_class_init):
4290 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4291 (gst_base_rtp_depayload_class_init):
4292 * gst-libs/gst/rtp/gstbasertppayload.c:
4293 (gst_basertppayload_class_init):
4294 * gst/audioconvert/gstaudioconvert.c:
4295 (gst_audio_convert_class_init):
4296 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4297 * gst/audioresample/gstaudioresample.c:
4298 (gst_audioresample_class_init):
4299 * gst/audiotestsrc/gstaudiotestsrc.c:
4300 (gst_audio_test_src_class_init):
4301 * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4302 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4303 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4305 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4306 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4307 * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4308 * gst/playback/gstqueue2.c: (gst_queue_class_init):
4309 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4310 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4311 (gst_stream_selector_class_init):
4312 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4313 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4314 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4315 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4316 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4317 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4318 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4319 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4320 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4321 * gst/videotestsrc/gstvideotestsrc.c:
4322 (gst_video_test_src_class_init):
4323 * gst/volume/gstvolume.c: (gst_volume_class_init):
4324 * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4325 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4326 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4327 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4328 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4329 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4330 Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4331 static strings (i.e. all). This gives us less memory usage,
4332 fewer allocations and thus less memory defragmentation. Depend
4333 on core CVS for this. Fixes bug #523806.
4335 2008-03-22 Sebastian Dröge <slomo@circular-chaos.org>
4337 * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4338 Filter http and https protocols. GIO/GVfs handles them but it's
4339 impossible to implement iradio/icecast with it. Better use
4340 souphttpsrc or something else for this.
4342 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4343 If getting the file informations by a query fails try it with the
4344 seek-to-end trick too.
4346 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4348 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4349 (gst_volume_base_init), (gst_volume_class_init),
4350 (volume_process_double), (volume_process_float),
4351 (volume_transform_ip), (plugin_init):
4352 memset buffers to zero if we get a GAP buffer. We usually see a
4353 buffer as one unit so let's handle it as one and don't care about
4354 volume changes while processing one buffer.
4355 Also clean up some stuff a bit.
4357 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4359 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4360 (gst_audio_convert_create_silence_buffer),
4361 (gst_audio_convert_transform):
4362 Make audioconvert GAP-aware by outputting silence buffers when the
4363 input has the GAP flag set. This is up to 8x faster.
4364 Based on a patch by Stefan Kost. Fixes bug #517813.
4366 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4368 * gst/volume/gstvolume.c: (volume_process_double):
4369 Use oil_scalarmultiply_f64_ns() for double processing when it's
4370 available at compile time.
4372 2008-03-21 Sebastian Dröge <slomo@circular-chaos.org>
4375 Fix lrint/lrintf checks to actually work. These functions are
4376 in libm on Linux at least so try to link to it.
4378 2008-03-21 Jan Schmidt <jan.schmidt@sun.com>
4381 Back to development - 0.10.18.1
4383 === release 0.10.18 ===
4385 2008-03-20 Jan Schmidt <jan.schmidt@sun.com>
4388 releasing 0.10.18, "I will follow"
4390 2008-03-18 Jan Schmidt <jan.schmidt@sun.com>
4393 * win32/common/config.h:
4394 0.10.17.4 pre-release
4396 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4398 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4399 Use GST_STR_NULL when trying to print strings that could be NULL because
4400 this might crash on some platforms. See #520808.
4402 2008-03-18 Wim Taymans <wim.taymans@collabora.co.uk>
4404 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
4406 * gst-libs/gst/rtsp/gstrtspconnection.c:
4407 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4408 (read_line), (gst_rtsp_connection_read_internal):
4409 Generic Windows fixes that makes libgstrtsp work on Windows when
4410 coupled with the new GstPoll API. See #520808.
4412 2008-03-17 Sebastian Dröge <slomo@circular-chaos.org>
4414 Patch by: Milosz Derezynski <internalerror at gmail dot com>
4416 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4417 If seeking to a new position succeeds don't simply return from
4418 create() without creating a buffer. Do this only in the case
4419 seeking to the new position fails. Fixes bug #523054.
4421 2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
4423 * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4424 (gst_video_format_from_rgba32_masks):
4425 Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4428 * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4429 Add unit test for the RGB caps parsing and creation, checking for
4430 internal consistency of the new API and consistency of the API with
4431 the old GST_VIDEO_CAPS_* defines.
4433 2008-03-14 David Schleef <ds@schleef.org>
4435 * gst/videotestsrc/videotestsrc.c: Oops, revert last change
4436 because -base is in freeze.
4438 2008-03-14 David Schleef <ds@schleef.org>
4440 Patch by: William M. Brack
4442 * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4444 2008-03-14 Wim Taymans <wim.taymans@collabora.co.uk>
4446 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4447 (gst_selector_pad_chain):
4448 * gst/playback/gststreamselector.h:
4449 Revert change that caused regression until a real fix is found.
4452 2008-03-12 Michael Smith <msmith@fluendo.com>
4454 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4455 * gst-libs/gst/audio/gstringbuffer.h:
4456 Rename recently added buffer types to make more sense.
4457 * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4458 (gst_alsasink_write):
4459 Adapt for above API changes.
4462 2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
4464 * win32/common/libgstnetbuffer.def:
4465 Add new symbol gst_netaddress_equal. Fixes bug #521743.
4467 2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
4470 * win32/common/config.h:
4471 0.10.17.3 pre-release
4473 2008-03-10 Wim Taymans <wim.taymans@collabora.co.uk>
4475 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4476 (gst_base_audio_src_create):
4477 Fix duration when no clock was provided. Fixes #520300.
4479 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4481 Patch by: Olivier Crete <tester at tester ca>
4483 * docs/libs/gst-plugins-base-libs-sections.txt:
4484 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4485 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4486 Add trivial function to compare GstNetAddress. See #520626.
4487 API: GstNetBuffer::gst_netaddress_equal
4489 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4491 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4492 Update mode property docs, it's deprecated now.
4494 2008-03-07 Wim Taymans <wim.taymans@collabora.co.uk>
4496 * gst-libs/gst/rtsp/gstrtspconnection.c:
4497 (gst_rtsp_connection_create):
4498 * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4499 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4500 * gst/tcp/gstmultifdsink.h:
4501 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4502 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4503 Remove GstPollMode from gstpoll constructor.
4505 2008-03-04 Jan Schmidt <jan.schmidt@sun.com>
4508 * win32/common/config.h:
4509 0.10.17.2 pre-release
4511 2008-03-03 Jan Schmidt <jan.schmidt@sun.com>
4514 GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4517 * win32/common/libgstinterfaces.def:
4518 * win32/common/libgstrtp.def:
4519 Add new API to the defs
4521 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4523 Patch by: Mersad Jelacic <mersad at axis dot com>
4525 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4526 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4527 API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4528 possible to specify the sample size in bits. (#509637)
4530 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4532 * tests/check/libs/mixer.c:
4533 Add a few simple checks for the new message types.
4535 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4537 * docs/libs/gst-plugins-base-libs-sections.txt:
4538 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4539 (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4540 (gst_mixer_message_get_type),
4541 (gst_mixer_message_parse_option_changed),
4542 (gst_mixer_message_parse_options_list_changed):
4543 * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4544 (GST_MIXER_MESSAGE_OPTION_CHANGED),
4545 (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4546 (GST_MIXER_MESSAGE_MIXER_CHANGED):
4547 API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4548 and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4550 2008-03-03 Tim-Philipp Müller <tim at centricular dot net>
4552 * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4553 (gst_mixer_options_get_values):
4554 * gst-libs/gst/interfaces/mixeroptions.h:
4555 (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4556 (_GstMixerOptions), (_GstMixerOptionsClass):
4557 API: add GstMixerOptions::get_values vfunc (#519906)
4559 2008-03-03 Peter Kjellerstedt <pkj@axis.com>
4562 Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4563 plug-ins are included/excluded. (#498222)
4565 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4567 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4568 Add typefinder for IMelody files, using audio/x-imelody.
4571 2008-03-03 Sebastian Dröge <slomo@circular-chaos.org>
4573 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4574 * ext/alsa/gstalsasink.c: (set_hwparams):
4575 * ext/alsa/gstalsasrc.c: (set_hwparams):
4576 * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4577 * ext/ogg/gstoggmux.h:
4578 * ext/ogg/gstogmparse.c:
4579 * gst-libs/gst/audio/audio.c:
4580 * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4581 * gst-libs/gst/pbutils/missing-plugins.c:
4582 (gst_missing_uri_sink_message_new),
4583 (gst_missing_element_message_new),
4584 (gst_missing_decoder_message_new),
4585 (gst_missing_encoder_message_new):
4586 * gst-libs/gst/rtp/gstbasertppayload.c:
4587 * gst-libs/gst/rtp/gstrtcpbuffer.c:
4588 (gst_rtcp_packet_bye_get_reason):
4589 * gst/audioconvert/gstaudioconvert.c:
4590 * gst/audioresample/gstaudioresample.c:
4591 * gst/ffmpegcolorspace/imgconvert.c:
4592 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4593 * gst/typefind/gsttypefindfunctions.c:
4594 * gst/videoscale/vs_4tap.c:
4595 * gst/videoscale/vs_4tap.h:
4596 * sys/v4l/gstv4lelement.c:
4597 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4598 * sys/v4l/v4l_calls.c:
4599 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4600 (gst_v4lsrc_try_capture):
4601 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4602 (gst_ximagesink_ximage_new):
4603 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4604 (gst_xvimagesink_xvimage_new):
4605 * tests/check/elements/audioconvert.c:
4606 * tests/check/elements/audioresample.c:
4607 (fail_unless_perfect_stream):
4608 * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4609 * tests/check/elements/decodebin.c:
4610 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4611 (setup_gdpdepay_streamheader):
4612 * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4613 (setup_gdppay_streamheader):
4614 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4615 * tests/check/elements/multifdsink.c: (setup_multifdsink):
4616 * tests/check/elements/textoverlay.c:
4617 * tests/check/elements/videorate.c: (setup_videorate):
4618 * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4619 * tests/check/elements/volume.c: (setup_volume):
4620 * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4621 * tests/check/elements/vorbistag.c:
4622 * tests/check/generic/clock-selection.c:
4623 * tests/check/generic/states.c: (setup), (teardown):
4624 * tests/check/libs/cddabasesrc.c:
4625 * tests/check/libs/video.c:
4626 * tests/check/pipelines/gio.c:
4627 * tests/check/pipelines/oggmux.c:
4628 * tests/check/pipelines/simple-launch-lines.c:
4629 (simple_launch_lines_suite):
4630 * tests/check/pipelines/streamheader.c:
4631 * tests/check/pipelines/theoraenc.c:
4632 * tests/check/pipelines/vorbisdec.c:
4633 * tests/check/pipelines/vorbisenc.c:
4634 * tests/examples/seek/scrubby.c:
4635 * tests/examples/seek/seek.c: (query_positions_elems),
4636 (query_positions_pads):
4637 * tests/icles/stress-xoverlay.c: (myclock):
4638 Correct all relevant warnings found by the sparse semantic code
4639 analyzer. This include marking several symbols static, using
4640 NULL instead of 0 for pointers and using "foo (void)" instead
4641 of "foo ()" for declarations.
4643 * win32/common/libgstrtp.def:
4644 Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4646 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4648 Patch by: José Alburquerque <jaalburqu svn gnome org>
4650 * gst/playback/gstplaybin2.c:
4651 Make the function signature of the _get_*_tags() functions match
4652 the signature of the vfuncs they implement, ie. return a
4653 GstTagList rather than a GstStructure, which is more correct,
4654 even if one is typedef'ed to the other (#518940).
4656 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4658 * gst-libs/gst/rtsp/gstrtspconnection.c:
4659 Don't include unix headers unconditionally (fixes #518037).
4661 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4663 * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4664 (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4665 (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4666 (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4667 (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4668 (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4669 (gst_video_format_is_packed), (video_format_is_packed):
4670 Add unit test that makes sure that the strides, offsets and
4671 sizes returned for the various YUV formats by the new video API
4672 match the old reference implementation in videotestsrc.
4674 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4676 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4677 (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4678 (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4679 (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4680 (gst_video_format_get_pixel_stride),
4681 (gst_video_format_get_component_width),
4682 (gst_video_format_get_component_height),
4683 (gst_video_format_get_component_offset), (gst_video_format_get_size):
4684 * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4685 (GST_VIDEO_FORMAT_Y42B):
4686 API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4688 2008-03-02 Tim-Philipp Müller <tim at centricular dot net>
4690 * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4691 YV12 is I420 with swapped components 1 and 2, so the offset of
4692 component 1 for I420 should be the offset for component 2 for YV12
4695 2008-02-29 Rene Stadler <mail@renestadler.de>
4697 * sys/v4l/gstv4lelement.c:
4698 Add missing semicolon to fix indentation.
4700 2008-02-29 Julien Moutte <julien@fluendo.com>
4702 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4703 (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4704 if we can do SPDIF output.
4705 * ext/alsa/gstalsa.h:
4706 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4707 (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4708 * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4709 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4710 * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4711 to support AC3, EC3 and IEC958 buffers.
4713 2008-02-29 Tim-Philipp Müller <tim at centricular dot net>
4715 * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4716 (gst_mixer_message_parse_mute_toggled),
4717 (gst_mixer_message_parse_record_toggled),
4718 (gst_mixer_message_parse_volume_changed),
4719 (gst_mixer_message_parse_option_changed):
4720 De-cruft and fix message type assertions (NULL is not a really
4721 valid mixer message type string).
4723 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4725 * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4726 When negotiating, actually start from a format that we can support
4727 instead of from the too generic template.
4729 2008-02-29 Wim Taymans <wim.taymans@collabora.co.uk>
4731 * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4734 * gst/playback/gstplaysink.c: (gst_play_sink_init),
4735 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4736 (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4738 Implement vis switching while playing.
4740 2008-02-28 David Schleef <ds@schleef.org>
4742 * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4744 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4746 Patch by: Peter Kjellerstedt <pkj at axis com>
4748 * gst/tcp/Makefile.am:
4749 * gst/tcp/fdsetstress.c:
4750 * gst/tcp/gstfdset.c:
4751 * gst/tcp/gstfdset.h:
4752 Removed fdset and stress test, they are now known as GstPoll in
4755 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4756 (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4757 (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4758 (gst_multi_fd_sink_handle_client_write),
4759 (gst_multi_fd_sink_queue_buffer),
4760 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4761 (gst_multi_fd_sink_stop):
4762 * gst/tcp/gstmultifdsink.h:
4763 * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4764 (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4765 (gst_tcp_gdp_read_caps):
4767 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4768 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4769 (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4770 * gst/tcp/gsttcpclientsink.h:
4771 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4772 (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4773 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4774 * gst/tcp/gsttcpclientsrc.h:
4775 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4776 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4777 * gst/tcp/gsttcpserversink.h:
4778 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4779 (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4780 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4781 * gst/tcp/gsttcpserversrc.h:
4782 Port to GstPoll. See #505417.
4784 2008-02-28 Wim Taymans <wim.taymans@collabora.co.uk>
4786 Patch by: Peter Kjellerstedt <pkj at axis com>
4788 * gst-libs/gst/rtsp/gstrtspconnection.c:
4789 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4790 (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4791 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4792 (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4793 (gst_rtsp_connection_flush):
4794 * gst-libs/gst/rtsp/gstrtspconnection.h:
4795 Use GstPoll for the rtsp connection. See #505417.
4797 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4799 * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4800 (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4801 Add combo box for visualisations, populate it with a factory list
4802 of all visualisation plugins, configure vis plugin instance in
4805 2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
4807 * tests/check/libs/rtp.c: (GST_START_TEST):
4808 Add check for RTP buffer defaults, padding and marker bit API.
4810 2008-02-27 Sebastian Dröge <slomo@circular-chaos.org>
4812 * gst-libs/gst/cdda/sha1.c: (sha_transform):
4813 Use memcpy() instead of upcasting a byte array to long *. This
4814 fixes an unaligned memory access, resulting in SIGBUS on IA64.
4815 This should be ported to GCheckSum once we can use GLib 2.16.
4816 Partially fixes bug #500833.
4818 2008-02-27 Tim-Philipp Müller <tim at centricular dot net>
4820 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4821 Push tag event after the newsegment event. Log the pointer of
4822 the buffer we're actually going to push rather than the buffer
4823 we're feeding to _make_metadata_writable().
4825 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4827 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4828 Comment smoke typefinder for now. The smokedec plugin needs one
4829 frame per buffer but we have no parser yet, thus it simply crashes
4832 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4834 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4835 Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4837 2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
4839 * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4841 Add midi typefinder, copied from the timidity plugin.
4843 2008-02-23 Tim-Philipp Müller <tim at centricular dot net>
4845 Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4847 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4848 * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4850 Forward slashes at the beginning and end of a line also signify
4851 italics (Fixes: #518162).
4853 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4855 * tests/check/gst-plugins-base.supp:
4856 Add a suppression for a cached value in GIO that wasn't moved
4857 while moving gio from -bad to -base.
4859 2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
4861 Patch by: Brian Cameron <brian dot cameron at sun dot com>
4864 Don't hardcode -Wall and -Werror for configure checks, this fails
4865 with non-GCC compilers. Fixes bug #517991.
4867 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4869 * gst/audioconvert/gstaudioconvert.c:
4870 * gst/audioconvert/gstaudioquantize.c:
4871 * gst/audioconvert/gstaudioquantize.h:
4872 Make audioconvert gap aware. If noiseshaping is used, wait for
4873 noiseshaping to converge before marking as GAP. Fixes #517813.
4875 2008-02-21 Stefan Kost <ensonic@users.sf.net>
4877 * gst/audiotestsrc/gstaudiotestsrc.c:
4878 Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4880 2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
4882 * ext/gnomevfs/gstgnomevfssink.c:
4883 (gst_gnome_vfs_sink_handle_event):
4884 Return FALSE when seeking for a new segment fails instead
4885 of silently ignoring the failure and appending every buffer
4886 that comes for the new segment.
4888 2008-02-20 Wim Taymans <wim.taymans@collabora.co.uk>
4890 * gst/playback/gstplaysink.c: (find_property),
4891 (gst_play_sink_find_property), (gen_video_chain),
4892 (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4893 Recursively search the sink element for a last-frame property so that we
4894 can also find the property in autovideosink and friends that don't
4895 always proxy the internal sink properties.
4897 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4899 * gst-libs/gst/audio/multichannel.c:
4900 (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4901 (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4902 (gst_audio_set_structure_channel_positions_list),
4903 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4904 (gst_audio_fixate_channel_positions):
4905 Fix confusing terminology in docs and code: structure fields are
4906 'fields' and not 'properties'.
4908 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4910 * gst-libs/gst/audio/multichannel.c:
4911 (gst_audio_check_channel_positions), (add_list_to_struct):
4912 Give more useful warning messages if one of the channel
4913 layout enums passed to us is invalid and if the "channels"
4914 field in the caps has a GType we don't expect.
4916 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4918 * gst-libs/gst/audio/multichannel.c:
4919 Fix typo in docs blurb.
4921 2008-02-19 Julien Moutte <julien@fluendo.com>
4923 Patch by: Josep Torra Valles <josep@fluendo.com>
4925 * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4926 typefind lookup to fix typefinding on HD clips.
4928 2008-02-19 Tim-Philipp Müller <tim at centricular dot net>
4930 * gst/playback/gstscreenshot.c:
4931 * gst/playback/gstscreenshot.h:
4932 Fix up copyright (I rewrote the GStreamer-0.10 code for
4933 this from scratch back in the days).
4935 2008-02-19 Wim Taymans <wim.taymans@collabora.co.uk>
4937 * gst/playback/Makefile.am:
4938 * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4939 (create_element), (gst_play_frame_conv_convert):
4940 * gst/playback/gstscreenshot.h:
4941 Add screenshot conversion code from totem.
4943 * gst/playback/gstplay-marshal.list:
4944 * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4945 (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4946 (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4947 Implement frame property to get a color-unconverted snapshot.
4948 Implement convert-frame action signal to get a converted snapshot image.
4949 Configure connection speed in uridecodebin.
4950 Document some more properties.
4952 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4953 (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4954 (gst_play_sink_get_last_frame):
4955 * gst/playback/gstplaysink.h:
4956 Use last-buffer property of the video sink to get a video snapshot.
4958 * tests/examples/seek/seek.c: (shot_cb), (main):
4959 Add snapshot button for playbin2 and use the frame property to save the
4960 frame as a png in the current directory.
4962 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
4964 Patch by: Josep Torra Valles <josep at fluendo dot com>
4966 * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4968 Add typefinding support for h264 elementary streams.
4971 2008-02-18 Stefan Kost <ensonic@users.sf.net>
4974 Require CVS of core for new API in collectpads.
4976 * gst/adder/gstadder.c:
4977 Use new API to make adder sparse stream aware.
4979 2008-02-18 Wim Taymans <wim.taymans@collabora.co.uk>
4981 * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4983 Get the object data correct so that we can remove our channels
4986 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4987 (gen_vis_chain), (gst_play_sink_reconfigure),
4988 (gst_play_sink_request_pad):
4989 Add option to disable async behaviour in the sinks when possible. This
4990 makes it possible to avoid an audio queue when dealing with
4992 Add option to add a queue for the audio path.
4994 * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4996 Disable the vis checkbox to match the defaults of playbin2.
4997 Only get the stream info when we need to.
4999 2008-02-17 Sebastian Dröge <slomo@circular-chaos.org>
5001 * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
5002 (gst_gio_base_sink_set_stream):
5003 * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
5004 (gst_gio_base_src_set_stream):
5005 * ext/gio/gstgiosink.c: (gst_gio_sink_start):
5006 * ext/gio/gstgiosrc.c: (gst_gio_src_start):
5007 Don't use async operations as they require a running main loop.
5008 This makes us block again when closing streams and unable
5009 to mount the enclosing volume of an URI if it isn't yet.
5011 2008-02-15 Wim Taymans <wim.taymans@collabora.co.uk>
5013 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5014 (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
5015 (gen_vis_chain), (gst_play_sink_reconfigure),
5016 (gst_play_sink_request_pad):
5017 Move tee in front of the audio and vis pipelines.
5018 Add queue for audio for now.
5019 Add visualisation support.
5021 * tests/examples/seek/seek.c: (main):
5022 Visualisation is by default disabled.
5024 2008-02-15 Sebastian Dröge <slomo@circular-chaos.org>
5026 * ext/gio/gstgiobasesink.c: (close_stream_cb):
5027 * ext/gio/gstgiobasesrc.c: (close_stream_cb):
5028 Improve debugging a bit.
5030 * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
5031 * ext/gio/gstgiosink.h:
5032 * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
5033 * ext/gio/gstgiosrc.h:
5034 Try to mount the enclosing volume of a GFile if it isn't mounted
5035 yet. This requires us to wait for an async operation to finish, done
5036 with an nested GMainLoop. Authentication is not supported yet, will
5039 2008-02-14 Wim Taymans <wim.taymans@collabora.co.uk>
5041 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5042 (gst_play_bin_set_property), (gst_play_bin_get_property),
5043 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
5044 * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5045 (gst_play_sink_get_mute), (gen_audio_chain):
5046 * gst/playback/gstplaysink.h:
5049 * gst/playback/gststreamselector.c: (gst_selector_pad_event),
5050 (gst_selector_pad_chain):
5051 * gst/playback/gststreamselector.h:
5052 Make sure we forward the event only once.
5054 * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
5055 Add and implement the mute button for playbin2.
5057 2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
5059 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5061 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
5062 Add some more debug info.
5063 Make sure we never return a negative delay. Fixes #516246.
5065 2008-02-12 Tim-Philipp Müller <tim at centricular dot net>
5067 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5068 Revert patch that makes the sink hold the object lock when
5069 calling snd_pcm_delay(), since it breaks playback for me.
5071 2008-02-12 Julien Moutte <julien@fluendo.com>
5073 * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
5074 some seek flags when changing rate.
5076 2008-02-12 Wim Taymans <wim.taymans@collabora.co.uk>
5078 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5079 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5080 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5081 Fix potential leaks.
5083 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5084 Fix leak when there is no function configured.
5086 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5088 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5089 (gst_v4lsrc_buffer_finalize):
5090 Correctly chain up the finalize method.
5092 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5094 * ext/gio/gstgiostreamsink.c:
5095 * ext/gio/gstgiostreamsrc.c:
5096 Add documentation and example code for giostreamsink/giostreamsrc.
5098 * tests/check/pipelines/gio.c: (GST_START_TEST):
5099 Ask the GMemoryOutputStream for the data instead of assuming that
5100 the pointer to the data stayed the same. It could've been realloc'ed.
5102 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5104 * ext/gio/gstgiosink.c:
5105 * ext/gio/gstgiosrc.c:
5106 Make the documentation of giosink/giosrc complete, large parts
5107 are based on the gnomevfssink/gnomevfssrc docs.
5109 2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
5111 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5112 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5113 * docs/plugins/gst-plugins-base-plugins.args:
5114 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5115 * docs/plugins/gst-plugins-base-plugins.interfaces:
5116 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5117 * docs/plugins/gst-plugins-base-plugins.signals:
5118 * docs/plugins/inspect/plugin-adder.xml:
5119 * docs/plugins/inspect/plugin-audioconvert.xml:
5120 * docs/plugins/inspect/plugin-audiorate.xml:
5121 * docs/plugins/inspect/plugin-audioresample.xml:
5122 * docs/plugins/inspect/plugin-decodebin.xml:
5123 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5124 * docs/plugins/inspect/plugin-gdp.xml:
5125 * docs/plugins/inspect/plugin-gio.xml:
5126 * docs/plugins/inspect/plugin-gnomevfs.xml:
5127 * docs/plugins/inspect/plugin-libvisual.xml:
5128 * docs/plugins/inspect/plugin-ogg.xml:
5129 * docs/plugins/inspect/plugin-pango.xml:
5130 * docs/plugins/inspect/plugin-playback.xml:
5131 * docs/plugins/inspect/plugin-queue2.xml:
5132 * docs/plugins/inspect/plugin-subparse.xml:
5133 * docs/plugins/inspect/plugin-theora.xml:
5134 * docs/plugins/inspect/plugin-uridecodebin.xml:
5135 * docs/plugins/inspect/plugin-videorate.xml:
5136 * docs/plugins/inspect/plugin-videoscale.xml:
5137 * docs/plugins/inspect/plugin-volume.xml:
5138 * docs/plugins/inspect/plugin-vorbis.xml:
5139 Add the GIO documentation again and while at that run make update.
5141 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5143 * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5144 * ext/alsa/gstalsasink.c: (set_swparams):
5145 * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5146 Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5147 against libasound >= 1.0.16, since it's been deprecated in
5148 0.10.16, and alignment is always 1 then, apparently. (#512899)
5150 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5152 * gst/playback/gstplaybin.c: (gen_audio_element):
5153 * gst/playback/gstplaysink.c: (gen_audio_chain):
5154 Handle case where we can't create the volume element a bit
5157 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5159 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5160 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5161 Add support for https protocol. Fixes #510229.
5163 2008-02-11 Julien Moutte <julien@fluendo.com>
5165 Patch by: Alan Peevers <peeves@pacbell.net>
5167 * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5168 lock when calling alsa methods.
5170 2008-02-11 Tim-Philipp Müller <tim at centricular dot net>
5172 * gst/typefind/gsttypefindfunctions.c:
5173 Bump rank of jpeg and png typefinders, which will return maximum
5174 probability in the most common cases (thus short-circuiting more
5175 expensive typefinders like the mp3 one for these two quite common
5178 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
5180 * ext/theora/theoraparse.c:
5181 Fix long description of the theora parser to be more verbose than just
5184 2008-02-11 Sebastian Dröge <slomo@circular-chaos.org>
5186 Patch by: Branko Čibej <brane at xbc dot nu>
5188 * sys/xvimage/xvimagesink.c:
5189 Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5192 2008-02-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5194 * gst/playback/gstplaybasebin.c:
5195 Set is_dynamic as True if there are elements with both request
5196 and sometimes src pad templates instead of breaking out when it
5197 finds the first pad template that is a src.
5199 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
5201 * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5202 (update_streams), (video_combo_cb), (audio_combo_cb),
5203 (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5204 Add some stream switching and volume gui for playbin2.
5206 2008-02-08 Wim Taymans <wim.taymans@collabora.co.uk>
5208 * gst/playback/gstplay-marshal.list:
5209 Added marshal for streamselector Tags.
5211 * gst/playback/gstplaybasebin.c: (set_active_source):
5212 Streamselector now selects pads based on the pad object instead of its
5215 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5216 (init_group), (gst_play_bin_init), (get_group), (get_tags),
5217 (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5218 (gst_play_bin_get_text_tags),
5219 (gst_play_bin_set_current_video_stream),
5220 (gst_play_bin_set_current_audio_stream),
5221 (gst_play_bin_set_current_text_stream),
5222 (gst_play_bin_set_property), (gst_play_bin_get_property),
5223 (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5224 Remove option to mute streams with the current-a/v/t property, we have
5225 this functionality in the flags.
5226 Add signals to notify when the number of A/V/T channels changed.
5227 Add action signals to get tags for the A/V/T streams.
5228 Implement setting the current A/V/T stream.
5229 Rearrange some things to simplify stream selection.
5232 * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5233 (gst_play_sink_get_volume), (gst_play_sink_set_property),
5234 (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5235 (activate_vis), (gst_play_sink_reconfigure):
5236 * gst/playback/gstplaysink.h:
5237 Add and implement volume setting methods.
5239 * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5240 (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5241 (gst_selector_pad_event), (gst_stream_selector_class_init),
5242 (gst_stream_selector_init), (gst_stream_selector_finalize),
5243 (gst_stream_selector_set_property),
5244 (gst_stream_selector_get_property),
5245 (gst_stream_selector_get_linked_pad),
5246 (gst_stream_selector_request_new_pad):
5247 * gst/playback/gststreamselector.h:
5248 Add pad properties for tags and status of pads.
5250 Make active pad selection based on pad object instead of name.
5252 2008-02-08 Stefan Kost <ensonic@users.sf.net>
5255 Revert last change as we now check in gtk-doc.m4 for sed.
5257 2008-02-08 Jan Schmidt <Jan.Schmidt@sun.com>
5260 Find and subst SED when building the docs.
5262 2008-02-08 Julien Moutte <julien@fluendo.com>
5264 * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5265 (main): Make sure bus signals are reconnected when pressing STOP
5266 and then PLAY again for a parse launch pipeline. Fix a ref leak
5268 * win32/common/config.h: Updated.
5270 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5273 Make DISABLE_DEPRECATED defined *only* during CVS, not during
5274 pre-releases or releases.
5276 2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
5279 * ext/gio/Makefile.am:
5280 Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5283 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5285 * docs/plugins/Makefile.am:
5286 Add the headers which need scanning for the GIO plugin. The rest of
5287 the docs still need migrating.
5289 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5292 * tests/check/Makefile.am:
5293 * tests/check/pipelines/.cvsignore:
5294 Add gio in a few more places.
5296 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5300 * tests/check/Makefile.am:
5301 Move gio plugin from -bad and mark as experimental.
5303 2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
5305 * gst-libs/gst/interfaces/mixeroptions.c:
5306 * gst-libs/gst/interfaces/mixertrack.c:
5307 Comment out a couple of other things which break the build when
5308 GST_DISABLE_DEPRECATED isn't on but -Werror is.
5310 2008-02-07 Tim-Philipp Müller <tim at centricular dot net>
5312 * docs/libs/gst-plugins-base-libs-sections.txt:
5315 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
5317 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5318 Fix compiler warning.
5320 2008-02-07 Wim Taymans <wim.taymans@collabora.co.uk>
5322 Patch by: Peter Kjellerstedt <pkj at axis com>
5324 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5325 Clear the addrinfo struct using memset. Fixes #514937.
5327 2008-02-06 Wim Taymans <wim.taymans@collabora.co.uk>
5329 * gst/tcp/gstfdset.h:
5330 Remove unused field to same some memory.
5332 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5333 Mark action signals as such.
5335 2008-02-06 Michael Smith <msmith@fluendo.com>
5337 * ext/theora/theoradec.c: (_theora_granule_frame),
5339 Increment granulepos for new-bitstream versions appropriately.
5342 2008-02-04 Wim Taymans <wim.taymans@collabora.co.uk>
5344 * tests/examples/seek/seek.c: (do_seek),
5345 (rate_spinbutton_changed_cb), (update_streams), (main):
5346 Remove obsolete stream_time reset after flushing seek, core does that
5348 Improve accuracy of speed spinbutton.
5349 Only do playbin2 stuff when we actually use it.
5351 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5353 * tests/check/Makefile.am:
5354 Revert previous change of the test environment's GST_PLUGIN_PATH.
5355 The problem is not with the plugins, but with element factories
5356 and only occurs if elements are split out from existing plugins
5357 or if plugins change name (see #512740).
5359 2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
5361 * tests/check/Makefile.am:
5362 Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5363 with the core's plugins first and our local build directories last,
5364 since we might be building against an installed core, and that
5365 core's plugin directory may contain older or other versions of
5366 our own -base plugins, but we really do want to test our local
5367 ones (if there are multiple plugins or element factories with the
5368 same name, those inspected last will trump those read in earlier).
5369 Fixes #512740 for the most part.
5371 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5374 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5375 Use gmtime_r if available as gmtime is not MT-safe.
5378 2008-02-02 Sebastian Dröge <slomo@circular-chaos.org>
5380 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5381 Cast glong to time_t as time_t might have a different type on
5382 other platforms, like FreeBSD, and we get a compiler warning
5383 otherwise. Fixes bug #511825.
5385 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5387 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5388 (get_group), (get_n_pads), (gst_play_bin_get_property),
5389 (pad_added_cb), (no_more_pads_cb), (perform_eos),
5390 (autoplug_select_cb), (deactivate_group):
5391 Remove stream-info, we going for something easier.
5392 Refactor getting the current group.
5393 Implement getting the number of audio/video/text streams.
5395 * gst/playback/gststreamselector.c:
5396 (gst_stream_selector_class_init), (gst_stream_selector_init),
5397 (gst_stream_selector_get_property),
5398 (gst_stream_selector_request_new_pad),
5399 (gst_stream_selector_release_pad):
5400 * gst/playback/gststreamselector.h:
5401 Add property for number of pads.
5403 * tests/examples/seek/seek.c: (set_scale), (update_flag),
5404 (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5405 (text_toggle_cb), (update_streams), (msg_async_done),
5406 (msg_state_changed), (main):
5407 Block slider callback when updating the slider position.
5408 Add gui elements for controlling playbin2.
5409 Add callback for async_done that updates position/duration.
5411 2008-02-01 Stefan Kost <ensonic@users.sf.net>
5413 * docs/plugins/Makefile.am:
5414 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5415 * docs/plugins/gst-plugins-base-plugins-sections.txt:
5416 * docs/plugins/gst-plugins-base-plugins.hierarchy:
5417 * docs/plugins/gst-plugins-base-plugins.interfaces:
5418 * docs/plugins/gst-plugins-base-plugins.prerequisites:
5419 First round of plugin docs cleansups.
5421 * docs/plugins/inspect/plugin-adder.xml:
5422 * docs/plugins/inspect/plugin-alsa.xml:
5423 * docs/plugins/inspect/plugin-audioconvert.xml:
5424 * docs/plugins/inspect/plugin-audiorate.xml:
5425 * docs/plugins/inspect/plugin-audioresample.xml:
5426 * docs/plugins/inspect/plugin-audiotestsrc.xml:
5427 * docs/plugins/inspect/plugin-cdparanoia.xml:
5428 * docs/plugins/inspect/plugin-decodebin.xml:
5429 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5430 * docs/plugins/inspect/plugin-gdp.xml:
5431 * docs/plugins/inspect/plugin-gnomevfs.xml:
5432 * docs/plugins/inspect/plugin-libvisual.xml:
5433 * docs/plugins/inspect/plugin-ogg.xml:
5434 * docs/plugins/inspect/plugin-pango.xml:
5435 * docs/plugins/inspect/plugin-subparse.xml:
5436 * docs/plugins/inspect/plugin-tcp.xml:
5437 * docs/plugins/inspect/plugin-theora.xml:
5438 * docs/plugins/inspect/plugin-typefindfunctions.xml:
5439 * docs/plugins/inspect/plugin-video4linux.xml:
5440 * docs/plugins/inspect/plugin-videorate.xml:
5441 * docs/plugins/inspect/plugin-videoscale.xml:
5442 * docs/plugins/inspect/plugin-videotestsrc.xml:
5443 * docs/plugins/inspect/plugin-volume.xml:
5444 * docs/plugins/inspect/plugin-vorbis.xml:
5445 * docs/plugins/inspect/plugin-ximagesink.xml:
5446 * docs/plugins/inspect/plugin-xvimagesink.xml:
5449 * ext/ogg/Makefile.am:
5450 * ext/ogg/gstoggmux.c:
5451 * ext/ogg/gstoggmux.h:
5452 Add header for oggmux. the c-file needs a doc blob still.
5454 2008-02-01 Wim Taymans <wim.taymans@collabora.co.uk>
5456 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5458 * gst-libs/gst/rtp/gstrtpbuffer.c:
5459 (gst_rtp_buffer_set_extension_data):
5460 * gst-libs/gst/rtp/gstrtpbuffer.h:
5461 * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5462 Add gst_rtp_buffer_set_extension_data()
5463 Add a unit test for this addition. Fixes #511478.
5464 API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5466 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5471 === release 0.10.17 ===
5473 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5476 releasing 0.10.17, "Peanut Butter and Jelly"
5478 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5480 * gst-libs/gst/interfaces/mixeroptions.c:
5481 * gst-libs/gst/interfaces/mixertrack.c:
5482 Also remove the conditional registration of the signals
5483 that disappeared with the ABI change in 0.10.14
5485 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5487 * gst-libs/gst/rtsp/gstrtspconnection.c:
5488 Revert patch to gstrtspconnection.c for brown paper bag
5489 release of -base. Re-opens: #511825
5491 2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
5493 * gst-libs/gst/interfaces/mixeroptions.h:
5494 * gst-libs/gst/interfaces/mixertrack.h:
5495 Change the way these deprecated function pointers are removed
5496 so that the compiled ABI is unconditionally smaller. This
5497 sets in stone an ABI break that actually occurred when the
5498 things were deprecated in 0.10.14, which seems to be the best
5499 fix as the only known users are oss-mixer and sunaudio-mixer in
5503 2008-01-30 Tim-Philipp Müller <tim at centricular dot net>
5505 * win32/common/libgstpbutils.def:
5506 Export the two new _get_type() functions which are needed
5507 by the python bindings.
5509 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5511 * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5512 Cast glong to time_t as time_t might have a different type on
5513 other platforms, like FreeBSD, and we get a compiler warning
5514 otherwise. Fixes bug #511825.
5516 2008-01-29 Sebastian Dröge <slomo@circular-chaos.org>
5518 * gst-libs/gst/audio/gstaudiofilter.c:
5519 (gst_audio_filter_class_init):
5520 Initialize the GstRingerBuffer class to get it's debug category
5521 initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5522 category and otherwise we get some g_critical(). Fixes bug #512334.
5524 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5529 === release 0.10.16 ===
5531 2008-01-28 Jan Schmidt <jan.schmidt@sun.com>
5534 releasing 0.10.16, "Scheduled Interruption"
5536 2008-01-22 Wim Taymans <wim.taymans@collabora.co.uk>
5538 Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5540 * gst-libs/gst/rtp/gstrtpbuffer.c:
5541 (gst_rtp_buffer_get_extension_data):
5542 Fix typos and wrong extension check. Fixes #511274.
5544 2008-01-18 Jan Schmidt <jan.schmidt@sun.com>
5547 Oops - add new sk.po mentioned in the LINGUAS I just committed
5549 2008-01-17 Jan Schmidt <jan.schmidt@sun.com>
5552 Add ca translation to the disted list.
5554 * win32/vs6/libgstsdp.dsp:
5555 Convert line endings to CRLF
5557 2008-01-17 Sebastien Moutte <sebastien@moutte.net>
5560 Add win32/vs6/libgstrtsp.dsp to MANIFEST
5562 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5564 * win32/common/libgstsdp.def:
5565 * win32/common/libgstvideo.def:
5566 Add new API declarations
5568 2008-01-14 Jan Schmidt <jan.schmidt@sun.com>
5570 * ext/theora/gsttheoradec.h:
5571 * ext/theora/gsttheoraparse.h:
5572 * ext/theora/theoradec.c:
5573 * ext/theora/theoraparse.c:
5574 Take a 2nd stab at handling libtheora granulepos changes in the decoder
5575 and parser by inspecting the bitstream version of the incoming data.
5577 2008-01-14 Sebastian Dröge <slomo@circular-chaos.org>
5580 * pkgconfig/Makefile.am:
5581 * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5582 * pkgconfig/gstreamer-audio.pc.in:
5583 * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5584 * pkgconfig/gstreamer-cdda.pc.in:
5585 * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5586 * pkgconfig/gstreamer-fft.pc.in:
5587 * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5588 * pkgconfig/gstreamer-floatcast.pc.in:
5589 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5590 * pkgconfig/gstreamer-interfaces.pc.in:
5591 * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5592 * pkgconfig/gstreamer-netbuffer.pc.in:
5593 * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5594 * pkgconfig/gstreamer-pbutils.pc.in:
5595 * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5596 * pkgconfig/gstreamer-riff.pc.in:
5597 * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5598 * pkgconfig/gstreamer-rtp.pc.in:
5599 * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5600 * pkgconfig/gstreamer-rtsp.pc.in:
5601 * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5602 * pkgconfig/gstreamer-sdp.pc.in:
5603 * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5604 * pkgconfig/gstreamer-tag.pc.in:
5605 * pkgconfig/gstreamer-video-uninstalled.pc.in:
5606 * pkgconfig/gstreamer-video.pc.in:
5607 Provide one pkg-config file for every gst-plugins-base library.
5608 This makes linking to those libraries much more intuitive and
5609 provides standard pkg-config behaviour for them. Fixes bug #499697.
5611 2008-01-13 David Schleef <ds@schleef.org>
5613 * gst/videoscale/vs_4tap.c:
5614 Fix valgrind error on 4tap scaling method.
5616 2008-01-13 Sebastien Moutte <sebastien@moutte.net>
5618 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5619 Include Winsock2.h for VS6 and use a different way initialize
5620 hints structure so it can build with VS6.
5622 * win32/vs6/libgstsdp.dsp:
5623 * win32/common/libgstsdp.def:
5624 Add new files for libgstsdp.
5625 * win32/vs6/grammar.dsp:
5626 Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5627 * win32/vs6/gst_plugins_base.dsw:
5628 * win32/vs6/libgstdecodebin.dsp:
5629 * win32/vs6/libgstdecodebin2.dsp:
5630 * win32/vs6/libgstplaybin.dsp:
5631 * win32/vs6/libgstvolume.dsp:
5632 Add new dependencies to the link list.
5634 2008-01-13 Julien Moutte <julien@fluendo.com>
5636 * win32/common/config.h:
5637 * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5638 (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5639 (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5640 (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5641 (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5642 * win32/common/interfaces-enumtypes.c:
5643 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5644 (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5645 (gst_mixer_track_flags_get_type),
5646 (gst_tuner_channel_flags_get_type):
5647 * win32/common/multichannel-enumtypes.c:
5648 (gst_audio_channel_position_get_type):
5649 * win32/common/pbutils-enumtypes.c:
5650 (gst_install_plugins_return_get_type):
5651 * win32/common/pbutils-enumtypes.h: Update/Add generated files
5652 in the win32 build directory.
5654 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5656 * tests/check/Makefile.am:
5657 Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5659 * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5660 * tests/check/elements/playbin.c:
5661 * tests/check/libs/mixer.c: (test_element_interface_supported),
5662 (gst_implements_interface_init):
5663 * tests/check/libs/rtp.c: (GST_START_TEST):
5664 Fix various assignment type mismatches.
5666 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5669 * gst-libs/gst/rtsp/Makefile.am:
5670 Add test to see if hstrerror is available or if we need libresolv
5671 (Solaris) for it, then use it in libgstrtsp.
5673 2008-01-12 Jan Schmidt <Jan.Schmidt@sun.com>
5675 * gst-libs/gst/tag/Makefile.am:
5676 Fix include path order
5678 2008-01-11 Edward Hervey <edward.hervey@collabora.co.uk>
5680 * gst-libs/gst/pbutils/install-plugins.c:
5681 (gst_install_plugins_context_copy),
5682 (gst_install_plugins_context_get_type):
5683 * gst-libs/gst/pbutils/install-plugins.h:
5684 Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5687 2008-01-11 Michael Smith <msmith@fluendo.com>
5689 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5690 (_theora_granule_frame), (_theora_granule_start_time),
5691 (theora_dec_sink_convert), (theora_dec_decode_buffer):
5692 Adapt for post-alpha meaning of granulepos, when we
5693 have a newer version of libtheora.
5694 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5695 (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5696 (theora_enc_is_discontinuous), (theora_enc_chain):
5698 * tests/check/Makefile.am:
5699 Link libtheora into theoraenc test so we can check which version of
5700 libtheora we're testing against.
5701 * tests/check/pipelines/theoraenc.c: (check_libtheora),
5702 (check_buffer_granulepos),
5703 (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5705 Adapt tests to check the values that are now defined for theora; make
5706 the tests backwards-adapt the passed values if we're running against an
5710 2008-01-10 Tim-Philipp Müller <tim at centricular dot net>
5712 * gst-libs/gst/audio/gstbaseaudiosink.c:
5713 (gst_base_audio_sink_class_init):
5714 * gst-libs/gst/audio/gstbaseaudiosrc.c:
5715 (gst_base_audio_src_class_init):
5716 Ref audio clock class from a thread-safe context to make sure
5717 we're not bit by GObjects lack of thread-safety here (#349410),
5718 however unlikely that may be in practice.
5720 2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
5723 Add -Wno-portability to the automake parameters to stop warnings
5724 about GNU make extensions being used. We require GNU make in almost
5725 every Makefile anyway.
5728 Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5729 at the same time is required for per target flags.
5731 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5733 * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5734 Post an error message if we can't pull as many bytes as we need
5735 for the tag. This makes sure the user gets to see a proper error
5736 message if a file with a partial ID3 tag is fed to decodebin, and
5737 not a 'no ID3 tag demuxer' error, which would be confusing
5740 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5742 * gst-libs/gst/pbutils/descriptions.c: (formats):
5743 Add description strings for ID3, APE, and ICY tags.
5745 2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
5747 * gst/playback/gstdecodebin.c: (try_to_link_1):
5748 Make sure we error out correctly if we can't activate one of
5749 the elements we've added. Fixes #508138.
5751 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5753 Patch by: Bastien Nocera <hadess at hadess net>
5755 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5756 (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5757 Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5758 the volume is the same for all channels. This works around
5759 some problem in alsa that leaves us with inconsistent state
5760 for some reason (#486840).
5762 2008-01-07 Tim-Philipp Müller <tim at centricular dot net>
5764 Patch by: Jerone Young <jerone at gmail com>
5766 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5767 If there's no mixer track by the name of 'Master' or 'Front',
5768 check if there's one called 'PCM' before trying the generic
5769 fallback logic (fixes #506928, where we pick 'Mic' as master
5770 track for the AD1984 card in a Thinkpad T61/X61 laptop).
5772 2008-01-07 Wim Taymans <wim.taymans@collabora.co.uk>
5774 * gst/playback/gstplay-enum.c:
5775 (register_gst_autoplug_select_result),
5776 (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5777 (gst_play_flags_get_type):
5778 * gst/playback/gstplay-enum.h:
5779 Add enums for configuration flags.
5781 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5782 (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5783 (gst_play_bin_get_property), (no_more_pads_cb),
5784 (autoplug_select_cb), (gst_play_bin_change_state):
5785 Merge mode with flags.
5786 Add more property getters/setters, defaults and docs.
5787 Add properties to get number of audio/video/text streams.
5788 Create sink object in _init so that we can always rely on it being
5791 * gst/playback/gstplaysink.c: (gst_play_sink_init),
5792 (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5793 (activate_vis), (gst_play_sink_reconfigure),
5794 (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5795 (gst_play_sink_change_state):
5796 * gst/playback/gstplaysink.h:
5797 Use flags to configure the sink pipelines.
5798 Add tee before audio pipeline so that we can use it for visualisations.
5799 Start working on integrating visualisations.
5800 Remove mode, we can do everything with the flags now.
5801 Add method to configue the sink pipeline.
5803 2008-01-06 Tim-Philipp Müller <tim at centricular dot net>
5805 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5806 (check_buffer_timestamp), (check_buffer_duration):
5807 Turn these functions into macros so we can see right away
5808 where the failure occured.
5810 2008-01-05 Julien Moutte <julien@fluendo.com>
5812 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5813 debugging information to understand how X calculates the stride
5816 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5818 * gst/volume/Makefile.am:
5819 * gst/volume/gstvolume.c: (volume_choose_func),
5820 (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5822 * gst/volume/gstvolume.h:
5823 Use GstAudioFilter as base class for the volume element instead of
5824 plain GstBaseTransform.
5826 2008-01-03 Sebastian Dröge <slomo@circular-chaos.org>
5828 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5829 Don't set element details for the abstract GstAudioFilter class.
5831 2008-01-02 Sebastian Dröge <slomo@circular-chaos.org>
5833 * gst-libs/gst/audio/gstaudiofilter.c:
5834 (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5835 Implement get_unit_size() vmethod of GstBaseTransform.
5837 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk>
5839 * gst-libs/gst/pbutils/Makefile.am:
5840 * gst-libs/gst/pbutils/pbutils.h:
5841 Use glib-enum generator to have a proper enum GType for
5842 GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5844 2007-12-31 David Schleef <ds@schleef.org>
5846 * tests/check/Makefile.am:
5847 * tests/check/pipelines/theoraenc.c:
5848 Reenable theoraenc test, which fails on the buildbot but
5851 2007-12-31 David Schleef <ds@schleef.org>
5853 * docs/libs/.cvsignore:
5854 * docs/plugins/.cvsignore:
5855 Add *-undeclared.txt to fix buildbot.
5857 2007-12-31 David Schleef <ds@schleef.org>
5859 * tests/check/Makefile.am:
5860 Second attempt at disabling theoraenc test long enough to
5861 get buildbot to compile -base.
5863 2007-12-31 David Schleef <ds@schleef.org>
5865 * tests/check/pipelines/theoraenc.c:
5866 Disable theoraenc test long enough to get the buildbot to
5867 compile a recent -base.
5869 2007-12-31 Wim Taymans <wim.taymans@collabora.co.uk>
5871 * tests/examples/seek/seek.c: (stop_cb):
5872 Make sure we reset the slider value to 0.0 without racing against a
5873 possible g_idle that sets it to something else.
5875 2007-12-31 Thijs Vermeir <thijsvermeir@gmail.com>
5877 * sys/ximage/ximagesink.c:
5880 2007-12-30 Wim Taymans <wim.taymans@collabora.co.uk>
5882 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5883 * gst-libs/gst/rtsp/gstrtspdefs.h:
5884 Add Location header so that we can start implementing redirects.
5887 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5889 * gst/subparse/gstssaparse.c:
5892 2007-12-29 Thijs Vermeir <thijsvermeir@gmail.com>
5894 * gst/subparse/gstssaparse.c:
5895 remove duplicate log message
5897 2007-12-29 Sebastian Dröge <slomo@circular-chaos.org>
5899 * ext/libvisual/visual.c: (gst_visual_chain):
5900 Fix 'xyz may be used uninitialized' compiler warnings caused
5901 by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5902 abort() in any case but properly report the error.
5904 2007-12-28 Wim Taymans <wim.taymans@collabora.co.uk>
5906 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5907 (gst_play_bin_finalize), (gst_play_bin_set_uri),
5908 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5909 (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5910 (autoplug_select_cb), (activate_group), (deactivate_group),
5911 (setup_next_source), (save_current_group),
5912 (gst_play_bin_change_state):
5914 Remove next-uri, we can use the uri property just fine.
5916 Unref uridecodebin when switching.
5919 * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5920 (gst_play_sink_init), (gst_play_sink_dispose),
5921 (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5922 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5923 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5924 (gst_play_sink_set_property), (gst_play_sink_get_property),
5925 (gen_video_chain), (gen_text_element), (gen_audio_chain),
5926 (gen_vis_element), (gst_play_sink_get_mode),
5927 (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5928 (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5929 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5930 (gst_play_sink_change_state):
5931 * gst/playback/gstplaysink.h:
5932 Add some locking to make things threadsafe.
5934 * gst/playback/test7.c: (about_to_finish_cb):
5937 2007-12-22 Tim-Philipp Müller <tim at centricular dot net>
5939 * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5940 (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5941 (gst_video_scale_transform):
5942 Don't claim to be able to handle/transform caps that can't really
5943 be handled by the currently selected scaling method (here: RGB or
5944 packed YUV with 4-tap method). Also add locking to method property.
5946 * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5947 (test_basetransform_based):
5948 Some test pipelines for the above (not entirely valgrind clean yet
5951 2007-12-21 David Schleef <ds@schleef.org>
5953 * gst-libs/gst/video/video.c:
5954 * gst-libs/gst/video/video.h:
5955 Add additional RGBA and RGB-24 video formats.
5957 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5959 * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5960 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5961 (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5962 * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5963 (cddabasesrc_suite):
5964 Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5965 deprecated in the future (see #498924).
5967 2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
5969 * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5972 2007-12-20 Thijs Vermeir <thijsvermeir@gmail.com>
5974 * gst-libs/gst/riff/riff-read.c:
5975 Use GST_ROUND_UP_2 macro
5977 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5979 * gst/playback/.cvsignore:
5982 2007-12-20 Tim-Philipp Müller <tim at centricular dot net>
5984 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5985 * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5986 (set_active_source):
5987 * gst/playback/gstplaybasebin.h:
5988 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5989 (setup_sinks), (playbin_set_subtitles_visible):
5990 Make switching off of subtitles work. To avoid all kind of
5991 problems with unlinking of the subtitle input, we just keep
5992 the subtitle inputs linked as they are and tell textoverlay
5993 not to render them. Fixes #373011.
5994 Other subtitle switching issues (esp. when there are both
5995 external and in-stream subtitles) remain. They'll be solved
5998 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
6000 * gst/playback/gststreamselector.c: (gst_selector_pad_init):
6001 Init the pad segment too.
6003 2007-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
6005 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6006 (gst_audioringbuffer_open_device),
6007 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
6008 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6009 (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
6010 (gst_audio_sink_create_ringbuffer):
6011 Improve debug output.
6013 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
6014 (gst_ring_buffer_pause), (gst_ring_buffer_delay):
6015 Prevent some functions from doing things and failing when the
6016 ringbuffer is not yet acquired.
6018 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
6020 * gst-libs/gst/interfaces/interfaces.h:
6021 Also remove interfaces.h from CVS as it is not needed anymore.
6023 2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
6025 * gst-libs/gst/interfaces/Makefile.am:
6026 interfaces.h is not used anymore so remove it from the build
6029 2007-12-17 David Schleef <ds@schleef.org>
6031 * gst/videotestsrc/gstvideotestsrc.c:
6032 * gst/videotestsrc/gstvideotestsrc.h:
6033 Add a "blink" pattern. Turn on the pain. Apologies. It's useful
6034 for testing vertical refresh synchronization.
6036 2007-12-17 David Schleef <ds@schleef.org>
6038 * docs/libs/gst-plugins-base-libs-sections.txt:
6039 * gst-libs/gst/video/video.c:
6040 * gst-libs/gst/video/video.h:
6041 Add new GstVideFormat enum and write a bunch of helper functions
6044 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
6047 Use new common/win32.mak.
6049 2007-12-17 Wim Taymans <wim.taymans@collabora.co.uk>
6051 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6052 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6054 When going from PLAYING to PAUSED, pause the ringbuffer before calling
6055 the parent state change function, just like the audiosink, because the
6056 parent waits for the element to finish its processing before completing
6057 the state change. This makes going to PAUSED a lot snappier.
6058 When going from READY to PAUSED, don't allow the ringbuffer to start
6061 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
6063 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6064 Yet another fix for broken software that produce files with an empty
6065 blockalign field. Instead of completely failing, make a second attempt
6066 at guessing the width/depth by looking at strf->size.
6068 2007-12-16 Tim-Philipp Müller <tim at centricular dot net>
6070 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
6071 (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
6072 * gst-libs/gst/pbutils/install-plugins.c:
6073 (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
6074 * gst-libs/gst/pbutils/missing-plugins.c:
6075 (gst_missing_plugin_message_get_installer_detail),
6076 (gst_missing_encoder_installer_detail_new):
6077 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
6078 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6079 Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6080 avoid compiler warnings (#503930).
6082 2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
6084 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6085 Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6086 for jpeg video streams.
6087 Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6088 for the above modification.
6090 2007-12-15 Tim-Philipp Müller <tim at centricular dot net>
6092 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6093 (gst_x_overlay_handle_events):
6094 More guards (we don't want klass to end up being NULL).
6096 2007-12-14 Sebastian Dröge <slomo@circular-chaos.org>
6099 * gst/volume/gstvolume.c: (gst_volume_init):
6100 Use new gst_base_transform_set_gap_aware() function as volume
6101 correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1
6104 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6106 * tests/examples/seek/seek.c: (msg_segment_done), (main):
6107 Don't go to READY on EOS as this avoids testing of seeking and
6108 restarting after EOS, use the stop button when you want to READY.
6109 Don't try to do a flushing seek in segment-done, it does not make
6110 sense to use this for gapless playback and is not needed.
6112 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6114 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6115 (reset_rate_timer), (update_in_rates), (update_out_rates),
6116 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6117 (gst_queue_chain), (gst_queue_loop):
6118 Use separate timers for input and output rates.
6119 Pause measuring the output rate when we block for more data.
6122 2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
6124 * gst/playback/gstqueue2.c: (gst_queue_chain):
6125 Pause the timer to measure the input rate when we block because the
6126 queue is filled. See #503262.
6128 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
6130 Patch by: Peter Kjellerstedt <pkj at axis com>
6132 * gst-libs/gst/rtsp/gstrtspconnection.c:
6133 (gst_rtsp_connection_free):
6134 Close control sockets. Fixes #503440.
6136 2007-12-13 Wim Taymans <wim.taymans@collabora.co.uk>
6138 * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6139 Expose the right pad in the right place with the right element.
6141 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
6143 * gst-libs/gst/pbutils/descriptions.c: (formats):
6144 Add description for 'private' dts caps (who come up with that name?).
6146 2007-12-13 Tim-Philipp Müller <tim at centricular dot net>
6149 Add check-exports target and run it with 'make check'.
6152 Be stricter about what we export in our libraries: change regexp so that
6153 we only export _gst_foo(), but not __gst_foo().
6155 * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6156 * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6157 Change internal functions to __gst_foo so they dont' get exported.
6159 * win32/common/libgstaudio.def:
6160 Add missing symbols.
6162 2007-12-11 David Schleef <ds@schleef.org>
6164 * ChangeLog: remove conflict markers
6166 2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
6168 * ext/gnomevfs/Makefile.am:
6169 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6170 Use gst_tag_freeform_string_to_utf8() here, which also takes
6171 into account any character sets specified by the user via
6172 environment variables.
6174 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
6176 * gst/audioconvert/Makefile.am:
6179 2007-12-10 Wim Taymans <wim.taymans@gmail.com>
6181 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6182 No need for floating point operations here. avoids having to link
6183 against the math library too.
6185 2007-12-10 Tim-Philipp Müller <tim at centricular dot net>
6187 * gst-libs/gst/pbutils/descriptions.c: (formats),
6188 (format_info_get_desc):
6189 * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6191 Add one or two missing formats. Generate ADPCM description
6192 dynamically depending on layout/format.
6194 2007-12-09 Sebastian Dröge <slomo@circular-chaos.org>
6197 Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6199 2007-12-08 Tim-Philipp Müller <tim at centricular dot net>
6201 Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6203 * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6204 Some .srt files start with chunk number 0 and not chunk number 1,
6205 recognise and accept those as well (fixes #502497).
6207 * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6209 Add unit test for the above.
6211 2007-12-06 Wim Taymans <wim.taymans@gmail.com>
6213 * gst/playback/gstplay-enum.c:
6214 (register_gst_autoplug_select_result),
6215 (gst_autoplug_select_result_get_type):
6216 * gst/playback/gstplay-enum.h:
6219 2007-12-05 Wim Taymans <wim.taymans@gmail.com>
6221 * gst/playback/Makefile.am:
6222 Group decodebin2 and uridecodebin into the same plugin so that they
6223 can share the GEnumType.
6225 * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6226 (_gst_select_accumulator), (gst_decode_bin_class_init),
6227 (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6228 (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6229 (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6230 Add signal to sort factories instead of the more awkward autoplug-select
6232 Modify autoplug_select so that we can try, skip or expose the
6233 autopluggin of an element on a pad.
6235 * gst/playback/gstfactorylists.c: (compare_ranks),
6236 (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6237 (element_filter), (gst_factory_list_get_elements),
6238 (gst_factory_list_debug), (gst_factory_list_filter):
6239 * gst/playback/gstfactorylists.h:
6240 Simplify the API, allow getting elements based on mask.
6242 * gst/playback/gstplay-marshal.list:
6243 Add some more marshallers.
6245 * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6246 (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6247 (autoplug_select_cb), (activate_group):
6248 Add support for managing non-raw sinks by providing a custom element and
6249 sink list to decodebin2.
6250 Try to plug non-raw sinks when decodebin2 using autoplug-select of
6253 * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6254 (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6255 * gst/playback/gstplaysink.h:
6256 Add support for raw and non-raw sinks.
6257 Add support to force sinks selected by playbin2.
6258 Don't plug raw converters for non-raw sinks.
6260 * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6261 (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6262 (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6264 Use right accumulators.
6267 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
6269 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6270 Use runnning time as the base time instead of the timestamp.
6271 Spotted by Saur on IRC.
6273 2007-12-03 Edward Hervey <bilboed@bilboed.com>
6275 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6276 Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6278 2007-12-03 Wim Taymans <wim.taymans@gmail.com>
6280 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6281 (gst_ogg_demux_read_chain):
6282 If we find a new serial number but it does not contain a BOS page, make
6283 sure we initialize the chain to NULL because else we will try to scan it
6284 and crash. Fixes #500763
6286 2007-11-30 Wim Taymans <wim.taymans@gmail.com>
6288 * gst/playback/Makefile.am:
6289 * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6290 (get_feature_array), (decoders_filter), (sinks_filter),
6291 (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6292 (gst_factory_list_filter):
6293 * gst/playback/gstfactorylists.h:
6294 Refactor some common code to filter factories and check caps compat.
6296 * gst/playback/gstdecodebin.c:
6297 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6298 (gst_decode_bin_init), (gst_decode_bin_dispose),
6299 (gst_decode_bin_autoplug_continue),
6300 (gst_decode_bin_autoplug_factories),
6301 (gst_decode_bin_autoplug_select), (analyze_new_pad),
6303 * gst/playback/gstplaybin.c:
6304 * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6305 (gst_play_bin_init), (gst_play_bin_finalize),
6306 (autoplug_factories_cb), (activate_group):
6307 * gst/playback/gstqueue2.c:
6308 * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6309 (proxy_autoplug_continue_signal),
6310 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6311 (proxy_drained_signal):
6312 Add some more debug info and use factor filtering code.
6314 2007-11-26 Stefan Kost <ensonic@users.sf.net>
6316 * gst/audiotestsrc/gstaudiotestsrc.c:
6317 * gst/volume/gstvolume.c:
6318 * gst/volume/gstvolume.h:
6319 Add GAP-flag support.
6321 2007-11-24 Julien MOUTTE <julien@moutte.net>
6323 * tests/examples/seek/seek.c: (main): Increase the range of the
6324 rate selector as I would like to test QOS behavior at higher
6325 forward and reverse playback speed like say 64x.
6327 2007-11-23 Sebastian Dröge <slomo@circular-chaos.org>
6329 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6330 (audioresample_query), (audioresample_query_type),
6331 (gst_audioresample_set_property):
6332 Implement latency query.
6334 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6336 * gst-libs/gst/audio/gstbaseaudiosink.c:
6337 (gst_base_audio_sink_drain):
6338 Our EOS time contains the base_time, _wait_eos() expects a running_time
6339 so we have to subtract the base_time again before calling the function.
6340 This fixes an EOS regression where the base_time was added twice and EOS
6341 took longer and longer in certain situations.
6344 2007-11-21 Wim Taymans <wim.taymans@gmail.com>
6346 * docs/libs/gst-plugins-base-libs-sections.txt:
6347 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6348 (gst_base_audio_sink_set_provide_clock),
6349 (gst_base_audio_sink_get_provide_clock),
6350 (gst_base_audio_sink_set_slave_method),
6351 (gst_base_audio_sink_get_slave_method),
6352 (gst_base_audio_sink_set_property),
6353 (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6354 (gst_base_audio_sink_none_slaving),
6355 (gst_base_audio_sink_handle_slaving):
6356 * gst-libs/gst/audio/gstbaseaudiosink.h:
6357 Expose methods for some object properties so that subclasses can more
6358 easily configure them.
6359 Added slave method none, that completely disables slaving to the
6361 API: gst_base_audio_sink_set_provide_clock()
6362 API: gst_base_audio_sink_get_provide_clock()
6363 API: gst_base_audio_sink_set_slave_method()
6364 API: gst_base_audio_sink_get_slave_method()
6366 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6367 (gst_base_audio_src_set_provide_clock),
6368 (gst_base_audio_src_get_provide_clock),
6369 (gst_base_audio_src_set_property),
6370 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6371 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6372 Expose methods for some object properties so that subclasses can more
6373 easily configure them.
6374 API: gst_base_audio_src_set_provide_clock()
6375 API: gst_base_audio_src_get_provide_clock()
6377 2007-11-20 Wim Taymans <wim.taymans@gmail.com>
6379 Patch by: Joe Peterson <lavajoe at gentoo dot org>
6381 * gst-libs/gst/sdp/gstsdpmessage.c:
6382 Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6384 2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
6386 * tests/check/libs/fft.c: (GST_START_TEST):
6387 Fix scaling to really have dB instead of something else.
6389 2007-11-19 Julien MOUTTE <julien@moutte.net>
6391 * tests/examples/seek/seek.c: (main): There's a nice macro to check
6392 GTK version, use it.
6394 2007-11-19 Julien MOUTTE <julien@moutte.net>
6396 * tests/examples/seek/seek.c: (main): Try to support stable version
6399 2007-11-17 Stefan Kost <ensonic@users.sf.net>
6401 * gst/playback/README:
6402 * gst/playback/test7.c:
6403 Fix the build + little README update.
6405 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6407 * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6408 Add playbin2 seek pipeline.
6410 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6412 * gst/playback/Makefile.am:
6413 * gst/playback/gstplayback.c: (plugin_init):
6414 * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6415 (eos_cb), (about_to_finish_cb), (main):
6417 Added gapless playback example.
6419 * gst/playback/gstplaybasebin.c:
6420 * gst/playback/gstplaybasebin.h:
6421 * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6422 * gst/playback/gstqueue2.c:
6423 * gst/playback/test.c:
6424 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6426 * gst/playback/gststreaminfo.h:
6429 * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6430 (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6431 (gst_play_bin_dispose), (gst_play_bin_set_uri),
6432 (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6433 (gst_play_bin_get_property), (gst_play_bin_handle_message),
6434 (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6435 (drained_cb), (unlink_group), (activate_group),
6436 (setup_next_source), (gst_play_bin_change_state),
6437 (gst_play_bin2_plugin_init):
6438 Added raw first version of playbin2. Does chained oggs and gapless
6439 playback fine. No support for raw sinks yet. No visualisations or
6442 * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6443 (gst_play_sink_class_init), (gst_play_sink_init),
6444 (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6445 (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6446 (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6447 (gst_play_sink_set_property), (gst_play_sink_get_property),
6448 (post_missing_element_message), (free_chain), (add_chain),
6449 (activate_chain), (gen_video_chain), (gen_text_element),
6450 (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6451 (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6452 (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6453 (gst_play_sink_send_event), (gst_play_sink_change_state):
6454 * gst/playback/gstplaysink.h:
6455 Added Element that abstracts the sinks and their pipelines for playbin2.
6457 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6459 * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6460 (gst_selector_pad_class_init), (gst_selector_pad_init),
6461 (gst_selector_pad_finalize), (gst_selector_pad_reset),
6462 (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6463 (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6464 (gst_selector_pad_chain), (gst_stream_selector_get_type),
6465 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6466 (gst_stream_selector_init), (gst_stream_selector_set_property),
6467 (gst_stream_selector_get_linked_pad),
6468 (gst_stream_selector_getcaps),
6469 (gst_stream_selector_is_active_sinkpad),
6470 (gst_stream_selector_activate_sinkpad),
6471 (gst_stream_selector_get_linked_pads),
6472 (gst_stream_selector_request_new_pad),
6473 (gst_stream_selector_release_pad):
6474 * gst/playback/gststreamselector.h:
6475 Improve streamselector, make it select and unselect the current pad more
6477 Subclass GstPad for the sinkpads of the selector.
6478 Handle segments more correctly.
6479 Fix caps negotiation.
6480 Implement release_pad.
6482 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6484 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6485 (gst_decode_group_check_if_drained), (source_pad_event_probe),
6487 Add drained signal fired when decodebin finishes decoding the data.
6488 Remove deprecated STATE_DIRTY message.
6490 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6491 (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6492 (analyse_source), (proxy_drained_signal), (make_decoder),
6493 (source_new_pad), (value_list_append_structure_list),
6494 (handle_redirect_message), (handle_message):
6495 Proxy the new drained signal.
6496 Handle pad removed from decodebin.
6497 Handle redirect messages by sorting multiple redirections based on the
6500 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6502 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6504 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6505 Fix leaking headers. Fixes #496761.
6507 2007-11-16 Wim Taymans <wim.taymans@gmail.com>
6509 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6511 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6512 (gst_ximagesink_change_state):
6513 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6514 Don't leak the PAR on errors. Fixes #496731.
6516 2007-11-16 Tim-Philipp Müller <tim at centricular dot net>
6518 * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6519 (gst_tag_from_id3_user_tag):
6520 Add mapping for audio cd discid tags, so we can extract
6521 them from tags as well (see #347848). Also compare identifiers
6522 in ID3v2 TXXX frames in a case-insensitive way to increase
6523 compatibility when reading tags (discid vs. DiscID vs. DiscId).
6525 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6527 * gst-plugins-base.doap:
6528 Oops, fix the release name.
6530 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6532 * gst-plugins-base.doap:
6535 2007-11-16 Jan Schmidt <jan.schmidt@sun.com>
6540 === release 0.10.15 ===
6542 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6545 releasing 0.10.15, "No need to argue"
6547 2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
6549 * win32/vs6/libgstfft.dsp:
6550 Convert line endings to DOS.
6552 2007-11-15 Sebastien Moutte <sebastien@moutte.net>
6554 * win32/vs6/gst_plugins_base.dsw:
6555 * win32/vs6/libgstfft.dsp:
6557 Add a project file for fft plugin and remove socket
6558 based plugin which don't build from the workspace.
6559 * win32/vs6/libgstaudio.dsp:
6560 * win32/vs6/libgstrtp.dsp:
6561 * win32/vs6/libgsttag.dsp:
6562 Convert line endings back to DOS.
6565 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6567 * win32/vs6/libgstinterfaces.dsp:
6568 * win32/vs6/libgstrtsp.dsp:
6569 Convert line endings back to DOS
6571 2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
6573 * gst-libs/gst/fft/kiss_fft_f32.h:
6574 * gst-libs/gst/fft/kiss_fft_f64.h:
6575 * gst-libs/gst/fft/kiss_fft_s16.h:
6576 * gst-libs/gst/fft/kiss_fft_s32.h:
6577 Don't include malloc.h which doesn't exist on Mac OSX.
6578 Instead, pull in glib.h and use g_malloc/g_free for
6579 consistency. Fixes: #496548
6581 2007-11-09 Stefan Kost <ensonic@users.sf.net>
6583 * gst/playback/gstdecodebin2.c:
6584 Dont leak ghostpad. Fixes #475451.
6586 2007-11-09 Wim Taymans <wim.taymans@gmail.com>
6588 * docs/design/design-decodebin.txt:
6589 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6590 Update some more docs and comments.
6592 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6594 Patch by: Sebastien Moutte <sebastien moutte net>
6596 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6597 (gst_rtcp_unix_to_ntp):
6598 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6599 Fix some C99-isms and and a missing function that some versions of
6600 MSVC don't like too much (#494346).
6602 * win32/vs6/gst_plugins_base.dsw:
6603 * win32/vs6/libgstaudio.dsp:
6604 * win32/vs6/libgstrtp.dsp:
6605 * win32/vs6/libgsttag.dsp:
6606 Update vs6 projects files (#494346).
6608 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6610 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6612 * win32/common/libgstaudio.def:
6613 * win32/common/libgstcdda.def:
6614 * win32/common/libgstinterfaces.def:
6615 * win32/common/libgstnetbuffer.def:
6616 * win32/common/libgstpbutils.def:
6617 * win32/common/libgstrtp.def:
6618 * win32/common/libgstrtsp.def:
6619 * win32/common/libgsttag.def:
6620 * win32/common/libgstvideo.def:
6621 More missing symbols to export (fixes #493986).
6623 2007-11-06 Sebastian Dröge <slomo@circular-chaos.org>
6625 * docs/libs/gst-plugins-base-libs-sections.txt:
6626 * gst-libs/gst/fft/gstfftf32.c:
6627 * gst-libs/gst/fft/gstfftf32.h:
6628 * gst-libs/gst/fft/gstfftf64.c:
6629 * gst-libs/gst/fft/gstfftf64.h:
6630 * gst-libs/gst/fft/gstffts16.c:
6631 * gst-libs/gst/fft/gstffts16.h:
6632 * gst-libs/gst/fft/gstffts32.c:
6633 * gst-libs/gst/fft/gstffts32.h:
6634 * tests/check/libs/fft.c: (GST_START_TEST):
6635 Remove the magnitude and phase calculation functions as these have
6636 very special use cases and can't even be used for the spectrum
6637 element. Also adjust the docs to mention some properties of the used
6638 FFT implemention, i.e. how the values are scaled. Fixes #492098.
6640 2007-11-06 Tim-Philipp Müller <tim at centricular dot net>
6642 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6644 Avoid crash when there are external subtitles (fixes #491722).
6646 2007-11-03 Tim-Philipp Müller <tim at centricular dot net>
6648 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6649 * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6650 'Could not open resource for writing' is not an acceptable
6651 error message when we can't open the audio device (see #492334),
6652 even less so when we're trying to open it to record something.
6654 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6656 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6658 * win32/common/libgstrtp.def:
6659 Add some more missing symbols (#492813).
6661 2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
6663 Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6665 * tests/check/elements/audioconvert.c: (verify_convert):
6666 Add check to make sure that the out caps have a channel layout
6667 set on them where they should have one.
6669 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6671 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6673 * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6674 * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6675 Include our own _stdint.h instead of sys/types.h, makes MingW happy
6678 * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6679 Use _pipe directly, GLib doesn't have a pipe() macro any longer
6680 (it disappeared in GLib 2.14.0) (#492306).
6682 * gst-libs/gst/sdp/Makefile.am:
6683 * gst-libs/gst/sdp/gstsdpmessage.c:
6684 Fix includes and LIBS for win32/Mingw (#492306).
6686 * tests/examples/dynamic/addstream.c (pause_play_stream):
6687 Use more portable g_usleep() instead of sleep() (#492306).
6689 2007-11-01 Tim-Philipp Müller <tim at centricular dot net>
6691 Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
6693 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6694 (gst_ring_buffer_parse_caps):
6695 Return NULL instead of an enum that happens to be 0, fixes warning
6698 * gst-libs/gst/audio/gstringbuffer.h:
6699 No trailing commas in enum list (for gcc-2.9x).
6701 * gst/videotestsrc/videotestsrc.c: (random_char):
6702 Make information loss explicit instead of implicitly truncating to
6703 eight bits via the return value. Fixes runtime error on MSVC when
6704 using the debug CRT (#492114).
6706 * win32/common/config.h.in:
6707 Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6709 * win32/common/libgstinterfaces.def:
6710 * win32/common/libgstrtp.def:
6711 Export a few more symbols (#492114).
6713 2007-11-01 Stefan Kost <ensonic@users.sf.net>
6715 * gst-libs/gst/audio/audio.c:
6716 * gst-libs/gst/audio/audio.h:
6717 Readd the deprecation guards, but preserve compilability.
6719 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6721 * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6722 (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6723 Preserve channel layout when fixating the number of channels in the
6724 output caps, or make sure there's a suitable channel position layout
6725 set on the caps if required. Fixes #430677.
6727 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6729 * tests/check/elements/decodebin.c: (test_text_plain_streams):
6730 Make sure the pipeline really operates in push mode as it should
6733 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6735 * gst-libs/gst/audio/audio.h:
6736 Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6737 compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6738 (ie. normal cvs builds) will fail.
6740 2007-10-31 Stefan Kost <ensonic@users.sf.net>
6742 * docs/libs/Makefile.am:
6743 * gst-libs/gst/audio/audio.c:
6744 * gst-libs/gst/audio/audio.h:
6745 * gst-libs/gst/interfaces/mixer.c:
6746 tell gtk-doc about the deprecation guard. Apply more doc fixes.
6748 2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
6750 * tests/check/libs/audio.c: (init_value_to_channel_layout),
6751 (test_channel_layout_value_intersect), (audio_suite):
6752 Add simple unit test to make sure GstValue intersection
6753 of channel layouts works the way I think it does.
6755 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6757 * docs/libs/gst-plugins-base-libs-sections.txt:
6758 * gst-libs/gst/audio/gstaudiofilter.h:
6759 * gst-libs/gst/interfaces/mixer.h:
6760 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6761 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6762 * gst-libs/gst/sdp/gstsdpmessage.c:
6763 Fix the docs according to what gtk-doc complained about.
6765 2007-10-30 Stefan Kost <ensonic@users.sf.net>
6767 * tests/icles/stress-playbin.c:
6770 2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
6772 * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6773 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6774 Post nice/more useful error message if we don't have a decoder for
6777 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6779 * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6780 Be a bit more useful, unblock the pads after we fired the no-more-pads
6781 signal so that we can use the signal to inspect and connect all pads
6782 without having to keep extra state outside of decodebin.
6784 2007-10-30 Wim Taymans <wim.taymans@gmail.com>
6786 * gst/playback/gsturidecodebin.c:
6787 (gst_uri_decode_bin_autoplug_continue),
6788 (gst_uri_decode_bin_class_init), (no_more_pads_full):
6789 Implement default signal handler so that we return TRUE when nothing is
6792 2007-10-28 Sebastian Dröge <slomo@circular-chaos.org>
6794 * gst-libs/gst/riff/riff-media.c:
6795 (gst_riff_wavext_add_channel_layout),
6796 (gst_riff_wave_add_default_channel_layout),
6797 (gst_riff_wavext_get_default_channel_mask),
6798 (gst_riff_create_audio_caps):
6799 Use the ALSA channel layout as default for wav files without channel
6800 layout information. This fixes playback of chan-id.wav on 5.1 systems
6801 for example. Also refactor the channel layout setting a bit and add
6802 more default channel orders. Fixes #489010.
6804 2007-10-26 Tim-Philipp Müller <tim at centricular dot net>
6806 * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6807 GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6808 -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6811 2007-10-25 Wim Taymans <wim.taymans@gmail.com>
6813 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6814 (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6815 (gst_decode_bin_set_subs_encoding),
6816 (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6817 (gst_decode_bin_get_property), (analyze_new_pad):
6818 Move subtitle encoding property to decodebin2 so that it can set the
6819 property value on all elements that it autoplugs and that require it.
6820 Make caps refcounting more consistent in get/set.
6822 * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6823 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6824 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6825 (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6826 (proxy_autoplug_continue_signal),
6827 (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6829 Proxy properties and relevant signals from the internal decodebin.
6830 Make properties MT safe.
6832 2007-10-25 Tim-Philipp Müller <tim at centricular dot net>
6834 * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6835 * gst-libs/gst/tag/tags.c:
6836 Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6837 GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6839 * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6840 Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6842 * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6843 (gst_tag_to_vorbis_comments):
6844 Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6845 just mapping everything I found in the wild) (#414539).
6847 2007-10-24 Wim Taymans <wim.taymans@gmail.com>
6849 Inspired by patch of: René Stadler <mail at renestadler dot de>
6851 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6852 (gst_decode_bin_autoplug_continue),
6853 (gst_decode_bin_autoplug_factories),
6854 (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6856 * gst/playback/gstplay-marshal.list:
6857 Remove the autoplug-sort signal and replace it with a binding friendly
6858 autoplug-select signal.
6859 Add an autoplug-factories signal that can be used to generate a list of
6860 factories to try to autoplug.
6861 Add the GstPad to the autoplugging signal args as it might be needed to
6862 make a good factory selection.
6863 Fix up the marshallers for this. Fixes #407282.
6865 2007-10-23 Tim-Philipp Müller <tim at centricular dot net>
6867 * gst-libs/gst/tag/gsttagdemux.c:
6868 Don't abort with an assertion if we receive a seek event with
6869 a start type of NONE (see launchpad bug #155878).
6871 2007-10-22 Wim Taymans <wim.taymans@gmail.com>
6873 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6874 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6875 (gst_ximagesink_change_state), (gst_ximagesink_reset):
6876 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6877 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6878 (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6879 Make sure that before we clean up the X resources, we shutdown and join
6881 Also make sure the event thread does not shut down immediatly after
6882 startup because the running variable is not yet correctly set.
6885 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6887 * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6888 Make the window for a race in typefind and shutting down smaller until
6889 we figure out the right locking here. Avoids #485753 usually.
6891 * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6892 Remove unneeded lock causing a race in typefind and shutting down.
6895 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6896 Also remove sinks when going to NULL because we might not complete the
6897 state change to PAUSED, causing the PAUSED->READY state change not to
6900 2007-10-16 Wim Taymans <wim.taymans@gmail.com>
6902 * gst-libs/gst/audio/gstbaseaudiosink.c:
6903 (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6904 Also explicitly release the ringbuffer when going to NULL because it
6905 is required in the setcaps function, before the state change to PAUSED
6908 2007-10-16 Tim-Philipp Müller <tim at centricular dot net>
6910 * tests/icles/.cvsignore:
6911 * tests/icles/Makefile.am:
6912 * tests/icles/stress-playbin.c:
6913 Does what it says on the tin.
6915 2007-10-15 Wim Taymans <wim.taymans@gmail.com>
6917 * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6918 Fix queue negotiation. See #486758.
6920 2007-10-12 Jan Schmidt <Jan.Schmidt@sun.com>
6922 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6923 (gst_xvimagesink_xwindow_new),
6924 (gst_xvimagesink_update_colorbalance),
6925 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6927 Fix handling of some of the X atoms. If the last parameter is True,
6928 XInternAtom won't create the atom if it doesn't exist, and therefore
6929 might return None. This causes X errors on Xv implementations that
6930 don't provide the colour balance attributes.
6932 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6934 * gst-libs/gst/tag/gstvorbistag.c:
6935 * tests/check/libs/tag.c:
6936 Extract vorbis comment LICENSE tags correctly.
6938 2007-10-11 Tim-Philipp Müller <tim at centricular dot net>
6940 Patch by: Jason Kivlighn <jkivlighn gmail com>
6942 * gst-libs/gst/tag/gstid3tag.c:
6943 * tests/check/libs/tag.c:
6944 Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6946 2007-10-10 Tim-Philipp Müller <tim at centricular dot net>
6948 * gst-libs/gst/tag/gsttagdemux.c:
6949 Don't error out when a buggy downstream element doesn't
6950 handle the newsegment event we send properly (especially
6951 not without posting a meaningful error message on the
6952 bus). See bug #471370 and launchpad bug #136264.
6954 2007-10-10 Wim Taymans <wim.taymans@gmail.com>
6956 * gst-libs/gst/audio/gstbaseaudiosink.c:
6957 (gst_base_audio_sink_drain):
6958 Use new basesink method to make our EOS drain interruptable.
6960 2007-10-10 Jan Schmidt <Jan.Schmidt@sun.com>
6962 * gst-libs/gst/rtp/gstrtppayloads.c:
6963 Fix silly search-replace oversight.
6965 2007-10-09 Wim Taymans <wim.taymans@gmail.com>
6967 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6969 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6970 (gst_basertppayload_set_outcaps):
6971 Fix caps memleak. Fixes #484989.
6974 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6976 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6977 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6980 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6982 * gst-libs/gst/audio/gstbaseaudiosrc.c:
6983 (gst_base_audio_src_create):
6984 Also handle the case where there is no clock set on the audio source,
6985 like in the unit tests.
6987 2007-10-08 Jan Schmidt <Jan.Schmidt@sun.com>
6989 * gst-libs/gst/rtp/gstrtppayloads.c:
6990 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6991 to avoid compiler warnings
6993 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
6995 * gst/playback/gstdecodebin.c: (type_found),
6996 (gst_decode_bin_change_state):
6997 * gst/playback/gstdecodebin2.c: (type_found),
6998 (gst_decode_bin_change_state):
6999 Don't disconnect the have_type signal because we never reconnect it
7000 later on. Instead keep a variable to see if we already detected a type.
7002 2007-10-08 Wim Taymans <wim.taymans@gmail.com>
7004 * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
7005 * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
7007 Unlink the signal handler when we found the type, we're not going to do
7008 anything sensible with more type_found signals anyway.
7010 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7012 * gst-libs/gst/tag/gsttagdemux.c:
7015 2007-10-06 Tim-Philipp Müller <tim at centricular dot net>
7017 * gst-libs/gst/tag/Makefile.am:
7018 * gst-libs/gst/tag/gsttagdemux.c:
7019 * gst-libs/gst/tag/gsttagdemux.h:
7020 API: add GstTagDemux base class for simple tag demuxers.
7022 * docs/libs/gst-plugins-base-libs-docs.sgml:
7023 * docs/libs/gst-plugins-base-libs-sections.txt:
7024 Add GstTagDemux to docs.
7026 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
7028 * gst-libs/gst/rtp/gstrtpbuffer.c:
7029 (gst_rtp_buffer_get_payload_subbuffer):
7030 Fix bug introduced with last commit which inverted the logic and
7031 caused all buffers to be dropped. Fixes #483620.
7032 Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
7034 2007-10-04 Stefan Kost <ensonic@users.sf.net>
7036 * gst-libs/gst/rtp/gstrtpbuffer.c:
7037 Replace g_return_if_val (as it could be disabled), with regular return
7040 2007-10-03 Stefan Kost <ensonic@users.sf.net>
7042 * tests/check/pipelines/simple-launch-lines.c:
7043 Print message name and not just number.
7045 2007-10-02 Wim Taymans <wim.taymans@gmail.com>
7047 * gst-libs/gst/audio/gstbaseaudiosink.c:
7048 (gst_base_audio_sink_async_play):
7049 When slaved to the clock, don't try to align a sample with the previous
7050 one when going to PLAYING again.
7052 2007-10-02 Stefan Kost <ensonic@users.sf.net>
7054 * tests/examples/snapshot/snapshot.c:
7057 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7059 * gst-libs/gst/sdp/gstsdpmessage.h:
7060 Add RFC 3556 bandwidth modifiers.
7062 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7064 * docs/libs/gst-plugins-base-libs-docs.sgml:
7065 * docs/libs/gst-plugins-base-libs-sections.txt:
7066 * gst-libs/gst/rtp/gstrtppayloads.c:
7067 Update documentation.
7069 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7071 * gst-libs/gst/rtp/Makefile.am:
7072 * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
7073 (gst_rtp_payload_info_for_name):
7074 * gst-libs/gst/rtp/gstrtppayloads.h:
7075 Added new file and header to deal with payload info.
7077 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7078 (gst_rtp_buffer_default_clock_rate):
7079 * gst-libs/gst/rtp/gstrtpbuffer.h:
7080 Payload specific stuff is move to new headers.
7081 Implement _default_clock rate using the new payload function.
7083 * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7084 (gst_sdp_parse_line):
7085 * gst-libs/gst/sdp/gstsdpmessage.h:
7086 Add some more comments.
7088 2007-10-01 Wim Taymans <wim.taymans@gmail.com>
7090 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7091 (sdp_check_header), (sdp_type_find), (plugin_init):
7092 Add typefind function for application/sdp.
7093 Remove some old dirac typefind code that was ifdeffed out.
7095 2007-09-29 Sebastien Moutte <sebastien@moutte.net>
7097 * win32/common/libgstaudio.def:
7098 Add new exported functions.
7099 * win32/vs6/grammar.dsp:
7100 Add autogeneration and copy of some autegenerated files from win32/common
7102 * win32/vs6/libgstaudioconvert.dsp:
7103 Add gstaudioquantize.c to the build.
7104 * win32/vs6/libgstinterfaces.dsp:
7105 Add videoorientation.c to the build.
7106 * win32/vs6/libgstriff.dsp:
7107 Add libgsttag to the link libraries list.
7108 * win32/vs6/libgstvolume.dsp:
7109 Add liboil to the link.
7110 * win32/vs6/gst_plugins_base.dsw:
7111 * win32/vs6/libgstrtsp.dsp:
7112 * win32/common/libgstrtsp.def:
7113 Add files to build libgstrtsp library.
7115 2007-09-26 Wim Taymans <wim.taymans@gmail.com>
7117 * tests/examples/snapshot/snapshot.c: (main):
7118 Print error when pipeline failed to construct.
7120 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7123 * gst-libs/gst/tag/gstid3tag.c:
7124 * gst-libs/gst/tag/gstvorbistag.c:
7125 Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7128 2007-09-25 Tim-Philipp Müller <tim at centricular dot net>
7130 * gst-libs/gst/floatcast/floatcast.h:
7131 Don't include config.h in an installed public header, this
7132 might break compilation of applications that don't have such
7133 a header and doesn't necessarily do what it's supposed to do
7134 anyway (ie. check for the lrint/lrintf defines) (#442065).
7135 Add docs for the various macros and document how this header
7136 has to be used (link against libm, etc.); add a few FIXMEs;
7137 include math.h for non-c99 code path. Based on patch by
7140 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org>
7143 Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7144 of duplicating these macros in configure.ac.
7146 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7151 Updated translations to 0.10.14
7153 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7155 translated by: Jakub Bogusz <qboosh@pld-linux.org>
7158 Added Polish translation.
7160 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7162 translated by: Ilkka Tuohela <hile@iki.fi>
7165 Added Finnish translation.
7167 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7169 translated by: Jorge González González <aloriel@gmail.com>
7172 Added Spanish translation.
7174 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7176 translated by: Mogens Jaeger <mogens@jaeger.tf>
7179 Added Danish translation.
7181 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7183 translated by: Funda Wang <fundawang@linux.net.cn>
7186 Added Chinese (simplified) translation.
7188 2007-09-22 Thomas Vander Stichele <thomas at apestaart dot org>
7190 translated by: Alexander Shopov <ash@contact.bg>
7193 Added Bulgarian translation.
7195 2007-09-21 Wim Taymans <wim.taymans@gmail.com>
7197 * gst/playback/gstqueue2.c: (gst_queue_push_one):
7198 Fix compilation wrt printf arguments.
7200 2007-09-20 Wim Taymans <wim.taymans@gmail.com>
7203 * tests/examples/Makefile.am:
7204 * tests/examples/snapshot/.cvsignore:
7205 * tests/examples/snapshot/Makefile.am:
7206 * tests/examples/snapshot/snapshot.c: (main):
7207 Add simple snapshot example program using appsink.
7209 2007-09-20 Stefan Kost <ensonic@users.sf.net>
7211 * tests/check/generic/states.c:
7212 Improved state change unit test.
7214 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7216 * docs/plugins/.cvsignore:
7217 * tests/check/.cvsignore:
7218 Ignore registries in any format.
7220 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7222 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7223 (gst_base_rtp_depayload_chain),
7224 (gst_base_rtp_depayload_set_gst_timestamp):
7225 Only copy timestamp on outgoing packets if the depayloader did not set
7227 Also copy duration on outgoing packets.
7229 2007-09-19 Wim Taymans <wim.taymans@gmail.com>
7231 * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7232 (gst_basertppayload_set_outcaps):
7233 Fix compilation because of missing %d in printf.
7234 When fixating caps, fixate what we can and throw away all remaining
7235 unfixed caps, subclasses should do something smart if they need to.
7237 2007-09-19 Stefan Kost <ensonic@users.sf.net>
7239 * ext/gnomevfs/gstgnomevfssrc.c:
7240 Improve debug logs a bit and be more verbose if things go wrong.
7242 2007-09-17 Jan Schmidt <Jan.Schmidt@sun.com>
7244 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7245 (gst_text_overlay_set_property):
7246 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7247 * gst-libs/gst/audio/gstbaseaudiosink.c:
7248 (gst_base_audio_sink_render):
7249 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7250 (gst_rtcp_unix_to_ntp):
7251 * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7252 * gst/playback/gstqueue2.c:
7253 * tests/examples/seek/seek.c: (set_scale):
7254 Fix a bunch of compile warnings shown with Forte.
7256 * gst/audiorate/gstaudiorate.c:
7257 Always pull in config.h before including any system headers.
7259 2007-09-17 Wim Taymans <wim.taymans@gmail.com>
7261 * gst/playback/gstqueue2.c: (update_buffering),
7262 (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7263 (gst_queue_handle_sink_event), (gst_queue_chain),
7264 (gst_queue_push_one), (gst_queue_sink_activate_push),
7265 (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7266 Also fix #476514 for queue2.
7268 2007-09-16 Wim Taymans <wim.taymans@gmail.com>
7270 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7271 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7272 (gst_base_rtp_depayload_chain),
7273 (gst_base_rtp_depayload_handle_sink_event),
7274 (gst_base_rtp_depayload_push_full),
7275 (gst_base_rtp_depayload_set_gst_timestamp),
7276 (gst_base_rtp_depayload_change_state):
7277 Remove code to deal with RTP to GST time conversion, we now just copy
7278 the GST timestamp we receive to the outgoing buffers.
7279 Handle segment and flushes correctly.
7281 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7282 When we have no valid input timestamp, use the previous rtp timestamp on
7283 the outgoing RTP packet instead of the RTP base time.
7285 2007-09-15 David Schleef <ds@schleef.org>
7287 * ext/alsa/gstalsa.c:
7288 * ext/alsa/gstalsadeviceprobe.c:
7289 * ext/alsa/gstalsamixer.c:
7290 * ext/alsa/gstalsasink.c:
7291 * ext/alsa/gstalsasrc.c:
7292 Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7294 2007-09-15 Wim Taymans <wim.taymans@gmail.com>
7296 * gst-libs/gst/rtp/gstbasertppayload.c:
7297 (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7298 Add some debug info when negotiating caps.
7300 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7302 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7303 A buffer with an empty payload is also a valid buffer.
7305 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7307 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7308 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7309 (gst_basertppayload_change_state):
7310 Make sure we start our RTP timestamp from the random base RTP
7311 timestamp even if the buffer timestamp starts from some random value.
7313 2007-09-14 Wim Taymans <wim.taymans@gmail.com>
7316 * tests/examples/Makefile.am:
7317 * tests/examples/dynamic/.cvsignore:
7318 * tests/examples/dynamic/Makefile.am:
7319 * tests/examples/dynamic/addstream.c: (create_stream),
7320 (pause_play_stream), (message_received), (eos_message_received),
7321 (perform_step), (main):
7322 Add simple exmple app to demonstrate starting and pausing live and
7323 non-live bins in a PLAYING pipeline.
7325 2007-09-14 Julien MOUTTE <julien@moutte.net>
7327 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7328 typefind for QCP files (RFC #3625)
7330 2007-09-13 Wim Taymans <wim.taymans@gmail.com>
7332 * gst-libs/gst/audio/gstbaseaudiosink.c:
7333 (gst_base_audio_sink_init):
7334 Disable pull mode scheduling, we're not ready for it yet and it subtly
7335 breaks a lot of things.
7337 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7339 * tests/check/elements/libvisual.c:
7340 Test all libvisual plugins, not just the first one; this reproduces
7341 bug #450336 quite easily. Looks like a problem with the 'jess'
7344 2007-09-12 Tim-Philipp Müller <tim at centricular dot net>
7346 * tests/check/Makefile.am:
7347 * tests/check/elements/.cvsignore:
7348 * tests/check/elements/libvisual.c:
7349 Add basic libvisual test case in an attempt to reproduce bug #450336.
7350 Doesn't reproduce that bug, but some other crasher instead (invalid
7351 free), at least with make elements/libvisual.forever and the bumscope
7352 plugin on x86-64/gutsy. Leaving test disabled for now.
7354 2007-09-11 Wim Taymans <wim.taymans@gmail.com>
7356 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7358 * gst-libs/gst/rtsp/gstrtspconnection.c:
7359 (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7360 (read_body), (gst_rtsp_connection_receive):
7361 Make sure we can not cancel in the middle of receiving a message.
7364 2007-09-11 Tim-Philipp Müller <tim at centricular dot net>
7366 Patch by: Josep Torra Valles <josep@fluendo.com>
7368 * gst/playback/gstplaybasebin.c:
7369 Increase upper limit for audio queue a bit; fixes preroll problem
7370 with playbin and decodebin2 when playing a quicktime trailer with
7371 multichannel audio via http (#464666).
7373 2007-09-10 Wim Taymans <wim.taymans@gmail.com>
7375 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7376 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7377 (gst_base_audio_src_provide_clock),
7378 (gst_base_audio_src_set_property),
7379 (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7380 * gst-libs/gst/audio/gstbaseaudiosrc.h:
7381 Allow othe clocks than the internal clock to be used for the pipeline.
7382 Add property to disable clock provide.
7383 API: GstBaseAudioSrc::provide-clock
7385 2007-09-10 Stefan Kost <ensonic@users.sf.net>
7387 * gst/playback/gstdecodebin2.c:
7388 Don't leak request pads. Fixes #475395.
7390 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7392 Patch by: René Stadler <mail at renestadler dot de>
7394 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7395 (gst_ximage_buffer_class_init):
7396 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7397 (gst_xvimage_buffer_class_init):
7398 Correctly chain up finalize with the parent class to prevent
7399 memory leaks. Fixes #474880.
7401 2007-09-09 Sebastian Dröge <slomo@circular-chaos.org>
7403 * gst/volume/gstvolume.c: (volume_choose_func):
7404 * tests/check/elements/volume.c: (GST_START_TEST):
7405 Revert the latest change: floating point samples are allowed to
7406 have any value, not only values in the range [-1,1]. Thanks to Andy
7408 Also fix processing of int32 samples with volumes > 4 by making the
7409 unity value smaller which prevents overflows.
7411 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7413 * gst-libs/gst/rtp/gstrtpbuffer.c:
7414 * tests/check/libs/rtp.c:
7415 Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7417 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7419 Based on patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
7421 * gst-libs/gst/rtp/gstrtpbuffer.c:
7422 Fix up GstRTPHeader helper struct so that compilers will not under
7423 any circumstances add padding in between our fields, as currently
7424 happens with MSVC on win32, because that would lead to us sending
7425 out RTP payloads with broken RTP headers (#471194).
7426 Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7428 * tests/check/Makefile.am:
7429 * tests/check/libs/.cvsignore:
7430 * tests/check/libs/rtp.c:
7431 Add some simple unit tests for GstRTPBuffer. Some are disabled
7432 because the code tested still needs fixing (set_csrc() does not work).
7434 2007-09-07 Tim-Philipp Müller <tim at centricular dot net>
7437 * win32/common/gstrtsp-enumtypes.c:
7438 * win32/common/gstrtsp-enumtypes.h:
7439 * win32/common/interfaces-enumtypes.c:
7440 * win32/common/interfaces-enumtypes.h:
7441 * win32/common/multichannel-enumtypes.c:
7442 Add rtsp enumtypes (#474384) and update others.
7444 2007-09-06 Stefan Kost <ensonic@users.sf.net>
7447 Fix configure check for HAVE_LIBXML_HTML.
7449 2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
7451 * tests/check/libs/.cvsignore:
7452 Ignore more, in case the build bots work again one day.
7454 2007-09-06 Sebastian Dröge <slomo@circular-chaos.org>
7456 Reviewed by: Stefan Kost <ensonic@users.sf.net>
7459 * gst-libs/gst/Makefile.am:
7460 * gst-libs/gst/fft/Makefile.am:
7461 * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7462 * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7463 * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7464 * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7465 * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7466 * gst-libs/gst/fft/gstfft.h:
7467 * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7468 (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7469 (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7470 * gst-libs/gst/fft/gstfftf32.h:
7471 * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7472 (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7473 (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7474 * gst-libs/gst/fft/gstfftf64.h:
7475 * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7476 (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7477 (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7478 * gst-libs/gst/fft/gstffts16.h:
7479 * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7480 (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7481 (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7482 * gst-libs/gst/fft/gstffts32.h:
7483 * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7484 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7485 (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7486 (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7487 * gst-libs/gst/fft/kiss_fft_f32.h:
7488 * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7489 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7490 (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7491 (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7492 * gst-libs/gst/fft/kiss_fft_f64.h:
7493 * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7494 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7495 (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7496 (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7497 * gst-libs/gst/fft/kiss_fft_s16.h:
7498 * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7499 (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7500 (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7501 (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7502 * gst-libs/gst/fft/kiss_fft_s32.h:
7503 * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7504 (kiss_fftr_f32), (kiss_fftri_f32):
7505 * gst-libs/gst/fft/kiss_fftr_f32.h:
7506 * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7507 (kiss_fftr_f64), (kiss_fftri_f64):
7508 * gst-libs/gst/fft/kiss_fftr_f64.h:
7509 * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7510 (kiss_fftr_s16), (kiss_fftri_s16):
7511 * gst-libs/gst/fft/kiss_fftr_s16.h:
7512 * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7513 (kiss_fftr_s32), (kiss_fftri_s32):
7514 * gst-libs/gst/fft/kiss_fftr_s32.h:
7515 * gst-libs/gst/fft/kiss_version:
7516 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7517 * pkgconfig/gstreamer-plugins-base.pc.in:
7518 Add libgstfft, a FFT library based on Kiss FFT which is
7519 BSD licensed. Supported sample formats are int16, int32,
7520 float and double. For those formats a real FFT and IFFT
7521 can be done, different windowing functions can be applied
7522 and functions for extracting the magnitude and phase exist.
7525 * docs/libs/Makefile.am:
7526 * docs/libs/gst-plugins-base-libs-docs.sgml:
7527 * docs/libs/gst-plugins-base-libs-sections.txt:
7528 Integrate libgstfft into the docs.
7530 * tests/check/Makefile.am:
7531 * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7532 Add unit tests for libgstfft, currently only testing the FFT.
7533 Unit tests for IFFT will follow soon.
7535 2007-09-05 Wim Taymans <wim.taymans@gmail.com>
7537 Patch by: Peter Kjellerstedt <pkj at axis com>
7539 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7540 (gst_sdp_message_init), (gst_sdp_message_uninit),
7541 (is_multicast_address), (gst_sdp_message_as_text),
7542 (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7543 (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7544 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7545 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7546 (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7547 (gst_sdp_media_init), (gst_sdp_media_uninit),
7548 (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7549 (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7550 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7551 (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7552 (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7553 * gst-libs/gst/sdp/gstsdpmessage.h:
7554 Separate INIT_ARRAY() and related macros into two versions, one for
7555 structures and one for pointers (e.g., INIT_ARRAY() and
7556 INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7557 lists of emails and phone numbers.
7558 Add missing const as appropriate.
7559 Change all gint to guint since they all actually represent unsigned
7561 Do not use time as a variable name as it shadows the global time().
7562 Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7563 Actually implement gst_sdp_message_add_time().
7564 Make gst_sdp_message_add_time() take repeat times as an argument.
7565 Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7566 Corrected the definition of gst_sdp_media_get_bandwidth() (was
7567 misspelled as badwidth).
7568 gst-indented and a little clean up. Fixes #471067.
7570 2007-09-05 Sebastian Dröge <slomo@circular-chaos.org>
7572 * gst/volume/gstvolume.c: (volume_choose_func),
7573 (volume_process_double), (volume_process_double_clamp),
7574 (volume_process_float_clamp):
7575 Correctly clamp float/double samples in the [-1.0,1.0] range to
7576 prevent weird effects.
7577 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7578 Add unit tests for all samples types that had none before.
7580 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7582 * gst-libs/gst/rtp/gstrtpbuffer.c:
7583 Need to include stdlib.h for abs() here too.
7585 2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
7587 * gst/playback/gststreaminfo.c:
7590 2007-09-05 Stefan Kost <ensonic@users.sf.net>
7592 * gst/playback/gststreaminfo.c:
7593 Clean up some half-disabled code and comment.
7595 2007-09-04 Wim Taymans <wim.taymans@gmail.com>
7597 Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7599 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7600 (gst_base_rtp_payload_audio_handle_event):
7601 Return FALSE from the event handler to let the parent class handle the
7602 event. Fixes #446766.
7604 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7605 (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7606 Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7608 * gst-libs/gst/rtp/gstbasertppayload.c:
7609 Bump the MTU to 1400.
7611 2007-09-03 Johan Dahlin <jdahlin@async.com.br>
7613 * gst/typefind/gsttypefindfunctions.c (plugin_init):
7614 Add an audio/x-nsf typefind function for the nsfdec element.
7616 2007-09-03 Renato Filho <renato.filho@indt.org.br>
7617 * gst/playback/gstplaybasebin.c:
7618 Included "myth://" on stream_uris list for enable buffering to mythtv files
7620 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7622 * docs/libs/gst-plugins-base-libs-sections.txt:
7623 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7624 (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7625 (gst_rtcp_unix_to_ntp):
7626 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7627 Fix parsing of RB blocks.
7629 Added helper functions to convert to/from UNIX and NTP time.
7630 API: gst_rtcp_ntp_to_unix()
7631 API: gst_rtcp_unix_to_ntp()
7633 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7634 (gst_rtp_buffer_get_header_len),
7635 (gst_rtp_buffer_get_extension_data),
7636 (gst_rtp_buffer_get_payload_subbuffer),
7637 (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7638 (gst_rtp_buffer_ext_timestamp):
7639 * gst-libs/gst/rtp/gstrtpbuffer.h:
7641 Implement handling of packets with extensions.
7642 Fix padding check in _validate().
7643 Added function to get extension data.
7644 API: gst_rtp_buffer_get_header_len()
7645 API: gst_rtp_buffer_get_extension_data()
7647 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7649 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7650 (gst_base_rtp_depayload_class_init),
7651 (gst_base_rtp_depayload_set_gst_timestamp):
7652 Add some more docs for the queue-delay property and fix a typo in a
7655 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7658 2007-09-03 Wim Taymans <wim.taymans@gmail.com>
7660 * gst-libs/gst/audio/gstbaseaudiosink.c:
7661 (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7662 (gst_base_audio_sink_change_state):
7663 When skew slaving, try to hover around the middle of a segment so that
7664 we at most drift by half a segment.
7665 If we are aligning in the oposite direction of the clock skew, we don't
7668 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7670 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7671 (gst_base_rtp_depayload_setcaps),
7672 (gst_base_rtp_depayload_set_gst_timestamp):
7673 Be less silly with the segment start, just apply the clock-base to the
7676 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7678 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7679 (gst_base_rtp_depayload_class_init),
7680 (gst_base_rtp_depayload_finalize),
7681 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7682 (gst_base_rtp_depayload_handle_sink_event),
7683 (gst_base_rtp_depayload_set_gst_timestamp),
7684 (gst_base_rtp_depayload_change_state):
7685 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7686 Deprecate the queue handling thread thing and remove the code.
7687 Use new method to calculate the extended timestamp.
7689 2007-08-31 Wim Taymans <wim.taymans@gmail.com>
7691 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7692 (gst_rtcp_packet_sdes_copy_entry):
7693 Use g_strndup which does exactly what we want.
7695 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7696 (gst_rtp_buffer_ext_timestamp):
7697 * gst-libs/gst/rtp/gstrtpbuffer.h:
7698 Add helper function to compare seqnums.
7699 Add helper function to calculate extended timestamps.
7700 API: gst_rtp_buffer_compare_seqnum()
7701 API: gst_rtp_buffer_ext_timestamp()
7703 2007-08-30 Wim Taymans <wim.taymans@gmail.com>
7705 * gst-libs/gst/rtp/gstrtcpbuffer.c:
7706 (gst_rtcp_packet_sdes_get_entry),
7707 (gst_rtcp_packet_sdes_copy_entry):
7708 * gst-libs/gst/rtp/gstrtcpbuffer.h:
7709 Fix and document SDES item data function.
7710 Add new function that makes a proper copy of SDES item data.
7711 API: gst_rtcp_packet_sdes_copy_entry()
7713 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7717 The tcp and subparse plugins are under gst, but not totaly free of
7718 dependencies. Handle selection inconfigure.ac, so that they show up
7719 on the final list of what is build and what is not. Maybe they should
7720 better be moved to ext.
7722 2007-08-30 Stefan Kost <ensonic@users.sf.net>
7724 Patch by: Daniel Díaz <yosoy@danieldiaz.org>
7728 Check if libxml provides HTML parser which subparse needs.
7731 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7733 * ext/alsa/gstalsa.c:
7734 Fix typo and compilation on big endian systems.
7736 2007-08-29 Tim-Philipp Müller <tim at centricular dot net>
7738 * gst/subparse/gstssaparse.c:
7739 Convert SSA newline codes into actual newline characters (#470766).
7741 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7743 * docs/libs/gst-plugins-base-libs-sections.txt:
7744 * gst-libs/gst/pbutils/install-plugins.c:
7745 * gst-libs/gst/pbutils/install-plugins.h:
7746 * tests/check/libs/pbutils.c:
7747 API: also add gst_install_plugins_supported() while we're at it
7750 2007-08-28 Tim-Philipp Müller <tim at centricular dot net>
7752 * docs/libs/gst-plugins-base-libs-sections.txt:
7753 * gst-libs/gst/pbutils/missing-plugins.c:
7754 * gst-libs/gst/pbutils/missing-plugins.h:
7755 * tests/check/libs/pbutils.c:
7756 API: add gst_missing_*_installer_detail_new() convenience API so
7757 that applications that know exactly what they're missing can request
7758 installer detail strings for those items directly instead of having
7759 to first create a dummy missing-plugin message and then get the
7760 installer detail string from that. Fixes #470456.
7762 2007-08-27 Jan Schmidt <thaytan@mad.scientist.com>
7764 * gst/playback/gstdecodebin.c: (close_pad_link):
7765 We need to set up delayed-linking whenever the caps are non-fixed,
7766 not just when there are multiple types - use gst_pad_is_fixed()
7769 2007-08-26 Tim-Philipp Müller <tim at centricular dot net>
7771 * gst-libs/gst/pbutils/missing-plugins.c:
7772 (gst_missing_plugin_message_get_installer_detail):
7773 Add missing separator in PID fallback case.
7775 2007-08-24 Jan Schmidt <thaytan@mad.scientist.com>
7777 * ext/alsa/Makefile.am:
7778 There is no GST_PLUGINS_BASE_LIBS defined.
7780 * ext/alsa/gstalsa.c:
7781 * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7782 * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7783 Add support for ALSA 24-bit formats.
7784 snd_pcm_delay can return an error code, especially
7785 during XRUNS. In that case, the best we can do is assume
7788 * gst/audioconvert/Makefile.am:
7789 Add flags from -base before any more-remote dependencies.
7791 2007-08-23 Sebastian Dröge <slomo@circular-chaos.org>
7793 Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7795 * gst/volume/gstvolume.c: (volume_choose_func),
7796 (volume_update_real_volume), (gst_volume_set_volume),
7797 (gst_volume_init), (volume_process_int32),
7798 (volume_process_int32_clamp), (volume_process_int24),
7799 (volume_process_int24_clamp), (volume_process_int16),
7800 (volume_process_int16_clamp), (volume_process_int8),
7801 (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7802 * gst/volume/gstvolume.h:
7803 Add support for int32, int24 and int8 to the volume element.
7806 2007-08-23 Tim-Philipp Müller <tim at centricular dot net>
7808 * tests/examples/Makefile.am:
7811 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7814 * docs/libs/Makefile.am:
7815 * docs/libs/gst-plugins-base-libs-docs.sgml:
7816 * docs/libs/gst-plugins-base-libs-sections.txt:
7817 * ext/gnomevfs/gstgnomevfssrc.c:
7818 * ext/gnomevfs/gstgnomevfssrc.h:
7819 * gst-libs/gst/Makefile.am:
7820 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7821 * pkgconfig/gstreamer-plugins-base.pc.in:
7822 * sys/v4l/v4lsrc_calls.c:
7823 * tests/examples/Makefile.am:
7824 * win32/common/config.h:
7825 Revert unwanted commit. many thanks to moap. I want a fix for
7826 https://thomas.apestaart.org/moap/trac/ticket/239
7828 2007-08-23 Stefan Kost <ensonic@users.sf.net>
7830 * gst/volume/gstvolume.c:
7831 Move passthrough below gst_object_sync_values(). Fixes #442654.
7833 2007-08-22 Wim Taymans <wim.taymans@gmail.com>
7835 * gst-libs/gst/audio/audio.c:
7836 Clarify the docs a little.
7838 2007-08-22 Stefan Kost <ensonic@users.sf.net>
7840 * gst/volume/gstvolume.c:
7841 Enable liboil for float and add more details about problems with
7844 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7846 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7847 Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7849 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7851 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7852 When calculating the first timestamp of the buffers, don't go below 0
7853 and clip the samples because the offset was on the eos page.
7856 2007-08-21 Wim Taymans <wim.taymans@gmail.com>
7858 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7859 (gst_ogg_demux_collect_chain_info):
7860 Also submit the eos page when trying to find the first timestamp.
7863 2007-08-17 Sebastian Dröge <slomo@circular-chaos.org>
7865 * gst-libs/gst/audio/audio.h:
7866 Use gst_util_uint64_scale() instead of doing the math
7867 with double for GST_FRAMES_TO_CLOCK_TIME() and
7868 GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7869 prevents rounding errors. Fixes #467667.
7871 2007-08-17 Wim Taymans <wim.taymans@gmail.com>
7873 * gst-libs/gst/rtsp/gstrtspconnection.c:
7874 (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7875 (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7876 * gst-libs/gst/rtsp/gstrtspconnection.h:
7878 On shutdown, don't read the control socket yet.
7879 Set timeout value correctly in all cases.
7880 Add function to check if the server accepts reads or writes.
7881 API: gst_rtsp_connection_poll()
7883 * gst-libs/gst/rtsp/gstrtspdefs.h:
7884 Fix compilation with -pedantic.
7887 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7889 Patch by: Olivier Crete <tester at tester ca>
7891 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7892 (gst_basertppayload_getcaps):
7893 * gst-libs/gst/rtp/gstbasertppayload.h:
7894 Add getcaps vfunc to basertppayload. See #465146.
7896 2007-08-16 Wim Taymans <wim.taymans@gmail.com>
7898 * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7899 Only post buffering messages when we are a stream.
7901 2007-08-15 Tim-Philipp Müller <tim at centricular dot net>
7903 * gst-libs/gst/pbutils/install-plugins.c:
7904 * gst-libs/gst/pbutils/missing-plugins.c:
7905 Small docs fix and addition.
7907 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7909 * tests/icles/.cvsignore:
7910 * tests/icles/Makefile.am:
7911 * tests/icles/test-textoverlay.c:
7912 Add a dumb little test for textoverlay alignments.
7914 2007-08-13 Tim-Philipp Müller <tim at centricular dot net>
7916 Patch by: Dan Williams <dcbw redhat com>
7918 * ext/pango/gsttextoverlay.c:
7919 * ext/pango/gsttextoverlay.h:
7920 API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7921 "silent" property so there's a Since tag in the API reference.
7923 2007-08-12 Wim Taymans <wim.taymans@gmail.com>
7925 * gst-libs/gst/rtp/gstbasertppayload.c:
7926 (gst_basertppayload_set_outcaps):
7927 * gst-libs/gst/rtp/gstbasertppayload.h:
7928 Improve caps negotiation so that downstream elements can confiure
7929 certain RTP properties by fixing them on the caps. See #465146.
7932 2007-08-11 Tim-Philipp Müller <tim at centricular dot net>
7934 * docs/libs/gst-plugins-base-libs-sections.txt:
7935 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7936 * gst-libs/gst/rtp/gstbasertpdepayload.h:
7937 Mark as deprecated some macros which were presumably meant to be
7938 private API and accidentally exposed in the public header file.
7939 Also actually _init() lock (only works at the moment because the
7940 struct is zeroed out when created and the initial values in the
7941 mutex struct are zeroes too). (#459585)
7943 2007-08-10 Stefan Kost <ensonic@users.sf.net>
7945 * docs/libs/Makefile.am:
7946 Remove cruft and do some cleanups.
7948 * docs/libs/gst-plugins-base-libs-docs.sgml:
7949 Prepare for comming gtkdoc features (rebase against online docs).
7951 2007-08-10 Michael Smith <msmith@fluendo.com>
7953 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7955 * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7957 Change the number of buffers used; 500 is too many and leads to
7960 2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
7962 * gst/playback/gstqueue2.c:
7963 * gst/videorate/gstvideorate.c:
7964 Printf format fixes (#465028).
7966 2007-08-09 Michael Smith <msmith@fluendo.com>
7968 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7969 If we have a large (> 1 second) discontinuity, push a series of
7970 smaller buffers rather than a single very large buffer. Avoids
7971 unreasonably large single buffer allocations when encountering a
7973 * tests/check/elements/audiorate.c: (GST_START_TEST),
7975 Add a test for this.
7977 2007-08-09 Jan Schmidt <thaytan@mad.scientist.com>
7979 * gst/playback/gstplaybasebin.c: (group_commit),
7980 (queue_remove_probe), (queue_threshold_reached):
7982 Patch by: Josep Torra Valles <josep@fluendo.com>
7984 Make sure we remove the check_queues buffer probe from the
7985 correct queue to avoid racily going back to "buffering 99%" when
7986 buffering is actually complete.
7988 Also, fix the spelling of Josep's surname in the ChangeLog.
7990 2007-08-09 Stefan Kost <ensonic@users.sf.net>
7992 * ext/ogg/gstoggmux.c:
7993 Do not leak oggmux instance.
7995 * ext/vorbis/vorbisenc.c:
7998 2007-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
8005 Updated translations.
8007 2007-08-08 Stefan Kost <ensonic@users.sf.net>
8009 patch by: Yang Hong <hongyang@redflag-linux.com>
8011 * ext/pango/gsttextoverlay.c:
8012 * ext/pango/gsttextoverlay.h:
8013 Add 'silent' property to GstTimeOverlay. Fixes #462979
8015 2007-08-08 Wim Taymans <wim.taymans@gmail.com>
8017 Patch by: Josep Torra Valles <josep@fluendo.com>
8019 * docs/plugins/gst-plugins-base-plugins.args:
8020 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
8021 (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
8022 (gst_uri_decode_bin_get_property), (gen_source_element):
8023 Add connection-speed property. Fixes #464690.
8025 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
8027 Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
8030 * gst-libs/gst/rtsp/Makefile.am:
8031 * gst-libs/gst/rtsp/gstrtspconnection.c:
8032 (gst_rtsp_connection_connect):
8033 Fix compilation on windows. Fixes #464320.
8035 2007-08-07 Wim Taymans <wim.taymans@gmail.com>
8037 Patch by: Josep Torra Valles <josep@fluendo.com>
8039 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8040 (gst_play_base_bin_init), (queue_threshold_reached),
8041 (gen_source_element), (setup_substreams),
8042 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8043 (gst_play_base_bin_get_streaminfo_value_array):
8044 * gst/playback/gstplaybasebin.h:
8045 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8046 (gst_play_bin_set_property), (gst_play_bin_get_property),
8047 (gst_play_bin_handle_redirect_message):
8048 Move connection-speed property from playbin to playbasebin so that we
8049 can also configure it in source elements that have the connection-speed
8050 property. Fixes #464028.
8051 Add some debug info here and there.
8053 2007-08-06 Sebastian Dröge <slomo@circular-chaos.org>
8055 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8056 Properly respond to conversion queries. Fixes #464079.
8058 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
8060 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
8061 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8062 (gst_audio_test_src_init_sine_table),
8063 (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
8064 * gst/audiotestsrc/gstaudiotestsrc.h:
8065 Add float/double and int32 support to audiotestsrc. Fixes #460422.
8066 Also set the default volume to the default value specified in the
8069 2007-08-03 Sebastian Dröge <slomo@circular-chaos.org>
8071 Patch by: Jens Granseuer <jensgr at gmx dot net>
8073 * gst/audioconvert/gstaudioquantize.c:
8074 Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
8076 2007-08-03 Wim Taymans <wim.taymans@gmail.com>
8078 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
8079 Add rdt manager for rdt transport.
8080 Fix parsing of RDT transport.
8082 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
8087 === release 0.10.14 ===
8089 2007-08-03 Jan Schmidt <thaytan@mad.scientist.com>
8092 releasing 0.10.14, "Light Years Ahead"
8094 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8096 * tests/check/libs/audio.c: (GST_START_TEST):
8097 Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8099 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8101 * gst-libs/gst/audio/audio.c:
8102 When clipping a buffer with no timestamp, assume it is
8103 within the segment without warnings.
8107 2007-07-27 Wim Taymans <wim.taymans@gmail.com>
8109 * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8110 Fire the signal on the object, not the interface.
8112 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8114 * gst-libs/gst/rtsp/.cvsignore:
8115 Ber. Don't include the full path, idiot.
8117 2007-07-27 Jan Schmidt <thaytan@mad.scientist.com>
8119 * gst-libs/gst/rtsp/.cvsignore:
8120 Ignore generated files.
8122 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8124 * gst-libs/gst/interfaces/Makefile.am:
8125 * gst-libs/gst/interfaces/interfaces-marshal.list:
8126 * gst-libs/gst/interfaces/rtspextension.c:
8127 * gst-libs/gst/interfaces/rtspextension.h:
8128 * gst-libs/gst/rtsp/Makefile.am:
8129 * gst-libs/gst/rtsp/gstrtsp.h:
8130 * gst-libs/gst/rtsp/gstrtspextension.c:
8131 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8132 (gst_rtsp_extension_detect_server),
8133 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8134 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8135 (gst_rtsp_extension_configure_stream),
8136 (gst_rtsp_extension_get_transports),
8137 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8138 * gst-libs/gst/rtsp/gstrtspextension.h:
8139 * gst-libs/gst/rtsp/rtsp-marshal.list:
8140 Move the rtspextension.h interface into gstrtspextension.h
8141 as part of libgstrtsp instead of libgstinterfaces, because it's
8142 only for use within plugins, not applications.
8143 Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8144 Use the GST_TYPE_RTSP_RESULT enum type for the return value of the
8145 signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8148 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
8150 * gst-libs/gst/interfaces/Makefile.am:
8151 * gst-libs/gst/interfaces/interfaces-marshal.list:
8152 * gst-libs/gst/interfaces/rtspextension.c:
8153 (gst_rtsp_extension_iface_init),
8154 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8155 * gst-libs/gst/interfaces/rtspextension.h:
8156 Fix marshaller for the send signal.
8157 Add URL to stream selection interface method.
8159 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8161 * gst-libs/gst/riff/Makefile.am:
8162 Pull in our dependencies from -base before those from outside.
8164 2007-07-26 Wim Taymans <wim.taymans@gmail.com>
8166 * docs/libs/gst-plugins-base-libs-sections.txt:
8167 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8168 * gst-libs/gst/rtsp/gstrtspbase64.h:
8169 API: gst_rtsp_base64_decode_ip()
8170 Added function to decode Base64 in-place.
8172 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8174 * tests/check/libs/.cvsignore:
8175 Ignore the mixer test binary.
8177 2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
8179 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8180 Gratuitous comment change to trigger a rebuild on the buildbots.
8182 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8184 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8185 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8186 (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8187 (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8188 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8189 (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8190 (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8191 (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8192 (gst_sdp_media_get_attribute_val):
8193 * gst-libs/gst/sdp/gstsdpmessage.h:
8194 Constify args where we can.
8196 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8198 * gst-libs/gst/interfaces/Makefile.am:
8199 * gst-libs/gst/interfaces/rtspextension.c:
8200 (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8201 (gst_rtsp_extension_detect_server),
8202 (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8203 (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8204 (gst_rtsp_extension_configure_stream),
8205 (gst_rtsp_extension_get_transports),
8206 (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8207 * gst-libs/gst/interfaces/rtspextension.h:
8208 Move interface for RTSP extensions from -good to here.
8209 Added helper methods to invoke interface methods.
8211 2007-07-25 Wim Taymans <wim.taymans@gmail.com>
8213 * docs/libs/gst-plugins-base-libs-sections.txt:
8214 * gst-libs/gst/rtsp/gstrtspdefs.h:
8215 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8216 (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8217 (gst_rtsp_message_init_response),
8218 (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8219 (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8220 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8221 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8222 (gst_rtsp_message_get_body), (dump_key_value):
8223 * gst-libs/gst/rtsp/gstrtspmessage.h:
8224 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8225 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8226 (gst_rtsp_range_parse):
8227 * gst-libs/gst/rtsp/gstrtsprange.h:
8228 * gst-libs/gst/rtsp/gstrtsptransport.c:
8229 * gst-libs/gst/rtsp/gstrtspurl.c:
8230 Fix some more RTSP docs.
8231 Add some missing methods for dealing with messages.
8233 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8235 * docs/libs/gst-plugins-base-libs-docs.sgml:
8236 * docs/libs/gst-plugins-base-libs-sections.txt:
8237 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8238 * gst-libs/gst/rtsp/gstrtspbase64.h:
8239 * gst-libs/gst/rtsp/gstrtspconnection.c:
8240 (gst_rtsp_connection_connect), (add_auth_header),
8241 (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8242 (read_body), (gst_rtsp_connection_receive),
8243 (gst_rtsp_connection_next_timeout),
8244 (gst_rtsp_connection_reset_timeout),
8245 (gst_rtsp_connection_set_auth):
8246 * gst-libs/gst/rtsp/gstrtspconnection.h:
8247 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8248 * gst-libs/gst/rtsp/gstrtspdefs.h:
8249 * gst-libs/gst/rtsp/gstrtspmessage.h:
8250 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8251 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8252 (gst_rtsp_range_parse):
8253 * gst-libs/gst/rtsp/gstrtspurl.h:
8254 Added beginnings of RTSP documentation.
8256 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8258 * docs/libs/Makefile.am:
8259 * docs/libs/gst-plugins-base-libs-docs.sgml:
8260 * docs/libs/gst-plugins-base-libs-sections.txt:
8261 * gst-libs/gst/sdp/gstsdp.h:
8262 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8263 (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8264 (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8265 (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8266 (gst_sdp_message_get_attribute_val),
8267 (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8268 (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8269 (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8270 (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8271 (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8272 (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8273 (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8274 (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8275 (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8276 (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8277 (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8278 (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8279 (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8280 (gst_sdp_media_get_attribute_val_n),
8281 (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8282 (print_media), (gst_sdp_message_dump):
8283 * gst-libs/gst/sdp/gstsdpmessage.h:
8284 Document the SDP library.
8285 Add some of the missing SDPMedia methods.
8287 2007-07-24 Wim Taymans <wim.taymans@gmail.com>
8290 * gst-libs/gst/Makefile.am:
8291 * gst-libs/gst/rtsp/Makefile.am:
8292 * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8293 * gst-libs/gst/rtsp/gstrtspbase64.h:
8294 * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8295 (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8296 (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8297 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8298 (parse_response_status), (parse_request_line), (parse_line),
8299 (gst_rtsp_connection_read), (read_body),
8300 (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8301 (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8302 (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8303 (gst_rtsp_connection_set_auth):
8304 * gst-libs/gst/rtsp/gstrtspconnection.h:
8305 * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8306 (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8307 (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8308 (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8309 (gst_rtsp_find_method):
8310 * gst-libs/gst/rtsp/gstrtspdefs.h:
8311 * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8312 (gst_rtsp_message_new), (gst_rtsp_message_init),
8313 (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8314 (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8315 (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8316 (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8317 (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8318 (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8319 (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8320 (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8321 (gst_rtsp_message_dump):
8322 * gst-libs/gst/rtsp/gstrtspmessage.h:
8323 * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8324 (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8325 (gst_rtsp_range_parse), (gst_rtsp_range_free):
8326 * gst-libs/gst/rtsp/gstrtsprange.h:
8327 * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8328 (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8329 (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8330 (range_as_text), (rtsp_transport_mode_as_text),
8331 (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8332 (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8333 (gst_rtsp_transport_free):
8334 * gst-libs/gst/rtsp/gstrtsptransport.h:
8335 * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8336 (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8337 (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8338 * gst-libs/gst/rtsp/gstrtspurl.h:
8339 * gst-libs/gst/sdp/Makefile.am:
8340 * gst-libs/gst/sdp/gstsdp.h:
8341 * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8342 (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8343 (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8344 (gst_sdp_attribute_init), (gst_sdp_message_new),
8345 (gst_sdp_message_init), (gst_sdp_message_uninit),
8346 (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8347 (gst_sdp_media_uninit), (gst_sdp_media_free),
8348 (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8349 (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8350 (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8351 (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8352 (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8353 (gst_sdp_message_get_attribute_val),
8354 (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8355 (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8356 (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8357 (gst_sdp_media_get_attribute_val_n),
8358 (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8359 (read_string), (read_string_del), (gst_sdp_parse_line),
8360 (gst_sdp_message_parse_buffer), (print_media),
8361 (gst_sdp_message_dump):
8362 * gst-libs/gst/sdp/gstsdpmessage.h:
8363 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8364 Move SDP and RTSP from helper objects in -good to a reusable library.
8365 Use a proper gst_ namespace.
8367 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8369 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8370 (vorbis_dec_flush_decode):
8371 Use the new buffer clipping function from gstaudio here.
8373 2007-07-23 Sebastian Dröge <slomo@circular-chaos.org>
8375 * docs/libs/gst-plugins-base-libs-sections.txt:
8376 * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8377 * gst-libs/gst/audio/audio.h:
8378 * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8379 API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8380 Also add deprecation guards for gst_audio_structure_set_int() to the
8383 2007-07-23 Stefan Kost <ensonic@users.sf.net>
8385 * docs/libs/gst-plugins-base-libs-sections.txt:
8388 2007-07-23 Wim Taymans <wim.taymans@gmail.com>
8390 Patch by: Dan Williams <dcbw at redhat dot com>
8392 * gst/playback/gstplaybasebin.c:
8393 (gst_play_base_bin_get_streaminfo_value_array):
8394 Don't return NULL when querying the stream info value array but instead
8395 return an empty array. Fixes #459204.
8397 2007-07-23 Tim-Philipp Müller <tim at centricular dot net>
8399 * gst/playback/gsturidecodebin.c:
8400 Init debug category before using it.
8402 2007-07-21 Jan Schmidt <thaytan@noraisin.net>
8404 * gst-libs/gst/interfaces/mixer.h:
8405 Add padding vars in place of the signal pointers
8406 when building with DISABLE_DEPRECATED so that the
8407 interface structure doesn't change size.
8409 2007-07-20 Jan Schmidt <thaytan@noraisin.net>
8411 * docs/libs/gst-plugins-base-libs-sections.txt:
8412 * ext/alsa/gstalsamixer.c:
8413 * ext/alsa/gstalsamixer.h:
8414 * ext/alsa/gstalsamixerelement.c:
8415 * ext/alsa/gstalsamixertrack.c:
8416 * gst-libs/gst/interfaces/mixer.c:
8417 * gst-libs/gst/interfaces/mixer.h:
8418 * gst-libs/gst/interfaces/mixeroptions.c:
8419 * gst-libs/gst/interfaces/mixeroptions.h:
8420 * gst-libs/gst/interfaces/mixertrack.c:
8421 * gst-libs/gst/interfaces/mixertrack.h:
8422 * tests/check/Makefile.am:
8423 * tests/check/libs/mixer.c:
8425 Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8428 Add support for notifying mixer changes on the message bus, and
8429 implement it in alsamixer.
8431 API: gst_mixer_get_mixer_flags
8432 API: gst_mixer_message_parse_mute_toggled
8433 API: gst_mixer_message_parse_record_toggled
8434 API: gst_mixer_message_parse_volume_changed
8435 API: gst_mixer_message_parse_option_changed
8436 API: GstMixerMessageType
8439 2007-07-20 Michael Smith <msmith@fluendo.com>
8441 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8442 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8443 xcontext->im_format is only for testing XShm support (as the header
8444 file comments document). Use xvimage->im_format for everything else.
8445 Avoids spurious warnings on buffer allocation before setcaps.
8447 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8449 * tests/examples/volume/Makefile.am:
8450 * tests/icles/Makefile.am:
8451 We should use $(LIBM).
8453 2007-07-20 Stefan Kost <ensonic@users.sf.net>
8455 * tests/icles/Makefile.am:
8458 2007-07-16 Wim Taymans <wim.taymans@gmail.com>
8460 * gst-libs/gst/rtp/gstbasertppayload.c:
8461 (gst_basertppayload_class_init), (gst_basertppayload_init),
8462 (gst_basertppayload_set_property),
8463 (gst_basertppayload_get_property):
8464 Don't break ABI, restore previous ranges. Keep the default random
8465 selection of timestamp and seqnum offset but as soon as the app sets a
8466 specific value, use that one.
8468 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8470 Patch by: Bastien Nocera <hadess at hadess dot net>
8472 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8473 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8474 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8475 * sys/xvimage/xvimagesink.h:
8476 Add option to turn off double-buffering for debugging purposes.
8479 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8481 Patch by: Jorn Baayen <jorn at openedhand dot com>
8483 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8484 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8485 (gst_ximagesink_init), (gst_ximagesink_class_init):
8486 * sys/ximage/ximagesink.h:
8487 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8488 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8489 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8490 * sys/xvimage/xvimagesink.h:
8491 add 'handle-expose' property. Useful for video widgets which may want to
8492 be in control of Expose behaviour. Fixes #380625
8494 2007-07-14 Wim Taymans <wim.taymans@gmail.com>
8496 * gst-libs/gst/rtp/gstbasertppayload.c:
8497 (gst_basertppayload_class_init), (gst_basertppayload_init),
8498 (gst_basertppayload_event), (gst_basertppayload_push),
8499 (gst_basertppayload_set_property),
8500 (gst_basertppayload_get_property),
8501 (gst_basertppayload_change_state):
8502 * gst-libs/gst/rtp/gstbasertppayload.h:
8503 Fix ranges of rtp payloader properties so that the full range can be
8504 used in addition to -1 (random).
8505 Fix wrong seqnum reporting in caps.
8508 2007-07-13 Wim Taymans <wim.taymans@gmail.com>
8510 * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8511 (gst_video_rate_query):
8513 Add latency query, might not be perfect yet but already works a lot
8514 better. Fixes #442557.
8516 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8518 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8519 (gst_xvimagesink_setcaps):
8520 * sys/xvimage/xvimagesink.h:
8521 After a caps change, redraw our borders to avoid garbage left there
8522 when the image format changes to a smaller size, like 16:9 -> 4:3
8523 Also, hold the flow_lock a bit longer in the set_caps while we're
8524 fiddling with the xcontext.
8526 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8530 * tests/Makefile.am:
8531 Remove bogus check for libcheck, since we check for
8532 gstreamer-check and it pulls in the required info from there, and we
8533 weren't actually _using_ the information for libcheck ourselves
8536 2007-07-13 Jan Schmidt <thaytan@mad.scientist.com>
8538 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8539 (gst_ffmpeg_caps_to_pixfmt):
8540 Fix the r_mask test for RGBA32 on little-endian.
8541 Fix a stupid typo that would have obviously broken
8542 compilation on big-endian, if anyone was testing.
8544 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8546 * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8548 * gst/videotestsrc/videotestsrc.h:
8549 Add alpha to the color struct.
8550 Use a default alpha value of 255 instead of 128.
8552 2007-07-12 Wim Taymans <wim.taymans@gmail.com>
8554 * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8556 Clear the dynamic pads counter when starting a new uri. This makes
8557 reusing playbin work again.
8560 2007-07-12 Stefan Kost <ensonic@users.sf.net>
8563 Use pkg-config to locate check.
8565 2007-07-12 Tim-Philipp Müller <tim at centricular dot net>
8568 * tests/check/elements/volume.c: (GST_START_TEST):
8569 Fix 'make check' build against core CVS.
8571 2007-07-10 Stefan Kost <ensonic@users.sf.net>
8573 * gst-libs/gst/interfaces/propertyprobe.c:
8574 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8575 * gst-libs/gst/tag/gstvorbistag.c:
8578 2007-07-08 Tim-Philipp Müller <tim at centricular dot net>
8580 * gst-libs/gst/audio/gstbaseaudiosink.c:
8581 (gst_base_audio_sink_callback):
8582 Quick hack to make audiosinks stop at EOS when operating in
8583 pull-mode; needs to be fixed properly some day.
8585 2007-07-06 Stefan Kost <ensonic@users.sf.net>
8587 * docs/libs/gst-plugins-base-libs-sections.txt:
8588 Fix location of includes in the docs.
8590 2007-07-06 Jan Schmidt <thaytan@mad.scientist.com>
8592 * gst/ffmpegcolorspace/avcodec.h:
8593 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8594 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8595 (gst_ffmpegcsp_avpicture_fill):
8596 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8597 (img_get_alpha_info):
8598 Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8599 of the existing BGRA32 and RGBA32 formats with the alpha at the other
8600 end of the word. Partially fixes #451908
8602 2007-07-05 Stefan Kost <ensonic@users.sf.net>
8604 * docs/libs/Makefile.am:
8605 * docs/plugins/Makefile.am:
8606 Simplify --extra-dir as gtkdoc scans recursively.
8608 2007-07-03 Wim Taymans <wim.taymans@gmail.com>
8610 * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8611 (gst_adder_request_new_pad):
8612 Make getcaps more robust by not using the proxycaps function. This makes
8613 sure that we don't end up recursively calling getcaps upstream.
8616 2007-06-29 Wim Taymans <wim.taymans@gmail.com>
8618 * gst/audioconvert/audioconvert.c:
8619 Include math.h to fix compilation.
8621 2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
8623 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8624 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8625 Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8626 format, as produced by some dc1394 cameras like the iSight.
8627 See http://www.fourcc.org/yuv.php#IYU1
8629 2007-06-28 Sebastian Dröge <slomo@circular-chaos.org>
8631 * gst/audioconvert/Makefile.am:
8632 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8633 (check_default), (audio_convert_prepare_context),
8634 (audio_convert_clean_context), (audio_convert_convert):
8635 * gst/audioconvert/audioconvert.h:
8636 * gst/audioconvert/gstaudioconvert.c:
8637 (gst_audio_convert_dithering_get_type),
8638 (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8639 (gst_audio_convert_init), (gst_audio_convert_set_caps),
8640 (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8641 * gst/audioconvert/gstaudioconvert.h:
8642 * gst/audioconvert/gstaudioquantize.c:
8643 (gst_audio_quantize_setup_noise_shaping),
8644 (gst_audio_quantize_free_noise_shaping),
8645 (gst_audio_quantize_setup_dither),
8646 (gst_audio_quantize_free_dither),
8647 (gst_audio_quantize_setup_quantize_func),
8648 (gst_audio_quantize_setup), (gst_audio_quantize_free):
8649 * gst/audioconvert/gstaudioquantize.h:
8650 Implement dithering and noise shaping in audioconvert. By default now
8651 TPDF dithering (and no noise shaping) will be used when converting
8652 from a higher bit depth to 20 bit depth or smaller, otherwise
8653 everything will be as it is now.
8654 For the last audioconvert in a pipeline it would make sense to
8655 use some kind of noise shaping, enabling it by default for all
8656 conversions would give undesired results though. Fixes #360246.
8657 * tests/check/elements/audioconvert.c: (setup_audioconvert),
8659 Adjust unit test for the new audioconvert.
8661 2007-06-28 Wim Taymans <wim@fluendo.com>
8663 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8664 Use other metrics as well when estimating the buffer level.
8666 2007-06-28 Wim Taymans <wim@fluendo.com>
8668 * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8669 Small debug improvement.
8671 * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8673 Tweak the rate estimation period.
8674 When calculating the buffer filledness in rate estimation mode, don't
8675 mix it with other metrics.
8677 2007-06-28 Wim Taymans <wim@fluendo.com>
8679 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8680 (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8681 When creating the groups, allow for a 5 second, unlimited buffers
8682 preroll phase after which we expose the group.
8683 When the group is exposed, use a small number of buffers up to a 2
8684 second limit. Also disconnect the overrun signal from multiqueue when we
8685 exposed the group because it is not needed anymore.
8687 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8689 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8690 Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8691 to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8692 (#451707); also, output some debugging info when dealing with
8695 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8696 Add unit test for the above.
8698 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8700 * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8701 Add description for Windows Media RTP caps.
8703 * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8704 Remove RTP fields that don't define the format from caps.
8706 2007-06-27 Tim-Philipp Müller <tim at centricular dot net>
8708 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8709 Skip empty buffers, but not empty header buffers. That way the original
8710 vorbisdec unit test still passes (#451145); also, take into account
8711 that those empty packets might carry a granulepos.
8713 * tests/check/Makefile.am:
8714 * tests/check/elements/vorbisdec.c:
8715 (_create_codebook_header_buffer), (_create_audio_buffer),
8716 (GST_START_TEST), (vorbisdec_suite):
8717 Add unit test that sends an empty packet.
8719 2007-06-27 Wim Taymans <wim@fluendo.com>
8721 * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8722 Don't error out on 0-sized packets, just emit a warning because this is
8723 not a fatal error. Fixes #451145.
8725 2007-06-25 Stefan Kost <ensonic@users.sf.net>
8727 * docs/plugins/gst-plugins-base-plugins.args:
8728 * docs/plugins/gst-plugins-base-plugins.signals:
8729 * docs/plugins/inspect/plugin-adder.xml:
8730 * docs/plugins/inspect/plugin-alsa.xml:
8731 * docs/plugins/inspect/plugin-audioconvert.xml:
8732 * docs/plugins/inspect/plugin-audiorate.xml:
8733 * docs/plugins/inspect/plugin-audioresample.xml:
8734 * docs/plugins/inspect/plugin-audiotestsrc.xml:
8735 * docs/plugins/inspect/plugin-cdparanoia.xml:
8736 * docs/plugins/inspect/plugin-decodebin.xml:
8737 * docs/plugins/inspect/plugin-decodebin2.xml:
8738 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8739 * docs/plugins/inspect/plugin-gdp.xml:
8740 * docs/plugins/inspect/plugin-gnomevfs.xml:
8741 * docs/plugins/inspect/plugin-libvisual.xml:
8742 * docs/plugins/inspect/plugin-ogg.xml:
8743 * docs/plugins/inspect/plugin-pango.xml:
8744 * docs/plugins/inspect/plugin-playbin.xml:
8745 * docs/plugins/inspect/plugin-subparse.xml:
8746 * docs/plugins/inspect/plugin-tcp.xml:
8747 * docs/plugins/inspect/plugin-theora.xml:
8748 * docs/plugins/inspect/plugin-typefindfunctions.xml:
8749 * docs/plugins/inspect/plugin-video4linux.xml:
8750 * docs/plugins/inspect/plugin-videorate.xml:
8751 * docs/plugins/inspect/plugin-videoscale.xml:
8752 * docs/plugins/inspect/plugin-videotestsrc.xml:
8753 * docs/plugins/inspect/plugin-volume.xml:
8754 * docs/plugins/inspect/plugin-vorbis.xml:
8755 * docs/plugins/inspect/plugin-ximagesink.xml:
8756 * docs/plugins/inspect/plugin-xvimagesink.xml:
8757 Update docs with caps info.
8759 2007-06-25 Tim-Philipp Müller <tim at centricular dot net>
8762 Add more files with translatable strings (#450875).
8764 2007-06-23 Edward Hervey <edward@fluendo.com>
8766 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8767 The chain should be freed if we error out here, else it will leak.
8768 * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8769 (cleanup_decodebin):
8770 Don't forget to *properly* remove the signals, else it will leak.
8772 2007-06-22 Jan Schmidt <thaytan@noraisin.net>
8775 Updating all the maintainers files
8777 2007-06-21 Stefan Kost <ensonic@users.sf.net>
8779 * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8781 Destroy and recreate parse-launch based pipeline after stop to be able
8782 to play again. Reorder some code and add more comments.
8784 2007-06-20 Jan Schmidt <thaytan@mad.scientist.com>
8786 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8787 When handling a delayed-caps notification case, mark
8788 the group as dynamic so that the nbdynamic count is
8789 incremented and decremented correctly. Fixes: #449156
8790 Patch by: Wim Taymans <wim@fluendo.com>
8792 2007-06-19 Andy Wingo <wingo@pobox.com>
8794 * gst-libs/gst/audio/gstbaseaudiosink.c
8795 (gst_base_audio_sink_init): Enable pull-mode operation.
8797 2007-06-19 Michael Smith <msmith@fluendo.com>
8799 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8800 Change minimum rate back to 1000 to allow low-sample-rate wav files
8803 2007-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
8806 Update translations.
8808 2007-06-15 David Schleef <ds@schleef.org>
8810 * gst/playback/gstqueue2.c:
8811 Fix compile error from ignored return value.
8813 2007-06-15 Michael Smith <msmith@fluendo.com>
8815 * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8816 Update tmpbuf for all neccesary rows, not just one, as is required
8820 2007-06-15 Michael Smith <msmith@fluendo.com>
8822 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8824 Add a test that ensures we set DELTA_UNIT on all non-header,
8825 non-video buffers, if we have a video stream.
8826 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8827 (gst_ogg_mux_process_best_pad):
8828 Move setting delta_pad to earlier, where we inspect all pads, so
8829 that leading audio pages don't get DELTA_UNIT unset if they come
8830 before the first DELTA_UNIT from video pages. Fixes the newly-added
8831 test. Fixes #385527.
8833 2007-06-14 Tim-Philipp Müller <tim at centricular dot net>
8835 * tests/check/pipelines/streamheader.c: (streamheader_suite):
8836 Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8837 fails on the p5-ppc64 build bot and the failure looks like it is due
8838 to the same issue as #348114, ie. a compiler bug.
8840 2007-06-13 Edward Hervey <edward@fluendo.com>
8842 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8843 Fix build on MacOSX.
8845 2007-06-13 Wim Taymans <wim@fluendo.com>
8847 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8848 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8849 Fix compilation on mingw. Fixes #446972.
8851 2007-06-12 Wim Taymans <wim@fluendo.com>
8853 Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8855 * gst/playback/gstqueue2.c: (update_buffering),
8856 (gst_queue_locked_enqueue):
8857 Fix a division by zero when the max percent is <= 0. Fixes #446572.
8858 also update the buffering status when receiving events. Fixes #446551.
8860 2007-06-11 Wim Taymans <wim@fluendo.com>
8862 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8864 * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8865 (gst_queue_handle_src_query):
8866 Wait for preroll before attempting to forward a duration query upstream.
8869 2007-06-07 Sebastien Moutte <sebastien@moutte.net>
8871 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8872 (gst_base_rtp_depayload_set_gst_timestamp):
8873 Use G_GINT64_CONSTANT macro for int64 constant.
8874 * win32/common/libgstinterfaces.def:
8875 * win32/common/libgsttag.def:
8876 Add new exported functions.
8878 2007-06-07 Tim-Philipp Müller <tim at centricular dot net>
8880 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8881 The BOS page of the first Dirac video stream needs to come before
8882 the BOS page of any Vorbis streams or other audio streams, just like
8885 2007-06-07 Wim Taymans <wim@fluendo.com>
8887 * gst/playback/gstqueue2.c: (gst_queue_get_range):
8890 2007-06-06 Wim Taymans <wim@fluendo.com>
8892 Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8894 * gst/playback/gstqueue2.c: (gst_queue_init),
8895 (gst_queue_handle_sink_event), (gst_queue_chain),
8896 (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8897 (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8898 (gst_queue_src_activate_pull):
8899 Add pull based scheduling and fix some deadlocks. Fixes #444523.
8900 Does not yet completely work because duration queries upstream won't
8903 2007-06-06 Wim Taymans <wim@fluendo.com>
8906 * gst/playback/gstqueue2.c: (gst_queue_create_read):
8907 Some more fseeko checks.
8909 2007-06-06 Wim Taymans <wim@fluendo.com>
8912 check for large file support.
8914 2007-06-05 Sebastian Dröge <slomo@circular-chaos.org>
8916 Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8918 * gst/subparse/gstsubparse.c: (parse_subrip),
8919 (subviewer_unescape_newlines), (parse_subviewer),
8920 (gst_sub_parse_data_format_autodetect),
8921 (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8922 * gst/subparse/gstsubparse.h:
8923 Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8924 * tests/check/elements/subparse.c: (GST_START_TEST),
8926 Add a unit test for both SubViewer formats.
8928 2007-06-01 Michael Smith <msmith@fluendo.com>
8930 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8931 Don't overflow intermediate values when seeking to large time values
8934 2007-06-05 Wim Taymans <wim@fluendo.com>
8936 * gst/playback/gstqueue2.c: (gst_queue_have_data),
8937 (gst_queue_create_read), (gst_queue_read_item_from_file),
8938 (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8939 Include stdio to define fseeko.
8941 2007-06-05 Wim Taymans <wim@fluendo.com>
8943 Patch by: Edward Hervey <edward@fluendo.com>
8945 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8947 Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8949 2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
8951 * gst-libs/gst/riff/Makefile.am:
8952 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8953 Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8954 our own implementation.
8956 2007-06-05 Wim Taymans <wim@fluendo.com>
8958 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8959 (gst_base_rtp_depayload_setcaps),
8960 (gst_base_rtp_depayload_set_gst_timestamp),
8961 (gst_base_rtp_depayload_change_state):
8962 Handle timestamp wraparound.
8964 2007-06-05 Wim Taymans <wim@fluendo.com>
8966 * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8967 (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8968 (gst_uri_decode_bin_change_state):
8969 Make sure we name srcpads uniquely even when using different internal
8971 Signal no-more-pads when no more dynamic elements exist.
8972 Remove pads on cleanup.
8974 2007-06-05 Wim Taymans <wim@fluendo.com>
8976 Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8978 * gst/playback/gstqueue2.c: (gst_queue_class_init),
8979 (gst_queue_init), (gst_queue_finalize),
8980 (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8981 (gst_queue_create_read), (gst_queue_read_item_from_file),
8982 (gst_queue_open_temp_location_file),
8983 (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8984 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8985 (gst_queue_is_empty), (gst_queue_is_filled),
8986 (gst_queue_change_state), (gst_queue_set_temp_location),
8987 (gst_queue_set_property):
8988 Add support for filebased buffering. Fixes #441264.
8990 2007-06-05 Wim Taymans <wim@fluendo.com>
8992 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8993 (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8994 (caps_notify_group_cb), (gst_decode_group_new),
8995 (gst_decode_group_free):
8996 Add support for delayed caps fixation when autoplugging.
8997 Optimize cases where a multiqueue is not needed/wanted, like right after
8998 anything that is not a demuxer.
9000 2007-06-05 Wim Taymans <wim@fluendo.com>
9002 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
9003 (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
9004 (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
9005 consideratly speedup ogg chain detection by not trying to find a base
9006 timestamp for skeleton streams.
9008 2007-06-05 Wim Taymans <wim@fluendo.com>
9010 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
9011 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
9012 (gst_multi_fd_sink_remove_flush),
9013 (gst_multi_fd_sink_remove_client_link),
9014 (gst_multi_fd_sink_handle_client_write),
9015 (gst_multi_fd_sink_handle_clients):
9016 * gst/tcp/gstmultifdsink.h:
9017 Add support for remove_flush.
9019 2007-06-05 Wim Taymans <wim@fluendo.com>
9021 * docs/design/draft-keyframe-force.txt:
9022 * ext/theora/theoraenc.c: (theora_enc_sink_event),
9024 Add draft design for forcing keyframes in encoders and implement in
9027 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
9032 === release 0.10.13 ===
9034 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
9037 releasing 0.10.13, "What's Going on?"
9039 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
9041 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9042 In riff, the depth is stored in the size field but it just means that
9043 the least significant bits are cleared. We can therefore just play
9044 the sample as if it had a depth == width. Fixes: #440997
9046 Patch by: Wim Taymans <wim@fluendo.com>
9047 Patch by: Sebastian Dröge <slomo@circular-chaos.org>
9049 2007-05-31 Jan Schmidt <thaytan@mad.scientist.com>
9051 * gst-libs/gst/floatcast/floatcast.h:
9052 Define inline when needed on win32 builds. Fixes: #441295
9053 Patch by: Sebastien Moutte <sebastien@moutte.net>
9055 2007-05-29 Wim Taymans <wim@fluendo.com>
9057 * gst/playback/gstplaybasebin.c: (queue_overrun),
9058 (no_more_pads_full):
9059 Stop buffering when the group is commited because the queues filled up.
9062 2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
9064 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9065 (gst_alsa_mixer_free), (gst_alsa_mixer_update),
9066 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9067 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9068 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9069 * ext/alsa/gstalsamixer.h:
9070 * ext/alsa/gstalsamixerelement.c:
9071 (gst_alsa_mixer_element_interface_supported),
9072 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9073 (gst_alsa_mixer_element_set_property),
9074 (gst_alsa_mixer_element_get_property),
9075 (gst_alsa_mixer_element_change_state):
9076 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
9077 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
9078 (gst_mixer_option_changed):
9079 * gst-libs/gst/interfaces/mixer.h:
9080 Revert commits towards #152864 made so far. We'll pick it up again
9081 after the 0.10.13 release.
9083 2007-05-24 Wim Taymans <wim@fluendo.com>
9085 * gst-libs/gst/audio/gstbaseaudiosink.c:
9086 (gst_base_audio_sink_render):
9087 After an interrupt (PAUSED/flush) assume that the next sample should not
9088 be aligned to the previous sample. Fixes #417992.
9090 2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
9092 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9093 Don't add channels and rate fields to the template caps for
9094 audio/x-dts, as wavparse might not always be able to set them,
9095 which would then lead to 'caps are not a real subset of the
9096 template caps' warnings.
9098 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
9100 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9101 Handle unknown or invalid pads without crashing, as might occur if
9102 a media file like an mp3 is specified as a subtitle file.
9105 2007-05-24 Jan Schmidt <thaytan@mad.scientist.com>
9107 * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9109 Block the subtitle bin output queue before ghosting it and linking,
9110 then unblock after. This avoids spurious not-linked errors caused
9111 by the queue starting up (because it gets linked when it is ghosted).
9114 2007-05-23 Jan Schmidt <thaytan@mad.scientist.com>
9116 * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9117 Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9118 file. Avoids flukes where the input gets typefound to some valid but
9121 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
9123 * tests/check/Makefile.am:
9124 * tests/check/elements/.cvsignore:
9125 * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9126 (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9127 Add unit test for gnomevfssink seeking and position reporting for
9130 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
9132 Patch by: Mark Nauwelaerts <manauw at skynet be>
9134 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9135 (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9136 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9137 * ext/gnomevfs/gstgnomevfssink.h:
9138 Fix position reporting, especially after a seek (from upstream),
9141 2007-05-22 Tim-Philipp Müller <tim at centricular dot net>
9143 * ext/cdparanoia/gstcdparanoiasrc.c:
9146 2007-05-22 Jan Schmidt <thaytan@mad.scientist.com>
9148 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9149 Specify the full valid range for MP3 samplerates. Fixes a regression
9150 caused by extra header checks since the last release.
9152 2007-05-21 Jan Schmidt <thaytan@mad.scientist.com>
9154 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9155 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9156 Fix a locking-order bug I introduced with my changes the other day.
9157 Patch by Mike Smith.
9159 2007-05-21 Michael Smith <msmith@fluendo.com>
9161 * ext/theora/theoradec.c: (theora_handle_data_packet):
9162 Don't look inside 0-length packets (which indicate duplicated
9165 2007-05-21 Wim Taymans <wim@fluendo.com>
9167 * ext/cdparanoia/gstcdparanoiasrc.c:
9168 (gst_cd_paranoia_src_read_sector):
9169 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9170 (gst_base_audio_src_create):
9173 * ext/theora/theoradec.c: (theora_dec_sink_event):
9176 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9177 (gst_base_rtp_depayload_set_gst_timestamp):
9180 * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9181 And some debug info when a FIXME path is hit.
9183 2007-05-21 Wim Taymans <wim@fluendo.com>
9185 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9186 (gst_base_rtp_audio_payload_class_init),
9187 (gst_base_rtp_audio_payload_init),
9188 (gst_base_rtp_audio_payload_finalize),
9189 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9190 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9191 (gst_base_rtp_payload_audio_handle_event):
9192 Some cleanups, remove minptime property as it is now in the parent
9194 Override parent class event function.
9196 * gst-libs/gst/rtp/gstbasertppayload.c:
9197 (gst_basertppayload_class_init), (gst_basertppayload_init),
9198 (gst_basertppayload_event), (gst_basertppayload_set_property),
9199 (gst_basertppayload_get_property):
9200 * gst-libs/gst/rtp/gstbasertppayload.h:
9201 Add min-ptime property.
9202 Add handle-event vmethod. Fixes #415001.
9204 2007-05-18 Stefan Kost <ensonic@users.sf.net>
9206 * gst-libs/gst/audio/gstbaseaudiosink.c
9207 (gst_base_audio_sink_change_state):
9208 Fix typo in comment.
9210 * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9211 free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9212 get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9214 * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9215 gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9216 Remove trailing whitespaces in comments.
9218 * gst/volume/Makefile.am:
9221 2007-05-18 Stefan Kost <ensonic@users.sf.net>
9223 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9225 * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9226 set_option, get_option, _gst_reserved):
9227 Revert reordering functions (keep ABI).
9229 2007-05-17 Jan Schmidt <thaytan@mad.scientist.com>
9231 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9232 (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9233 (gst_ximagesink_show_frame):
9234 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9235 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9236 (gst_xvimagesink_show_frame):
9237 When we create our own window, indicate that we handle the
9238 WM_DELETE client message from the window manager, so that it won't
9239 kill our window (and our app) along with it. Handle ClientMessage,
9240 post an error on the bus, and close the window. Further buffers
9241 arriving will result in a FlowError because the window has been
9246 Clean up the X event handling loop and make them the same for
9247 both xvimagesink and ximagesink while I'm at it.
9249 2007-05-17 Wim Taymans <wim@fluendo.com>
9251 * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9252 Make decodebin2 autoplug depayloaders too.
9254 * gst/playback/gsturidecodebin.c: (source_new_pad):
9255 Set the newly created decoder in a usable state when autoplugging a
9256 dynamic source such as RTSP.
9258 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
9260 * gst/playback/gststreaminfo.c: (cb_probe):
9261 Ignore video-codec tag for audio streams and ignore audio-codec tags
9262 for video streams. Should make codec name collection a bit more
9263 robust against sloppy demuxers that send tag events containing both
9266 2007-05-17 Wim Taymans <wim@fluendo.com>
9268 * gst/playback/gstqueue2.c: (update_rates):
9269 Tweak the buffering thresholds a little.
9270 Update the buffer size with the previously calculate rate instead of
9271 only when we calculate a new rate so that we get smoother buffering
9274 * gst/playback/Makefile.am:
9275 * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9276 (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9277 (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9278 (gst_uri_decode_bin_get_property), (unknown_type),
9279 (add_element_stream), (no_more_pads_full), (no_more_pads),
9280 (source_no_more_pads), (new_decoded_pad), (array_has_value),
9281 (gen_source_element), (has_all_raw_caps), (analyse_source),
9282 (remove_decoders), (make_decoder), (remove_source),
9283 (source_new_pad), (setup_source), (decoder_query_init),
9284 (decoder_query_duration_fold), (decoder_query_duration_done),
9285 (decoder_query_position_fold), (decoder_query_position_done),
9286 (decoder_query_latency_fold), (decoder_query_latency_done),
9287 (decoder_query_seeking_fold), (decoder_query_seeking_done),
9288 (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9289 (gst_uri_decode_bin_change_state), (plugin_init):
9290 New element that intergrates a source, optional buffering element and
9293 2007-05-17 Tim-Philipp Müller <tim at centricular dot net>
9296 Bump libtheora requirement to 1.0alpha5 for the pixformat check
9297 (also has a .pc file, so we don't need the fallback check any
9298 longer). Fixes #438840.
9300 2007-05-17 Wim Taymans <wim@fluendo.com>
9302 * gst/playback/gstqueue2.c: (gst_queue_get_type),
9303 (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9304 (apply_segment), (apply_buffer), (update_buffering),
9305 (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9306 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9307 (gst_queue_handle_sink_event), (gst_queue_is_filled),
9308 (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9312 2007-05-17 Wim Taymans <wim@fluendo.com>
9314 * gst/playback/Makefile.am:
9315 * gst/playback/gstqueue2.c: (gst_queue_get_type),
9316 (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9317 (gst_queue_getcaps), (gst_queue_bufferalloc),
9318 (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9319 (apply_buffer), (update_buffering), (reset_rate_timer),
9320 (update_rates), (gst_queue_locked_flush),
9321 (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9322 (gst_queue_handle_sink_event), (gst_queue_is_empty),
9323 (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9324 (gst_queue_loop), (gst_queue_handle_src_event),
9325 (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9326 (gst_queue_src_activate_push), (gst_queue_change_state),
9327 (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9328 On our way to playbin2 this is the new network queue that does buffering
9329 all by itself using high and low watermarks. It can also measure up and
9330 downstream bandwidth to optimally size the queue.
9332 2007-05-17 Michael Smith <msmith@fluendo.com>
9334 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9335 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9336 Use the segment->last_stop value to calculate the next timestamp to
9337 generate after a seek; not the segment->start value.
9339 2007-05-15 David Schleef <ds@schleef.org>
9341 * docs/Makefile.am: Install docs even when --disable-gtk-doc
9342 is disabled. This matches the behavior of gtk+. Fixes #349099.
9344 2007-05-15 Wim Taymans <wim@fluendo.com>
9346 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9347 (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9348 Some more chained streaming ogg timestamp fixes.
9350 2007-05-15 Wim Taymans <wim@fluendo.com>
9352 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9353 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9354 (gst_ogg_demux_handle_page):
9356 Fix chain start/stop segment handling based on patch by
9357 <ahalda at cs dot mcgill dot ca> see #320984.
9359 2007-05-15 Michael Smith <msmith@fluendo.com>
9362 We don't require a C++ compiler. So don't require one.
9364 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9366 * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9367 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9368 gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9369 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9370 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9371 gst_alsa_mixer_update_track):
9372 Apply some of the cleanup Tim suggested in #152864 afterwards.
9374 2007-05-15 Stefan Kost <ensonic@users.sf.net>
9376 patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9378 * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9379 _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9380 gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9381 gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9382 gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9383 gst_alsa_mixer_handle_source_callback,
9384 gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9385 gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9386 gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9387 gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9388 gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9389 gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9390 * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9391 * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9392 gst_alsa_mixer_element_interface_supported,
9393 gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9394 gst_alsa_mixer_element_set_property,
9395 gst_alsa_mixer_element_get_property,
9396 gst_alsa_mixer_element_change_state):
9397 * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9398 * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9399 gst_mixer_option_changed):
9400 * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9401 volume_changed, option_changed, _gst_reserved):
9402 Implement notification for alsamixer. Fixes #152864
9404 2007-05-14 David Schleef <ds@schleef.org>
9406 * gst/videotestsrc/videotestsrc.c:
9407 * gst/videotestsrc/videotestsrc.h:
9408 Add support for video/x-raw-bayer.
9410 2007-05-12 David Schleef <ds@schleef.org>
9412 * sys/xvimage/xvimagesink.c:
9413 Add some sanity checking for the XVImage size returned by X.
9416 2007-05-12 Wim Taymans <wim@fluendo.com>
9418 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9419 (gst_base_rtp_depayload_setcaps),
9420 (gst_base_rtp_depayload_set_gst_timestamp):
9421 Parse and use additional caps fields as described in updated
9422 application/x-rtp caps spec.
9424 2007-05-12 Wim Taymans <wim@fluendo.com>
9426 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9427 (gst_ogg_demux_collect_chain_info):
9428 If there is a stream in a chain without any data packets, ignore the
9429 stream in the total length calculations. Might be related to #436820.
9431 2007-05-11 Jan Schmidt <thaytan@mad.scientist.com>
9433 * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9434 (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9435 (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9436 (mpeg_video_type_find), (mpeg_video_stream_type_find),
9439 Consolidate and re-work our mpeg system stream detection to probe
9440 more packets and produce a higher confidence result. Fixes a
9441 regression caused by lowering the typefind probability last year
9442 - related to bug #397810. Remove the redundant MPEG-1 specific
9443 typefind function, as the new one detects both MPEG-1 & MPEG-2
9446 Also cleanup the MPEG elementary and MPEG-TS detection functions a
9449 Tested against my media test directory, with some improvements and
9452 2007-05-10 Wim Taymans <wim@fluendo.com>
9454 * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9455 (queue_out_of_data):
9456 Connect to the new queue "pushing" signal instead of the broken
9459 2007-05-09 Sebastien Moutte <sebastien@moutte.net>
9461 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9462 (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9463 Move variable declaration before the first instruction.
9464 * gst/videotestsrc/videotestsrc.c:
9465 Define M_PI if it's not defined yet.
9466 * win32/common/libgstrtp.def:
9467 Add new exported functions.
9469 2007-05-09 Michael Smith <msmith@fluendo.com>
9471 * ext/theora/theoradec.c: (theora_handle_type_packet):
9472 gst_pad_push_event() does not return a GstFlowReturn!
9474 2007-05-09 Wim Taymans <wim@fluendo.com>
9476 * tests/examples/seek/scrubby.c: (stop_cb), (main):
9477 * tests/examples/seek/seek.c: (do_seek):
9478 Some small cosmetic changes.
9480 2007-05-08 Stefan Kost <ensonic@users.sf.net>
9482 * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9483 gst_adder_change_state):
9484 * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9485 segment_pending, segment_position, segment_rate):
9486 Handle playback-rate on adder.
9488 2007-05-07 Michael Smith <msmith@fluendo.com>
9490 * ext/theora/gsttheoradec.h:
9491 * ext/theora/theoradec.c: (gst_theora_dec_reset),
9492 (theora_dec_sink_event), (theora_handle_comment_packet),
9493 (theora_handle_type_packet), (theora_dec_change_state):
9494 Don't push events (newsegment, tags) before initialising the
9496 This is neccesary for seeking to work correctly in gnonlin.
9498 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9500 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9501 * gst/adder/gstadder.c:
9502 * gst/audiotestsrc/gstaudiotestsrc.c
9503 (gst_audio_test_src_create_white_noise):
9504 * gst/videotestsrc/gstvideotestsrc.c:
9505 * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9506 VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9507 volume_sink_template, volume_src_template, gst_volume_init,
9508 volume_process_double, volume_process_int16,
9509 volume_process_int16_clamp):
9510 Doc fixes and formatting.
9512 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9514 * tests/check/Makefile.am:
9515 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9516 Minimal check for volume's GstController usability; also another
9519 2007-05-04 Tim-Philipp Müller <tim at centricular dot net>
9521 * gst-libs/gst/cdda/gstcddabasesrc.c:
9522 (gst_cdda_base_src_add_track):
9523 Fix it so that it (a) makes sense and (b) doesn't break
9524 everything cdda-related including the unit test.
9526 2007-05-04 Stefan Kost <ensonic@users.sf.net>
9528 * gst-libs/gst/cdda/gstcddabasesrc.c:
9529 (gst_cdda_base_src_add_track):
9530 Fix build when disabling asserts.
9532 2007-05-03 Tim-Philipp Müller <tim at centricular dot net>
9534 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9535 When XShm is not available, we might get row strides that are not
9536 rounded up to multiples of four; this is bad, because virtually
9537 every RGB-processing element in GStreamer assumes rowstrides are
9538 rounded up to multiples of four, so let's allocate at least enough
9539 memory to avoid crashes in this case. The image will still be
9540 displayed distorted though if this happens, so that still needs
9541 fixing (maybe by allocating a bigger image with an 'even' width
9542 and then clipping it appropriately when rendering - something for
9543 Xlib aficionados in any case).
9545 2007-05-03 Michael Smith <msmith@fluendo.com>
9547 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9548 If a buffer doesn't have a timestamp, assume it's contiguous with
9549 the previous buffer, and synthesise timestamps appropriately.
9551 2007-05-03 Edward Hervey <edward@fluendo.com>
9553 * tests/check/elements/videorate.c: (GST_START_TEST):
9554 Set buffer timestamp to a valid value in order to test the buffer
9555 really does stay in videorate.
9557 2007-05-03 Edward Hervey <edward@fluendo.com>
9559 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9560 There is no sensible way to handle incoming buffers which don't have a
9561 valid timestamp. We therefore discard them and wait for the next one.
9563 2007-05-01 Tim-Philipp Müller <tim at centricular dot net>
9565 * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9566 * gst/playback/gstdecodebin2.c: (plugin_init):
9567 Better error message for text files.
9569 2007-04-29 Wim Taymans <wim@fluendo.com>
9571 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9572 Fix offset bug in generation RR packets.
9574 2007-04-27 Julien MOUTTE <julien@moutte.net>
9576 * ext/theora/theoradec.c: (_theora_granule_time),
9577 (theora_dec_push_forward), (theora_handle_data_packet),
9578 (theora_dec_decode_buffer): Calculate buffer duration correctly
9579 to generate a perfect stream (#433888).
9580 * gst/audioresample/gstaudioresample.c:
9581 (audioresample_check_discont): Glib provides ABS.
9583 2007-04-27 Wim Taymans <wim@fluendo.com>
9585 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9586 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9587 (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9588 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9589 (gst_rtcp_packet_bye_set_reason):
9590 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9591 Fix RB block parsing and writing.
9592 Add support for constructing BYE packets.
9594 2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
9596 * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9597 (gst_base_audio_src_create):
9599 When posting a warning message because samples were dropped, post
9600 something more intelligible than he default error message for clock
9601 errors which is just confusing in this context (#432984).
9603 2007-04-25 Wim Taymans <wim@fluendo.com>
9605 * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9606 (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9607 (read_packet_header), (gst_rtcp_packet_move_to_next),
9608 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9609 (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9610 (gst_rtcp_packet_sdes_get_item_count),
9611 (gst_rtcp_packet_sdes_first_item),
9612 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9613 (gst_rtcp_packet_sdes_first_entry),
9614 (gst_rtcp_packet_sdes_next_entry),
9615 (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9616 (gst_rtcp_packet_sdes_add_entry):
9617 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9618 Implement code to write SR, RR and SDES packets.
9620 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9622 Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9624 * sys/ximage/ximagesink.c:
9625 Fix build if XShm is not available (#432362).
9627 2007-04-24 Sebastian Dröge <slomo@circular-chaos.org>
9629 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9630 Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9631 pointers to random memory which are passed to g_free() when
9632 audio_convert_prepare_context() is called the first time.
9634 2007-04-24 Tim-Philipp Müller <tim at centricular dot net>
9636 Patch by: Dan Williams <dcbw redhat com>
9638 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9639 Don't leak incoming buffer if gst_pad_push() returns a
9640 non-OK flow. Fixes #432755.
9642 * tests/check/elements/videorate.c: (GST_START_TEST),
9644 Unit test for the above by Yours Truly.
9646 2007-04-23 Stefan Kost <ensonic@users.sf.net>
9648 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9649 (gst_adder_sink_event), (gst_adder_collected):
9650 Fix non-flushing segmented seeks, Fixes #340060 for me
9652 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9654 Patch by: Olivier Crete <tester at tester ca>
9656 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9657 (gst_base_rtp_audio_payload_class_init),
9658 (gst_base_rtp_audio_payload_init),
9659 (gst_base_rtp_audio_payload_dispose):
9660 Chain up to parent class in dispose function; get rid of
9661 unnecessary 'diposed' flag in private structure (#415001).
9663 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9665 * docs/libs/gst-plugins-base-libs.types:
9666 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9667 (gst_base_rtp_audio_payload_class_init):
9668 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9669 * gst-libs/gst/rtp/gstbasertppayload.c:
9670 Some minor docs fixes and additions; also add missing 'Since' bits.
9672 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9674 Patch by: Zeeshan Ali <zeenix gmail com>
9676 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9677 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9678 (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9679 (gst_base_rtp_audio_payload_push):
9680 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9681 The recently-added gst_base_rtp_audio_payload_push() should take an
9682 object of type GstBaseRTPAudioPayload as first argument (#431672).
9684 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9686 * gst/audioresample/gstaudioresample.c:
9687 Make more functions static, just because we can.
9689 2007-04-21 Tim-Philipp Müller <tim at centricular dot net>
9691 * tests/check/elements/audioresample.c:
9692 Add unit test for audioresample shutdown crasher (#420106).
9694 2007-04-20 Stefan Kost <ensonic@users.sf.net>
9696 * gst/subparse/gstsubparse.c:
9697 * gst/subparse/samiparse.c:
9698 Use GST_DISABLE_XML here
9700 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9701 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9702 (gst_xvimagesink_buffer_alloc),
9703 (gst_xvimagesink_navigation_send_event):
9704 * sys/xvimage/xvimagesink.h:
9705 Include stdlib.h when using atoi.
9707 * tests/check/elements/playbin.c: (playbin_suite):
9708 Use GST_DISABLE_REGISTRY here
9710 2007-04-19 Michael Smith <msmith@fluendo.com>
9712 * ext/theora/gsttheoraenc.h:
9713 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9714 (theora_enc_sink_event), (theora_enc_change_state):
9715 Track initialisation state; don't try to use encoder state if we're
9716 not initialised (it'll segfault).
9718 2007-04-18 Stefan Kost <ensonic@users.sf.net>
9720 * tests/check/pipelines/.cvsignore:
9723 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9725 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9726 Allow random depths between 1 and 32 instead of only multiplies of 8.
9728 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9730 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9731 Set the maximum number of channels for PCM and float in the correct
9732 place to have it also used when creating the template caps.
9734 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9736 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9737 Correctly support 4, 6 and 8 channels with normal PCM and float
9740 Fix the depth and signedness calculation in extensible wav files and
9741 also handle 1, 2, 4, 6, 8 channels here when a file without channel
9744 Add support for float, alaw and mulaw in extensible wav files.
9746 This allows correct playback of all but 5 files from
9747 http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9749 (gst_riff_create_audio_template_caps):
9750 Add voxware and float formats to the template caps.
9752 2007-04-17 Sebastian Dröge <slomo@circular-chaos.org>
9754 Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9756 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9757 Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9759 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9760 * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9761 Use the correct format strings for integer formats.
9763 2007-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
9765 * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9766 Don't use pad_alloc_buffer_and_set_caps to create a small header
9767 packet, or, worse, to create a big temporary video buffer using the
9770 2007-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
9772 * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9773 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9774 GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9775 Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9777 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9779 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9780 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9781 streamheader_suite):
9782 Add another test set up for failure
9784 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
9786 * tests/check/Makefile.am:
9787 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9788 GST_START_TEST, streamheader_suite, main):
9789 Add a test for the streamheader bug Wim fixed.
9791 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
9793 * ext/theora/theoradec.c: (theora_dec_sink_event):
9794 Fix misleading comment.
9796 2007-04-13 Stefan Kost <ensonic@users.sf.net>
9798 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9799 More sanity checks for the header fields.
9801 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9803 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9804 Try encodings from all environment variables, not just those in the
9805 first environment variable that is set.
9807 2007-04-12 Wim Taymans <wim@fluendo.com>
9809 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9810 (gst_video_rate_chain):
9813 * tests/check/elements/videorate.c: (GST_START_TEST),
9815 Added check for videorate changing caps handling. Closes #421834.
9817 2007-04-12 Michael Smith <msmith@fluendo.com>
9819 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9820 Use scale functions to avoid overflow when calculating duration of
9823 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
9825 * docs/libs/gst-plugins-base-libs-sections.txt:
9826 * gst-libs/gst/tag/tag.h:
9827 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9828 API: add gst_tag_freeform_string_to_utf8() (#405072).
9830 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9831 Use gst_tag_freeform_string_to_utf8() here.
9833 2007-04-12 Wim Taymans <wim@fluendo.com>
9835 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9836 (gst_gdp_pay_sink_event):
9837 Make sure we set the IN_CAPS flag correctly.
9839 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9840 Get the IN_CAPS flag before we call functions that mess with the flags.
9842 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
9844 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9845 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9846 Only stamp buffers with offset/offset_end right before they get
9847 pushed. This ensures offset continuity, which was not the case
9849 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9851 2007-04-06 Wim Taymans <wim@fluendo.com>
9853 * gst/playback/gstplaybin.c: (add_sink),
9854 (gst_play_bin_change_state):
9855 Activate sync in playbin, we are ready to handle it for live streams.
9857 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
9859 * tests/check/elements/playbin.c:
9860 (test_sink_usage_video_only_stream), (playbin_suite):
9861 Add small test for stream-info-value-array code paths.
9863 2007-04-05 Wim Taymans <wim@fluendo.com>
9865 * gst-libs/gst/audio/gstbaseaudiosink.c:
9866 (gst_base_audio_sink_skew_slaving):
9867 Don't try to create invalid calibration parameters by making the
9868 internal time go backwards, instead make external time go forward.
9870 2007-04-05 Wim Taymans <wim@fluendo.com>
9872 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9874 * gst/playback/gstplaybasebin.c: (add_stream):
9875 Fix leak in add_stream(), when g_value_set_object() increases the
9876 refcount of streaminfo object. Fixes #426250.
9878 2007-04-03 David Schleef <ds@schleef.org>
9880 * gst/videotestsrc/gstvideotestsrc.c:
9881 * gst/videotestsrc/gstvideotestsrc.h:
9882 * gst/videotestsrc/videotestsrc.c:
9883 * gst/videotestsrc/videotestsrc.h:
9884 Add a test pattern called "circular", which has concentric
9885 rings with varying radial frequency. The main purpose of this
9886 pattern is to test fidelity loss in a filter or scaler element.
9887 Notably, this pattern is scale invariant, and is optimally viewed
9888 with a width (and height) of 400.
9890 2007-04-03 Wim Taymans <wim@fluendo.com>
9892 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9894 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9895 (deactivate_free_recursive):
9896 Decodebin2 doesn't unref pads it obtains in some occasions:
9897 - multiqueue src pads, when either connecting further or exposing
9898 - sink pads of new autoplugged elements
9899 - peer pads when recursively freeing elements
9902 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
9904 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9905 Add audio/x-raw-float support, now that audioconvert support
9906 non-native endianness floats.
9908 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
9910 * docs/libs/gst-plugins-base-libs-docs.sgml:
9911 gstreamer-plugins-base.pc doesn't exist, it's
9912 gstreamer-plugins-base-0.10.pc.
9914 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9916 Patch by: René Stadler <mail at renestadler dot de>
9917 with some minor changes
9919 * gst-libs/gst/floatcast/floatcast.h:
9920 Use more efficient float endianness conversion functions that don't
9921 involve 2 function calls per value.
9922 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9923 (check_default), (audio_convert_prepare_context):
9924 * gst/audioconvert/gstaudioconvert.c:
9925 (gst_audio_convert_parse_caps), (make_lossless_changes):
9926 Support non-native endianness floats as input and output.
9928 * tests/check/elements/audioconvert.c: (verify_convert),
9930 Add unit tests for the non-native endianness float conversions.
9932 2007-03-29 Wim Taymans <wim@fluendo.com>
9934 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9935 (gst_base_rtp_depayload_base_init),
9936 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9937 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9938 (gst_base_rtp_depayload_set_gst_timestamp),
9939 (gst_base_rtp_depayload_change_state),
9940 (gst_base_rtp_depayload_set_property),
9941 (gst_base_rtp_depayload_get_property):
9942 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9943 Add Private structure.
9944 Bring element code to 2007.
9945 Parse clock-base caps param and use it when generating the
9947 Reset variables before going to PAUSED.
9950 2007-03-29 Wim Taymans <wim@fluendo.com>
9952 * docs/libs/gst-plugins-base-libs-docs.sgml:
9953 * docs/libs/gst-plugins-base-libs-sections.txt:
9954 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9955 (gst_base_rtp_audio_payload_get_adapter):
9959 * gst-libs/gst/rtp/Makefile.am:
9960 * gst-libs/gst/rtp/gstrtcpbuffer.c:
9961 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9962 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9963 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9964 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9965 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9966 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9967 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9968 (gst_rtcp_packet_sr_get_sender_info),
9969 (gst_rtcp_packet_sr_set_sender_info),
9970 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9971 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9972 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9973 (gst_rtcp_packet_sdes_get_chunk_count),
9974 (gst_rtcp_packet_sdes_first_chunk),
9975 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9976 (gst_rtcp_packet_sdes_first_item),
9977 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9978 (gst_rtcp_packet_bye_get_ssrc_count),
9979 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9980 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9981 (gst_rtcp_packet_bye_get_reason_len),
9982 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9983 * gst-libs/gst/rtp/gstrtcpbuffer.h:
9984 Add new helper object for parsing and creating RTCP messages.
9986 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
9988 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9989 PCM samples with width=8 must be always unsigned, no matter what
9992 2007-03-29 Andy Wingo <wingo@pobox.com>
9994 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9995 perfect offsets also, not just timestamps.
9997 * tests/check/elements/videorate.c (test_more): Test that given
9998 any incoming offsets, that videorate produces perfect offsets.
10000 2007-03-29 Wim Taymans <wim@fluendo.com>
10002 * gst-libs/gst/riff/riff-ids.h:
10003 Add some more RIFF formats.
10005 2007-03-29 Wim Taymans <wim@fluendo.com>
10007 * gst-libs/gst/rtp/gstrtpbuffer.c:
10008 (gst_rtp_buffer_default_clock_rate):
10009 * gst-libs/gst/rtp/gstrtpbuffer.h:
10010 Fix fixed payload names and docs.
10011 Added method to get the default clock rates of fixed payload types.
10012 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
10014 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
10016 * tests/check/pipelines/.cvsignore:
10017 Add new vorbisdec test to cvsignore.
10019 2007-03-28 Wim Taymans <wim@fluendo.com>
10021 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
10022 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10023 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
10024 (gst_base_audio_sink_set_property),
10025 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
10026 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
10027 (gst_base_audio_sink_skew_slaving),
10028 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
10029 (gst_base_audio_sink_async_play):
10030 * gst-libs/gst/audio/gstbaseaudiosink.h:
10031 Store private stuff in GstBaseAudioSinkPrivate.
10032 Add configurable clock slaving modes property.
10033 API:: GstBaseAudioSink::slave-method property
10034 Some more latency reporting tweaks.
10035 Added skew based clock slaving correction and make it the default until
10036 the resampling method is more robust.
10038 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
10040 * gst/audioconvert/audioconvert.c:
10041 Add docs to the integer pack functions and implement proper
10042 rounding. Before we had rounding towards negative infinity, i.e.
10043 always the smaller number was taken. Now we use natural rounding,
10044 i.e. rounding to the nearest integer and to the one with the largest
10045 absolute value for X.5. The old rounding introduced some minor
10046 distortions. Fixes #420079
10047 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10048 Fix one unit test that assumed the old rounding and added unit tests
10049 for checking signed/unsigned int16 <-> signed/unsigned int16 with
10050 depth 8, one for signed int16 <-> unsigned int16 and one for the new
10051 rounding from signed int32 to signed/unsigned int16.
10053 2007-03-27 Michael Smith <msmith@fluendo.com>
10055 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
10056 (gst_audio_convert_transform_caps):
10057 Fix typo in debug line introduced recently, as pointed out on irc.
10059 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
10061 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10062 * tests/check/libs/tag.c: (GST_START_TEST):
10063 Make sure we parse floating-point numbers in vorbis comments
10064 correctly with either '.' or ',' as separator, no matter what
10065 the current locale is. Add unit test for this too.
10067 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
10069 Patch by: René Stadler <mail at renestadler de>
10071 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10072 When writing out floating-point numbers to vorbis comment tags, always
10073 use the same character as separator no matter what the current locale is
10076 * tests/check/libs/tag.c: (GST_START_TEST):
10077 Add unit tests for replaygain tags in vorbis comments (closes #423055).
10079 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
10081 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10082 vorbis_handle_data_packet):
10083 Correctly set DURATION to generate a timestamp-continuous stream.
10084 One bug left at the end; see
10085 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10086 * tests/check/Makefile.am:
10087 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10088 Add a test to check this. Without the above patch this test fails.
10090 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
10092 * gst-libs/gst/rtp/Makefile.am:
10093 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10095 2007-03-23 Michael Smith <msmith@fluendo.com>
10097 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10098 (gst_video_rate_reset), (gst_video_rate_chain):
10099 If videorate changes caps, we can no longer use the old buffer
10100 (which may have a different size, incompatible with our caps).
10101 So don't do that; just duplicate the new frame more times.
10103 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
10105 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10106 Remove playbin's override of the set_clock vmethod. It's irrelevant
10107 after Wim's commit on the 19th.
10109 2007-03-22 Wim Taymans <wim@fluendo.com>
10111 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10112 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10113 * ext/gnomevfs/gstgnomevfssrc.h:
10114 Don't cache file sizes. Fixes #341078.
10116 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
10118 * gst/playback/gstplaybin.c: (add_sink):
10119 Use GST_PTR_FORMAT to log caps.
10121 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
10123 Patch by: Young-Ho Cha <ganadist at chollian net>
10125 * gst/subparse/samiparse.c: (handle_start_font):
10126 Special-case some more colour names that pango doesn't handle by
10127 default. Fixes #420578.
10129 2007-03-20 Michael Smith <msmith@fluendo.com>
10131 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10132 If we get a zero-sized input buffer, don't pass it to libvorbis, as
10133 that marks EOS internally. After that, libvorbis will buffer all
10134 input data, and encode none of it, eventually leading to memory
10137 2007-03-19 Wim Taymans <wim@fluendo.com>
10139 * gst/playback/gstdecodebin.c: (remove_fakesink):
10140 Don't post STATE_DIRTY anymore.
10142 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10143 (gst_play_bin_change_state):
10144 Remove stream_time reset in seek handling, core does that now.
10145 Disable clocking for live pipelines by forcing a NULL clock to the
10146 complete pipeline, core is too smart now for our previous hack.
10147 We can always autoplug in PAUSED now.
10149 2007-03-17 David Schleef <ds@schleef.org>
10151 * REQUIREMENTS: Update this file, change the formatting to make
10152 it more consistent, plus more machine readable.
10154 2007-03-16 Michael Smith <msmith@fluendo.com>
10156 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10157 (strip_width_64), (append_with_other_format):
10158 Previous fix was too simplistic, and broke the tests. Use a better
10159 approach; only strip 64 from widths for integer audio.
10161 2007-03-16 Michael Smith <msmith@fluendo.com>
10163 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10164 (gst_audio_convert_transform_caps):
10165 We don't support 64 bit integer audio, so don't try to claim we can.
10166 Stops us producing caps don't match our template caps.
10169 2007-03-15 Michael Smith <msmith@fluendo.com>
10171 * gst/audioresample/gstaudioresample.c:
10172 (audioresample_check_discont), (audioresample_transform):
10173 Don't trigger discontinuities for very small imperfections; a filter
10174 flush will sound bad, and many plugins have rounding errors leading
10177 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
10179 Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10181 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10182 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10183 API: add "min-ptime" property to RTP base audio payloader.
10184 API: add gst_base_rtp_audio_payload_push().
10185 API: add gst_base_rtp_audio_payload_get_adapter().
10187 Indentation/whitespace/documentation fixes.
10189 2007-03-14 Julien MOUTTE <julien@moutte.net>
10191 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10192 (audioresample_transform_size), (audioresample_do_output),
10193 (audioresample_transform), (audioresample_pushthrough): Handle
10194 discontinuous streams.
10195 * gst/audioresample/gstaudioresample.h:
10196 * tests/check/elements/audioresample.c:
10197 (test_discont_stream_instance), (GST_START_TEST),
10198 (audioresample_suite): Add a test for discontinuous streams.
10199 * win32/common/config.h: Updated.
10201 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10216 Update translations from translation project.
10218 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
10220 * gst/audioresample/debug.h:
10221 * gst/audioresample/resample.c: (resample_init):
10222 Since I really am not interested in a debug line for each sample
10223 being processed, move the library's debugging to its own category,
10226 2007-03-13 Michael Smith <msmith@fluendo.com>
10228 * ext/theora/theoradec.c: (theora_handle_type_packet):
10229 Since the plugin doesn't support anything other than 4:2:0 right
10230 now, post an error and fail if we get something else. Won't matter
10231 until libtheora supports the other pixel formats, but hopefully
10234 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
10236 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10237 Use gst_guint64_to_gdouble for conversion.
10239 Add new files to the win32 MANIFEST.
10240 * win32/common/libgstaudio.def:
10241 * win32/common/libgstpbutils.def:
10242 Add new exported functions.
10243 * win32/vs6/gst_plugins_base.dsw:
10244 * win32/vs6/libgstdecodebin.dsp:
10245 * win32/vs6/libgstplaybin.dsp:
10246 Change the link to libgstpbutils.lib.
10247 * win32/vs6/libgstdecodebin2.dsp:
10248 Add a new project for decodebin2.
10249 * win32/vs6/libgstpbutils.dsp:
10250 Add a new project for pbutils.
10252 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10254 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10255 Also accept partial dates with only year and month,
10256 like 1999-12-00 (fixes #410396 even more).
10258 * tests/check/libs/tag.c: (GST_START_TEST):
10259 Add unit test for the above.
10261 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10263 * tests/check/elements/subparse.c: (GST_START_TEST),
10265 Add unit test for MPL2 subtitle format (#413799).
10267 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
10269 Patch by: Kamil Pawlowski <kamilpe gmail com>
10271 * gst/subparse/Makefile.am:
10272 * gst/subparse/gstsubparse.c:
10273 (gst_sub_parse_data_format_autodetect),
10274 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10275 (gst_subparse_type_find):
10276 * gst/subparse/gstsubparse.h:
10277 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10278 * gst/subparse/mpl2parse.h:
10279 Add support for MPL2 subtitle format (#413799).
10281 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10284 We require core CVS for the new buffer metadata copy functions.
10286 2007-03-09 Wim Taymans <wim@fluendo.com>
10288 * gst-libs/gst/tag/gstid3tag.c:
10289 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10292 Patch by: Alex Lancaster <alexl at users sourceforge net>
10294 2007-03-09 Wim Taymans <wim@fluendo.com>
10296 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10297 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10298 Improve adapter usage and comments.
10300 2007-03-09 Wim Taymans <wim@fluendo.com>
10302 * ext/pango/gsttextrender.c: (gst_text_render_chain):
10303 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10304 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10305 Use new metadata copy function.
10307 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10308 (gst_ffmpegcsp_transform):
10309 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10310 Basetransform copied the metadata for us.
10312 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10314 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10315 (gst_text_overlay_video_event):
10316 Some more logging. Only accept newsegment events in TIME format and
10317 send a WARNING message if they are not in TIME format.
10319 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10320 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10321 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10322 * gst/subparse/gstsubparse.h:
10323 No need to allocate GstSegment structure dynamically, just put it
10324 into the instance structure; ignore newsegment events in BYTE
10325 format and in particular don't let it overwrite our saved TIME
10326 segment from the last seek.
10328 2007-03-09 Michael Smith <msmith@fluendo.com>
10330 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10331 Replace AC3 typefinder with one that isn't terrible, and actually
10334 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
10336 * gst/audioconvert/gstaudioconvert.c:
10337 (gst_audio_convert_transform):
10338 fix error category and translatable string
10341 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10343 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10344 * pkgconfig/gstreamer-plugins-base.pc.in:
10345 Fix up utils => pbutils here too.
10347 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
10349 * gst/subparse/gstsubparse.c: (handle_buffer):
10350 Break out of loop in chain function as soon as possible if we get
10351 a non-OK flow return.
10353 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10355 * tests/check/elements/alsa.c: (GST_START_TEST):
10356 Unref the mixer if the state change fails too (if the
10357 alsa devices are inaccessible, for example)
10359 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10361 * tests/check/Makefile.am:
10362 Don't test libvisual elements in the states check, because libvisual
10363 seems to leak internally.
10365 Re-enable the alsa and states tests now that there's new suppressions
10368 * tests/check/elements/alsa.c: (GST_START_TEST):
10369 Don't leak the alsamixer we instantiated.
10371 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10373 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10374 (gst_ximagesink_change_state), (gst_ximagesink_reset),
10375 (gst_ximagesink_finalize):
10376 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10377 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10378 Move some cleanup stuff from the state change handler into a _reset()
10379 function that can be called from _finalize(). This ensures that things
10380 get freed even if (for some reason) the NULL->READY state transition
10381 fails in the parent class.
10382 Even if a parent state change fails, process our downward state change
10383 logic instead of bailing out early.
10384 Free the correct xcontext pointer in ximagesink's xcontext_clear.
10386 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
10388 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10391 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10392 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10393 Use pango_font_description_set_family_static instead of
10394 pango_font_description_set_family to save a string copy (it was
10395 leaking due to the strdup anyway)
10397 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10398 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10399 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10400 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10401 Chain up in finalize.
10403 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
10405 * gst-libs/gst/interfaces/mixertrack.c:
10406 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10407 (gst_mixer_track_set_property):
10408 API: add "untranslated-label" property which should be set by
10409 implementations at construct time (#414645).
10411 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10412 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10413 Set "untranslated-label" when constructing mixer track objects.
10415 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10416 Unit test to check the above.
10418 2007-03-07 Wim Taymans <wim@fluendo.com>
10420 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10421 Fix confusing debug message.
10423 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10425 * gst-plugins-base.doap:
10426 update doap file with new version
10428 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10433 === release 0.10.12 ===
10435 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
10438 releasing 0.10.12, "Zombie Horde"
10440 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
10443 Bump version to 0.10.11.4 pre-release
10445 2007-03-06 Wim Taymans <wim@fluendo.com>
10447 * gst-libs/gst/audio/gstbaseaudiosink.c:
10448 (gst_base_audio_sink_async_play):
10449 Fix regression that made GStreamer skip the first samples of audio.
10452 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
10455 Bump version to 0.10.11.3 pre-release
10457 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
10460 Update paths for the rename from utils to pbutils to fix the build.
10462 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
10464 * gst-libs/gst/pbutils/Makefile.am:
10465 Change directory to install headers in from gst/utils to gst/pbutils
10468 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
10471 * docs/libs/gst-plugins-base-libs-docs.sgml:
10472 * docs/libs/gst-plugins-base-libs-sections.txt:
10473 * gst-libs/gst/Makefile.am:
10474 * gst-libs/gst/interfaces/mixer.c:
10475 * gst-libs/gst/pbutils/Makefile.am:
10476 * gst-libs/gst/pbutils/descriptions.c:
10477 (gst_pb_utils_get_source_description),
10478 (gst_pb_utils_get_sink_description),
10479 (gst_pb_utils_get_decoder_description),
10480 (gst_pb_utils_get_encoder_description),
10481 (gst_pb_utils_get_element_description),
10482 (gst_pb_utils_add_codec_description_to_tag_list),
10483 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10484 * gst-libs/gst/pbutils/descriptions.h:
10485 * gst-libs/gst/pbutils/install-plugins.c:
10486 * gst-libs/gst/pbutils/install-plugins.h:
10487 * gst-libs/gst/pbutils/missing-plugins.c:
10488 (gst_missing_uri_source_message_new),
10489 (gst_missing_uri_sink_message_new),
10490 (gst_missing_element_message_new),
10491 (gst_missing_decoder_message_new),
10492 (gst_missing_encoder_message_new),
10493 (gst_missing_plugin_message_get_description):
10494 * gst-libs/gst/pbutils/missing-plugins.h:
10495 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10496 * gst-libs/gst/pbutils/pbutils.h:
10497 * gst-libs/gst/utils/Makefile.am:
10498 * gst-libs/gst/utils/base-utils.c:
10499 * gst-libs/gst/utils/base-utils.h:
10500 * gst-libs/gst/utils/descriptions.c:
10501 * gst-libs/gst/utils/descriptions.h:
10502 * gst-libs/gst/utils/install-plugins.c:
10503 * gst-libs/gst/utils/install-plugins.h:
10504 * gst-libs/gst/utils/missing-plugins.c:
10505 * gst-libs/gst/utils/missing-plugins.h:
10506 * gst-plugins-base.spec.in:
10507 * gst/playback/Makefile.am:
10508 * gst/playback/gstdecodebin.c:
10509 * gst/playback/gstdecodebin2.c:
10510 * gst/playback/gstplaybasebin.c: (setup_subtitle),
10511 (gen_source_element):
10512 * gst/playback/gstplaybin.c: (plugin_init):
10513 * tests/check/Makefile.am:
10514 * tests/check/libs/pbutils.c: (GST_START_TEST),
10515 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10516 * tests/check/libs/utils.c:
10517 rename utils to pbutils
10519 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
10521 * docs/plugins/Makefile.am:
10522 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10523 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10524 * docs/plugins/inspect/plugin-decodebin2.xml:
10525 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10526 Add documentation for decodebin2 that indicates that the API
10529 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
10532 Update to 0.10.11.2 (0.10.12 pre-release)
10534 2007-03-01 Wim Taymans <wim@fluendo.com>
10536 * gst-libs/gst/audio/gstbaseaudiosink.c:
10537 (gst_base_audio_sink_async_play):
10538 base time is irrelevant here.
10540 2007-03-01 Wim Taymans <wim@fluendo.com>
10542 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10543 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10546 * gst-libs/gst/audio/gstbaseaudiosink.c:
10547 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10548 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10549 Improve latency and clock slaving calculations.
10550 Improve slave clock calibration.
10552 * gst-libs/gst/audio/gstringbuffer.c:
10553 (gst_ring_buffer_commit_full):
10554 When we are asked to render N sample to 0 bytes, return N.
10556 2007-03-01 Wim Taymans <wim@fluendo.com>
10558 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10559 (gst_alsasink_write), (gst_alsasink_reset):
10560 * ext/alsa/gstalsasink.h:
10561 Remove unused dispose function.
10562 Rename lock to not interfere with alsasrc lock.
10564 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10565 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10566 (gst_alsasrc_read), (gst_alsasrc_reset):
10567 * ext/alsa/gstalsasrc.h:
10568 Implement finalize function.
10569 Use lock to protect alsa access.
10571 Fine tune sw params.
10573 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10576 Convert to new AG_GST style.
10578 2007-02-28 Wim Taymans <wim@fluendo.com>
10580 Patch by: Ed Catmur <ed at catmur dot co dot uk>
10582 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10583 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10584 Fix race condition when rapidly switching visualisations in playbin.
10587 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
10589 * tests/check/Makefile.am:
10590 Include local stuff before system installed things in LDFLAGS and
10593 2007-02-28 Wim Taymans <wim@fluendo.com>
10595 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10598 2007-02-28 Wim Taymans <wim@fluendo.com>
10600 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10601 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10602 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10603 Fix duration and timestamping, taking latency into account.
10604 Implement latency query.
10606 2007-02-28 Wim Taymans <wim@fluendo.com>
10608 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10609 (gst_audio_clock_new):
10612 * gst-libs/gst/audio/gstbaseaudiosink.c:
10613 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10614 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10615 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10616 (gst_base_audio_src_create):
10617 Improve latency query code.
10618 Use proper clock names.
10620 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
10622 * tests/check/generic/states.c: (GST_START_TEST):
10623 Copy the states.c test from core again
10624 * tests/check/Makefile.am:
10625 ignore cdio and cdparanoiasrc
10627 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10629 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10630 (double_hq), (audio_convert_get_func_index), (check_default),
10631 (audio_convert_prepare_context), (audio_convert_convert):
10632 Also make valgrind happy and avoid copying data in some cases.
10634 2007-02-28 Stefan Kost <ensonic@users.sf.net>
10636 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10637 (double_hq), (audio_convert_get_func_index),
10638 (audio_convert_prepare_context), (audio_convert_convert):
10639 * gst/audioconvert/gstaudioconvert.c:
10640 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10641 (gst_audio_convert_transform_caps):
10642 * tests/check/elements/audioconvert.c: (GST_START_TEST),
10643 (audioconvert_suite):
10644 Don't run inplace if that overwrites source data as we go. Add more
10645 tests. Fixes #339837 even more.
10647 2007-02-27 Julien MOUTTE <julien@moutte.net>
10649 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10650 (msg_segment_done): Fix various seeking bugs (Slider was not
10651 updating when doing a non flushing seek, Reverse playback
10652 on segment seek was wrong).
10654 2007-02-26 Wim Taymans <wim@fluendo.com>
10656 * tests/examples/seek/seek.c: (stop_seek):
10657 When we stop scrubbing, don't leave the pipeline PLAYING when we
10658 requested a PAUSED state.
10660 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
10662 Patch by: René Stadler <mail at renestadler de>
10664 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10665 Parse date strings in vorbis comments that have an invalid (zero)
10666 month or day (#410396).
10668 * tests/check/libs/tag.c: (GST_START_TEST):
10669 Test case for the above.
10671 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
10673 Patch by: Loïc Minier <lool+gnome at via ecp fr>
10676 * ext/alsa/Makefile.am:
10677 * gst/audiotestsrc/Makefile.am:
10678 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10680 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10682 * gst/playback/gstplaybin.c:
10683 Improve docs: point out that the application needs to assist playbin
10686 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
10688 * gst-libs/gst/utils/install-plugins.c:
10689 * gst-libs/gst/utils/missing-plugins.c:
10690 * tests/check/libs/utils.c: (missing_msg_check_getters):
10691 Change GStreamer marker prefix in detail string from 'gstreamer.net'
10692 to just 'gstreamer'. Document the caps string component of the
10693 decoder/encoder detail a bit better, since not everyone will be
10694 familiar with the GStreamer media type/caps system (but they better
10695 enjoy nested itemized lists).
10697 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
10699 * gst-libs/gst/netbuffer/gstnetbuffer.c:
10700 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10701 Fix copying of GstNetBuffer (would crash before, or at least lead to
10702 invalid memory access, #410772), for now by copying the GstBuffer copy
10703 code from the core over here so we can copy the GstBuffer fields on a
10704 provided buffer instance (of type GstNetBuffer in this case). Would be
10705 better to fix this with some support by the core though (and in the long
10706 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10708 * tests/check/Makefile.am:
10709 Enable unit test for GstNetBuffer.
10711 2007-02-22 Andy Wingo <wingo@pobox.com>
10713 * gst-libs/gst/audio/gstbaseaudiosink.c
10714 (gst_base_audio_sink_init): Disable pull-mode activation until we
10715 figure out how to make audio sinks go to PLAYING.
10717 2007-02-22 Stefan Kost <ensonic@users.sf.net>
10719 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10720 (double_hq), (audio_convert_get_func_index),
10721 (audio_convert_prepare_context), (audio_convert_convert):
10722 * gst/audioconvert/audioconvert.h:
10723 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10724 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10725 * gst/audioconvert/gstchannelmix.h:
10726 * tests/check/elements/audioconvert.c: (GST_START_TEST):
10727 Add float as an intermediate format, as well as float mixing. Enable
10728 test that was failing before. Fixes #339837
10730 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10732 * tests/examples/seek/seek.c: (do_seek):
10733 Undo the previous commit: -1 as a stop time implies that the stop
10734 time is the end of file, clearing any previously configured segment.
10736 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
10738 * tests/examples/seek/seek.c: (do_seek):
10739 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10741 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10743 * gst/volume/gstvolume.c: (volume_process_int16),
10744 (volume_process_int16_clamp), (volume_set_caps):
10745 Unbreak volume, value remains gint.
10747 2007-02-21 Stefan Kost <ensonic@users.sf.net>
10749 * gst/volume/gstvolume.c: (volume_choose_func),
10750 (volume_update_real_volume), (gst_volume_set_volume),
10751 (gst_volume_init), (volume_process_double), (volume_process_float),
10752 (volume_process_int16), (volume_process_int16_clamp),
10753 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10754 * gst/volume/gstvolume.h:
10755 Extend float audio support (double) and some int->uint cleanups.
10757 2007-02-20 Edward Hervey <edward@fluendo.com>
10759 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10760 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10761 (sort_end_pads), (gst_decode_group_expose),
10762 (gst_decode_group_hide):
10763 Don't free groups from the streaming threads. Just put them aside and
10764 free them in dispose.
10766 2007-02-20 Edward Hervey <edward@fluendo.com>
10768 * gst/playback/gstdecodebin2.c: (connect_element),
10769 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10770 (sort_end_pads), (gst_decode_group_expose):
10771 Handle dynamic pads within groups.
10772 Sort pads before exposing them in order to make playbin happy.
10773 There still is a race with the multiqueue filling up. This should be
10777 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10779 * gst-libs/gst/utils/base-utils.c:
10780 * gst-libs/gst/utils/descriptions.c:
10781 * gst-libs/gst/utils/install-plugins.c:
10782 * gst-libs/gst/utils/missing-plugins.c:
10783 Some more docs (and descriptions for two subtitle formats).
10785 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10787 * gst-libs/gst/audio/audio.c:
10790 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
10792 Patch by: Yves Lefebvre <ivanohe abacom com>
10794 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10795 Don't leak caps. Fixes #408278.
10797 2007-02-15 Stefan Kost <ensonic@users.sf.net>
10799 * ext/cdparanoia/gstcdparanoiasrc.h:
10800 * ext/ogg/gstoggdemux.h:
10801 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10802 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10803 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10804 * gst-libs/gst/audio/audio.h:
10805 * gst-libs/gst/audio/gstaudiofilter.h:
10806 * gst-libs/gst/interfaces/videoorientation.h:
10807 * gst/adder/gstadder.h:
10808 More docs coverage and some ChangeLog surgery (add missing names)
10810 2007-02-15 Wim Taymans <wim@fluendo.com>
10812 * sys/ximage/ximagesink.c:
10813 (gst_ximagesink_calculate_pixel_aspect_ratio):
10814 * sys/xvimage/xvimagesink.c:
10815 (gst_xvimagesink_calculate_pixel_aspect_ratio):
10816 Small constifications.
10818 2007-02-15 Wim Taymans <wim@fluendo.com>
10820 * gst-libs/gst/audio/gstbaseaudiosink.c:
10821 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10822 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10823 (gst_base_audio_sink_async_play),
10824 (gst_base_audio_sink_change_state):
10825 Answer latency query.
10826 Use configured latency when syncing.
10829 * gst-libs/gst/audio/gstbaseaudiosrc.c:
10830 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10831 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10832 Fix possible memleak.
10833 Implement latency query.
10836 2007-02-15 Wim Taymans <wim@fluendo.com>
10838 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10839 Ignore errors in reset, these are not fatal. They also grab the element
10840 lock which is already taking when this function is called. Fixes
10843 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10846 Remove 'tests/examples/xerror/Makefile' from output files again.
10848 2007-02-13 Stefan Kost <ensonic@users.sf.net>
10851 * docs/plugins/Makefile.am:
10852 Also crossref against gst-plugins-base-libs.
10854 2007-02-12 Stefan Kost <ensonic@users.sf.net>
10857 * docs/libs/Makefile.am:
10858 * docs/plugins/Makefile.am:
10859 Add crossreferences to glib/gobject/gstream docs.
10861 * gst-libs/gst/audio/audio.h:
10864 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10865 Add own debug category.
10867 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
10869 Patch by: René Stadler <mail at renestadler de>
10871 * gst-libs/gst/tag/gstvorbistag.c:
10872 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10875 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10877 * gst/playback/gstplaybasebin.c: (setup_source):
10878 When we have external subtitles and wait for the subtitle decodebin
10879 to get up and running, we set up a (sync) bus handler for the
10880 subtitle decodebin, so we can stop waiting when it posts an error
10881 message. However, we should do that before we set the subtitle
10882 decodebin's state to playing, otherwise things are racy and we might
10883 miss error messages posted before we had a chance to set up the bus.
10884 This should finally fix totem hanging on .txt pseudo-subtitle files.
10886 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
10888 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10889 Use gst_gdouble_to_guint64 for conversions.
10890 * win32/common/config.h.in:
10891 Add a define for GST_INSTALL_PLUGINS_HELPER
10892 * win32/common/libgstaudio.def:
10893 * win32/common/libgstcdda.def:
10894 * win32/common/libgstnetbuffer.def:
10895 * win32/common/libgstrtp.def:
10896 * win32/common/libgutils.def:
10897 Add new exported functions.
10898 * win32/vs6/gst_plugins_base.dsw:
10899 * win32/vs6/libgstdecodebin.dsp:
10900 * win32/vs6/libgstnetbuffer.dsp:
10901 * win32/vs6/libgstplaybin.dsp:
10902 * win32/vs6/libgstrtp.dsp:
10903 * win32/vs6/libgstvorbis.dsp:
10904 * win32/vs6/libgstcdda.dsp:
10905 * win32/vs6/libgstgdp.dsp:
10906 * win32/vs6/libgstutils.dsp:
10907 Update and add new project files.
10909 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
10911 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10912 (subrip_remove_unhandled_tags), (parse_subrip):
10913 For SubRip (.srt) subtitles, ignore all markup tags we don't
10914 handle (like font tags, for example).
10916 * tests/check/elements/subparse.c:
10919 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10921 * gst/playback/gstdecodebin.c: (add_fakesink),
10922 (gst_decode_bin_change_state):
10923 * gst/playback/gstdecodebin2.c: (add_fakesink),
10924 (gst_decode_bin_change_state):
10925 Don't error out if there is no fakesink in the NULL to READY state
10926 change, since when decodebin is re-used, we're only adding the
10927 fakesink element in READY to PAUSED.
10929 * tests/check/elements/decodebin.c:
10930 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10932 Minimal unit test to make sure we can use the same decodebin
10933 instance twice (at least with audiotestsrc input).
10935 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
10937 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10938 Try to get devic-name from device string first, and from handle only
10939 as fallback (seems to yield better results and is more robust
10940 against buggy probing code on the application side).
10942 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
10944 Based on patch by: Julien Puydt <julien.puydt at laposte net>
10946 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10947 (gst_alsa_find_device_name):
10948 * ext/alsa/gstalsa.h:
10949 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10950 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10951 Improve device-name detection a bit, especially in the case where
10952 the device is not actually open (#405020, #405024). Move common code
10953 into gstalsa.c instead of duplicating it.
10955 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
10957 * gst/audioconvert/gstaudioconvert.c:
10958 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10960 2007-02-06 Julien MOUTTE <julien@moutte.net>
10962 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10963 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10964 (gst_xvimagesink_interface_supported),
10965 (gst_xvimagesink_probe_get_properties),
10966 (gst_xvimagesink_probe_probe_property),
10967 (gst_xvimagesink_probe_needs_probe),
10968 (gst_xvimagesink_probe_get_values),
10969 (gst_xvimagesink_property_probe_interface_init),
10970 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10971 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10972 (gst_xvimagesink_get_type):
10973 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10974 for XVAdaptors so that one can choose the adaptor to use with
10975 gstreamer-properties.
10977 2007-02-06 Stefan Kost <ensonic@users.sf.net>
10979 * gst/audioconvert/gstaudioconvert.c:
10980 Also mention that a conversion from double to float is suboptimal still.
10982 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
10984 * gst-libs/gst/audio/gstaudiofilter.c:
10985 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10986 Clear our formats structure and free the caps contained in it when
10989 2007-02-05 Andy Wingo <wingo@pobox.com>
10991 * gst-libs/gst/audio/gstbaseaudiosink.c
10992 (gst_base_audio_sink_callback): Update basesink->offset so that we
10993 pull monotonically increasing offsets instead of, um, seeking back
10994 to 0 each time. Fixes alsasrc ! alsasink!
10996 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
10998 * gst/videoscale/gstvideoscale.c:
10999 A width and height of 1 makes us crash, so increase minimum size to
11000 2x2 pixels until someone feels like fixing this (#404512).
11002 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
11004 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
11005 Add small test to make sure request pads are cleaned up properly
11006 even if oggmux never changes state out of NULL.
11008 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
11010 * tests/check/libs/utils.c: (GST_START_TEST):
11011 Fix unit test. Turns out things work much better when you
11012 NULL-terminate string arrays. Should make p5 build bot happy again.
11014 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
11016 * gst-libs/gst/audio/Makefile.am:
11017 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11018 (gst_audio_filter_template_base_init),
11019 (gst_audio_filter_template_class_init),
11020 (gst_audio_filter_template_init),
11021 (gst_audio_filter_template_set_property),
11022 (gst_audio_filter_template_get_property),
11023 (gst_audio_filter_template_setup),
11024 (gst_audio_filter_template_filter),
11025 (gst_audio_filter_template_filter_inplace), (plugin_init):
11026 Oops, forgot to commit fixed-up example.
11028 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
11030 * docs/libs/gst-plugins-base-libs-sections.txt:
11031 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
11032 (gst_audio_filter_class_init), (gst_audio_filter_init),
11033 (gst_audio_filter_set_caps),
11034 (gst_audio_filter_class_add_pad_templates):
11035 * gst-libs/gst/audio/gstaudiofilter.h:
11036 Port GstAudioFilter to 0.10. This change technically breaks
11037 API and ABI (and thus also every library developer's heart),
11038 but seems justifiable on the grounds that the base class was
11039 completely unusable before (ie. would crash immediately when
11040 actually used). Fixes #403963 (and eventually also #403572).
11041 Also document all of this a bit.
11043 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
11045 * gst-libs/gst/utils/install-plugins.c:
11046 (gst_install_plugins_spawn_child):
11047 * tests/check/libs/utils.c:
11048 (test_base_utils_install_plugins_do_callout):
11049 Lowering log level to see why things fail on the p5 build bot;
11050 fix some typos in unit test messages.
11052 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
11054 * tests/check/libs/utils.c:
11055 (test_base_utils_install_plugins_do_callout):
11056 Don't hard-code temp directory for test helper; use GLib functions
11057 to write out file and do error checking etc.
11059 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
11061 * gst-libs/gst/utils/Makefile.am:
11062 * gst-libs/gst/utils/base-utils.h:
11063 * gst-libs/gst/utils/install-plugins.c:
11064 (gst_install_plugins_context_set_xid),
11065 (gst_install_plugins_context_new),
11066 (gst_install_plugins_context_free),
11067 (gst_install_plugins_get_helper),
11068 (gst_install_plugins_spawn_child),
11069 (gst_install_plugins_return_from_status),
11070 (gst_install_plugins_installer_exited),
11071 (gst_install_plugins_async), (gst_install_plugins_sync),
11072 (gst_install_plugins_return_get_name),
11073 (gst_install_plugins_installation_in_progress):
11074 * gst-libs/gst/utils/install-plugins.h:
11075 API: add API for applications to initiate installation of missing
11076 plugins, ie. gst_install_plugins_async() primarily.
11077 Based on libgimme-codec by Ryan Lortie.
11080 Add --with-install-plugins-helper configure option so distros can specify
11081 the path of the helper script or program to call when plugin installation
11082 is requested (distros: please do any argument munging in this helper
11083 script instead of patching GStreamer to pass arguments differently
11084 to another program directly).
11086 * docs/libs/gst-plugins-base-libs-docs.sgml:
11087 * docs/libs/gst-plugins-base-libs-sections.txt:
11088 Build and document new API.
11090 * tests/check/libs/utils.c: (result_cb),
11091 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11092 (libgstbaseutils_suite):
11093 Some simple checks for the new API.
11095 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
11097 * tests/check/elements/audioconvert.c: (test_float_conversion):
11098 Add small test for 32bit float <=> 64bit float conversion (works
11099 only one way so far, 32=>64 produces structured noise).
11101 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
11103 * gst/audioconvert/gstaudioconvert.c:
11104 (set_structure_widths_32_and_64), (make_lossless_changes):
11105 We don't support floats with a width of 40, 48 or 56 bits.
11107 2007-02-02 Stefan Kost <ensonic@users.sf.net>
11109 * gst/audioconvert/audioconvert.c: (float), (double),
11110 (audio_convert_get_func_index):
11111 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11112 (make_lossless_changes):
11113 Support for 64-bit float audio in audioconvert (#339837)
11115 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
11117 Patch by: Holger Wansing <linux wansing-online de>
11121 Add German translation (#352069).
11123 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
11125 reviewed by: Wim Taymans <wim@fluendo.com>
11127 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11128 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11129 Use newly added GstCollectPads API to free the allocated resources in
11130 the GstOggPad structures (#402393).
11132 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
11134 * gst/playback/gstplaybin.c: (gen_vis_element):
11135 Add audioresample+audioconvert in front of the visualisation
11136 element, so that elements like libvisual 0.4 that don't support all
11137 samplerates can work.
11141 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
11143 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11144 (gst_play_base_bin_get_streaminfo_value_array):
11145 Take some locks and make a copy of the streaminfo value array we
11146 maintain while holding the lock, so that the application can
11147 retrieve the stream-info as a value array in a thread-safe way.
11149 2007-01-30 Wim Taymans <wim@fluendo.com>
11151 * gst/audioconvert/gstaudioconvert.c:
11152 Don't fail on 0 sized buffers. Fixes #396835.
11154 2007-01-29 David Schleef <ds@schleef.org>
11156 * gst/typefind/gsttypefindfunctions.c:
11157 Detect BBCD as video/x-dirac, so we can play raw dirac
11160 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
11162 * ext/theora/theoraenc.c: (theora_enc_chain):
11163 Check return value of theora_encode_header(), or we might try to
11164 allocate a random number of bytes. theora_encode_header() can fail
11165 if libtheora has been compiled with encoding support disabled.
11168 2007-01-29 Wim Taymans <wim@fluendo.com>
11170 * tests/check/gst/.cvsignore:
11171 Do as buildbot says.
11173 2007-01-29 Wim Taymans <wim@fluendo.com>
11175 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11176 Fix strides in libvisual. Gst uses X strides.
11177 Inspired by: <ed at catmur dot co dot uk> and
11178 <tim at centricular dot net>
11181 2007-01-27 Wim Taymans <wim@fluendo.com>
11183 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11184 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11185 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11186 (gst_ogg_demux_perform_seek),
11187 (gst_ogg_demux_bisect_forward_serialno),
11188 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11189 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11190 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11191 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11192 * ext/ogg/gstoggdemux.h:
11193 Properly propagate streaming errors when we are scanning the file for
11194 chains so that we don't crash when shut down. Might fix some crashers
11195 when quickly switching oggs in RB such as #332503 and #378436.
11197 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
11199 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11200 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11201 error code as well.
11203 2007-01-25 Wim Taymans <wim@fluendo.com>
11205 * gst/playback/gstplaybasebin.c: (remove_source):
11206 Don't try to disconnect a signal from a finalized object.
11208 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11210 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11211 Cast lock macro parameters to make sure we're actually accessing the
11212 lock member at the right class level. Free list itself in _dispose()
11213 as well and NULL it in case dispose gets called multiple times.
11215 2007-01-25 Edward Hervey <edward@fluendo.com>
11217 * gst/playback/gstdecodebin2.c:
11218 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11219 Free GstDecodeGroups no longer used.
11220 (gst_decode_group_expose):
11221 Don't unlock too many times !
11222 (deactivate_free_recursive):
11223 Free iterator once we're done with it.
11224 Fix for recursively deactivating elements (stop at ghostpads).
11226 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11228 * gst/playback/gstplaybin.c: (handoff):
11229 Fix up caps on the frame buffer before we save it and potentially
11230 make it accessible to other threads via g_object_get; also use
11231 gst_buffer_replace() instead of gst_mini_object_replace().
11233 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
11235 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11236 Make getting the current frame thread-safe.
11238 2007-01-25 Edward Hervey <edward@fluendo.com>
11240 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11241 (gst_decode_group_new), (gst_decode_group_free):
11242 Set queues to bigger sizes to cope with HD contents.
11243 Fix some mutex freeing and add comment about MT safe methods.
11245 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
11247 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11248 (gst_text_overlay_text_event):
11249 Don't unnecessarily ref (and then leak) upstream events if the text
11250 pad is not linked. Fixes #399948.
11252 * tests/check/gst-plugins-base.supp:
11253 Add suppression for pango on edgy/x86 for textoverlay test.
11255 2007-01-24 Wim Taymans <wim@fluendo.com>
11257 * gst-libs/gst/rtp/gstrtpbuffer.h:
11258 Add some more fixed payloads.
11260 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
11262 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11263 Error out properly if we get an error from libogg while reading the
11264 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11266 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
11268 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11271 * tests/check/elements/playbin.c:
11272 (test_sink_usage_video_only_stream),
11273 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11274 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11275 (test_missing_suburisource_handler),
11276 (test_missing_primary_decoder), (playbin_suite):
11277 Run all tests once with decodebin and once with decodebin2.
11278 One test does not pass yet with decodebin2.
11280 2007-01-23 Edward Hervey <edward@fluendo.com>
11282 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11283 Fix the cases where oggmux doesn't properly figure out that all
11284 sinkpads have gone EOS, and therefore doesn't push out the remaining
11285 buffers and the final EOS event.
11288 2007-01-23 Julien MOUTTE <julien@moutte.net>
11290 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11291 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11292 Don't lock on navigation event push, just on keysym to string.
11293 Fixes #397673 again.
11295 2007-01-22 Edward Hervey <edward@fluendo.com>
11297 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11298 (get_current_group), (group_demuxer_event_probe),
11299 (gst_decode_group_expose), (deactivate_free_recursive),
11300 (gst_decode_group_free):
11302 Don't forget to emit 'no-more-pads' once a group is exposed.
11303 Cleanup elements from a DecodeGroup once we remove it.
11304 Protect call to gst_decode_group_expose() with the decodebin lock.
11306 2007-01-22 Julien MOUTTE <julien@moutte.net>
11308 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11309 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11310 Looking at Xorg code i can't figure out if that XKeysymToString
11311 function is thread sensible or not. Lock it just in case as
11312 recommended by Radek Doulik <rodo at ximian dot com>.
11314 2007-01-22 Julien MOUTTE <julien@moutte.net>
11316 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11317 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11318 Lock that X Call as well. Fixes #397673.
11320 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11322 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11323 Don't go into an endless loop if the file starts with 00 00 01 2X,
11324 like quicktime redirect files might. Fixes #396042.
11326 * tests/check/Makefile.am:
11327 * tests/check/gst/.cvsignore:
11328 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11329 (typefindfunctions_suite):
11330 Add unit test for the above.
11332 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11334 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11335 On second thought, use "depth" field rather than "bpp" field.
11337 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
11339 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11340 Camtasia caps apparently need a bpp field (#398875).
11342 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11344 * gst/playback/gstplaybasebin.c: (setup_subtitle),
11345 (gen_source_element), (gst_play_base_bin_change_state):
11346 Attempt at a better error message in case we don't have the required
11347 URI handler installed; post missing-plugin message also when we're
11348 missing an URI handler for the subtitle URI; clean up properly also
11349 when an error occurs and we never made it to PAUSED state.
11351 * tests/check/elements/playbin.c: (GST_START_TEST),
11353 Check that we're also getting a missing-plugin messsage for a
11354 missing subtitle URI handler (and clean up properly).
11356 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11358 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11359 Plug a few reference leaks.
11361 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11363 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11364 Lower probability a bit if the marker isn't right at the start,
11365 to decrease the chance of false positives.
11367 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
11369 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11370 Small mpeg2 system stream typefinding improvement: make typefinder
11371 probe a bit into the stream instead of just looking for a marker
11372 at the beginning. Fixes #397810.
11374 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
11376 * gst/audioconvert/gstchannelmix.c:
11377 Remove compatibility cruft for prehistoric GLib versions.
11379 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
11381 * gst/playback/Makefile.am:
11382 * gst/playback/gstdecodebin.c: (close_pad_link):
11383 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11384 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11385 (gst_play_base_bin_handle_message_func), (unknown_type):
11386 Let decodebin be the element to post missing-plugin messages for
11387 missing decoders (rather than playbin); make playbin implement
11388 GstBin::handle_message so we can suppress missing-plugin messages
11389 for types we're not handling on purpose (don't want to bring up an
11390 installer in those cases).
11392 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
11394 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11395 * gst-libs/gst/tag/gstvorbistag.c:
11396 (gst_tag_list_to_vorbiscomment_buffer):
11397 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11398 Fix potentially unaligned access (#397207).
11400 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11402 * tests/examples/seek/seek.c: (set_scale), (update_scale),
11403 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11404 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11406 Allow to toggle looping while it plays. Fix callback prototype. Clean
11407 up code a bit more. Add copyright header.
11409 2007-01-16 Stefan Kost <ensonic@users.sf.net>
11411 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11412 Red and blue mask was swapped (spotted by Dan Williams).
11414 2007-01-15 Stefan Kost <ensonic@users.sf.net>
11416 * gst-libs/gst/tag/gstid3tag.c:
11417 * gst-libs/gst/tag/gstvorbistag.c:
11418 Use new beats-per-minute tag from core.
11420 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
11423 Add new files with translatable strings, so they actually make it
11424 into the template file one day.
11426 2007-01-12 Andy Wingo <wingo@pobox.com>
11428 * gst-libs/gst/audio/gstbaseaudiosink.c
11429 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11430 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11431 stuff, as the base class handles this now. Actually tell the ring
11433 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11434 How did this work before? Maybe I'm not as awesome a programmer as
11437 * gst-libs/gst/audio/gstbaseaudiosrc.c
11438 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11441 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11443 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11444 Remove more fields so that the application can better blacklist
11445 formats that have been tried before.
11447 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11449 * gst-libs/gst/audio/mixerutils.h:
11450 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11451 used when compiling with c++ compilers as well.
11453 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
11455 * gst/typefind/gsttypefindfunctions.c:
11458 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
11460 * gst/playback/gstplaybin.c: (post_missing_element_message),
11461 (gen_video_element), (gen_text_element), (gen_audio_element),
11463 Post missing-plugin messages also when we error out because
11464 converters, textoverlay or auto*sinks are missing (#161922).
11466 2007-01-10 Wim Taymans <wim@fluendo.com>
11468 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11469 (is_demuxer_element), (new_caps):
11470 * gst/playback/gstplaybasebin.c: (source_new_pad):
11471 Fix the case where we try to ref a NULL element when we delay a link
11472 because of unfixed caps.
11473 Set the state of autoplugged decodebins to PAUSED.
11474 RTSP now works in playbin, we can remove it from the blacklist.
11476 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11478 * gst/playback/Makefile.am:
11479 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11480 (unknown_type), (setup_subtitle), (gen_source_element):
11481 * gst/playback/gstplaybin.c: (plugin_init):
11482 Post missing-plugin messages on the bus for missing sources and
11483 missing decoders/demuxers/depayloaders; fix error code used when
11484 we're missing an URI handler source; for media types that we are not
11485 handling on purpose at the moment, don't print "don't know how to
11486 handle xyz" messages to the terminal or post missing-plugin
11487 messages on the bus.
11489 * tests/check/elements/playbin.c: (create_playbin),
11490 (GST_START_TEST), (gst_codec_src_uri_get_type),
11491 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11492 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11493 (gst_codec_src_init_type), (gst_codec_src_base_init),
11494 (gst_codec_src_create), (gst_codec_src_class_init),
11495 (gst_codec_src_init), (plugin_init), (playbin_suite):
11496 Add some tests for the missing-plugin stuff.
11498 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11501 * gst-libs/gst/Makefile.am:
11502 * gst-libs/gst/utils/Makefile.am:
11503 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11504 * gst-libs/gst/utils/base-utils.h:
11505 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11506 (find_format_info), (caps_are_rtp_caps),
11507 (gst_base_utils_get_source_description),
11508 (gst_base_utils_get_sink_description),
11509 (gst_base_utils_get_decoder_description),
11510 (gst_base_utils_get_encoder_description),
11511 (gst_base_utils_get_element_description),
11512 (gst_base_utils_add_codec_description_to_tag_list),
11513 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11514 * gst-libs/gst/utils/descriptions.h:
11515 * gst-libs/gst/utils/missing-plugins.c:
11516 (missing_structure_get_type), (copy_and_clean_caps),
11517 (gst_missing_uri_source_message_new),
11518 (gst_missing_uri_sink_message_new),
11519 (gst_missing_element_message_new),
11520 (gst_missing_decoder_message_new),
11521 (gst_missing_encoder_message_new),
11522 (missing_structure_get_string_detail),
11523 (missing_structure_get_caps_detail),
11524 (gst_missing_plugin_message_get_installer_detail),
11525 (gst_missing_plugin_message_get_description),
11526 (gst_is_missing_plugin_message):
11527 * gst-libs/gst/utils/missing-plugins.h:
11528 API: add new libgstbaseutils library with functions
11529 - to create and parse missing-plugins messages
11530 - that provide (translated) descriptions for caps/decoders/sources/etc.
11533 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11534 * pkgconfig/gstreamer-plugins-base.pc.in:
11537 * docs/libs/gst-plugins-base-libs-docs.sgml:
11538 * docs/libs/gst-plugins-base-libs-sections.txt:
11539 Generate docs for new lib and API.
11541 * tests/check/Makefile.am:
11542 * tests/check/libs/.cvsignore:
11543 * tests/check/libs/utils.c: (missing_msg_check_getters),
11544 (GST_START_TEST), (libgstbaseutils_suite):
11545 Add some basic unit tests.
11547 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11549 * ext/ogg/Makefile.am:
11550 Dist gstoggdemux.h to fix 'make distcheck'.
11552 * sys/v4l/Makefile.am:
11553 Fix 'make distcheck' even more.
11555 2007-01-09 Wim Taymans <wim@fluendo.com>
11557 * docs/plugins/Makefile.am:
11558 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11559 * docs/plugins/gst-plugins-base-plugins-sections.txt:
11560 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11561 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11562 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11563 (gst_ogg_demux_perform_seek):
11564 * ext/ogg/gstoggdemux.h:
11566 Add some more comments.
11569 2007-01-09 Wim Taymans <wim@fluendo.com>
11571 * ext/theora/theoradec.c:
11572 * ext/vorbis/vorbisdec.c:
11573 * gst-libs/gst/audio/gstringbuffer.c:
11574 (gst_ring_buffer_commit_full):
11575 * gst-libs/gst/audio/gstringbuffer.h:
11576 * gst-libs/gst/rtp/gstrtpbuffer.c:
11577 * gst-libs/gst/tag/gstvorbistag.c:
11578 Small documentation updates/fixes
11580 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
11583 Require core CVS HEAD for Andy's basesrc/sink API additions.
11585 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11587 Patch by: Günter Thelen <daedalus dot inc at gmx net>
11589 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11591 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11592 on flac.sf.net (there appear to be other versions of the first
11593 ogg page in the wild) (#391365).
11595 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11598 Check if localtime_r() is available.
11600 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11601 If localtime_r() is not available, fall back to localtime(). Should
11602 fix build on MingW (#393310).
11604 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
11606 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11607 * gst/subparse/gstsubparse.h:
11608 Remove spurious 1000 subtrahend when calculating the timestamp from
11609 the frame number and the frame rate . Also, use the frames/second
11610 value specified in the first line of the file, if one is specified
11611 there. Should fix #357503.
11613 * tests/check/elements/subparse.c: (do_test),
11614 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11616 Add some basic unit tests for the microdvd subtitle format.
11618 2007-01-07 Julien MOUTTE <julien@moutte.net>
11620 Patch by: Young-Ho Cha <ganadist at chollian dot net>
11622 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11623 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11624 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11625 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11626 (gst_xvimagesink_set_xwindow_id),
11627 (gst_xvimagesink_set_event_handling),
11628 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11629 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11631 Add an adaptor property to select a specific XV adaptor.
11632 * sys/xvimage/xvimagesink.h:
11634 2007-01-07 Julien MOUTTE <julien@moutte.net>
11636 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11637 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11638 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11639 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11640 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11641 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11642 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11643 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11644 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11645 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11646 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11647 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11648 Use flow_lock much more to protect every access to xwindow.
11649 Try to catch erros while creating images in case some drivers are
11650 just generating an XError when the requested image is too big.
11651 Should fix : #354698, #384008, #384060.
11652 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11653 Implement some stress testing of setting window xid.
11655 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
11657 * win32/common/libgsaudio.def:
11658 Add new exported function.
11659 * win32/common/libgstogg.dsp:
11660 Add gstoggaviparse.c to the build.
11661 * win32/common/libgstvideoscale.dsp:
11662 Add vs_4tap.c to the build.
11663 * win32/common/libgstvorbis.dsp:
11664 Add vorbistag.c to the build.
11666 2007-01-06 Andy Wingo <wingo@pobox.com>
11668 * gst-libs/gst/audio/gstbaseaudiosink.c
11669 (gst_base_audio_sink_class_init)
11670 (gst_base_audio_sink_init):
11671 (gst_base_audio_sink_activate_pull): Add an activate_pull function
11672 to baseaudiosink, and tell basesink that we can work in pull mode.
11673 This way the ring buffer thread drives the pipeline directly, if
11674 pull mode is possible. There is some lingering nastiness regarding
11676 (gst_base_audio_sink_callback): Implement the callback to pull
11677 data. This interface is a bit light, though -- it should get a
11678 GstFlowReturn return value at least.
11680 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11682 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11683 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11684 * gst/playback/gstdecodebin2.c:
11685 (gst_decode_group_check_if_blocked):
11686 Printf format and missing argument fixes.
11688 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
11690 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11691 (gst_ogm_parse_change_state):
11692 Activate pads before adding them to the element.
11694 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11696 * tests/examples/seek/scrubby.c: (main):
11697 * tests/examples/seek/seek.c: (main):
11698 Call g_thread_init() first thing in main() (see #391278).
11700 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11702 * tests/check/Makefile.am:
11703 * tests/check/libs/.cvsignore:
11704 * tests/check/libs/netbuffer.c: (GST_START_TEST),
11706 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11707 for the time being, since it's broken, see #393099.
11709 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
11711 * tests/check/Makefile.am:
11712 Update to use GST_PLUGINS_BASE_CFLAGS as well.
11714 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
11717 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11718 so that GST_BASE_CFLAGS can go inbetween them, making sure
11719 we use uninstalled gst-libs headers
11720 * docs/libs/Makefile.am:
11721 * ext/alsa/Makefile.am:
11722 * ext/cdparanoia/Makefile.am:
11723 * ext/gnomevfs/Makefile.am:
11724 * ext/libvisual/Makefile.am:
11725 * ext/ogg/Makefile.am:
11726 * ext/theora/Makefile.am:
11727 * ext/vorbis/Makefile.am:
11728 * gst-libs/gst/audio/Makefile.am:
11729 * gst-libs/gst/cdda/Makefile.am:
11730 * gst-libs/gst/interfaces/Makefile.am:
11731 * gst-libs/gst/riff/Makefile.am:
11732 * gst-libs/gst/rtp/Makefile.am:
11733 * gst-libs/gst/tag/Makefile.am:
11734 * gst/adder/Makefile.am:
11735 * gst/audioconvert/Makefile.am:
11736 * gst/audiorate/Makefile.am:
11737 * gst/audioresample/Makefile.am:
11738 * gst/playback/Makefile.am:
11739 * gst/tcp/Makefile.am:
11740 * gst/videoscale/Makefile.am:
11741 * gst/volume/Makefile.am:
11742 * sys/ximage/Makefile.am:
11743 * sys/xvimage/Makefile.am:
11744 * tests/icles/Makefile.am:
11747 2007-01-04 Julien MOUTTE <julien@moutte.net>
11749 * gst-libs/gst/interfaces/xoverlay.c:
11750 (gst_x_overlay_handle_events):
11751 * gst-libs/gst/interfaces/xoverlay.h:
11752 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11753 (gst_ximagesink_set_xwindow_id),
11754 (gst_ximagesink_set_event_handling),
11755 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11756 (gst_ximagesink_get_property), (gst_ximagesink_init),
11757 (gst_ximagesink_class_init):
11758 * sys/ximage/ximagesink.h:
11759 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11760 (gst_xvimagesink_set_xwindow_id),
11761 (gst_xvimagesink_set_event_handling),
11762 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11763 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11764 (gst_xvimagesink_class_init):
11765 * sys/xvimage/xvimagesink.h:
11766 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11767 Add a method to the XOverlay interface to allow disabling of
11768 event handling in x[v]imagesink elements. This will let X events
11769 propagate to parent windows which can be usefull in some cases.
11770 Be carefull that the application is then responsible of pushing
11771 navigation events and expose events to the video sink.
11774 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
11776 * gst-libs/gst/tag/gstvorbistag.c:
11777 * tests/check/libs/tag.c: (GST_START_TEST):
11778 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11781 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
11784 * docs/Makefile.am:
11785 * docs/design/Makefile.am:
11788 2006-12-27 Julien MOUTTE <julien@moutte.net>
11790 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11791 typo. Fixes: #390063.
11793 2006-12-27 Julien MOUTTE <julien@moutte.net>
11795 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11798 * win32/common/config.h: Updated.
11800 2006-12-22 Stefan Kost <ensonic@users.sf.net>
11802 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11803 (setup_gdpdepay_streamheader):
11804 * tests/check/elements/gdppay.c: (cleanup_gdppay),
11805 (setup_gdppay_streamheader):
11806 Fix the dp tests, but activating the pads for the streamheader tests
11807 too and cleaning up conditionaly
11809 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
11811 * gst/ffmpegcolorspace/avcodec.h:
11812 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11813 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11814 (gst_ffmpegcsp_avpicture_fill):
11815 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11816 (img_get_alpha_info):
11817 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11818 other end of the word. Fixes: #387073.
11820 Add some inconsequential branch hints in a couple of places.
11822 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
11824 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11825 (gst_ffmpeg_caps_to_smpfmt):
11826 The "signed" field in raw audio caps is of boolean type, trying to
11827 extract the value with _get_int() will fail (fix to keep in sync with
11828 the copy in gst-ffmpeg)
11830 2006-12-21 Stefan Kost <ensonic@users.sf.net>
11832 * tests/check/elements/audioresample.c: (cleanup_audioresample):
11833 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11834 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11835 (cleanup_gdpdepay):
11836 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11837 * tests/check/elements/subparse.c: (teardown_subparse):
11838 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11839 * tests/check/elements/videorate.c: (cleanup_videorate):
11840 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11841 * tests/check/elements/volume.c: (cleanup_volume):
11842 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11843 (cleanup_vorbisdec):
11844 * tests/check/elements/vorbistag.c: (setup_vorbistag),
11845 (cleanup_vorbistag):
11846 consistent pad (de)activation
11848 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11850 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11851 Forgot to register the extensions.
11853 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
11855 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11857 Add typefinder for VIVO files (my christmas present to the 90s).
11859 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11861 * gst/playback/gstdecodebin.c: (type_found):
11862 Special-case the text/plain media type: we only want to recognise it
11863 as a 'raw' decoded media type if it comes from a demuxer or subtitle
11864 parser, but not if the entire stream is of text/plain type. If the
11865 entire stream is text/plain, we should just error out.
11867 This fixes playback of audio files with lyrics in totem. Totem can't
11868 distinguish between text files and subtitle files and passes any
11869 .txt file with the same basename as the main file to playbin as
11870 suburi, and playbin will then throw a 'subtitle found, but no video
11871 stream' error, which isn't entirely helpful. See #380342.
11873 Also, with this change we'll show a slightly more correct error
11874 message in case totem passes a playlist file to us (although a
11875 custom error message wording instead of the default text would
11876 probably not be a bad idea either).
11878 Same problem also needs to be fixed for playbin+decodebin2.
11880 * tests/check/Makefile.am:
11881 * tests/check/elements/decodebin.c: (src_handoff_cb),
11882 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11884 Add simple unit test for decodebin for the above.
11886 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
11888 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11889 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11890 Refuse to change state to READY when we failed to create any of the
11891 required elements in our instance init function.
11893 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
11895 * docs/libs/gst-plugins-base-libs-sections.txt:
11896 Small docs fixes/updates.
11898 * gst-libs/gst/video/gstvideosink.h:
11899 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11900 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11901 removed from the base sink API between 0.9.6 and 0.9.7).
11902 API: add GST_VIDEO_SINK_CAST and use it for the height/width
11903 accessor macros, so we don't do a runtime GObject type check every
11906 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
11909 * gst-plugins-base.doap:
11910 * gst-plugins-base.spec.in:
11913 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
11915 Patch by: Jens Granseuer <jensgr at gmx net>
11917 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11918 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11919 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11920 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11921 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11922 Declare variables at the beginning of a block. Fixes #383195.
11924 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
11927 Bump version nano - back to CVS.
11930 === release 0.10.11 ===
11932 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
11935 releasing 0.10.11, "Dumb things"
11937 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
11939 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11940 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11941 Handle the case where an element has multiple pads with
11942 unfixed caps as well as still possibly producing more dynamic
11943 pads by storing each case as a distinct entry in the dynamic list.
11944 Fixes #38223 again.
11946 2006-12-04 Wim Taymans <wim@fluendo.com>
11948 * gst/playback/gstdecodebin.c: (close_pad_link):
11949 Fix #382223, add more dynamic caps handling.
11951 2006-12-04 Wim Taymans <wim@fluendo.com>
11953 * gst-libs/gst/audio/gstringbuffer.h:
11954 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11955 (gst_netaddress_set_ip4_interface),
11956 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11957 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11958 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11959 (gst_netaddress_get_ttl):
11960 * gst-libs/gst/netbuffer/gstnetbuffer.h:
11961 * gst/playback/gstdecodebin.c: (close_pad_link):
11962 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11963 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11964 * win32/common/config.h:
11966 2006-12-01 Michael Smith <msmith@fluendo.com>
11968 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11969 Delete bad debug code.
11972 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
11974 * gst/videoscale/vs_4tap.c:
11976 * win32/common/config.h:
11977 * win32/vs8/libgstvideoscale.vcproj:
11978 Fix compilation on win32 under VS8
11979 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11980 Partially fixes #381175
11982 2006-11-30 Michael Smith <msmith@fluendo.com>
11984 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11986 It would be very bad if, after a discont buffer, we thought every
11987 single following buffer was also discont. So, add to the test to
11988 ensure that this isn't the case.
11990 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11991 ... it was the case. So fix it.
11993 2006-11-28 Wim Taymans <wim@fluendo.com>
11995 * gst/playback/gstplaybasebin.c: (check_queue_event):
11998 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11999 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
12000 padtemplate caps. Refixes #357577.
12002 2006-11-28 Wim Taymans <wim@fluendo.com>
12004 * gst/playback/gstplaybasebin.c: (check_queue_event),
12005 (queue_threshold_reached), (queue_out_of_data),
12006 (gen_preroll_element):
12007 Add event probe to see when EOS is in a queue and we can disable the
12008 underrun signals. Fixes #357577.
12010 2006-11-28 Edward Hervey <edward@fluendo.com>
12012 * gst/playback/Makefile.am:
12013 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
12014 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
12015 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12016 (gst_decode_bin_init), (gst_decode_bin_dispose),
12017 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
12018 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
12019 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
12020 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
12021 (connect_element), (expose_pad), (type_found),
12022 (pad_added_group_cb), (pad_removed_group_cb),
12023 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
12024 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
12025 (are_raw_caps), (multi_queue_overrun_cb),
12026 (multi_queue_underrun_cb), (gst_decode_group_new),
12027 (get_current_group), (group_demuxer_event_probe),
12028 (gst_decode_group_control_demuxer_pad),
12029 (gst_decode_group_control_source_pad),
12030 (gst_decode_group_check_if_blocked),
12031 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
12032 (gst_decode_group_hide), (gst_decode_group_free),
12033 (gst_decode_group_set_complete), (source_pad_blocked_cb),
12034 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
12035 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
12037 New decodebin2 element.
12039 * gst/playback/gstplay-marshal.list:
12040 Added marshallers for new signals in decodebin2
12041 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
12042 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
12045 2006-11-28 Wim Taymans <wim@fluendo.com>
12047 * gst/playback/gstplaybasebin.c: (setup_source),
12048 (gst_play_base_bin_change_state):
12049 Disable rtsp:// uris for the release, it's not good enough yet.
12052 2006-11-26 Wim Taymans <wim@fluendo.com>
12054 * ext/theora/theoradec.c: (gst_theora_dec_reset),
12055 (theora_dec_push_forward), (theora_dec_push_reverse),
12056 (theora_handle_data_packet), (theora_dec_decode_buffer),
12057 (theora_dec_flush_decode), (theora_dec_chain_reverse),
12058 (theora_dec_chain_forward), (theora_dec_chain):
12059 Implement reverse playback.
12061 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12062 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
12063 (vorbis_dec_chain_forward):
12064 Clear buffers used for reverse playback in _reset.
12065 No need to set the eos flag, we clip samples using the segment.
12067 2006-11-24 Wim Taymans <wim@fluendo.com>
12069 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
12070 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
12071 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
12072 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
12074 Handle continued pages in reverse mode.
12076 2006-11-24 Wim Taymans <wim@fluendo.com>
12078 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
12079 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12080 (vorbis_dec_flush_decode):
12082 Don't try to add invalid timestamps.
12083 Clipping will unref the buffer.
12085 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12087 * gst/adder/gstadder.h:
12088 * gst/audiotestsrc/gstaudiotestsrc.h:
12089 remove obsolete _factory_init protos
12091 2006-11-24 Stefan Kost <ensonic@users.sf.net>
12093 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12094 Fix spacing in debug message.
12096 2006-11-23 Wim Taymans <wim@fluendo.com>
12098 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12099 (gst_ogg_demux_chain):
12100 Don't just ignore return values from _pad_push().
12101 Small debug improvements.
12103 2006-11-23 Michael Smith <msmith@fluendo.com>
12105 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12106 If our incoming buffer is marked as DISCONT, then increment the page
12107 number (so that the discontinuity is marked in the final ogg
12108 bitstream) and flush the previous page.
12110 2006-11-22 Michael Smith <msmith@fluendo.com>
12112 * ext/theora/gsttheoraenc.h:
12113 * ext/theora/theoraenc.c: (gst_theora_enc_init),
12114 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12115 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12116 (theora_enc_chain), (theora_enc_change_state):
12117 Mark discontinuities of > 3/4 of a frame, reinit encoder.
12119 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12120 (GST_START_TEST), (theoraenc_suite):
12121 Enable discontinuity test, fix it.
12123 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
12125 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12126 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12127 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12128 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12129 (gst_text_overlay_change_state):
12130 * ext/pango/gsttextoverlay.h:
12131 Some textoverlay fixes: for one, in the video chain function,
12132 actually wait for a text buffer to come in if there is none at the
12133 moment and there should be one; also, deal more gracefully with
12134 incoming buffers that do not have a timestamp or duration; discard
12135 text buffer when not needed any longer. Fixes #341681.
12137 * tests/check/Makefile.am:
12138 * tests/check/elements/.cvsignore:
12139 * tests/check/elements/textoverlay.c:
12140 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12141 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12142 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12143 (test_video_waits_for_text_send_text_newsegment_thread),
12144 (test_video_waits_for_text_shutdown_element),
12145 (test_render_continuity_push_video_buffers_thread),
12146 (textoverlay_suite):
12147 Add some unit tests for textoverlay.
12149 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
12151 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12152 Avoid integer underflow when the found probability for mp3 is
12153 smaller than the 'penalty' we subtract if there's not a clean
12154 mp3 header sync at offset 0.
12156 2006-11-21 Stefan Kost <ensonic@users.sf.net>
12158 * docs/libs/gst-plugins-base-libs-sections.txt:
12159 Add some new symbols to the docs
12161 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
12163 * tests/check/Makefile.am:
12164 * tests/check/elements/ffmpegcolorspace.c:
12165 (ffmpegcolorspace_suite):
12166 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12167 (for now not for valgrinding though, since it takes too long).
12169 2006-11-20 Wim Taymans <wim@fluendo.com>
12171 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12172 (gst_ffmpeg_pixfmt_to_caps):
12173 Fix RGBA32 caps. Fixes #357038.
12175 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
12177 * gst-libs/gst/interfaces/mixertrack.h:
12178 Add FIXME so we can add some padding here in 0.11
12180 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
12182 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12183 Fix GstBaseRTPAudioPayload structure so the whole GObject
12184 inheritance business actually works (parent class instance structure
12185 must always come first in the derived class instance structure).
12187 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
12189 * gst/videotestsrc/Makefile.am:
12190 * tests/check/Makefile.am:
12191 Make sure our checks and the videotestsrc plugin link against the
12192 local uninstalled gst libs and not any installed gst libs that
12193 might happen to exist as well.
12195 * tests/check/elements/adder.c: (message_received),
12196 (test_event_message_received), (test_play_twice_message_received):
12197 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12198 Fix compiler warnings when compiling against core with disabled
12201 2006-11-16 Michael Smith <msmith@fluendo.com>
12203 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12204 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12205 Fix audiorate, so that it accurately sets offsets and timestamps.
12206 Doesn't change the fundamental algorithmic decisions; so should be
12209 * tests/check/Makefile.am:
12210 Enable audiorate test now that it passes.
12212 2006-11-09 Stefan Kost <ensonic@users.sf.net>
12214 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12215 clear xv when going to NULL, remove // commented non-existant proto
12217 * tests/examples/seek/seek.c: (main):
12218 add missing tooltip description for scrub and play_scrub
12220 2006-11-14 David Schleef <ds@schleef.org>
12223 Bump liboil requirement to 0.3.8.
12224 * gst-libs/gst/riff/riff-media.c:
12226 * gst/videoscale/vs_image.h:
12227 * gst/videoscale/vs_scanline.h:
12228 Use liboil's stdint.h.
12229 * gst/videotestsrc/videotestsrc.c:
12230 Remove liboil related ifdef's, since they aren't needed now, and
12231 won't work with future versions.
12233 2006-11-14 David Schleef <ds@schleef.org>
12235 * gst/videoscale/Makefile.am:
12236 * gst/videoscale/gstvideoscale.c:
12237 * gst/videoscale/gstvideoscale.h:
12238 * gst/videoscale/vs_4tap.c:
12239 * gst/videoscale/vs_4tap.h:
12240 * gst/videoscale/vs_image.c:
12241 * gst/videoscale/vs_image.h:
12242 * gst/videoscale/vs_scanline.c:
12243 * gst/videoscale/vs_scanline.h:
12244 Add a 4-tap image scaler. Theoretically looks much prettier.
12245 The tap calculation could use some improvement.
12247 2006-11-14 Wim Taymans <wim@fluendo.com>
12249 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12251 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12252 (gst_riff_parse_strf_iavs):
12253 * gst/subparse/gstsubparse.c: (convert_encoding):
12254 * gst/tcp/gstmultifdsink.c:
12255 (gst_multi_fd_sink_handle_client_write):
12256 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12257 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12258 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12259 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12260 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12261 (gst_ximagesink_ximage_new):
12262 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12263 Various gsize and gssize printf fixes. Fixes #372507.
12265 2006-11-13 Wim Taymans <wim@fluendo.com>
12267 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12268 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12269 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12270 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12271 (vorbis_dec_chain_forward), (vorbis_dec_chain):
12272 * ext/vorbis/vorbisdec.h:
12273 First stab at vorbis reverse playback.
12275 2006-11-13 Wim Taymans <wim@fluendo.com>
12277 * gst-libs/gst/audio/gstbaseaudiosink.c:
12278 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12279 * gst-libs/gst/audio/gstbaseaudiosink.h:
12280 Make the clock sync code more accurate wrt resampling and playback
12281 at different rates.
12283 * gst-libs/gst/audio/gstringbuffer.c:
12284 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12285 * gst-libs/gst/audio/gstringbuffer.h:
12286 Use better algorithm to interpolate sample rates.
12288 2006-11-13 Michael Smith <msmith@fluendo.com>
12290 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12291 Improve a debug line slightly.
12293 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12294 Call gst_riff_init() in plugin_init, to avoid getting errors from
12295 the debug system (unrelated changes to another plugin made this turn
12298 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
12300 Patch by: Sergey Scobich <sergery.scobich at gmail com>
12302 * win32/common/libgsttag.def:
12303 Add missing symbol (#366492).
12305 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
12307 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12308 Don't unref a NULL pad.
12310 2006-11-09 Wim Taymans <wim@fluendo.com>
12312 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12313 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12314 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12315 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12316 (gst_ogg_demux_loop):
12317 Implement first stab at reverse playback.
12319 2006-11-07 Stefan Kost <ensonic@users.sf.net>
12321 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12322 (gst_riff_create_video_template_caps):
12323 add h263/h264 variants to the caps, Fixes #363118
12325 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
12327 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12328 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12329 Use g_strerror instead of strerror so we get UTF-8.
12331 2006-11-03 David Schleef <ds@schleef.org>
12333 * ext/ogg/gstoggdemux.c:
12334 * ext/ogg/gstoggmux.c:
12335 Add/remove KW-DIRAC header here, since it is ogg-specific.
12337 2006-11-03 Michael Smith <msmith@fluendo.com>
12339 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12340 Recognise more mpeg4 elementary video streams.
12342 2006-11-02 Edward Hervey <edward@fluendo.com>
12344 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12345 Lower the probability of mp3 typefinding functions if we don't find a
12346 valid mp3 header at the start of the file.
12349 2006-11-02 Wim Taymans <wim@fluendo.com>
12351 * ext/theora/gsttheoradec.h:
12352 * ext/theora/theoradec.c: (gst_theora_dec_init),
12353 (theora_dec_sink_event), (theora_dec_chain_forward),
12354 (theora_dec_flush_decode), (theora_dec_chain_reverse),
12355 (theora_dec_chain):
12356 Document and partially implement an algorithm for doing reverse playback
12359 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
12361 Patch by: Sergey Scobich <sergey.scobich at gmail com>
12363 * win32/common/config.h:
12364 * win32/common/interfaces-enumtypes.c:
12365 * win32/common/libgsttag.def:
12366 * win32/vs8/gst-plugins-base.sln:
12367 * win32/vs8/libgstaudioresample.vcproj:
12368 * win32/vs8/libgstinterfaces.vcproj:
12369 * win32/vs8/libgstogg.vcproj:
12370 * win32/vs8/libgstriff.vcproj:
12371 * win32/vs8/libgsttag.vcproj:
12372 * win32/vs8/libgsttheora.vcproj:
12373 * win32/vs8/libgstvideoscale.vcproj:
12374 * win32/vs8/libgstvorbis.vcproj:
12375 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12376 to libgsttag.def; add missing dependencies for some vs8 projects;
12377 re-arrange placement of .def files in vs8 projects (#366334).
12379 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
12381 * ext/ogg/gstogg.c:
12382 Remove unused variable.
12384 * ext/ogg/gstoggdemux.c:
12385 Fix Wim's surname in plugin description.
12387 2006-10-31 Wim Taymans <wim@fluendo.com>
12389 * gst-plugins-base.spec.in:
12390 spec new .h file. Fixes #368310.
12392 2006-10-31 Michael Smith <msmith@fluendo.com>
12394 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12395 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12396 (gst_multi_fd_sink_get_stats),
12397 (gst_multi_fd_sink_remove_client_link),
12398 (gst_multi_fd_sink_queue_buffer),
12399 (gst_multi_fd_sink_handle_clients):
12400 * gst/tcp/gstmultifdsink.h:
12401 Make using the remove or clear signals threadsafe.
12402 Make calling get-stats with an invalid fd not segfault.
12405 2006-10-31 Wim Taymans <wim@fluendo.com>
12407 * gst-libs/gst/rtp/Makefile.am:
12408 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12409 (gst_base_rtp_audio_payload_init):
12410 Fix and activate base audio payloader.
12412 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12414 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12416 Add typefinder for QuickTime Image Files (see #366156).
12418 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
12420 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12421 Another typo fix (#366212).
12423 2006-10-27 Wim Taymans <wim@fluendo.com>
12425 * gst/volume/gstvolume.c: (volume_transform_ip):
12426 Use stream time to synchronize volume property instead of rather random
12427 timestamps. This is needed when gnonlin does its time shifting.
12429 2006-10-27 Wim Taymans <wim@fluendo.com>
12431 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12433 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12434 Remove the pad from the element in release_pad. Fixes #364812.
12436 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
12438 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12439 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12440 Explicitly create our custom buffer classes at a thread-safe
12441 location as well, since g_type_class_ref() doesn't seem to be
12442 entirely thread-safe either (#365501; also see #349410).
12444 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
12446 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12447 (gst_riff_parse_info):
12448 If strings in INFO chunk are not UTF-8, do something similar to
12449 what we do for ID3v1 tags: check a number of environment variables
12450 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12451 character sets to try, otherwise try the current locale and/or fall
12452 back on ISO-8859-1. Fixes #360552.
12454 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12456 * gst/videotestsrc/gstvideotestsrc.c:
12457 (gst_video_test_src_pattern_get_type),
12458 (gst_video_test_src_set_pattern):
12459 * gst/videotestsrc/gstvideotestsrc.h:
12460 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12461 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12462 (gst_video_test_src_checkers8):
12463 * gst/videotestsrc/videotestsrc.h:
12464 Add a bunch of exciting new checkers patterns.
12466 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12468 * gst/subparse/Makefile.am:
12469 * gst/subparse/gstsubparse.c:
12470 (gst_sub_parse_data_format_autodetect),
12471 (gst_sub_parse_format_autodetect), (handle_buffer),
12472 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12473 * gst/subparse/gstsubparse.h:
12474 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12476 * gst/subparse/tmplayerparse.h:
12477 Add support for TMPlayer-type subtitles (#362845).
12479 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12480 (GST_START_TEST), (subparse_suite):
12481 Add some basic unit tests for the above.
12483 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
12485 * tests/check/elements/audiorate.c: (test_injector_base_init),
12486 (test_injector_class_init), (test_injector_chain),
12487 (test_injector_init), (probe_cb), (do_perfect_stream_test),
12488 (GST_START_TEST), (audiorate_suite):
12489 More tests for audiorate: inject buffers to check behaviour when
12492 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
12494 * tests/check/Makefile.am:
12495 * tests/check/elements/.cvsignore:
12496 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12497 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12498 Add some basic unit tests for audiorate. Disabled at the moment
12499 since it doesn't pass yet (see bug #363119).
12501 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
12503 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12504 (parse_subrip), (handle_buffer):
12505 Add missing closing tags for markup and fix broken markup,
12506 otherwise pango won't render anything (fixes #357531). Also,
12507 make sure the text we send out is always NUL-terminated
12508 (better safe than sorry etc.).
12510 * tests/check/elements/subparse.c: (test_srt_do_test),
12512 Some more tests for .srt incl. tests for the above stuff.
12514 2006-10-20 Julien MOUTTE <julien@moutte.net>
12516 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12517 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12518 Patch by: Stefan Kost <ensonic@users.sf.net>
12519 Try to redraw borders only when needed. Apparently this consumes
12520 resources on small devices... :-O (#363607)
12522 2006-10-20 Michael Smith <msmith@fluendo.com>
12524 * gst/tcp/gstmultifdsink.c:
12525 (gst_multi_fd_sink_client_queue_buffer):
12526 If caps change, then update the client's idea of the caps so that we
12527 don't end up re-sending streamheaders for every single buffer after
12530 2006-10-20 Michael Smith <msmith@fluendo.com>
12532 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12533 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12534 Set caps on pushed buffers; fix up refcounting of caps objects.
12536 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12538 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12540 Typefind mmsh header data packet to application/x-mmsh (#362625).
12542 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12544 * tests/check/Makefile.am:
12545 * tests/check/elements/.cvsignore:
12546 * tests/check/elements/subparse.c: (buffer_from_static_string),
12547 (setup_subparse), (teardown_subparse), (test_srt_do_test),
12548 (GST_START_TEST), (subparse_suite):
12549 Add very simple unit test for subparse.
12551 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
12553 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12555 Strip trailing newlines from subtitle text output.
12557 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12559 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12560 (gst_sub_parse_change_state):
12561 Fix memleak; clear subparse->textbuf n state change function.
12563 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12565 * gst/subparse/gstsubparse.c:
12566 (gst_sub_parse_data_format_autodetect):
12567 Don't require subrip (.srt) files to start with a chunk number of 1.
12569 2006-10-18 Wim Taymans <wim@fluendo.com>
12571 * gst-libs/gst/audio/gstbaseaudiosink.c:
12572 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12573 * gst-libs/gst/audio/gstbaseaudiosink.h:
12574 Extract rate from the NEWSEGMENT event.
12575 Use commit_full to also take rate adjustment into account when writing
12576 samples to the ringbuffer.
12578 * gst-libs/gst/audio/gstringbuffer.c:
12579 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12580 (gst_ring_buffer_read):
12581 * gst-libs/gst/audio/gstringbuffer.h:
12582 Added _commit_full() to also take rate into account.
12583 Use simple interpolation algorithm to resample audio.
12584 API: gst_ring_buffer_commit_full()
12586 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12587 * tests/examples/seek/seek.c: (segment_done):
12588 Don't try to seek with 0.0 rate, just pause instead.
12589 Remove bogus debug line.
12591 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12593 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12595 Catch async errors when starting up the subtitle bin, so we can
12596 stop waiting and continue with the main film instead of hanging
12597 forever. Fixes #339366.
12599 * tests/check/elements/playbin.c: (playbin_suite):
12600 Enable unit test for the above.
12602 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12604 * tests/check/Makefile.am:
12605 * tests/check/elements/.cvsignore:
12606 * tests/check/elements/playbin.c: (GST_START_TEST),
12607 (gst_red_video_src_uri_get_type),
12608 (gst_red_video_src_uri_get_protocols),
12609 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12610 (gst_red_video_src_uri_handler_init),
12611 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12612 (gst_red_video_src_create), (gst_red_video_src_class_init),
12613 (gst_red_video_src_init), (plugin_init), (playbin_suite):
12614 Some small and basic unit tests for playbin; not very useful yet,
12615 but at least a start.
12617 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12619 * gst/playback/gstplaybin.c: (setup_sinks):
12620 The old pad activation spiel.
12622 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
12624 * gst/playback/gstplaybasebin.c: (setup_source):
12625 Don't hang forever if the subbin already fails to start up in
12626 the state change to PAUSED (#339366).
12628 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
12630 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12631 (gst_tuner_set_channel), (gst_tuner_get_channel),
12632 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12633 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12634 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12635 (gst_tuner_find_channel_by_name):
12636 Fix some function guards, add some more function guards.
12638 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
12640 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12641 (remove_element_chain):
12642 Don't return a pad from get_our_ghost_pad unless it is actually the
12644 Change a cast in remove_element_chain slightly.
12646 2006-10-13 Julien MOUTTE <julien@moutte.net>
12648 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12649 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12650 Segment seeking needs to use the rate and set stop to -1.
12652 2006-10-13 Wim Taymans <wim@fluendo.com>
12654 * gst-libs/gst/audio/gstbaseaudiosink.c:
12655 (gst_base_audio_sink_setcaps):
12656 Don't crash when ringbuffer is not yet created.
12657 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12660 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12661 * gst/playback/gststreamselector.c:
12662 (gst_stream_selector_request_new_pad):
12663 Activate pads befre adding them to running elements.
12665 2006-10-13 Julien MOUTTE <julien@moutte.net>
12667 * tests/examples/seek/seek.c: (do_seek), (start_seek),
12668 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12669 updater when we start grabing the slider. Don't wait for the
12670 pipeline to be PAUSED.
12672 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
12674 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12675 (gst_mixer_set_volume), (gst_mixer_get_volume),
12676 (gst_mixer_set_mute), (gst_mixer_set_option),
12677 (gst_mixer_get_option), (gst_mixer_mute_toggled),
12678 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12679 (gst_mixer_option_changed):
12680 Guard mixer interface functions against bogus arguments.
12682 2006-10-12 Julien MOUTTE <julien@moutte.net>
12684 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12685 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12686 (msg_state_changed), (main): Use state-changed messages to trigger
12687 start/stop of scale update timer. Indeed the scale slider was
12688 jumping here and there because the update timer was activated
12689 before seek completed. This fixes instant applying of rate changes
12690 by pressing the spinbutton like a crazy man !
12692 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
12694 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
12696 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12697 (gst_basertppayload_finalize):
12698 Fix two small memory leaks (#361456).
12700 2006-10-10 Julien MOUTTE <julien@moutte.net>
12702 * tests/examples/seek/seek.c: (do_seek),
12703 (rate_spinbutton_changed_cb): When changing spinbutton we try
12704 to change the rate on the fly.
12706 2006-10-10 Wim Taymans <wim@fluendo.com>
12708 * gst-libs/gst/riff/riff-ids.h:
12709 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12710 (gst_riff_create_audio_template_caps):
12713 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12715 Patch by: Josep Torra Valles <josep@fluendo.com>
12717 * ext/gnomevfs/gstgnomevfssink.c:
12718 * ext/gnomevfs/gstgnomevfssrc.c:
12719 Fix URI interface implementation return type.
12720 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12721 Fix what looks like a copy/paste issue when assigning values.
12722 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12723 (gst_audio_filter_template_get_type):
12724 Cast to prevent Forte warnings.
12725 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12726 Fix URI interface implementation return type.
12727 gst_pad_query_position requires a signed integer pointer as
12728 3rd parameter, GstClockTime is unsigned.
12729 * gst/audioconvert/audioconvert.c:
12730 Fix integer overflow when treated as signed.
12731 * gst/audioresample/resample.c: (resample_add_input_data):
12732 Cast to prevent warnings on Forte.
12733 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12734 Fix integer overflow when treated as signed.
12735 * gst/ffmpegcolorspace/imgconvert_template.h:
12736 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12737 * gst/playback/gstdecodebin.c: (queue_filled_cb),
12738 (cleanup_decodebin):
12739 Who initialises a guint to -1!
12740 Cast function pointers to prevent warnings on Forte.
12741 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12742 (queue_threshold_reached):
12743 Cast function pointers correctly to prevent warnings on Forte.
12744 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12745 Cast function pointers correctly to prevent warnings on Forte.
12746 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12747 Obvious change to unsigned, 0xEF > max signed char.
12748 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12749 GstClockTime is unsigned, initialise correctly.
12750 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12751 Cast so pointer arithemetic doesn't cause warnings on Forte.
12752 * gst/videorate/gstvideorate.c:
12753 Use correct return value.
12754 * tests/examples/seek/scrubby.c:
12755 GstClockTime is unsigned, initialise correctly.
12757 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
12759 Patch by: Ferenc Gerlits <fgerlits at gmail com>
12761 * gst/typefind/gsttypefindfunctions.c:
12762 Recognise XML files and XML-like files shorter than 256 bytes as
12763 well (fixes #359237).
12765 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
12767 Patch by: Renato Filho <renato.filho@indt.org.br>
12769 * gst/typefind/gsttypefindfunctions.c:
12770 Added typefind functions to video/x-nuv media.
12772 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
12774 * gst-libs/gst/interfaces/xoverlay.c:
12775 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12776 Some more guards against invalid input.
12778 2006-10-07 Julien MOUTTE <julien@moutte.net>
12780 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
12782 * tests/examples/seek/seek.c: (do_seek),
12783 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12784 seek example to experiment with rates != 1.0 (reverse playback !)
12786 2006-10-06 Stefan Kost <ensonic@users.sf.net>
12788 * gst-libs/gst/interfaces/xoverlay.c:
12789 Unref message in doc-example (spotted by Robert McQueen)
12791 2006-10-06 Wim Taymans <wim@fluendo.com>
12793 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12794 (mpeg1_parse_header), (mpeg1_sys_type_find):
12797 2006-10-06 Wim Taymans <wim@fluendo.com>
12799 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12801 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12802 Activate dynamic pads before adding them to the element.
12804 2006-10-06 Michael Smith <msmith@fluendo.com>
12806 * gst-libs/gst/floatcast/floatcast.h:
12807 Fix obviously-bogus macros; use the correct types.
12809 2006-10-06 Wim Taymans <wim@fluendo.com>
12811 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12812 (gst_base_rtp_depayload_change_state):
12813 Also call parent state change function to activate pads.
12815 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12816 (mpeg1_parse_header), (mpeg1_sys_type_find):
12817 Add some more debug info in mpeg typefinding.
12819 2006-10-06 Michael Smith <msmith@fluendo.com>
12821 * ext/theora/theoradec.c: (theora_dec_chain):
12822 Zero byte theora packets are valid and well-defined; don't warn on
12825 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
12827 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12828 (gst_multi_fd_sink_get_stats), (find_limits),
12829 (gst_multi_fd_sink_queue_buffer):
12830 API: add dropped_buffers to the get-stats GValueArray
12832 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
12834 * ext/alsa/gstalsadeviceprobe.c:
12835 (gst_alsa_device_property_probe_get_values):
12836 * ext/alsa/gstalsasink.c: (set_hwparams):
12837 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12838 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12839 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12840 (gst_ogg_mux_process_best_pad):
12841 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12842 (gst_ogg_parse_chain):
12843 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12844 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12845 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12846 (gst_vorbis_enc_buffer_check_discontinuous):
12847 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12848 * gst-libs/gst/audio/gstbaseaudiosink.c:
12849 (gst_base_audio_sink_render):
12850 * gst-libs/gst/cdda/gstcddabasesrc.c:
12851 (gst_cdda_base_src_handle_track_seek):
12852 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12853 (gst_base_rtp_depayload_push_full):
12854 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12855 * gst/audioresample/resample.c: (resample_input_pushthrough):
12856 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12857 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12858 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12859 (wavpack_type_find):
12860 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12861 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12862 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12863 * tests/check/elements/volume.c: (GST_START_TEST):
12864 Printf format fixes.
12866 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
12868 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12869 Fix a simple mistake (see the docs)
12872 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12874 * docs/plugins/Makefile.am:
12875 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12876 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12877 * docs/plugins/gst-plugins-base-plugins.args:
12878 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12879 * docs/plugins/inspect/plugin-adder.xml:
12880 * docs/plugins/inspect/plugin-alsa.xml:
12881 * docs/plugins/inspect/plugin-audioconvert.xml:
12882 * docs/plugins/inspect/plugin-audiorate.xml:
12883 * docs/plugins/inspect/plugin-audioresample.xml:
12884 * docs/plugins/inspect/plugin-audiotestsrc.xml:
12885 * docs/plugins/inspect/plugin-cdparanoia.xml:
12886 * docs/plugins/inspect/plugin-decodebin.xml:
12887 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12888 * docs/plugins/inspect/plugin-gdp.xml:
12889 * docs/plugins/inspect/plugin-gnomevfs.xml:
12890 * docs/plugins/inspect/plugin-libvisual.xml:
12891 * docs/plugins/inspect/plugin-ogg.xml:
12892 * docs/plugins/inspect/plugin-pango.xml:
12893 * docs/plugins/inspect/plugin-playbin.xml:
12894 * docs/plugins/inspect/plugin-subparse.xml:
12895 * docs/plugins/inspect/plugin-tcp.xml:
12896 * docs/plugins/inspect/plugin-theora.xml:
12897 * docs/plugins/inspect/plugin-typefindfunctions.xml:
12898 * docs/plugins/inspect/plugin-video4linux.xml:
12899 * docs/plugins/inspect/plugin-videorate.xml:
12900 * docs/plugins/inspect/plugin-videoscale.xml:
12901 * docs/plugins/inspect/plugin-videotestsrc.xml:
12902 * docs/plugins/inspect/plugin-volume.xml:
12903 * docs/plugins/inspect/plugin-vorbis.xml:
12904 * docs/plugins/inspect/plugin-ximagesink.xml:
12905 * docs/plugins/inspect/plugin-xvimagesink.xml:
12906 Add vorbistag element to docs; update version numbers to 0.10.10.1.
12908 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12910 Patch by: James "Doc" Livingston <doclivingston at gmail com>
12912 * ext/vorbis/Makefile.am:
12913 * ext/vorbis/vorbis.c: (plugin_init):
12914 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12915 (vorbis_parse_parse_packet), (vorbis_parse_chain):
12916 * ext/vorbis/vorbisparse.h:
12917 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12918 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12919 (gst_vorbis_tag_parse_packet):
12920 * ext/vorbis/vorbistag.h:
12921 Add new vorbistag element which derives from vorbisparse
12922 and is essentially the same as well, only that it implements
12923 the GstTagSetter interface and can modify the stream's
12924 vorbiscomment on the fly (#335635).
12926 * tests/check/Makefile.am:
12927 * tests/check/elements/.cvsignore:
12928 * tests/check/elements/vorbistag.c: (setup_vorbistag),
12929 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12930 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12931 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12932 Add unit test for new vorbistag element.
12934 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
12936 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12937 (vorbis_parse_push_headers), (vorbis_parse_chain):
12938 Set BOS flag in packet structure to fix 'jump depends
12939 on unitialized value' errors in valgrind; various minor
12942 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
12944 * gst/playback/gstdecodebin.c: (close_pad_link):
12945 Fix typo in a debug statement.
12947 * gst/playback/gstplaybasebin.c: (probe_triggered),
12948 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12949 (gen_source_element), (source_new_pad), (analyse_source),
12951 When handling no_more_pads in new_decoded_pad, make sure to treat
12952 subtitle pads correctly. Fixes playback with subtitle files.
12954 Move a recurring message to LOG level.
12956 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12957 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12958 which ends up as -1 when cast to an int. Make the logic handle the
12959 max value as an unsigned mask and only change the colorkey when it's
12960 a value we recognise.
12962 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12964 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12965 Removed empty * between paragraphs
12967 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
12969 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12970 * gst-libs/gst/rtp/README:
12971 Moved some documentation into .c file
12973 2006-09-29 Wim Taymans <wim@fluendo.com>
12975 * gst/playback/gstdecodebin.c: (no_more_pads):
12978 2006-09-29 Wim Taymans <wim@fluendo.com>
12980 * gst/playback/gstdecodebin.c: (new_caps):
12983 * gst/playback/gstplaybin.c:
12986 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
12988 * tests/check/Makefile.am:
12989 Re-enable cddabasesrc test to see if it works again
12992 2006-09-29 Wim Taymans <wim@fluendo.com>
12994 * gst/playback/gstplaybasebin.c: (setup_subtitle),
12995 (gen_source_element):
12996 Handle invalid URIs a bit more gracefully.
12998 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
13000 * tests/check/pipelines/oggmux.c:
13001 Remove obsolete comment.
13003 2006-09-29 Michael Smith <msmith@fluendo.com>
13005 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13006 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
13007 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
13008 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
13009 (gst_ogg_mux_collected):
13010 Commit patch from James "Doc" Livingston, adds proper EOS handling
13011 in oggmux. GStreamer can, for the first time ever, create a valid
13014 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
13016 Reenable tests now that they pass.
13018 2006-09-29 Wim Taymans <wim@fluendo.com>
13020 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
13021 Stop reading commands when EOF (we read 0) as well.
13023 2006-09-28 Wim Taymans <wim@fluendo.com>
13025 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
13026 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
13027 (find_dynamic), (unlinked), (close_link):
13028 Implement delayed caps linking needed for element with a lot of
13029 different caps on the src pads that get fixed at runtime.
13030 Improve management of dynamic elements.
13032 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13033 (group_destroy), (group_commit), (check_queue), (queue_overrun),
13034 (gen_preroll_element), (remove_groups), (unknown_type),
13035 (add_element_stream), (no_more_pads_full), (no_more_pads),
13036 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
13037 (new_decoded_pad), (setup_subtitle), (array_has_value),
13038 (gen_source_element), (source_new_pad), (has_all_raw_caps),
13039 (analyse_source), (remove_decoders), (make_decoder),
13040 (remove_source), (setup_source), (finish_source), (prepare_output),
13041 (gst_play_base_bin_change_state):
13042 * gst/playback/gstplaybasebin.h:
13043 Use more _CAST instead of full type checking casts.
13044 Small cleanups, plug some leaks.
13045 Handle dynamic sources.
13046 Add some helper functions to create lists of strings used for
13047 blacklisting and other stuff.
13048 Refactor some code dealing with analysing the source.
13049 Re-enable sources without pads (like cd:// or other selfcontained
13052 2006-09-28 Wim Taymans <wim@fluendo.com>
13054 * gst-libs/gst/audio/gstbaseaudiosink.c:
13055 (gst_base_audio_sink_render):
13056 When we have a timestamp, we can still perform clipping.
13057 When we have no clock, we must play the sample ASAP.
13059 2006-09-28 Wim Taymans <wim@fluendo.com>
13061 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13062 Set caps on outgoing buffers.
13064 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
13065 (gst_video_rate_event), (gst_video_rate_chain):
13066 * gst/videorate/gstvideorate.h:
13067 Fix videorate some more. Fixes #357977
13069 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
13071 * tests/check/elements/adder.c: (adder_suite):
13072 Don't set timeout to 6 seconds when we're running
13073 in valgrind ... (and how is 6 seconds longer than
13074 the default anyway?)
13076 2006-09-28 Wim Taymans <wim@fluendo.com>
13078 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13079 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13080 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13081 Keep sink and src segment to keep track of time and support more
13083 Fix bogus next_offset and run_time calculation, don't understand how
13084 this could have worked before. Fixes #357976.
13085 Remove some unneeded vars.
13087 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
13089 * gst/playback/gstplaybin.c: (remove_sinks):
13090 Only remove visualisation from visbin if there is a visbin (or:
13091 don't throw warnings when closing totem without playing a file).
13093 2006-09-27 Wim Taymans <wim@fluendo.com>
13095 * gst-libs/gst/audio/gstbaseaudiosink.c:
13096 (gst_base_audio_sink_render):
13097 Add some more info in a WARNING.
13099 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13100 (gst_base_audio_src_create):
13101 Handle PAUSE in create function, use new -core addition to
13102 wait for playing. Fixes pausing and resuming capture from an
13105 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13106 (gst_ring_buffer_read):
13107 Constify some more.
13108 Caller supports interrupted reads now.
13110 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
13112 * tests/check/Makefile.am:
13113 Another attempt to make the gen64 buildbot happy.
13115 2006-09-27 Stefan Kost <ensonic@users.sf.net>
13117 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13119 * ext/libvisual/visual.c: (gst_visual_clear_actors),
13120 (gst_visual_chain), (gst_visual_change_state):
13121 Libvisual plugin was not passing audio data to libvisual 0.4.0
13122 correctly. Fixes #357800
13124 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
13126 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13127 Add timeout to _get_state() so we see which pipeline it is
13128 that causes trouble on the gen64 build bot.
13130 2006-09-27 Wim Taymans <wim@fluendo.com>
13132 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13133 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13134 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13135 (gst_base_rtp_depayload_set_gst_timestamp):
13136 the source pad always uses fixed caps.
13138 2006-09-27 Wim Taymans <wim@fluendo.com>
13140 * docs/libs/gst-plugins-base-libs-docs.sgml:
13141 * docs/libs/gst-plugins-base-libs-sections.txt:
13142 * gst-libs/gst/audio/gstaudioclock.c:
13143 * gst-libs/gst/audio/gstaudioclock.h:
13144 * gst-libs/gst/audio/gstaudiosink.c:
13145 * gst-libs/gst/audio/gstaudiosink.h:
13146 * gst-libs/gst/audio/gstaudiosrc.c:
13147 * gst-libs/gst/audio/gstbaseaudiosink.c:
13148 (gst_base_audio_sink_render):
13149 * gst-libs/gst/audio/gstbaseaudiosink.h:
13150 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13151 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13152 * gst-libs/gst/audio/gstringbuffer.h:
13153 Added docs for the audio libs.
13155 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
13157 * tests/check/Makefile.am:
13158 Temporarily disable test that fails on the bots for unknown reasons.
13160 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
13162 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13163 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13164 Moved AudioCodecType into priv
13165 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13167 2006-09-25 Wim Taymans <wim@fluendo.com>
13169 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13170 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13171 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13173 Cleanups and small leak fixes.
13174 Added Depayloaders to valid list of autopluggable elements.
13176 2006-09-25 Wim Taymans <wim@fluendo.com>
13178 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13179 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13180 (gen_video_element), (gen_text_element), (gen_audio_element),
13181 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13182 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13183 Detect NO_PREROLL state change returns and disable clock distribution to
13184 the sinks so that sync is disabled.
13185 Avoid some type checking and do simple casts instead.
13186 Small cleanups, fix some FIXMEs.
13187 Be more robust when linking user specified elements, catch an report
13188 errors. Fixes #357404.
13189 Fix some leaks in the error paths.
13191 2006-09-25 Stefan Kost <ensonic@users.sf.net>
13194 ChangeLog surgery for missing bug-number
13196 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13198 Patch by: Peter Kjellerstedt <pkj at axis com>
13200 * gst/playback/test.c:
13201 Fix compilation with uClibc and -Werror (#357591).
13203 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
13205 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13206 Parse dates that are followed by a time as well (#357532).
13208 * tests/check/libs/tag.c: (test_vorbis_tags):
13209 Add unit test for this.
13211 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13213 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13214 (gst_audio_convert_transform_caps):
13215 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13216 * gst/videotestsrc/videotestsrc.h:
13217 A few array const-ifications.
13219 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13221 * tests/check/Makefile.am:
13222 See if this makes the build bots happy.
13224 * tests/check/libs/cddabasesrc.c:
13227 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13229 Patch by: Young-Ho Cha <ganadist at chollian dot net>
13231 * gst/subparse/samiparse.c: (handle_start_font),
13232 (fix_invalid_entities):
13233 More case-insensitivity for certain tags; recognise entities with
13234 decimal codes as special entities as well (#357330).
13236 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13238 * gst-libs/gst/Makefile.am:
13239 Need to build tag directory before cdda.
13241 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
13243 * docs/libs/gst-plugins-base-libs-sections.txt:
13244 * gst-libs/gst/cdda/Makefile.am:
13245 * gst-libs/gst/cdda/gstcddabasesrc.c:
13246 (gst_cdda_base_src_base_init):
13247 * gst-libs/gst/cdda/gstcddabasesrc.h:
13248 * gst-libs/gst/tag/tag.h:
13249 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13250 (gst_tag_register_musicbrainz_tags):
13251 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13252 depend on libgsttag. This is required so we can extract/read tags like
13253 DISCID without depending on libgstcddabasesrc (which used to register
13256 * gst-libs/gst/tag/gstvorbistag.c:
13257 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13258 tags (also see #347848).
13260 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13261 Log vorbis comments we are actually writing. Const-ify array.
13263 2006-09-23 Wim Taymans <wim@fluendo.com>
13265 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13266 Improve buffering a bit by avoiding a deadlock because we cannot assume
13267 the underrun is always called.
13269 2006-09-23 Wim Taymans <wim@fluendo.com>
13271 Patch by: Young-Ho Cha <ganadist at chollian dot net>
13273 * gst-libs/gst/riff/riff-ids.h:
13274 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13275 (gst_riff_create_audio_template_caps):
13276 Added MPEG-4 AAC and id and caps. Fixes #357289
13277 Added WMA9 Lossless id.
13279 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
13281 * ext/gnomevfs/gstgnomevfssrc.c:
13282 Fix misleading docs addition.
13284 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13285 Get rid of compiler warning the right way.
13287 2006-09-22 Wim Taymans <wim@fluendo.com>
13289 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13290 (gst_base_rtp_depayload_finalize),
13291 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13292 (gst_base_rtp_depayload_push_full),
13293 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13294 (gst_base_rtp_depayload_process),
13295 (gst_base_rtp_depayload_set_gst_timestamp),
13296 (gst_base_rtp_depayload_queue_release):
13297 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13300 Refactored the process method and added methods to push from the process
13302 Use _scale functions.
13303 API: gst_base_rtp_depayload_push_ts
13304 API: gst_base_rtp_depayload_push
13306 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13307 timestamps are uint.
13309 2006-09-22 Stefan Kost <ensonic@users.sf.net>
13311 * gst-libs/gst/interfaces/xoverlay.c:
13312 Remove unused statement from doc example.
13314 2006-09-21 Stefan Kost <ensonic@users.sf.net>
13316 * gst-libs/gst/interfaces/videoorientation.c:
13317 (gst_video_orientation_iface_init),
13318 (gst_video_orientation_get_hflip),
13319 (gst_video_orientation_get_vflip),
13320 (gst_video_orientation_get_hcenter),
13321 (gst_video_orientation_get_vcenter),
13322 (gst_video_orientation_set_hflip),
13323 (gst_video_orientation_set_vflip),
13324 (gst_video_orientation_set_hcenter),
13325 (gst_video_orientation_set_vcenter):
13326 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13329 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
13331 * tests/check/Makefile.am:
13332 * tests/check/elements/.cvsignore:
13333 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13334 (create_rgb_conversions), (rgb_conversion_free),
13335 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13336 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13337 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13338 but disable for now since it doesn't pass (something wrong with
13341 2006-09-21 Wim Taymans <wim@fluendo.com>
13343 * gst/playback/gstplaybasebin.c: (group_commit),
13344 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13345 (queue_out_of_data), (gen_preroll_element),
13346 (preroll_remove_overrun), (probe_triggered):
13347 Refactor handling of overrun detection.
13348 Separate handling of group completion and deadlock detection when doing
13349 network buffering. This should fix some deadlocks that were not detected
13350 because the group was completed.
13351 Add more comments, improve debugging.
13353 2006-09-21 Wim Taymans <wim@fluendo.com>
13355 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13356 * tests/check/libs/audio.c:
13357 Some more compilation fixes.
13359 2006-09-21 Wim Taymans <wim@fluendo.com>
13361 * gst-libs/gst/audio/gstringbuffer.c:
13362 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13363 (gst_ring_buffer_read):
13364 Early morning compilation fix.
13366 2006-09-20 Wim Taymans <wim@fluendo.com>
13368 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13369 * tests/check/elements/multifdsink.c: (GST_START_TEST):
13370 * tests/check/elements/videorate.c: (GST_START_TEST):
13371 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13372 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13375 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13377 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13378 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13379 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13380 Handcrafted merge to help CVS understanding what I changed and what
13383 2006-09-20 Stefan Kost <ensonic@users.sf.net>
13385 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13386 (gst_xvimagesink_get_times):
13387 change colorkey behaviour back according to #354773 comment 6/7
13389 2006-09-19 Michael Smith <msmith@fluendo.com>
13391 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13392 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13393 (gst_multi_fd_sink_recover_client),
13394 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13395 (gst_multi_fd_sink_get_property):
13396 * gst/tcp/gstmultifdsink.h:
13397 Implement stubbed out properties unit-type, units-soft-max,
13398 units-max, to allow specifying maximum sizes in units other than
13402 2006-09-19 Wim Taymans <wim@fluendo.com>
13404 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13405 (gst_riff_create_audio_template_caps):
13406 Reorder the audio formats a bit for clarity.
13407 Detect and create caps for MSGSM and MSN (WAV49).
13410 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13411 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13412 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13413 Small cleanups, move error handling out of normal flow for clarity.
13415 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13417 * docs/libs/gst-plugins-base-libs-docs.sgml:
13418 * docs/libs/gst-plugins-base-libs.types:
13419 * gst-libs/gst/interfaces/Makefile.am:
13420 * gst-libs/gst/interfaces/videoorientation.c:
13421 (gst_video_orientation_get_type),
13422 (gst_video_orientation_iface_init),
13423 (gst_video_orientation_get_hflip),
13424 (gst_video_orientation_get_vflip),
13425 (gst_video_orientation_get_hcenter),
13426 (gst_video_orientation_get_vcenter),
13427 (gst_video_orientation_set_hflip),
13428 (gst_video_orientation_set_vflip),
13429 (gst_video_orientation_set_hcenter),
13430 (gst_video_orientation_set_vcenter):
13431 * gst-libs/gst/interfaces/videoorientation.h:
13432 API: Add new interface to control video orientation (fixes #354908)
13434 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13436 * gst/videotestsrc/gstvideotestsrc.c:
13437 Use G_UNLIKELY in _create and log one more detail.
13439 (gst_video_test_src_get_times), (gst_video_test_src_create):
13440 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13441 Use gst_util_uint64_scale_int in _get_times().
13443 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13445 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13446 Give better warning message (add object and detail).
13448 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13450 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13451 (gst_xvimagesink_get_times):
13452 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13453 #354773), use gst_util_uint64_scale_int in _get_times()
13455 2006-09-18 Michael Smith <msmith@fluendo.com>
13457 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13458 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13459 always true, leading to dropping all timestamps.
13461 2006-09-18 Stefan Kost <ensonic@users.sf.net>
13463 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13464 (gst_visual_chain), (gst_visual_change_state):
13465 update to work also with libvisual 0.4 API, fix double unref (#355914)
13467 * tools/gst-launch-ext.1.in:
13468 * tools/gst-visualise.1.in:
13469 remove references to old man-pages
13471 * tests/examples/seek/seek.c: (main):
13472 add real meadi-buttons, add tool-tips for the seek-options, arrange
13473 seek options in a table
13475 2006-09-18 Michael Smith <msmith@fluendo.com>
13477 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13478 (gst_ogg_mux_push_buffer):
13479 Don't generate out-of-order timestamps from oggmux, instead clamp
13480 output timestamps to be >= the previously output ts.
13483 2006-09-18 Michael Smith <msmith@fluendo.com>
13485 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13486 (gst_multi_fd_sink_class_init):
13487 Updates, fixes, and typo corrections for multifdsink. No functional
13490 2006-09-17 Michael Smith <msmith@fluendo.com>
13492 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13493 Don't crash on truncated files - check that we got an 8 byte buffer
13494 before trying to memcmp it.
13496 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13498 * gst/playback/gstplaybasebin.c: (get_active_source):
13499 Make stream-switching appear instant to the application
13500 (ie. make sure that a g_object_get on 'current-foo' returns
13501 the stream previously set with g_object_set(). Totem needs
13502 this to update stream-related meta-info (like audio-codec)
13503 correctly when switching streams.
13505 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
13507 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13508 (gst_alsa_mixer_ensure_track_list):
13509 Try harder to guess which mixer track is the master mixer
13510 track (instead of just taking the first one that has a pvolume).
13513 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13515 reviewed by: <delete if not using a buddy>
13517 * gst-libs/gst/audio/audio.h:
13518 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13520 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13522 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13523 (gst_audio_convert_transform_caps):
13524 Get structure-name just once.
13526 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13528 * tests/check/elements/audioresample.c: (GST_START_TEST):
13529 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13530 * tests/check/elements/volume.c: (GST_START_TEST):
13531 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13532 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13533 (test_pipeline), (GST_START_TEST):
13534 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13535 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13536 Fix big batch of compiler warnings.
13538 2006-09-17 Stefan Kost <ensonic@users.sf.net>
13540 * ext/gnomevfs/gstgnomevfssrc.c:
13541 Add docs about icydemux usage in connection with gnomevfssrc
13543 * ext/libvisual/visual.c:
13544 * ext/ogg/gstoggaviparse.c:
13545 * ext/ogg/gstoggdemux.c:
13546 * ext/ogg/gstoggmux.c:
13547 * ext/ogg/gstoggparse.c:
13548 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13549 * gst-libs/gst/audio/gstaudiosink.c:
13550 * gst-libs/gst/audio/gstaudiosrc.c:
13551 * gst/audiorate/gstaudiorate.c:
13552 More G_OBJECT macro fixing.
13554 * gst/audiotestsrc/gstaudiotestsrc.h:
13555 Fix wrong info in header due to copy & paste
13557 2006-09-15 Wim Taymans <wim@fluendo.com>
13559 * gst-libs/gst/audio/gstbaseaudiosink.c:
13560 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13561 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13562 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13563 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13564 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13565 Do the delay calculation in the source/sink base classes as this is
13566 specific for the capture/playback mode.
13567 Try to fixate a bit better, like round depth up to a multiple of 8
13569 Handle underruns correctly by marking DISCONT on buffers and adjusting
13570 timestamps to handle the gap.
13571 Set offset/offset_end correctly on buffers.
13573 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13574 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13575 (gst_ring_buffer_read):
13576 Remove resync and underrun recovery from the ringbuffer.
13577 Fix ringbuffer read code on under/overrun.
13579 2006-09-15 Wim Taymans <wim@fluendo.com>
13581 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13582 (gst_play_base_bin_init), (fill_buffer), (check_queue),
13583 (queue_threshold_reached), (gst_play_base_bin_set_property),
13584 (gst_play_base_bin_get_property):
13585 * gst/playback/gstplaybasebin.h:
13586 Don't use a 0 low watermark when buffering, it is catching starvation
13587 way too late. Instead, use a 3 second queue with 30 and 95
13588 percent low/high watermarks.
13589 Added queue-min-threshold property to configure low watermark.
13590 Use new _buffering message API.
13591 Make queue_threshold variable big enough to store a uint64 time value.
13592 API: playbin::queue-min-threshold property.
13594 2006-09-15 Wim Taymans <wim@fluendo.com>
13597 We require 0.10.10.1 now because of _wait_preroll().
13599 * gst-libs/gst/audio/gstbaseaudiosink.c:
13600 (gst_base_audio_sink_render):
13601 Use gst_base_sink_wait_preroll().
13603 2006-09-15 Wim Taymans <wim@fluendo.com>
13605 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13606 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13607 Use DEBUG_OBJECT more.
13609 === release 0.10.10 ===
13611 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13613 patch by: Michael Smith <msmith at fluendo dot com>
13615 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13616 (gst_multi_fd_sink_client_queue_buffer),
13617 (gst_multi_fd_sink_new_client):
13618 * tests/check/elements/multifdsink.c: (GST_START_TEST),
13619 (multifdsink_suite):
13620 Fix implementation of sync-method 'next-keyframe'
13623 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
13625 patch by: Wim Taymans <wim at fluendo dot com>
13627 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13628 This patch removes the RANDOM flag that was incorrectly introduced with
13629 revision 1.91. Fixes #354590
13631 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
13633 * tests/check/Makefile.am:
13634 Random variation in Makefile line to see if it makes the
13635 gen64-base-full bot any happier.
13637 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13639 * tests/check/pipelines/oggmux.c: (oggmux_suite):
13640 Disable test that fails at the moment (killed after timeout).
13642 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
13644 Patch by: James Livingston <doclivingston at gmail.com>
13646 * tests/check/Makefile.am:
13647 * tests/check/pipelines/.cvsignore:
13648 * tests/check/pipelines/oggmux.c: (get_page_codec),
13649 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13650 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13651 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13652 (test_theora_vorbis), (oggmux_suite):
13653 Add simple unit test for oggmux from #337026 with checking for the
13654 EOS flags disabled for the time being.
13656 2006-09-04 Wim Taymans <wim@fluendo.com>
13658 patch by: Alessandro Dessina <alessandro nnva org>
13660 * ext/ogg/gstoggmux.c:
13661 Add cmml caps to oggmux. Fixes #353912
13663 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13665 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13666 Returning a return value often helps. In this case, we
13667 don't need the return value anyway, so just get rid of it.
13668 Should make build bots much happier.
13670 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
13672 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13673 (paint_get_structure), (gst_video_test_src_get_size),
13674 (gst_video_test_src_smpte), (gst_video_test_src_snow),
13675 (gst_video_test_src_unicolor), (paint_setup_AYUV),
13676 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13677 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13678 * gst/videotestsrc/videotestsrc.h:
13679 Add support for AYUV and the various RGBA formats. Initialise
13680 fields of paintinfo structs allocated on the stack.
13682 * tests/check/elements/videotestsrc.c: (right_shift_colour),
13683 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13684 (check_rgb_buf), (videotestsrc_suite):
13685 Add unit tests for videotestsrc's RGB output.
13687 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13689 * gst/videotestsrc/gstvideotestsrc.c:
13690 (gst_video_test_src_pattern_get_type),
13691 (gst_video_test_src_set_pattern):
13692 * gst/videotestsrc/gstvideotestsrc.h:
13693 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13694 (gst_video_test_src_black), (gst_video_test_src_white),
13695 (gst_video_test_src_red), (gst_video_test_src_green),
13696 (gst_video_test_src_blue):
13697 * gst/videotestsrc/videotestsrc.h:
13698 Add more uni-colour patterns ("white", "red", "green", and "blue").
13700 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
13702 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13703 Fix stride for YVYU, should be word-aligned (#353658).
13705 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
13707 * gst/adder/gstadder.c: (gst_adder_src_event):
13710 2006-08-31 Edward Hervey <edward@fluendo.com>
13712 * gst/adder/gstadder.c: (forward_event_func),
13713 (gst_adder_src_event), (gst_adder_collected),
13714 (gst_adder_change_state):
13715 * gst/adder/gstadder.h:
13716 Remember the start position asked in the incoming seeks, so we can
13717 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13718 of assuming it will always be 0).
13720 2006-08-31 Edward Hervey <edward@fluendo.com>
13722 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13723 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13724 (gst_ogg_demux_loop):
13725 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13727 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
13729 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13730 (gst_ffmpegcsp_get_unit_size):
13731 Return FALSE instead of returning a random false unit
13732 size when the format isn't known/supported (even if
13733 this shouldn't happen under normal circumstances).
13735 2006-08-29 Wim Taymans <wim@fluendo.com>
13737 Patch by: Tim-Philipp Müller <tim at centricular dot net>
13739 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13740 (gst_gnome_vfs_src_start):
13741 Try harder to get the size from a uri by using _info_uri() when
13742 _info_from_handle() does not give us enough info.
13743 Also follow symlinks when getting the size.
13744 Partially Fixes #332864.
13746 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13748 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
13750 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13751 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13752 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13753 (gst_alsa_mixer_set_record):
13754 * ext/alsa/gstalsamixertrack.c:
13755 (gst_alsa_mixer_track_update_alsa_capabilities),
13756 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13757 (gst_alsa_mixer_track_update):
13758 * ext/alsa/gstalsamixertrack.h:
13759 Improve and fix mixer track handling, in particular better handling
13760 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13761 separate track objects for tracks that have both capture and playback
13762 volume (and label them differently as well so they're not mistakenly
13763 assumed to be duplicates); classify mixer tracks that only affect
13764 the audible volume of something (rather than the capture volume)
13765 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13766 for capture tracks to correspond to alsa-pswitch alsa-cswitch
13767 (following the meaning documented in the mixer interface header
13768 file); add support for alsa's exclusive cswitch groups; update/sync
13769 state/flags better if mixer settings are changed by another
13770 application. Fixes #336075.
13772 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
13774 * gst/playback/gstplaybin.c:
13775 Improve docs: add section about BUFFERING messages sent by playbin.
13777 2006-08-29 Michael Smith <msmith@fluendo.com>
13779 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13780 (gst_vorbis_enc_buffer_check_discontinuous),
13781 (gst_vorbis_enc_chain):
13782 Ignore explicit DISCONT marked on buffers (which is often spurious,
13783 particularly when using multiple segments), in favour of solely
13784 using the timestamps/durations.
13786 2006-08-29 Edward Hervey <edward@fluendo.com>
13788 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13789 Don't rely on incoming buffers offset anymore, since it is completely
13790 broken when using multiple segments.
13791 Instead convert the incoming buffers timestamp to running time, and
13792 then convert that value to the offsets.
13793 Also inform GstSegment of the last outputted stop position, which is
13794 needed if we received several segments with an unknown stop value.
13796 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
13798 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13799 fix buffer unreffing on a header push failure
13801 2006-08-28 Wim Taymans <wim@fluendo.com>
13803 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13804 (gst_audio_rate_chain):
13805 Make the metadata of the buffer writable before changing its
13808 2006-08-28 Wim Taymans <wim@fluendo.com>
13810 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13811 (gst_audio_rate_setcaps), (gst_audio_rate_init),
13812 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13813 (gst_audio_rate_chain), (gst_audio_rate_change_state):
13814 Fix audiorate some more.
13815 Reset and resync counters on flush and READY.
13816 Handle the DISCONT flag correctly.
13817 Use GstSegment to track position.
13818 Fail when not negotiated.
13821 2006-08-25 Michael Smith <msmith@fluendo.com>
13823 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13825 Remove accidently included debug line.
13827 2006-08-25 Wim Taymans <wim@fluendo.com>
13829 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13831 If a buffer is received with no caps, make the buffer metadata
13832 writable and set the caps, making sure that we don't screw up the
13835 2006-08-25 Michael Smith <msmith@fluendo.com>
13837 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13838 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13839 Fix memory leaks and misleading debug messages, add a couple of
13842 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13843 (gst_multi_fd_sink_render):
13844 Do not use gst_buffer_make_writable() in a basesink render method,
13845 as it may incorrectly unref the buffer. Instead, use convoluted
13846 dance to avoid copying the buffer except when we need to.
13848 2006-08-25 Michael Smith <msmith@fluendo.com>
13850 * ext/vorbis/vorbisenc.c:
13851 (gst_vorbis_enc_buffer_check_discontinuous):
13852 Allow very small discontinuities in the timestamps. These we can't
13853 do anything useful with anyway (because vorbis's timestamps have
13854 only sample granularity), and are commonly produced by elements with
13855 minor bugs. Allow up to 1/2 a sample out.
13858 2006-08-24 Wim Taymans <wim@fluendo.com>
13860 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13861 (play_scrub_toggle_cb), (main):
13862 Add a checkbox to enable play scrubbing. Makes it possible to disable
13865 2006-08-23 Stefan Kost <ensonic@users.sf.net>
13867 * tests/check/elements/.cvsignore:
13868 make buildbot happy
13870 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13872 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13873 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13874 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13875 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13876 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13877 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13878 (gst_ogm_text_parse_strip_trailing_zeroes),
13879 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13880 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13881 Refactor ogm parse, do better input checking, misc. clean-ups.
13882 Cache incoming events and push them once the source pad has
13883 been created. Don't pass unterminated strings to sscanf().
13884 Strip trailing zeroes from subtitle text output, since they
13885 are not valid UTF-8. Don't push vorbiscomment packets on
13886 the subtitle text pad. Output perfect streams if possible.
13888 2006-08-23 Wim Taymans <wim@fluendo.com>
13890 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13891 Waits for tasks to settle down so that we clean up correctly for
13894 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13896 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13897 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13898 actually return return value in taglists_are_equal.
13900 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
13902 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13903 Fix crash due to broken bitstream parsing on x86-64: can't make
13904 any assumptions about sizeof(struct) due to alignment/packing
13905 differences on different architectures. Fixes #351790.
13907 2006-08-22 Wim Taymans <wim@fluendo.com>
13909 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13910 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13911 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13912 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13913 (gst_riff_parse_info):
13914 Protect public functions against bad input.
13918 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13920 * gst-libs/gst/riff/riff-ids.h:
13921 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13922 Add voxware audio IDs (even if we can't play it) (#351795).
13924 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13926 * gst-libs/gst/riff/riff-media.c:
13927 (gst_riff_create_video_template_caps),
13928 (gst_riff_create_audio_template_caps),
13929 (gst_riff_create_iavs_template_caps):
13930 Const-ify some arrays and use G_N_ELEMENTS instead
13931 of wasting oodles of RAM on terminator bits.
13933 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
13935 * gst-libs/gst/tag/gstvorbistag.c:
13936 (gst_tag_list_to_vorbiscomment_buffer):
13937 * tests/check/libs/tag.c: (GST_START_TEST):
13938 And the same for _to_vorbiscomment_buffer(): allow
13939 id_data_len == 0 for speex.
13941 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13944 * docs/plugins/Makefile.am:
13945 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13946 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13947 * docs/plugins/inspect/plugin-gdp.xml:
13948 * gst/gdp/Makefile.am:
13949 * tests/check/Makefile.am:
13950 Move GDP plugin to -base from -bad. Closes #347783.
13952 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13954 * gst-libs/gst/tag/gstvorbistag.c:
13955 (gst_tag_list_from_vorbiscomment_buffer):
13956 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13957 Also add some checks to make sure we don't memcmp() beyond the end of
13958 vorbiscomment buffer if the ID to check for is larger than the buffer.
13960 * tests/check/libs/tag.c: (GST_START_TEST):
13961 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13963 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
13965 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13966 (gst_vorbis_enc_set_metadata):
13967 Use vorbis comment utility functions from libgsttag
13968 instead of re-inventing the wheel (partially fixes #347091).
13970 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
13972 * tests/check/elements/audioconvert.c: (GST_START_TEST):
13973 Fix leaks. Wait for state transitions that might happen ASYNC, as well
13974 as some that won't.
13976 2006-08-21 Wim Taymans <wim@fluendo.com>
13978 * docs/libs/Makefile.am:
13979 * docs/libs/gst-plugins-base-libs-sections.txt:
13980 * docs/libs/gst-plugins-base-libs.types:
13981 Don't try to GObject scan the netbuffer as it's not a GObject.
13984 * gst-libs/gst/netbuffer/gstnetbuffer.c:
13985 * gst-libs/gst/netbuffer/gstnetbuffer.h:
13986 Document GstNetBuffer.
13988 2006-08-21 Stefan Kost <ensonic@users.sf.net>
13990 * tests/check/elements/audioconvert.c: (GST_START_TEST),
13991 (audioconvert_suite):
13992 Add testcase for caps-size-explosion
13994 2006-08-20 Stefan Kost <ensonic@users.sf.net>
13996 * gst/audioconvert/gstaudioconvert.c:
13997 (gst_audio_convert_get_unit_size), (set_structure_widths):
13998 Lower debug, use g_assert in _get_unit_size
14000 * gst/audioresample/gstaudioresample.c:
14001 (audioresample_get_unit_size):
14002 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14003 (gst_ffmpegcsp_get_unit_size):
14004 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
14005 use g_assert in _get_unit_size
14007 2006-08-18 Wim Taymans <wim@fluendo.com>
14009 * docs/libs/gst-plugins-base-libs-sections.txt:
14010 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
14011 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
14012 (gst_rtp_buffer_get_payload_buffer):
14013 * gst-libs/gst/rtp/gstrtpbuffer.h:
14014 Document GstRTPBuffer.
14015 Added function to efficiently strip payload headers.
14016 API: gst_rtp_buffer_get_payload_subbuffer()
14018 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
14020 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14021 (gst_tag_to_vorbis_comments):
14022 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
14023 tags and deserialise them properly as well (#347091).
14024 Add some more gtk-doc blurbs and also some g_return_if_fail().
14026 * tests/check/libs/tag.c: (GST_START_TEST),
14027 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
14030 2006-08-17 Wim Taymans <wim@fluendo.com>
14032 * ext/ogg/Makefile.am:
14033 * ext/ogg/gstogg.c: (plugin_init):
14034 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
14035 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
14036 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
14037 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
14038 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
14039 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
14040 Added ogg-in-avi parser element. Fixes #140139.
14042 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14043 Fixed a bug in oggdemux debug code.
14045 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14046 (gst_riff_create_audio_template_caps):
14047 Recognise Ogg in the AVI extensible wave format.
14049 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
14051 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
14052 Make buffer durations add up (duration should be next_ts-ts for
14053 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
14056 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
14057 (test_buffer_timestamps), (cddabasesrc_suite):
14058 Add unit test for the above.
14060 * tests/check/Makefile.am:
14061 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
14062 to see what happens.
14064 2006-08-16 Wim Taymans <wim@fluendo.com>
14066 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
14067 (gst_alsasink_open):
14068 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
14069 (gst_alsasrc_open):
14070 Avoid setting and using a NULL device name.
14071 Print more info when we fail to open a device.
14073 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
14075 * docs/libs/gst-plugins-base-libs-sections.txt:
14076 * gst-libs/gst/tag/tag.h:
14077 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
14078 API: add gst_tag_parse_extended_comment() (#351426).
14080 * tests/check/Makefile.am:
14081 * tests/check/libs/.cvsignore:
14082 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14083 Add unit test for gst_tag_parse_extended_comment().
14085 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
14087 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14088 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14089 Fix leak (#351502).
14091 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
14093 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14094 * docs/plugins/gst-plugins-base-plugins-sections.txt:
14095 * docs/plugins/gst-plugins-base-plugins.args:
14096 * gst/playback/gstplaybin.c:
14099 * docs/plugins/inspect/plugin-adder.xml:
14100 * docs/plugins/inspect/plugin-alsa.xml:
14101 * docs/plugins/inspect/plugin-audioconvert.xml:
14102 * docs/plugins/inspect/plugin-audiorate.xml:
14103 * docs/plugins/inspect/plugin-audioresample.xml:
14104 * docs/plugins/inspect/plugin-audiotestsrc.xml:
14105 * docs/plugins/inspect/plugin-cdparanoia.xml:
14106 * docs/plugins/inspect/plugin-decodebin.xml:
14107 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14108 * docs/plugins/inspect/plugin-gnomevfs.xml:
14109 * docs/plugins/inspect/plugin-ogg.xml:
14110 * docs/plugins/inspect/plugin-pango.xml:
14111 * docs/plugins/inspect/plugin-playbin.xml:
14112 * docs/plugins/inspect/plugin-subparse.xml:
14113 * docs/plugins/inspect/plugin-tcp.xml:
14114 * docs/plugins/inspect/plugin-theora.xml:
14115 * docs/plugins/inspect/plugin-typefindfunctions.xml:
14116 * docs/plugins/inspect/plugin-video4linux.xml:
14117 * docs/plugins/inspect/plugin-videorate.xml:
14118 * docs/plugins/inspect/plugin-videoscale.xml:
14119 * docs/plugins/inspect/plugin-videotestsrc.xml:
14120 * docs/plugins/inspect/plugin-volume.xml:
14121 * docs/plugins/inspect/plugin-vorbis.xml:
14122 * docs/plugins/inspect/plugin-ximagesink.xml:
14123 * docs/plugins/inspect/plugin-xvimagesink.xml:
14124 Update to CVS version.
14126 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
14128 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14129 (gst_play_bin_set_property), (gst_play_bin_get_property),
14130 (value_list_append_structure_list),
14131 (gst_play_bin_handle_redirect_message),
14132 (gst_play_bin_handle_message):
14133 API: GstPlayBin::connection-speed
14134 Add "connection-speed" property; re-order redirect messages with
14135 multiple redirect locations depending on the minimum bitrate if
14136 that information is available and a connection speed is set
14139 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
14141 * gst/playback/gstplaybin.c:
14142 Update max volume to the same value that the volume element uses.
14144 2006-08-14 Wim Taymans <wim@fluendo.com>
14146 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14149 2006-08-14 Wim Taymans <wim@fluendo.com>
14151 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14152 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14153 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14154 Add some more debug info.
14155 Don't crash when a seek failed.
14156 Actually return the result of the seek instead of TRUE.
14157 Ignore multiple BOS pages with the same serial so that we don't create
14158 the same stream multiple times.
14159 Post an error when we fail to do the initial seek.
14161 2006-08-13 Wim Taymans <wim@fluendo.com>
14163 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14164 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14165 Small code cleanup.
14167 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14168 (gst_alsa_mixer_new):
14169 Remove hack that always set the device to hw:0*.
14170 Properly find the card name for whatever device was configured.
14171 Do some better debugging.
14174 * ext/alsa/gstalsamixerelement.c:
14175 (gst_alsa_mixer_element_set_property),
14176 (gst_alsa_mixer_element_change_state):
14178 Handle setting of a NULL device name better.
14180 2006-08-11 Wim Taymans <wim@fluendo.com>
14182 * gst/adder/gstadder.c:
14183 Don't clip float values. Fixes #350900.
14185 2006-08-11 Andy Wingo <wingo@pobox.com>
14187 * gst/tcp/gsttcp.c: Really fix the build?
14189 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14192 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
14194 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14195 Float caps shouldn't have a "signed" field.
14197 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
14199 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14200 Implement SEEKING query in its most basic form, so that we can
14201 at least check if we're seekable or not (#350655).
14203 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
14205 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14206 The checks here are not even close to anything that would
14207 justify MAXIMUM probability, lowering to POSSIBLE until someone
14208 fixes the checks (case at hand: quicktime redirection files
14209 might start with 00 00 01 XX and pass the checks here just
14210 fine, see #350399).
14212 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
14214 Patch by: Sjoerd Simons <sjoerd at luon net>
14216 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14217 Better detection for multipart/x-mixed-replace: accept leading
14218 whitespaces before the boundary marker as well (as our very own
14219 multipartmux used to produce) (#349068).
14221 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
14223 Patch by: Young-Ho Cha <ganadist at chollian net>
14225 * gst-libs/gst/riff/riff-ids.h:
14226 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14227 (gst_riff_create_audio_template_caps):
14228 Detect DTS audio streams (#350157).
14230 2006-08-05 Andy Wingo <wingo@pobox.com>
14232 * ext/theora/gsttheoraparse.h:
14233 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14234 (theora_parse_dispose, theora_parse_set_property)
14235 (theora_parse_get_property, theora_parse_munge_granulepos)
14236 (theora_parse_push_buffer, theora_parse_change_state):
14237 API: GstTheoraParse::synchronization-points
14238 Add a property 'synchronization-points' to fix badly synchronized oggs.
14240 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14242 * tests/check/Makefile.am:
14243 * tests/check/libs/.cvsignore:
14244 * tests/check/libs/audio.c: (structure_contains_channel_positions),
14245 (fixed_caps_have_channel_positions), (GST_START_TEST),
14246 (audio_suite), (main):
14247 Add a few tests for the channel position stuff in libgstaudio.
14249 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14251 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14252 (gst_alsa_detect_channels):
14253 * ext/alsa/gstalsasink.c:
14254 Add support for cards that (only) do more than 8 channels,
14255 like the Delta 44 (#345188).
14257 * gst-libs/gst/audio/multichannel.c:
14258 (gst_audio_check_channel_positions):
14259 * gst-libs/gst/audio/multichannel.h:
14260 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14261 unspecified channel position and cannot be combined with any
14262 of the other audio channel positions; adjust position layout
14263 checks accordingly (#345188).
14265 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14267 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14268 Recognise ancient RealAudio files (see #349779).
14270 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
14272 Patch by: Jens Granseuer <jensgr at gmx net>
14274 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14275 Add typefinder for Interplay's MVE format (#348973).
14277 2006-08-02 Wim Taymans <wim@fluendo.com>
14279 Patch by: Marcel Moreaux <marcelm at luon dot net>
14281 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14282 (gst_base_rtp_depayload_add_to_queue):
14283 * gst-libs/gst/rtp/gstbasertpdepayload.h:
14284 Handle RTP sequence number rollover.
14285 Disable jitterbuffer by default.
14287 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
14289 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14290 (audioresample_set_caps):
14291 Don't leak references to the incoming caps. Clean them up when
14294 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14295 (gst_video_scale_finalize):
14296 Don't leak our temporary pixel buffer.
14298 * tests/check/Makefile.am:
14299 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14300 (GST_START_TEST), (simple_launch_lines_suite):
14302 Fix leaks and re-enable the test for valgrind checking.
14304 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
14306 Patch by: Sjoerd Simons <sjoerd at luon net>
14308 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14310 Add typefind function for multipart/x-mixed-replace (#348916).
14312 2006-07-28 Wim Taymans <wim@fluendo.com>
14314 * gst/adder/gstadder.c: (gst_adder_setcaps),
14315 (gst_adder_query_duration):
14316 Fix leak in duration query.
14317 Reflow some docs and notes.
14319 2006-07-28 Michael Smith <msmith@fluendo.com>
14321 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14323 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14326 2006-07-28 Michael Smith <msmith@fluendo.com>
14328 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14329 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14330 (gst_vorbis_enc_push_buffer),
14331 (gst_vorbis_enc_buffer_check_discontinuous),
14332 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14333 * ext/vorbis/vorbisenc.h:
14334 Handle discontinuities in the input vorbis stream correctly,
14335 so that the output is properly timestamped (and has good granulepos
14336 values). Needs some oggmux fixes too.
14338 2006-07-27 Wim Taymans <wim@fluendo.com>
14340 patch by: Kai Vehmanen <kv2004 eca cx>
14342 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14343 (gst_base_rtp_depayload_chain),
14344 (gst_base_rtp_depayload_handle_sink_event),
14345 (gst_base_rtp_depayload_change_state):
14346 Don't send multiple newsegments with different formats.
14349 2006-07-26 Wim Taymans <wim@fluendo.com>
14351 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14352 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14353 Make seeking in ogg more accurate again by doing the more correct
14354 granuletime to stream time conversion.
14356 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
14358 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14359 (gst_multi_fd_sink_new_client):
14360 debug a little more understandably
14361 do not use goto as a substitute for break, especially if
14362 break is also being used
14364 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
14366 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14367 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14368 Remove GLib-2.6 compatibility cruft.
14370 2006-07-24 Wim Taymans <wim@fluendo.com>
14372 * gst-libs/gst/audio/gstbaseaudiosink.c:
14373 (gst_base_audio_sink_render):
14374 Don't try to align a sample to an unknown value.
14376 2006-07-24 Wim Taymans <wim@fluendo.com>
14378 * gst-libs/gst/audio/gstbaseaudiosink.c:
14379 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14380 When the audio clock is slaved to another clock, never try to align
14381 samples but trust the rate interpolation algorithm.
14383 2006-07-24 Wim Taymans <wim@fluendo.com>
14385 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14386 Don't try to calculate silence samples, base class does this much
14389 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14390 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14391 (gst_ring_buffer_acquire):
14392 Calculate silence samples correctly.
14394 * gst-libs/gst/audio/gstringbuffer.h:
14397 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
14399 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14400 Limit search for the first markup tag to the first few kB of
14401 the file. If we don't find one there, it's highly unlikely that
14402 this is an XML(-ish) file.
14404 2006-07-21 Andy Wingo <wingo@pobox.com>
14406 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14407 test to the one in vorbisenc. Also commented out.
14409 * tests/check/pipelines/vorbisenc.c:
14410 (test_discontinuity): New test, commented out until Mike lands
14411 some elite vorbisenc patches.
14413 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14414 Bufferstraw was actually factored out of these tests. Now we share
14417 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14418 for bufferstraw addition to gstcheck.
14420 2006-07-21 Wim Taymans <wim@fluendo.com>
14422 * ext/theora/theoradec.c: (clip_buffer):
14425 2006-07-21 Wim Taymans <wim@fluendo.com>
14427 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14428 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14429 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14431 Avoid type casting when we can.
14433 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14436 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
14438 * ext/alsa/gstalsamixerelement.c:
14439 (gst_alsa_mixer_element_change_state):
14440 Make state change fail if the specified device can't be opened
14443 2006-07-20 Wim Taymans <wim@fluendo.com>
14445 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14446 (cb_newpad), (main):
14447 Example of a small audio/video player using decodebin.
14449 2006-07-20 Stefan Kost <ensonic@users.sf.net>
14451 * gst-libs/gst/riff/riff-ids.h:
14452 Add 'fact' chunk id
14454 2006-07-19 Wim Taymans <wim@fluendo.com>
14456 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14457 (gst_base_rtp_depayload_chain),
14458 (gst_base_rtp_depayload_change_state):
14459 Don't assert when not negotiated but post a meaningfull
14460 error message. Fixes #347918.
14462 * gst-libs/gst/rtp/gstbasertppayload.c:
14463 Add comment about better default MTU size.
14465 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14466 Small cleanups, start docs.
14468 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14470 Patch by: Martin Szulecki
14472 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14473 If "device-name" is requested and the device is not
14474 open, try to temporarily open it to obtain this
14475 information (#342494).
14477 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
14479 * gst-libs/gst/tag/gstid3tag.c:
14480 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14482 * gst-libs/gst/tag/gsttageditingprivate.h:
14483 * gst-libs/gst/tag/gstvorbistag.c:
14484 Some more random const-ifications.
14486 2006-07-18 Stefan Kost <ensonic@users.sf.net>
14488 * gst-libs/gst/riff/riff-ids.h:
14489 * gst-libs/gst/riff/riff-media.c:
14490 (gst_riff_create_video_template_caps):
14491 Add more FOURCCs (sort list to make stuff easier to find),
14492 add comment what those 16 bytes in struct _gst_riff_strh according to
14495 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14497 * gst-libs/gst/audio/multichannel.c:
14498 (gst_audio_check_channel_positions),
14499 (gst_audio_fixate_channel_positions):
14500 Const-ify two arrays.
14502 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
14504 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14505 Fix typo, so that alsasink also advertises 8 channels
14506 if that's supported (tags: can, worms, open, alsa, ph34r).
14508 2006-07-17 Wim Taymans <wim@fluendo.com>
14510 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14511 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14512 *sigh*, when is the compiler going to warn when the comments
14513 are out-of-sync with the code.. Refix case of busted theora
14514 headers with 0 granule pos.
14516 2006-07-14 Wim Taymans <wim@fluendo.com>
14518 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14519 (gst_base_rtp_depayload_wait),
14520 (gst_base_rtp_depayload_change_state),
14521 (gst_base_rtp_depayload_set_property),
14522 (gst_base_rtp_depayload_get_property):
14523 Fix 99% cpu load by waiting for absolute times on the
14524 clock. Fixes #347300.
14526 2006-07-14 Andy Wingo <wingo@pobox.com>
14528 * ext/theora/gsttheoraparse.h:
14529 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14530 (theora_parse_push_headers, theora_parse_clear_queue)
14531 (theora_parse_drain_queue_prematurely, )
14532 (theora_parse_sink_event, theora_parse_change_state): Queue events
14533 until we initialized our state, like in vorbisparse.
14535 * ext/vorbis/vorbisparse.h:
14536 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14537 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14538 (vorbis_parse_drain_queue_prematurely, )
14539 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14540 until we have initialized our state. Fixes seeking after an
14543 2006-07-14 Andy Wingo <wingo@pobox.com>
14545 Patch by: Iain Holmes <iaingnome@gmail.com>
14547 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14549 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
14552 Bump nano back to CVS
14554 === release 0.10.9 ===
14556 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14559 releasing 0.10.9, "I walk the line"
14561 2006-07-14 Michael Smith <msmith@fluendo.com>
14563 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14564 Move a g_cond_signal to earlier to avoid sometimes deadlocking
14565 (commonly happens when running this test under valgrind) when trying
14566 to remove the buffer probe.
14568 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14570 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14571 Fix missing g_unlock from the previous commit
14573 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14575 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14576 (gst_ximagesink_change_state):
14577 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14578 (gst_xvimagesink_change_state):
14579 Implement a locking order to ensure we always take the object lock
14580 before the x_lock and never vice-versa.
14582 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
14584 * gst/playback/gstdecodebin.c: (find_compatibles):
14585 Fix a caps leak when linking (#347304)
14587 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14588 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14589 (gst_ximagesink_change_state):
14590 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14591 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14592 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14593 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14594 Don't leak shared memory resources. Use the object lock to protect
14595 against the xcontext disappearing while returning a buffer from the
14596 pipeline. (#347304)
14598 2006-07-12 Edward Hervey <edward@fluendo.com>
14600 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14601 (vorbis_handle_comment_packet):
14602 gst_tag_list_merge() returns a new object. Take that into account when
14603 using it. This avoids memleak.
14604 Revert previous commit which is not needed.
14606 2006-07-12 Edward Hervey <edward@fluendo.com>
14608 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14609 Reset the decoder in finalize so that all fields get cleared.
14611 2006-07-12 Wim Taymans <wim@fluendo.com>
14613 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14614 (gst_base_audio_src_set_clock),
14615 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14616 Don't try to post an error message when setting the clock fails
14617 as this can happen when adding an element to a bin which will then
14618 deadlock. Fixes #347296.
14620 2006-07-12 Edward Hervey <edward@fluendo.com>
14622 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14623 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14624 (vorbis_handle_type_packet):
14625 Post tag messages on the bus even if we're not initialized.
14626 If we're not initialized, we still postpone the event pushing of tags.
14628 2006-07-12 Wim Taymans <wim@fluendo.com>
14630 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14631 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14632 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14633 Revert last two changes that broke the freeze.
14635 2006-07-12 Wim Taymans <wim@fluendo.com>
14637 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14638 basesink calculates silence sample correctly for us.
14640 2006-07-12 Wim Taymans <wim@fluendo.com>
14642 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14643 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14644 Calculate correct silence samples so we don't fill our ringbuffer
14647 2006-07-12 Edward Hervey <edward@fluendo.com>
14649 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14650 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14651 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14652 * ext/vorbis/vorbisdec.h:
14653 Delay sending events (newsegment, tags) until the decoder is properly
14657 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
14659 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14660 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14661 Patch from #347221 adding a test for audioconvert
14662 channel remappings.
14664 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
14666 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14667 (gst_ssa_parse_parse_line):
14668 Don't include the terminating NUL in the buffer size,
14669 it's only there for extra paranoia (would add random
14670 '*' characters at the end of each subtitle since the
14671 terminator itself is not valid UTF-8 technically).
14672 Also fix indenting after boilerplate macro.
14674 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
14676 * gst/playback/gstdecodebin.c: (close_pad_link):
14677 Also emit 'unknown-type' signal (which should really be
14678 called unhandled-type) if we found potential decoders/demuxers
14679 in the registry but none of them worked in the end (as in the
14680 case where the plugins don't exist any longer but are still
14681 listed in the registry). Fixes #329798.
14683 2006-07-08 Andy Wingo <wingo@pobox.com>
14685 * theoraparse.c (theora_parse_push_buffer)
14686 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14687 Add some more debugging. Fix granulepos reconstruction in the face
14688 of discontinuities.
14690 2006-07-06 Wim Taymans <wim@fluendo.com>
14692 * gst-libs/gst/audio/gstbaseaudiosink.c:
14693 (gst_base_audio_sink_class_init),
14694 (gst_base_audio_sink_provide_clock):
14695 Use gobject_class instead of G_OBJECT_CLASS (klass)
14697 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14698 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14699 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14700 (gst_base_audio_src_get_time),
14701 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14702 (gst_base_audio_src_create_ringbuffer):
14703 Fix latency and buffer-time constants and properties ala basesink.
14704 Implement pull based scheduling. Fixes #346527.
14705 Set default blocksize in GstBaseSrc to 0, we default to pushing out
14707 Refuse slaving to another clock instead of silently not working.
14708 Only provide a clock when we are actually able to do so.
14709 Various small cleanups and compiler hints.
14711 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14713 Patch by: Lutz Mueller <lutz at topfrose de>
14715 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14717 Add typefinding for text/html (#346581).
14719 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14721 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14722 (xml_check_first_element), (xml_type_find), (smil_type_find):
14723 Fix SMIL typefinding, make xml_check_first_element() more
14726 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
14728 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14729 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14730 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14731 * gst/playback/gstplaybasebin.h:
14732 Protect list of elements with a subtitle-encoding property and
14733 the subtitle encoding member itself with a lock of their own
14734 instead of using the object lock. This prevents a dead-lock in
14735 the element-remove callback in some circumstances when shutting
14738 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
14740 * win32/common/libgsttag.def:
14741 Export some new functions.
14742 * win32/vs6/libgstogg.dsp:
14743 Add a link to libgsttag-0.10.lib.
14745 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
14747 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14748 Some const-ification.
14750 2006-07-04 Wim Taymans <wim@fluendo.com>
14752 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14753 Improve checking if we are dealing with a stream. Added some
14754 more uris that need buffering.
14756 2006-07-03 Edward Hervey <edward@fluendo.com>
14758 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14759 Remove unused variable.
14761 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
14766 add GCOV_LIBS to GST_LIBS
14768 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
14770 Patch by: Michael Sheldon <webmaster at mikeasoft com>
14772 * ext/alsa/gstalsasrc.c:
14773 Add 32 bps to template caps and increase channels range
14774 from [1,2] to [1,MAX]. See #346326.
14776 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
14778 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14779 Recognise 'WMVA' video codec fourcc (#345879).
14781 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
14783 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14784 Fixed nasty memory leak
14786 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
14788 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14789 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14792 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
14794 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14795 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14796 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14797 Protect remove_fakesink using a mutex, so that we don't try and
14798 remove the fakesink simultaneously from multiple threads.
14800 When going from READY to PAUSED, restore the fakesink, so that
14801 it is there when decodebin gets reused.
14803 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
14805 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14806 * gst-libs/gst/rtp/gstbasertpdepayload.c:
14807 * gst-libs/gst/rtp/gstbasertppayload.c:
14808 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14809 * gst/tcp/gstmultifdsink.c:
14810 * gst/tcp/gsttcpclientsink.c:
14811 * gst/tcp/gsttcpclientsrc.c:
14812 * gst/tcp/gsttcpserversink.c:
14813 * gst/tcp/gsttcpserversrc.c:
14814 * gst/videorate/gstvideorate.c:
14815 * gst/videotestsrc/gstvideotestsrc.c:
14816 * sys/v4l/gstv4ljpegsrc.c:
14817 * sys/v4l/gstv4lmjpegsink.c:
14818 * sys/v4l/gstv4lsrc.c:
14819 * tests/examples/seek/scrubby.c:
14820 * tests/examples/seek/seek.c:
14821 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14823 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14825 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14826 Second field in GEnumValue shouldn't be a description,
14827 but a stringified version of the enum value.
14829 2006-06-22 Wim Taymans <wim@fluendo.com>
14831 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14832 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14833 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14834 Avoid type checking in buffer casts.
14835 Avoid caps copy in buffer_alloc when we can.
14836 Use pad_peer_accept.
14838 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14840 * gst-libs/gst/tag/tag.h:
14841 Oops, make that 'Since: 0.10.9'.
14843 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14845 * docs/libs/gst-plugins-base-libs-sections.txt:
14846 * gst-libs/gst/tag/tag.h:
14847 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14848 (gst_tag_image_type_get_type):
14849 API: add GstTagImageType enum to describe images contained
14850 in image tags (#345641).
14852 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14854 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14855 Fix warnings with gst-inspect: "buffers-min" property
14856 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14857 typo in property description.
14859 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
14861 Patch by: Cody Russell <bratsche at gnome org>
14863 * gst/audioresample/gstaudioresample.c:
14864 (gst_audioresample_class_init):
14865 * gst/playback/gststreamselector.c:
14866 (gst_stream_selector_class_init):
14867 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14868 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14869 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14870 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14871 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14872 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14873 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14874 * gst/videotestsrc/gstvideotestsrc.c:
14875 (gst_video_test_src_class_init):
14876 * gst/volume/gstvolume.c: (gst_volume_class_init):
14877 Avoid unnecessary class cast check in class_init
14878 functions (#337747).
14880 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
14882 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14883 (gst_text_overlay_video_chain):
14884 g_markup_escape_text() REALLY doesn't like non-UTF8 input
14885 and doesn't validate its input either (and neither did
14886 textoverlay it seems). Let's do that then and fix #345206.
14888 2006-06-19 Wim Taymans <wim@fluendo.com>
14890 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14891 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14892 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14893 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14894 (find_syncframe), (find_limits), (assign_value),
14895 (count_burst_unit), (gst_multi_fd_sink_new_client),
14896 (gst_multi_fd_sink_handle_client_write),
14897 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14898 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14899 (gst_multi_fd_sink_change_state):
14900 * gst/tcp/gstmultifdsink.h:
14901 Added shiny new burst-on-connect methods.
14902 Add properties to control the minimal amount of data queued.
14904 API: bytes-min property
14905 API: time-min property
14906 API: buffers-min property
14907 API: burst-unit property
14908 API: burst-value property
14909 API: add-full signal
14911 * gst/tcp/gsttcp-marshal.list:
14912 Added new marshaller code for the new signal.
14914 * tests/check/elements/multifdsink.c: (GST_START_TEST),
14915 (multifdsink_suite):
14916 Added testcases for new burst methods.
14918 2006-06-19 Edward Hervey <edward@fluendo.com>
14920 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14921 Implement clipping for accurate seeking.
14924 2006-06-19 Wim Taymans <wim@fluendo.com>
14926 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14928 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14929 (gst_video_scale_transform):
14930 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14932 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
14935 Fix --disable-external (can't set conditionals conditionally,
14938 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14940 * tests/check/elements/audioresample.c: (test_reuse),
14941 (audioresample_suite):
14942 Add test case for bug #342789 fixed below.
14944 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14946 * gst/audioresample/gstaudioresample.c:
14947 (gst_audioresample_class_init), (gst_audioresample_init),
14948 (audioresample_start), (audioresample_stop),
14949 (gst_audioresample_set_property), (gst_audioresample_get_property):
14950 Implement GstBaseTransform::start and ::stop so that audioresample
14951 can clear its internal state properly and be reused instead of
14952 causing non-negotiated errors with playbin under some circumstances
14955 * tests/check/elements/audioresample.c: (setup_audioresample),
14956 (cleanup_audioresample):
14957 Need to set element state here so that ::start and ::stop are
14960 2006-06-16 Wim Taymans <wim@fluendo.com>
14962 Patch by: Young-Ho Cha <ganadist at chollian dot net>
14964 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14965 Parse extra data better, apparently it's right behind
14966 the normal strf header size. Fixes #343500.
14968 2006-06-16 Wim Taymans <wim@fluendo.com>
14970 * ext/alsa/gstalsasink.c: (set_hwparams):
14971 If we fail to set the buffer_time and period_time alsa
14972 parameters, post a warning and leave alsa select a
14973 default instead of failing. Fixes #342085
14975 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
14977 * docs/libs/gst-plugins-base-libs-sections.txt:
14978 * gst-libs/gst/cdda/gstcddabasesrc.h:
14979 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14980 out in the header file and shouldn't be listed in the docs.
14982 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14983 Must dereference pointer to fourcc in the debug statement.
14985 2006-06-16 Stefan Kost <ensonic@users.sf.net>
14987 * docs/libs/Makefile.am:
14988 * docs/libs/gst-plugins-base-libs-docs.sgml:
14989 * docs/libs/gst-plugins-base-libs-sections.txt:
14990 * docs/libs/gst-plugins-base-libs.types:
14991 add remaining symbols into correct setions
14993 * gst-libs/gst/audio/gstringbuffer.c:
14994 fix incomplete docs
14996 * gst-libs/gst/audio/gstringbuffer.h:
14997 comment out not yet implemented function
15000 * gst-libs/gst/floatcast/floatcast.h:
15001 * gst-libs/gst/netbuffer/gstnetbuffer.c:
15002 add short descriptions
15005 * gst-libs/gst/interfaces/propertyprobe.c:
15006 fix return value docs
15008 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15009 simplify debug logging
15011 * gst-libs/gst/riff/riff-read.h:
15012 sync function prototype and docs
15014 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15015 remove left over symbol
15017 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
15021 * docs/Makefile.am:
15022 Use GST_PLUGIN_DOCS macro in configure.ac, add
15023 --enable-plugin-docs default to autogen.sh and use
15024 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
15026 2006-06-15 Wim Taymans <wim@fluendo.com>
15028 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15029 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
15030 (gst_ogg_demux_loop):
15031 Combine GstFlowReturn from the source pads to give a
15032 meaningfull result to the upstream peer or to stop the
15033 processing task in case of errors.
15035 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15037 * gst/playback/gststreaminfo.c: (cb_probe):
15038 Try GST_TAG_CODEC as fallback when extracting the
15039 codec name; more debug info.
15041 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15043 * ext/ogg/Makefile.am:
15044 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15045 Extract language tags from ogm subtitle streams, so that
15046 the subtitle menu choices are labelled correctly in
15047 Totem (fixes #344708).
15049 2006-06-14 Wim Taymans <wim@fluendo.com>
15051 Patch by: Alessandro Decina <alessandro at nnva dot org>
15053 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
15054 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
15055 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
15056 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15057 Fix various leaks. Fixes #343699.
15058 Add x-smoke mime type.
15060 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
15062 * gst-libs/gst/riff/riff-ids.h:
15063 Add IDs for 'bext' chunks (see #343837).
15065 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
15067 Patch by: Young-Ho Cha <ganadist at chollian net>
15069 * gst/subparse/samiparse.c: (sami_context_pop_state),
15070 (handle_start_font), (end_sami_element):
15071 Honour font face tags in SAMI subtitles (#344503).
15073 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15076 add missing files containing translatable strings
15078 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15080 * docs/libs/tmpl/.cvsignore:
15081 we don't want those *.sgml files in CVS either
15083 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15085 * docs/libs/.cvsignore:
15086 * tests/check/elements/.cvsignore:
15087 * tests/check/libs/.cvsignore:
15090 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15092 * docs/libs/Makefile.am:
15093 also commiting the changed Makefile.am (added more libs to the
15096 2006-06-11 Stefan Kost <ensonic@users.sf.net>
15098 * docs/libs/gst-plugins-base-libs-docs.sgml:
15099 * docs/libs/gst-plugins-base-libs-sections.txt:
15100 * docs/libs/gst-plugins-base-libs.types:
15101 first batch of reordering things, add index & hierarchy
15103 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
15106 use GST_PKG_CHECK_MODULES, cleans up output
15108 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
15110 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15111 Add support for burn:// URIs (#343385); const-ify things a bit,
15112 use G_N_ELEMENTS instead of hard-coded array size.
15114 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
15116 Patch by: Young-Ho Cha <ganadist at chollian net>
15118 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15119 Fix up broken entities before passing them to libxml *sigh*.
15122 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
15127 === release 0.10.8 ===
15129 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
15132 releasing 0.10.8, "Moar gij ziet mij nie"
15134 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
15151 * win32/common/config.h:
15152 0.10.7.2 prerelease
15154 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
15156 * docs/libs/tmpl/gstaudio.sgml:
15157 * docs/libs/tmpl/gstcolorbalance.sgml:
15158 * docs/libs/tmpl/gstmixer.sgml:
15159 * docs/libs/tmpl/gstringbuffer.sgml:
15160 * docs/libs/tmpl/gsttuner.sgml:
15161 * docs/libs/tmpl/gstxoverlay.sgml:
15162 * gst-libs/gst/audio/audio.c:
15163 * gst-libs/gst/audio/gstringbuffer.c:
15164 * gst-libs/gst/interfaces/colorbalance.c:
15165 * gst-libs/gst/interfaces/mixer.c:
15166 * gst-libs/gst/interfaces/tuner.c:
15167 * gst-libs/gst/interfaces/xoverlay.c:
15168 move last template doc snippets to source code and delete them
15170 2006-06-06 Michael Smith <msmith@fluendo.com>
15172 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15173 (theora_parse_drain_queue):
15174 Mark DELTA_UNIT on non-keyframes.
15176 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
15178 * gst-libs/gst/audio/gstbaseaudiosink.c:
15179 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15180 * gst-libs/gst/audio/gstbaseaudiosink.h:
15181 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15182 (gst_ring_buffer_samples_done):
15183 * gst-libs/gst/audio/gstringbuffer.h:
15184 Document better the fact that latency_time and buffer_time are values
15185 stored in microseconds, and not the usual GStreamer nanoseconds.
15186 Change the variables (compatibly) that store them from GstClockTime
15187 to guint64 to make it more clear that they're not storing clock times.
15188 Also, remove the bogus property description that says the user can
15189 specify -1 to get the default value, since that's never been the case.
15191 When computing the default segment size for the ring buffer, make it
15192 an integer number of samples.
15194 When the sub-class indicates a delay greater than the number of
15195 samples we've written return 0 from the audio sink get_time method.
15197 2006-06-02 Michael Smith <msmith@fluendo.com>
15199 * tests/check/elements/audioconvert.c: (set_channel_positions),
15200 (get_float_mc_caps), (get_int_mc_caps):
15201 * tests/check/elements/audioresample.c:
15202 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15203 * tests/check/elements/videorate.c:
15204 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15205 * tests/check/elements/volume.c:
15206 * tests/check/elements/vorbisdec.c:
15207 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15208 Don't busy-wait in tests; this was causing test timeouts very
15209 frequently when running under valgrind.
15211 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
15214 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15215 (gst_multi_fd_sink_remove_client_link),
15216 (gst_multi_fd_sink_client_queue_caps),
15217 (gst_multi_fd_sink_client_queue_buffer),
15218 (gst_multi_fd_sink_handle_client_write),
15219 (gst_multi_fd_sink_render):
15220 * gst/tcp/gstmultifdsink.h:
15221 make multifdsink properly deal with streamheader:
15222 - streamheader is taken from caps
15223 - buffers marked with IN_CAPS are not sent
15224 - streamheaders are sent, on connection, from the caps of the
15225 buffer where the client gets positioned to
15226 - further streamheader changes are done every time the client
15227 will receive a buffer with different caps
15228 * tests/check/elements/multifdsink.c: (GST_START_TEST),
15229 (gst_multifdsink_create_streamheader):
15232 2006-06-02 Michael Smith <msmith@fluendo.com>
15234 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15235 Reinstate limit on channel count. Vorbis does not define the meaning
15236 of > 6 channels, so they're just independent channels. Gstreamer
15237 currently has no mechanism to represent N independent channels.
15239 2006-06-02 Michael Smith <msmith@fluendo.com>
15241 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15242 Don't arbitrarily restrict channel counts and rate in vorbis.
15243 In terms of effects likely on real-world files, this fixes 96kHz
15244 playback of vorbis.
15246 2006-06-02 Michael Smith <msmith@fluendo.com>
15248 * gst/audioconvert/audioconvert.c: (float):
15249 More correct float->int conversion.
15251 2006-06-02 Michael Smith <msmith@fluendo.com>
15253 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15254 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15255 value. Fixes g-critical on trying to play back ogg containing
15258 2006-06-02 Wim Taymans <wim@fluendo.com>
15260 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15262 * gst/playback/gstplaybasebin.h:
15263 Make the subtitle detection work from any thread so we don't
15264 deadlock. Fixes #343397.
15266 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
15268 * gst/volume/Makefile.am:
15269 Seriously, it's not *that* hard to get compilation right. Even
15270 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15272 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15274 * gst/volume/gstvolume.c: (volume_choose_func),
15275 (volume_update_real_volume), (gst_volume_class_init),
15276 (gst_volume_init), (volume_process_float), (volume_process_int16),
15277 (volume_process_int16_clamp), (volume_set_caps),
15278 (volume_transform_ip), (plugin_init):
15279 * gst/volume/gstvolume.h:
15280 rewrite the passthrough check, split _int16 and _int16_clamp, fix
15281 another property desc., remove unused param from process function
15283 * tests/check/elements/volume.c: (volume_suite):
15284 reactivate the passthrough test
15286 2006-06-01 Stefan Kost <ensonic@users.sf.net>
15288 * ext/alsa/gstalsamixerelement.h:
15289 * ext/alsa/gstalsamixeroptions.h:
15290 * ext/alsa/gstalsamixertrack.h:
15291 * ext/gnomevfs/gstgnomevfssink.h:
15292 * ext/gnomevfs/gstgnomevfssrc.h:
15293 * ext/theora/gsttheoradec.h:
15294 * ext/theora/gsttheoraenc.h:
15295 * ext/theora/gsttheoraparse.h:
15296 * ext/vorbis/vorbisparse.h:
15297 * gst-libs/gst/audio/gstaudioclock.h:
15298 * gst-libs/gst/audio/gstaudiofilter.h:
15299 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15300 * gst/audioconvert/gstaudioconvert.h:
15301 * gst/audioresample/gstaudioresample.h:
15302 * gst/audiotestsrc/gstaudiotestsrc.h:
15303 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15304 * gst/playback/gststreamselector.h:
15305 * gst/tcp/gstmultifdsink.h:
15306 * gst/tcp/gsttcpclientsink.h:
15307 * gst/tcp/gsttcpclientsrc.h:
15308 * gst/tcp/gsttcpserversink.h:
15309 * gst/tcp/gsttcpserversrc.h:
15310 * gst/videorate/gstvideorate.h:
15311 * gst/videoscale/gstvideoscale.h:
15312 * gst/videotestsrc/gstvideotestsrc.h:
15313 * gst/volume/gstvolume.h:
15314 * sys/v4l/gstv4ljpegsrc.h:
15315 * sys/v4l/gstv4lmjpegsink.h:
15316 * sys/v4l/gstv4lmjpegsrc.h:
15317 * sys/v4l/gstv4lsrc.h:
15318 * sys/ximage/ximagesink.h:
15319 * sys/xvimage/xvimagesink.h:
15320 * tests/old/testsuite/alsa/sinesrc.h:
15321 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15323 2006-05-31 Wim Taymans <wim@fluendo.com>
15325 * ext/libvisual/visual.c: (gst_visual_reset),
15326 (gst_visual_sink_setcaps), (gst_visual_sink_event),
15327 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15329 Use running time before doing QoS.
15332 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
15334 * docs/libs/Makefile.am:
15335 set a magic variable to indicate we know the docs are incomplete
15337 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
15339 * win32/common/libgstvideo.def:
15340 export gst_video_calculate_display_ratio
15341 * win32/vs6/libgstvideoscale.dsp:
15342 add link to libgstvideo-0.10.lib
15344 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
15346 * gst/playback/gstplaybasebin.c: (gen_source_element):
15347 Throw a more comprehensible error for rtsp:// URIs (rather
15348 than erroring out with a negotiation error later on) until
15349 we fix playbin to handle rtspsrc etc.
15351 2006-05-30 Wim Taymans <wim@fluendo.com>
15353 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15354 (gst_text_overlay_text_event):
15357 2006-05-30 Wim Taymans <wim@fluendo.com>
15359 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15360 (gst_adder_request_new_pad), (gst_adder_release_pad):
15361 * gst/adder/gstadder.h:
15362 Implement release_request_pad.
15363 Make padcounter atomic.
15365 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15366 Added check for release_pad in adder.
15368 2006-05-30 Wim Taymans <wim@fluendo.com>
15370 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15373 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
15375 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15376 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15377 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15378 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15379 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15380 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15381 (gst_ogg_demux_bisect_forward_serialno),
15382 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15383 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15385 clean up printf formats for granulepos and serialno
15387 2006-05-30 Michael Smith <msmith@fluendo.com>
15389 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15390 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15391 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15392 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15393 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15394 * ext/vorbis/vorbisenc.h:
15395 Multi-channel caps negotiation, so we can do proper multichannel
15396 vorbis encoding, negotiated through audioconvert.
15398 2006-05-30 Wim Taymans <wim@fluendo.com>
15400 * tests/check/elements/adder.c: (test_event_message_received),
15401 (test_play_twice_message_received), (GST_START_TEST),
15403 Added check to show that #339935 is fixed with ongoing
15404 adder and collectpads fixes.
15406 2006-05-29 Wim Taymans <wim@fluendo.com>
15408 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15409 Don't leak pad name.
15411 2006-05-29 Wim Taymans <wim@fluendo.com>
15413 * gst/adder/gstadder.c: (gst_adder_query_duration),
15414 (forward_event_func), (forward_event), (gst_adder_src_event):
15416 Make query/seeking code threadsafe.
15418 * tests/check/Makefile.am:
15419 * tests/check/elements/adder.c: (test_event_message_received),
15420 (GST_START_TEST), (test_play_twice_message_received):
15421 Fix adder test case.
15423 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
15425 Patch by: Young-Ho Cha <ganadist at chollian net>
15427 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15428 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15429 (set_encoding_element), (decodebin_element_added_cb),
15430 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15431 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15432 * gst/playback/gstplaybasebin.h:
15433 Add 'subtitle-encoding' property to playbin, so applications can
15434 force a subtitle encoding for non-UTF8 subtitles (#342268).
15436 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15437 (gst_sub_parse_set_property):
15438 Rename recently-added 'encoding' property to 'subtitle-encoding'
15439 (so it can be proxied by playbin/decodebin in a generic way
15440 with less danger of false positives).
15442 2006-05-29 Michael Smith <msmith@fluendo.com>
15444 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15445 (append_with_other_format), (set_structure_widths),
15446 (gst_audio_convert_transform_caps):
15447 Patch from #341562: give more specific audio caps in get_caps, so
15448 that basetransform can make better decisions on what caps to
15451 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15453 * tests/check/elements/volume.c:
15454 make it compile again
15456 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15458 * tests/check/elements/volume.c: (volume_suite):
15459 disable test until #343196 gets resolved
15461 2006-05-28 Stefan Kost <ensonic@users.sf.net>
15463 * gst/adder/gstadder.c: (gst_adder_get_type):
15464 Make it easier to copy&paste
15466 * gst/volume/Makefile.am:
15467 * gst/volume/gstvolume.c: (volume_update_real_volume),
15468 (gst_volume_set_volume), (gst_volume_set_mute),
15469 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15470 (volume_transform_ip), (volume_update_mute),
15471 (volume_update_volume):
15472 * gst/volume/gstvolume.h:
15473 Add own debug category, move duplicate code to helper function, fix
15474 property texts, add more comments and prepare ffor liboil-goodness
15476 * tests/check/Makefile.am:
15477 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15478 add test for mute and passtrough case, be a bit more verbose to track
15481 * tests/check/generic/states.c: (GST_START_TEST):
15482 catch elements that fail to instantiate
15484 2006-05-28 Edward Hervey <edward@fluendo.com>
15486 * tests/check/pipelines/simple-launch-lines.c:
15487 * tests/check/pipelines/theoraenc.c:
15488 * tests/check/pipelines/vorbisenc.c:
15489 Comment out tests using parse_launch() if core was built without
15490 parsing capabilities.
15492 2006-05-27 Edward Hervey <edward@fluendo.com>
15494 * tests/check/Makefile.am:
15495 Extra bonus points for whoever explains to ensonic that you are meant
15496 to test unit tests thoroughly before commiting them, especially if
15497 you know it's going to break.
15498 De-activated element/adder tests.
15500 2006-05-27 Edward Hervey <edward@fluendo.com>
15502 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15503 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15504 Marking caps conversion issues as GST_WARNING is way too verbose,
15505 Moving them to GST_LOG.
15507 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
15510 Replace current README (containing the release notes from
15511 some 0.9.x version) with a proper README taken from the core.
15513 2006-05-26 Wim Taymans <wim@fluendo.com>
15515 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15516 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15517 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15518 (vorbis_dec_change_state):
15521 Clip output samples to segment boundaries.
15523 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15525 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15526 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15527 Improve the errors produced on bad output, including some human
15528 readable description strings.
15529 Handle the (theoretical for ximagesink) case where the XServer
15530 has a different idea about the size required for a particular
15531 frame and gives us too small a memory allocation.
15533 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
15535 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15536 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15537 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15538 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15539 Improve the errors produced on bad output, including some human
15540 readable description strings.
15541 Handle RGB Xv formats properly by transforming them into our
15542 big-endian caps description.
15543 Use gst_caps_truncate to ensure that we never try and choose a
15544 non-fixed caps in buffer_alloc.
15545 Handle the case where the XServer has a different idea about the size
15546 required for a particular frame and gives us too small a memory
15548 Use -1 to indicate 'no image format', because 0 is a valid XServer
15549 image format number.
15550 Put RGB Xv formats at the end of the caps, so that we always prefer
15552 Iterate the available Xv Encodings to determine the maximum width and
15553 height, and then return that in our caps.
15554 (Closes #315312, #337544)
15556 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
15558 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15559 When there is only one unfinished pad and it receives an event that
15560 doesn't match our requirements, we need to set alldone=FALSE so that
15561 the fakesink is not removed yet.
15563 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
15565 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15566 Use gst_type_find_helper_for_buffer() to find the type
15567 of stream from the first packet.
15570 Bump requirements to core CVS (needed for vorbis
15571 typefinding to work).
15573 2006-05-24 Edward Hervey <edward@fluendo.com>
15575 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15576 Added the 'prfl' atom type which MQV (no, it's not a typo) files
15577 contain. Else they play perfectly fine with qtdemux.
15579 2006-05-23 Stefan Kost <ensonic@users.sf.net>
15581 * ext/theora/theoradec.c:
15582 * ext/theora/theoraenc.c:
15583 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15584 * gst/audiorate/gstaudiorate.c:
15585 make more debug catagories static
15587 * tests/check/Makefile.am:
15588 * tests/check/elements/adder.c: (message_received),
15589 (test_event_message_received), (GST_START_TEST),
15590 (test_play_twice_message_received), (adder_suite):
15591 added test case for using element twice, extra bonus points for anyone
15592 who can make these test run reliably
15594 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
15596 * ext/theora/theoradec.c: (theora_dec_chain):
15597 Make work with time-stamped input buffers that do not
15598 have a granulepos in BUFFER_OFFSET_END (like theora
15599 buffers coming from matroskademux). Fixes #342448.
15601 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
15603 Patch by: Peter Kjellerstedt <pkj at axis com>
15605 * gst/tcp/Makefile.am:
15606 fdstresstest doesn't need Gtk+, fix compilation if
15607 gtk is not available (#342566).
15609 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15611 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15613 Removed redundant floor()
15615 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15617 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15618 On second thought, just skip JUNK chunks automatically, so
15619 the caller doesn't have to handle this. Fixes #342345.
15620 Also, return GST_FLOW_UNEXPECTED if we get a short read,
15621 not GST_FLOW_ERROR.
15623 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
15625 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15626 Don't bail out on JUNK chunks with a size of 0 (would try to
15627 pull_range 0 bytes before, which sources don't like too much).
15630 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15632 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15633 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15634 Use the gstutil scaling function to preserve 64 bits while calculating
15635 output width and height from the display-aspect-ratio. (A continuation
15638 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
15640 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15641 (gst_xvimagesink_buffer_alloc):
15642 * sys/xvimage/xvimagesink.h:
15643 When performing buffer allocations, remember the caps and image format
15644 we return so that if the same caps are asked for next time we can
15645 return them immediately without doing any caps intersections.
15647 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
15649 * gst-libs/gst/rtp/README:
15650 Some new documentation
15651 * gst-libs/gst/rtp/gstrtpbuffer.h:
15652 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
15653 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
15654 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15655 New RTP audio base payloader class. Supports frame or sample based
15656 codecs. Not enabled in Makefile.am until approved.
15658 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15660 * tests/check/elements/alsa.c: (test_device_property_probe):
15661 Fix test case: don't try to free NULL GValueArray when there
15664 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15666 * tests/check/Makefile.am:
15667 * tests/check/elements/alsa.c: (test_device_property_probe),
15668 (alsa_suite), (main):
15669 Add simple test that runs a device property probe on alsasrc,
15670 alsasink and alsamixer. Disable valgrind check for now (too
15671 many leaks in libasound, and valgrind ignored my suppressions
15674 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15676 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15677 (gst_alsa_device_property_probe_probe_property),
15678 (gst_alsa_device_property_probe_needs_probe),
15679 (gst_alsa_device_property_probe_get_values),
15680 (gst_alsa_type_add_device_property_probe_interface):
15681 * ext/alsa/gstalsadeviceprobe.h:
15682 * ext/alsa/gstalsamixerelement.c:
15683 (gst_alsa_mixer_element_init_interfaces):
15684 * ext/alsa/gstalsamixerelement.h:
15685 Clean up and simplify alsa device probing. Make it actually work
15686 for multiple classes. Don't cache results any longer.
15688 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15689 (gst_alsasink_init):
15690 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15691 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15692 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15693 Make alsasink and alsasrc implement the GstPropertyProbe interface
15694 for device probing (#342181).
15695 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
15697 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
15699 * gst/subparse/samiparse.c: (handle_start_font):
15700 Don't ignore return value of strtol (++compiler_happiness).
15702 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
15704 Patch by: Young-Ho Cha <ganadist chollian net>
15706 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15707 (gst_sub_parse_class_init), (gst_sub_parse_init),
15708 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15709 (convert_encoding):
15710 * gst/subparse/gstsubparse.h:
15711 Add 'encoding' property (#341681).
15713 * gst/subparse/samiparse.c: (characters_sami):
15714 Output is pango markup, so we need to escape text
15715 between tags (#342143).
15717 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15719 * gst-libs/gst/audio/multichannel.c:
15720 (gst_audio_check_channel_positions):
15721 It's okay to have caps with channels=1 and a channel position
15722 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15723 (deinterleavers might want to keep the position in the caps,
15724 so that they can be re-interleaved again properly later).
15725 Leave check for unexpected 2-channel layouts intact for now.
15727 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15729 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15730 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15731 basesrc can do its job correctly.
15733 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
15735 * ext/alsa/Makefile.am:
15736 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15737 (gst_alsa_detect_formats), (get_channel_free_structure),
15738 (caps_add_channel_configuration), (gst_alsa_detect_channels),
15739 (gst_alsa_probe_supported_formats):
15740 * ext/alsa/gstalsa.h:
15741 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15742 Refactor and improve caps probing code: probe signedness
15743 when we probe the supported formats/widths; set endianness
15744 to the one we actually probed for (ie. cpu endianness).
15746 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15747 (gst_alsasrc_close):
15748 * ext/alsa/gstalsasrc.h:
15749 Implement caps probing for alsasrc.
15751 2006-05-15 Wim Taymans <wim@fluendo.com>
15753 * ext/theora/theoradec.c: (gst_theora_dec_reset),
15754 (theora_dec_src_query), (theora_dec_src_event),
15755 (theora_dec_sink_event), (theora_handle_comment_packet),
15756 (theora_handle_data_packet), (theora_dec_change_state):
15757 Cleanups, add some G_LIKELY.
15758 Use segment helpers instead of our own wrong code.
15759 Clear queued buffers on seek and READY.
15761 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15762 (vorbis_dec_convert), (vorbis_dec_src_query),
15763 (vorbis_dec_src_event), (vorbis_dec_sink_event),
15764 (vorbis_handle_comment_packet), (vorbis_dec_push),
15765 (vorbis_handle_data_packet), (vorbis_dec_chain),
15766 (vorbis_dec_change_state):
15767 * ext/vorbis/vorbisdec.h:
15768 Remove old useless packetno variable.
15769 Do position query properly.
15771 Do cleanup of queued buffers in new helper function
15774 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15776 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15777 Query supported sample rates. Fixes #341732.
15779 2006-05-15 Julien MOUTTE <julien@moutte.net>
15781 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15782 (gst_decode_bin_change_state): Make decodebin reusable
15783 when going from PAUSE_TO_READY and then back to PAUSED.
15786 2006-05-15 Wim Taymans <wim@fluendo.com>
15788 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15789 (vorbis_dec_convert), (vorbis_dec_src_query),
15790 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15791 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15792 (vorbis_dec_clean_queued), (vorbis_dec_push),
15793 (vorbis_handle_data_packet), (vorbis_dec_change_state):
15794 Cleanups. Use refcounting and DEBUG_OBJECT.
15795 Reset segment on flush, use code methods instead of our
15797 Fix potential memleak.
15799 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15801 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15802 (gst_alsasink_init):
15803 * ext/alsa/gstalsasink.h:
15804 Don't leak allocated snd_output_t structure if there's
15805 more than one alsasink instance at a time (#341873).
15806 Also fix GObject macros in header file.
15808 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15810 * gst/subparse/gstsubparse.c:
15811 (gst_sub_parse_data_format_autodetect):
15812 Don't use libxml functions in the typefinding code.
15814 2006-05-15 Wim Taymans <wim@fluendo.com>
15816 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15817 Fix seeking performance in the case where a non-header
15818 packet has a 0 granulepos (busted theora case).
15820 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15821 the first place, you limelight stealer you)
15823 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15825 * gst/subparse/gstsubparse.c:
15826 (gst_sub_parse_data_format_autodetect):
15827 Improve SAMI typefinding: handle case where there are
15828 whitespaces or newlines in front of the first <SAMI>
15831 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15834 Build video4linux plugin even if there's no XVIDEO, just
15835 without implementing the GstXOverlay interface (#334002).
15837 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15840 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15842 Add tentative support for libvisual-0.4 (#336881).
15844 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15846 Patch by: Young-Ho Cha <ganadist at chollian net>
15848 * gst/subparse/samiparse.c: (handle_start_font):
15849 Need to map "silver" colour explicitly (#169936).
15851 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
15853 Patch by: Young-Ho Cha <ganadist at chollian net>
15855 * gst/subparse/Makefile.am:
15856 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15857 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15858 (gst_sub_parse_format_autodetect), (feed_textbuf),
15859 (gst_subparse_type_find), (plugin_init):
15860 * gst/subparse/gstsubparse.h:
15861 * gst/subparse/samiparse.c:
15862 * gst/subparse/samiparse.h:
15863 Add support for SAMI subtitles (#169936).
15865 2006-05-14 Michael Smith <msmith@fluendo.com>
15867 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15868 Fix #341696: crash when mixing L+R+C to mono or stereo.
15869 * tests/check/Makefile.am:
15870 * tests/check/elements/audioconvert.c: (set_channel_positions),
15871 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15872 (audioconvert_suite):
15873 Add test for the above, including some generic framework bits for
15874 testing multichannel things.
15876 === release 0.10.7 ===
15878 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
15881 releasing 0.10.7, "Leave the gun"
15883 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
15885 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15886 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15889 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
15891 * docs/libs/gst-plugins-base-libs-docs.sgml:
15892 * docs/libs/gst-plugins-base-libs-sections.txt:
15893 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15894 * gst-libs/gst/video/video.h:
15895 * gst/videoscale/Makefile.am:
15896 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15897 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15898 * tests/check/Makefile.am:
15899 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15901 Fix integer overflow problem with pixel-aspect-ratio calculations
15902 in videoscale and xvimagesink (#341542)
15904 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
15906 * gst-libs/gst/tag/gstid3tag.c:
15907 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15909 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
15912 update win32 files listing
15914 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15916 patch by: Sjoerd Simons (sjoerd@luon.net)
15918 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15919 (group_create), (group_destroy), (add_stream),
15920 (gst_play_base_bin_get_property),
15921 (gst_play_base_bin_get_streaminfo_value_array):
15922 * gst/playback/gstplaybasebin.h:
15923 API: GstPlayBaseBin::stream-info-value-array property
15924 use a more bindings-friendly way of exposing streaminfo
15925 using a GValueArray. Tested in ipython.
15928 2006-05-11 Wim Taymans <wim@fluendo.com>
15930 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15931 (queue_underrun_cb), (queue_filled_cb):
15932 Also catch queue underruns but don't do anything yet.
15933 Refactor and comment queue enlarging code a bit.
15935 * gst/playback/gstplaybasebin.c: (queue_overrun),
15936 (queue_threshold_reached), (queue_out_of_data),
15937 (gen_preroll_element):
15938 If a queue over/underruns check that we don't create nasty
15939 deadlocks when the min-threshold is not reached but the
15940 max-bytes is. In those cases disable max-bytes when we
15941 know that the queue is fed timed data.
15944 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15946 * gst/playback/gstplaybin.c: (gen_audio_element):
15947 Make playbin automatically plug an 'audioresample'
15948 element before the audio sink as well. This solves
15949 problems with sinks that only accept a very specific
15950 sample rate, like esdsink (e.g. #340379).
15952 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
15954 * gst/playback/gstplaybasebin.c: (gen_source_element):
15955 Make http sources send special headers so that we receive
15956 icecast metadata if the http stream is an icecast stream
15957 (otherwise the server will just ignore them). This also
15958 means that from now on users will need the 'icydemux'
15959 element from gst-plugins-good installed if they want to
15960 listen to icecast radio streams. (#341432, #333657).
15962 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
15964 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15965 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15966 remove stupid example from docs - it should come with a simple
15969 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15970 (fail_if_can_read), (GST_START_TEST),
15971 (gst_multifdsink_create_streamheader), (multifdsink_suite):
15972 add a test for changing streamheader which exposes a bug in
15975 2006-05-11 Michael Smith <msmith@fluendo.com>
15977 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15978 (gst_gnome_vfs_src_received_headers_callback):
15979 * ext/gnomevfs/gstgnomevfssrc.h:
15980 Don't set icy-caps unless we have a sane interval value. Move
15981 interval to a local variable; we never use it outside this function.
15983 2006-05-11 Wim Taymans <wim@fluendo.com>
15985 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15986 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15987 Register special buffer types along with the objects so
15988 that they are not registered at runtime from N different
15989 streaming threads since they are not threadsafe.
15991 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15993 * tests/check/elements/multifdsink.c: (wait_bytes_served),
15994 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15995 add two more tests, one doing streamheader
15997 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
15999 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
16000 clean up the bufqueue when shutting down
16001 * tests/check/Makefile.am:
16002 * tests/check/elements/multifdsink.c: (setup_multifdsink),
16003 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
16005 add a test for the leak that was just fixed
16007 2006-05-10 Wim Taymans <wim@fluendo.com>
16009 * gst/adder/gstadder.c: (gst_adder_setcaps),
16010 (gst_adder_query_duration), (gst_adder_query), (forward_event),
16011 (gst_adder_src_event), (gst_adder_sink_event),
16012 (gst_adder_class_init), (gst_adder_finalize),
16013 (gst_adder_request_new_pad), (gst_adder_collected):
16014 * gst/adder/gstadder.h:
16015 Updated some docs. Added comments and FIXMEs all over the place.
16016 Improve debugging info.
16017 Fix leak on finalize by not calling the parent.
16018 Implement duration query.
16019 Make event forwarding threadsafe.
16020 Correctly send NEWSEGMENT at start and after flush.
16021 Handle EOS correctly.
16022 Post error when not negotiated.
16024 * tests/check/elements/adder.c: (GST_START_TEST):
16025 Added FIXME in the test.
16027 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16029 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16030 (gst_text_overlay_halign_get_type),
16031 (gst_text_overlay_wrap_mode_get_type):
16032 * ext/theora/theoradec.c: (theora_handle_type_packet),
16033 (theora_handle_data_packet):
16034 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16035 (theora_enc_sink_setcaps), (theora_enc_chain):
16036 * gst-libs/gst/cdda/gstcddabasesrc.c:
16037 (gst_cdda_base_src_mode_get_type):
16038 * gst/audiotestsrc/gstaudiotestsrc.c:
16039 (gst_audiostestsrc_wave_get_type):
16040 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
16041 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16042 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16043 (gst_sync_method_get_type), (gst_unit_type_get_type),
16044 (gst_client_status_get_type):
16045 * gst/videoscale/gstvideoscale.c:
16046 (gst_video_scale_method_get_type):
16047 * gst/videotestsrc/gstvideotestsrc.c:
16048 (gst_video_test_src_pattern_get_type):
16049 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
16050 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
16051 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
16052 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
16053 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
16054 (paint_setup_RGB565), (paint_setup_xRGB1555):
16055 Const-ify GEnumValue and GFlagsValue arrays. Use
16056 GST_ROUND_UP_* macros instead of home-made ones.
16058 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16061 Require core CVS for the new newsegment stuff.
16063 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16065 Patch by: Sjoerd Simons <sjoerd at luon net>
16067 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
16068 Register nick for enum value (#341160).
16070 2006-05-09 Stefan Kost <ensonic@users.sf.net>
16072 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
16074 backout typefind patch #340375
16076 * tests/check/elements/adder.c: (message_received),
16077 (GST_START_TEST), (adder_suite):
16078 redo, signal-handling of test
16080 2006-05-09 Wim Taymans <wim@fluendo.com>
16082 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16083 (gst_adder_collected):
16084 * gst/adder/gstadder.h:
16085 Remove bogus segment merging and forwarding, we don't
16086 care about timestamps anyway and we just produce a
16088 Also create a nice NEWSEGMENT event when we start.
16089 Use _scale_int some more.
16091 2006-05-09 Edward Hervey <edward@fluendo.com>
16093 * tests/icles/stress-xoverlay.c:
16094 Fix if core was built without parsing support.
16096 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
16098 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16099 Add SEDG (Samsung MPEG-4) fourcc.
16101 2006-05-09 Edward Hervey <edward@fluendo.com>
16103 * tests/icles/stress-xoverlay.c:
16104 * tests/examples/volume/volume.c:
16105 Fix if core was built without parsing support.
16107 * tests/examples/seek/seek.c:
16108 Disable the parse_launch example if core was built without parsing
16111 2006-05-08 Edward Hervey <edward@fluendo.com>
16113 * autogen.sh: (CONFIGURE_DEF_OPT):
16114 libtoolize on Darwin/MacOSX is called glibtoolize
16116 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16118 * tests/check/Makefile.am:
16119 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16120 Disable the adder test, until the build-slaves posses the kindness to
16121 either like it or to give valid reason for not doing so
16123 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16125 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16127 Shuffle NULL state change around and raise timeout more
16129 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16131 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16132 (mp4_type_find), (plugin_init):
16133 Add typefind to distinguish between "audio/x-m4a" and new type
16134 "video/mp4". Fixes #340375
16136 * tests/check/elements/adder.c: (adder_suite):
16137 Raise timeout to make buildbot happy
16139 2006-05-07 Stefan Kost <ensonic@users.sf.net>
16141 * gst/adder/gstadder.c: (gst_adder_sink_event),
16142 (gst_adder_request_new_pad), (gst_adder_change_state):
16143 * gst/adder/gstadder.h:
16144 * tests/check/Makefile.am:
16145 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16146 (adder_suite), (main):
16147 Add sink-event handling to adder. It tries to merge incomming
16148 newsegment-events. Added test to check if segment_done is comming
16149 through. Fixes #340060
16151 2006-05-05 Andy Wingo <wingo@pobox.com>
16153 * ext/theora/theoraparse.c (gst_theora_parse_init)
16154 (theora_parse_src_convert, theora_parse_src_query):
16155 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16156 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16157 query functions on the source pads of the theora and vorbis parse
16158 elements. Fixes position querying when doing a remux.
16160 2006-05-05 Michael Smith <msmith@fluendo.com>
16162 * ext/theora/theoraparse.c: (parse_granulepos),
16163 (theora_parse_drain_queue_prematurely),
16164 (theora_parse_queue_buffer), (theora_parse_sink_event):
16166 Fix invalid granulepos outputs when starting with a non-keyframe.
16168 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
16170 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16171 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16172 Rearrange MPEG system stream detection, fixing some memleaks in the
16174 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16175 they clean up their data correctly.
16176 Remove unused ogganx caps and move the 'is_annodex' check to inside
16177 the 'is_ogg' if statement.
16179 2006-05-05 Wim Taymans <wim@fluendo.com>
16181 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16182 Properly remove ghostpads. Fixes #340392
16184 2006-05-04 David Schleef <ds@schleef.org>
16186 * gst/typefind/gsttypefindfunctions.c:
16188 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
16190 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16191 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16193 When typefinding an MP3 in push-based mode, don't penalise the
16194 probability down to 74% when we found 5 valid frames just because we
16195 can't peek the end of the file.
16197 Make the probability for detecting MPEG Transport Streams based on the
16198 number of sequential headers we successfully detected.
16200 2006-05-03 Wim Taymans <wim@fluendo.com>
16202 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16203 (vorbis_dec_push), (vorbis_dec_chain):
16204 Still produce an error when we receive an empty packet.
16206 2006-05-03 Wim Taymans <wim@fluendo.com>
16208 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16209 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16210 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16211 Mark buffers with DISCONT after seek and after activating new
16214 * ext/theora/gsttheoradec.h:
16215 * ext/theora/theoradec.c: (gst_theora_dec_reset),
16216 (theora_get_query_types), (theora_dec_sink_event),
16217 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16218 (theora_dec_change_state):
16220 Detect and mark DISCONT buffers.
16222 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16223 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16224 (vorbis_dec_change_state):
16225 * ext/vorbis/vorbisdec.h:
16227 Detect and mark DISCONT buffers.
16228 Don't crash on 0 sized buffers.
16230 2006-05-03 Wim Taymans <wim@fluendo.com>
16232 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16233 (volume_transform_ip):
16234 Increase "volume" property to 10.0. Fixes #340369.
16235 Set the process function to NULL when capsnego fails so that
16236 we properly error out.
16238 2006-05-02 Stefan Kost <ensonic@users.sf.net>
16240 * gst/playback/gstplaybin.c: (add_sink):
16241 * gst/playback/test.c: (main):
16242 * gst/playback/test5.c: (dump_element_stats):
16243 * gst/playback/test6.c: (main):
16244 free caps using gst_caps_unref, don't leak caps-strings
16246 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
16248 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16250 Refine musepack typefinding a bit. Return MAXIMUM
16251 probability when we detect stream version 7 to make
16252 sure the mpeg audio typefinder doesn't trump us.
16254 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
16256 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16257 Protect against unexpected NULL strf_data buffer.
16259 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16261 * tests/check/elements/audioconvert.c: (verify_convert),
16263 interpret the out[] buffer in the order the bytes are actually
16264 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16265 Other tests should use BYTE_ORDER since the array is filled in
16268 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16270 * tests/check/elements/audioconvert.c: (verify_convert),
16272 when a test fails, give an indication of which it is
16274 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
16276 * gst-libs/gst/cdda/gstcddabasesrc.c:
16277 compile fix; strtol() needs <stdlib.h>
16279 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16281 * ext/alsa/gstalsamixerelement.c:
16282 * ext/alsa/gstalsasrc.c:
16283 * ext/cdparanoia/gstcdparanoiasrc.c:
16284 * ext/gnomevfs/gstgnomevfssink.c:
16285 * ext/gnomevfs/gstgnomevfssrc.c:
16286 * ext/ogg/gstoggdemux.c:
16287 * ext/ogg/gstoggmux.c:
16288 * ext/ogg/gstoggparse.c:
16289 * ext/ogg/gstogmparse.c:
16290 * ext/pango/gstclockoverlay.c:
16291 * ext/pango/gsttextoverlay.c:
16292 * ext/pango/gsttextrender.c:
16293 * ext/pango/gsttimeoverlay.c:
16294 * ext/theora/theoradec.c:
16295 * ext/theora/theoraenc.c:
16296 * ext/vorbis/vorbisdec.c:
16297 * ext/vorbis/vorbisenc.c:
16298 * gst-libs/gst/audio/gstaudiofilter.c:
16299 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16300 * gst/audioconvert/gstaudioconvert.c:
16301 * gst/audiorate/gstaudiorate.c:
16302 * gst/audioresample/gstaudioresample.c:
16303 * gst/audiotestsrc/gstaudiotestsrc.c:
16304 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16305 * gst/playback/gstdecodebin.c:
16306 * gst/playback/gstplaybin.c:
16307 * gst/playback/gststreamselector.c:
16308 * gst/subparse/gstsubparse.c:
16309 * gst/tcp/gstmultifdsink.c:
16310 * gst/tcp/gsttcpclientsink.c:
16311 * gst/tcp/gsttcpclientsrc.c:
16312 * gst/tcp/gsttcpserversink.c:
16313 * gst/tcp/gsttcpserversrc.c:
16314 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16315 * gst/videorate/gstvideorate.c:
16316 * gst/videoscale/gstvideoscale.c:
16317 * gst/videotestsrc/gstvideotestsrc.c:
16318 * gst/volume/gstvolume.c:
16319 * sys/v4l/gstv4ljpegsrc.c:
16320 * sys/v4l/gstv4lmjpegsink.c:
16321 * sys/v4l/gstv4lmjpegsrc.c:
16322 * sys/v4l/gstv4lsrc.c:
16323 * sys/ximage/ximagesink.c:
16324 * sys/xvimage/xvimagesink.c:
16325 * tests/check/libs/cddabasesrc.c:
16326 make GstElementDetails const
16328 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16330 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16332 send events from src-pad to all sink-pads fixes #338657
16334 2006-04-28 Stefan Kost <ensonic@users.sf.net>
16336 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16337 (alsasink_parse_spec):
16338 query width capabilities from alsa, fixes #338919
16340 2006-04-28 Wim Taymans <wim@fluendo.com>
16342 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16343 (gst_multi_fd_sink_remove_client_link):
16344 * gst/tcp/gstmultifdsink.h:
16345 Fix race condition in multifdsink that can lead to spurious
16346 duplicate clients. this patch adds a new signal that is fired when
16347 multifdsink has removed all references to the fd.
16349 Updated documentation.
16350 API: client-fd-removed signal added
16352 2006-04-28 Michael Smith <msmith@fluendo.com>
16354 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16355 When asking g_value_array_new to prealloc elements, we may as well
16356 ask for the right number of elements.
16358 2006-04-28 Wim Taymans <wim@fluendo.com>
16360 * gst-libs/gst/audio/gstbaseaudiosink.c:
16361 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16362 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16363 patch to make timestamp checking more tollerant to rounding
16364 errors given that real discontinuities are to be marked on
16365 buffers. Fixes some asf files and #338778.
16366 Also avoid some crashers when we receive an event in the
16369 2006-04-28 Michael Smith <msmith@fluendo.com>
16371 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16372 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16373 (gst_gnome_vfs_src_get_property),
16374 (gst_gnome_vfs_src_send_additional_headers_callback),
16375 (gst_gnome_vfs_src_received_headers_callback),
16376 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16377 (gst_gnome_vfs_src_stop):
16378 * ext/gnomevfs/gstgnomevfssrc.h:
16379 Remove ICY handling (mostly) from gnomevfssrc, in favour of
16380 proper shared support within icydemux.
16382 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16384 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16385 (gst_video_rate_swap_prev), (gst_video_rate_chain):
16387 fix a leak when no caps negotiated
16388 fix counting of input frames
16389 * tests/check/elements/.cvsignore:
16390 * tests/check/elements/videorate.c: (assert_videorate_stats),
16391 (GST_START_TEST), (videorate_suite):
16392 add tests for these
16394 2006-04-28 Wim Taymans <wim@fluendo.com>
16396 * gst-libs/gst/audio/gstringbuffer.c:
16397 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16398 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16399 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16400 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16401 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16402 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16403 (gst_ring_buffer_commit), (gst_ring_buffer_read),
16404 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16405 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16406 Check arguments passed to public functions instead of
16409 2006-04-28 Wim Taymans <wim@fluendo.com>
16411 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16412 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16413 GstBaseAudioSrc must be live or it does not work.
16415 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16416 Don't set live to TRUE as this is the default in the parentclass.
16418 2006-04-28 Wim Taymans <wim@fluendo.com>
16420 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16421 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16422 Videoscale doesn't pass on pixel-aspect ratio. Handle all
16423 fixation cases better. Fixes #338991
16425 2006-04-28 Wim Taymans <wim@fluendo.com>
16427 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16428 Handle 0/1 framerate correctly Fixes #331901.
16430 2006-04-28 Wim Taymans <wim@fluendo.com>
16432 * tests/check/elements/audioconvert.c: (get_float_caps),
16433 (GST_START_TEST), (audioconvert_suite):
16434 Added check for correct clipping when doing float samples
16437 2006-04-28 Wim Taymans <wim@fluendo.com>
16439 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16440 (gst_video_rate_chain):
16441 Print more debugging info.
16443 2006-04-28 Wim Taymans <wim@fluendo.com>
16445 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16446 (resample_set_state_from_caps):
16447 Add support for other formats audioresample can handle such as
16448 32 bits in and float and 64 bits float. Fixes #301759
16450 2006-04-28 Wim Taymans <wim@fluendo.com>
16452 * gst/audioconvert/audioconvert.c: (float):
16453 correctly clip float samples > 1.0. Fixes #338718
16455 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16457 Patch by: Young-Ho Cha <ganadist at chollian net>
16459 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16460 (gst_text_overlay_render_text):
16461 Don't strip newlines from the text. Also, center lines
16462 within multi-line paragraphs (#339405).
16464 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
16466 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16467 Fix wavpack typefinding to work in more cases (don't peek
16468 for chunks of multiple hundred kBs at once, but process
16469 things step-by-step in smaller units). Fixes #339786.
16471 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16476 === release 0.10.6 ===
16478 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
16481 releasing 0.10.6, "Chao"
16483 2006-04-26 David Schleef <ds@schleef.org>
16485 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16488 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16491 * win32/common/config.h:
16494 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16496 patch by: Wim Taymans
16498 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16499 (gst_ogg_demux_perform_seek):
16500 make sure correct newsegments are sent, so that the decoder
16501 and the demuxer agree on timestamps. Fixes playback of a lot
16502 of Ogg files that do not start from 0. Fixes #339833.
16504 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
16506 Patch by: Edward Hervey <edward@fluendo.com>
16508 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16509 * tests/check/Makefile.am:
16510 * tests/check/elements/videorate.c: (assert_videorate_stats),
16511 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16512 (videorate_suite), (main):
16513 Fix an infinite loop if frames are passed in with wrongly ordered
16514 timestamps. Fixes #339013.
16516 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16518 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16520 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16521 fix typefinding on some ISO files. Fixes #339212.
16523 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16525 Patch by: Tim-Philipp Müller <tim at centricular dot net>
16527 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16528 add another H264 fourcc. Fixes #339047.
16530 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
16532 Patch by: Jan Schmidt
16534 * gst/playback/gststreamselector.c:
16535 (gst_stream_selector_bufferalloc):
16536 Restore old StreamSelector behaviour.
16539 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
16542 * win32/common/config.h:
16545 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16547 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
16549 * gst-libs/gst/rtp/gstbasertpdepayload.c:
16550 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16551 Fix some memory leaks: on finalize, free buffers left in the queue
16552 before destroying the queue; in _push(), unref rtp_buf even if
16553 the process vfunc returned a NULL buffer as output buffer (#337548);
16554 demote some recuring debug messages to LOG level.
16556 2006-04-11 Wim Taymans <wim@fluendo.com>
16558 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16559 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16560 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16561 (gst_ogg_demux_loop):
16563 Respect segment stop when emiting EOS or SEGMENT_DONE.
16566 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
16568 * gst/playback/gststreamselector.c:
16569 (gst_stream_selector_get_property):
16570 Don't leak pad name.
16572 2006-04-10 Michael Smith <msmith@fluendo.com>
16574 * tests/check/Makefile.am:
16575 * tests/check/gst-plugins-base.supp:
16576 Suppress an old libtheora bug (fixed in more recent versions), so
16577 that FC4 buildslaves can pass.
16579 2006-04-10 Wim Taymans <wim@fluendo.com>
16581 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16582 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16583 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16584 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16585 (gst_ogg_demux_loop):
16587 Remember what error we got when finding chains, if we
16588 were shutdown, that would not be an error.
16590 2006-04-10 Wim Taymans <wim@fluendo.com>
16592 * gst-libs/gst/audio/gstbaseaudiosink.c:
16593 (gst_base_audio_sink_event):
16594 Starting the ringbuffer when we did not acquire it can cause
16595 a deadlock, is pointless and causes nasty things for
16597 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16599 2006-04-10 Wim Taymans <wim@fluendo.com>
16601 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16602 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16603 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16604 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16605 (gst_ogg_demux_deactivate_current_chain),
16606 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16607 (gst_ogg_demux_bisect_forward_serialno),
16608 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16609 Add some more debugging.
16611 2006-04-10 Wim Taymans <wim@fluendo.com>
16613 * ext/theora/theoradec.c: (theora_dec_src_event),
16614 (theora_handle_data_packet):
16615 Some more debug info.
16617 * tests/examples/seek/seek.c: (start_seek), (main):
16618 Print element messages too.
16620 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
16622 * gst/audioresample/debug.h:
16623 replace debug macros with variable number of parameters
16624 by a simple alias to gstreamer standard debug macros
16625 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16626 supported by MSVC 6.0 and 7.1)
16627 * gst/audioresample/resample.h:
16628 define M_PI and rint for WIN32
16629 * win32/common/libgstaudio.def:
16630 * win32/common/libgstriff.def:
16631 * win32/common/libgsttag.def:
16632 * win32/common/libgstvideo.def:
16633 add new exported functions
16635 update project files
16637 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16639 * ext/alsa/gstalsamixeroptions.c:
16640 (gst_alsa_mixer_options_class_init):
16641 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16642 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16643 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16644 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16645 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16646 * gst-libs/gst/audio/gstaudiofilter.c:
16647 (gst_audio_filter_class_init):
16648 * gst-libs/gst/audio/gstaudiosink.c:
16649 (gst_audioringbuffer_class_init):
16650 * gst-libs/gst/audio/gstaudiosrc.c:
16651 (gst_audioringbuffer_class_init):
16652 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16653 * gst-libs/gst/interfaces/colorbalancechannel.c:
16654 (gst_color_balance_channel_class_init):
16655 * gst-libs/gst/interfaces/mixeroptions.c:
16656 (gst_mixer_options_class_init):
16657 * gst-libs/gst/interfaces/mixertrack.c:
16658 (gst_mixer_track_class_init):
16659 * gst-libs/gst/interfaces/tunerchannel.c:
16660 (gst_tuner_channel_class_init):
16661 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16662 * gst-libs/gst/netbuffer/gstnetbuffer.c:
16663 (gst_netbuffer_class_init):
16664 * gst-libs/gst/rtp/gstbasertppayload.c:
16665 (gst_basertppayload_class_init):
16666 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16667 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16668 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16669 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16670 * gst/playback/gststreamselector.c:
16671 (gst_stream_selector_class_init):
16672 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16673 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16674 * sys/v4l/gstv4lcolorbalance.c:
16675 (gst_v4l_color_balance_channel_class_init):
16676 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16677 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16678 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16679 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16680 (gst_v4l_tuner_norm_class_init):
16681 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16682 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16683 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16684 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16686 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16688 * ext/pango/gsttextrender.h:
16689 * gst-libs/gst/audio/gstaudiosink.h:
16690 * gst-libs/gst/audio/gstaudiosrc.h:
16691 * gst-libs/gst/audio/gstbaseaudiosink.h:
16692 * gst-libs/gst/audio/gstbaseaudiosrc.h:
16693 * gst-libs/gst/audio/gstringbuffer.h:
16694 * gst-libs/gst/rtp/gstbasertpdepayload.h:
16695 * gst-libs/gst/rtp/gstbasertppayload.h:
16696 * gst-libs/gst/video/gstvideofilter.h:
16697 * gst-libs/gst/video/gstvideosink.h:
16698 * gst/playback/gstplaybasebin.h:
16699 * gst/tcp/gstmultifdsink.h:
16700 * sys/v4l/gstv4lelement.h:
16701 Fix broken GObject macros
16703 2006-04-08 Stefan Kost <ensonic@users.sf.net>
16705 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16706 More debug to trace why my USB headset is not working with gst
16708 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16710 * gst/playback/gstplaybasebin.c: (group_destroy):
16711 Clean up our group elements properly in the case where it never
16712 got committed - it still got added unconditionally to the bin.
16714 2006-04-07 Wim Taymans <wim@fluendo.com>
16716 * ext/theora/theoradec.c: (theora_dec_sink_event),
16717 (theora_handle_data_packet), (theora_dec_chain):
16718 Unref unhandled events.
16719 Protect against empty buffers.
16720 Perform QoS on running time.
16722 2006-04-07 Michael Smith <msmith@fluendo.com>
16724 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16725 (gst_vorbis_enc_chain):
16726 Remove leaks from vorbisenc.
16727 Mostly minor changes, the only significant one is that now the
16728 buffers we set as 'streamheader' on the caps are copies of the
16729 original buffers, to avoid circular refcounting problems.
16731 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
16733 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16734 Don't remove our mute-probe if someone else already did so.
16735 Don't set a 2nd one if there is already one pending on the pad.
16737 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16739 When a seek fails, ensure that playbin is still set back to playing.
16741 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16742 (mpeg_ts_type_find), (plugin_init):
16743 Add a typefind function for mpeg-ts streams. (Closes: #336617)
16745 2006-04-06 Andy Wingo <wingo@pobox.com>
16747 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
16748 (gst_video_rate_init): Caps-related parameters should not be reset
16749 by a flush -- move their inits to the instance init function.
16750 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16751 is not OK, just return the result.
16753 * gst/audiotestsrc/gstaudiotestsrc.c
16754 (gst_audio_test_src_class_init)
16755 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16756 broken by Stefan's commit on 24 March.
16758 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16759 buffers being pushed out. Fixes oggmux ! multifdsink.
16761 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
16763 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16764 (gst_vorbis_dec_init), (vorbis_dec_finalize):
16765 * ext/vorbis/vorbisdec.h:
16766 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16767 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16768 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16769 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16770 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16771 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16772 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16773 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16774 (gst_vorbis_enc_buffer_from_packet),
16775 (gst_vorbis_enc_buffer_from_header_packet),
16776 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16777 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16778 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16779 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16780 (gst_vorbis_enc_change_state):
16781 * ext/vorbis/vorbisenc.h:
16782 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16783 vorbisenc adhere to the official nomenclature; use boilerplate
16786 2006-04-04 Andy Wingo <wingo@pobox.com>
16788 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16789 Whoops, fix bug introduced. Bad hacker!
16791 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16792 Properly handle the case where you get EOS before any buffers are
16793 received. Use gst_buffer_make_metadata_writable where appropriate.
16795 * ext/theora/theoradec.c (theora_handle_data_packet): This value
16796 is often negative -- make it signed so as not to wrap around.
16797 Fixes segfaults introduced on 9 March.
16799 2006-04-03 Wim Taymans <wim@fluendo.com>
16801 * ext/theora/gsttheoradec.h:
16802 * ext/theora/theoradec.c: (theora_dec_src_event):
16803 Don't try to store a gdouble in a gboolean.
16806 2006-04-03 Michael Smith <msmith@fluendo.com>
16808 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16810 Make it suck slightly less by writing out the final page.
16811 Still can't encode a vorbis-in-ogg file correctly, though.
16813 2006-04-03 Andy Wingo <wingo@pobox.com>
16815 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16818 * ext/theora/theora.c (plugin_init): Register theoraparse.
16820 * ext/theora/gsttheoraparse.h:
16821 * ext/theora/theoraparse.c: New files implementing a theora
16822 parser. Now we can properly remux ogg/theora+vorbis, yay.
16824 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16826 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16828 * gst/audiotestsrc/gstaudiotestsrc.c:
16829 Fixed the sample pipeline (see #323798)
16831 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
16834 * win32/common/config.h:
16835 * win32/common/config.h.in:
16836 use AS_VERSION and AS_NANO
16839 2006-03-31 Andy Wingo <wingo@pobox.com>
16841 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16842 uninitialized variable return that would happen.
16844 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16845 uninitialized variable return that would never happen.
16847 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16848 (vorbis_parse_sink_event): Add an event function to flush our
16849 state on a seek, and to drain buffers on a premature EOS.
16850 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
16851 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
16852 (vorbis_parse_chain, vorbis_parse_queue_buffer)
16853 (vorbis_parse_drain_queue): Queue up buffers until we can set
16854 their timestamps and granulepos values.
16856 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16857 and keep track of data needed for deriving granulepos and
16858 timestamps for buffers.
16860 2006-03-29 Wim Taymans <wim@fluendo.com>
16862 Patch by: j^ <j at bootlab dot org>
16864 * ext/alsa/gstalsamixerelement.c:
16865 (gst_alsa_mixer_element_class_init):
16866 * ext/alsa/gstalsasink.c:
16867 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16868 * ext/ogg/gstoggdemux.c:
16869 * ext/ogg/gstoggmux.c:
16870 * ext/ogg/gstoggparse.c:
16871 * ext/pango/gstclockoverlay.c:
16872 * ext/pango/gsttextoverlay.c:
16873 * ext/pango/gsttextrender.c:
16874 * ext/pango/gsttimeoverlay.c:
16875 * ext/theora/theoradec.c:
16876 * ext/theora/theoraenc.c:
16877 * ext/vorbis/vorbisdec.c:
16878 * ext/vorbis/vorbisenc.c:
16879 * gst/audioconvert/gstaudioconvert.c:
16880 * gst/subparse/gstsubparse.c:
16881 * gst/tcp/gstmultifdsink.c:
16882 * gst/tcp/gsttcpclientsink.c:
16883 * gst/tcp/gsttcpclientsrc.c:
16884 * gst/tcp/gsttcpserversink.c:
16885 * gst/tcp/gsttcpserversrc.c:
16886 better/unified long descriptions
16889 2006-03-29 Wim Taymans <wim@fluendo.com>
16891 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16893 Don't let double and triple clicks mess up our state.
16895 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16897 * gst/playback/gstplaybin.c: (gen_video_element),
16898 (gen_text_element), (gen_audio_element), (gen_vis_element):
16899 Error out gracefully when we can't create any of the usual
16900 conversion elements for some reason. Also, don't try to
16901 create an audioscale (sic) element that's not used anyway.
16903 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
16905 * gst/playback/gstplaybasebin.c: (setup_source):
16906 Don't post RESOURCE_NOT_FOUND error when we can't find a source
16907 element for a particular protocol, that's confusing for users.
16908 Instead, post a RESOURCE_FAILED error, so that our own error
16909 message is actually shown in totem etc. (#336303).
16911 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16913 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
16915 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16916 (gst_gnome_vfs_src_get_icy_metadata):
16917 Fix some minor memory leaks (#336194).
16919 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
16921 * ext/gnomevfs/gstgnomevfs.c:
16922 (gst_gnome_vfs_location_to_uri_string):
16923 * ext/gnomevfs/gstgnomevfs.h:
16924 * ext/gnomevfs/gstgnomevfssink.c:
16925 (gst_gnome_vfs_sink_set_property):
16926 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16927 Make gnomevfssink accept filenames as well as URIs for the
16928 "location" property, just like gnomevfssrc does (and
16929 filesrc/filesink do) (#336190).
16931 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16933 * tests/check/generic/clock-selection.c: (GST_START_TEST):
16934 set to NULL before unreffing, fixes a valgrind leak.
16935 Why was this not triggering the error that an object needs to
16936 be NULL before unreffing ?
16937 * win32/common/config.h:
16940 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
16942 * gst/subparse/gstsubparse.c: (convert_encoding),
16943 (gst_sub_parse_change_state):
16944 * gst/subparse/gstsubparse.h:
16945 Text subtitle files may or may not be UTF-8. If it's not, we
16946 don't really want to see '?' characters in place of non-ASCII
16947 characters like accented characters. So let's assume the input
16948 is UTF-8 until we come across text that is clearly not. If it's
16949 not UTF-8, we don't really know what it is, so try the following:
16950 (a) see whether the GST_SUBTITLE_ENCODING environment variable
16951 is set; if not, check (b) if the current locale encoding is
16952 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16953 the current locale encoding is UTF-8 and the environment variable
16954 was not set to any particular encoding. Not perfect, but better
16955 than nothing (and better than before, I think) (fixes #172848).
16957 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
16960 update core requirement to 0.10.4.1 because of async_playback
16961 vmethod on GstBaseSink
16963 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16965 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16966 * gst/adder/gstadder.c: (gst_adder_init):
16967 use DEBUG_FUNCPTR for collectpads
16969 2006-03-24 Stefan Kost <ensonic@users.sf.net>
16971 * docs/plugins/Makefile.am:
16972 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16973 * docs/plugins/gst-plugins-base-plugins-sections.txt:
16974 * ext/cdparanoia/gstcdparanoiasrc.c:
16975 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16976 (gst_gnome_vfs_sink_class_init):
16977 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16978 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16979 * ext/ogg/gstoggmux.c:
16980 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16981 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16982 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16983 * ext/pango/gsttextoverlay.c:
16984 * ext/pango/gsttextrender.c:
16985 * ext/theora/theoradec.c:
16986 * ext/theora/theoraenc.c:
16987 * ext/vorbis/vorbisdec.c:
16988 * ext/vorbis/vorbisenc.c:
16989 * gst-libs/gst/audio/gstaudiofilter.c:
16990 (gst_audio_filter_base_init):
16991 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16992 (gst_audio_filter_template_base_init):
16993 * gst/adder/gstadder.c: (gst_adder_get_type):
16994 * gst/adder/gstadder.h:
16995 * gst/audioconvert/gstaudioconvert.c:
16996 * gst/audiotestsrc/gstaudiotestsrc.c:
16997 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16998 (gst_audio_test_src_create):
16999 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17000 * gst/playback/gstdecodebin.c:
17001 * gst/playback/gstplaybin.c:
17002 * gst/playback/gststreamselector.c:
17003 (gst_stream_selector_base_init):
17004 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
17005 * gst/volume/gstvolume.c:
17006 * sys/v4l/gstv4lmjpegsink.c:
17007 * sys/v4l/gstv4lmjpegsrc.c:
17008 * tests/check/libs/cddabasesrc.c:
17009 * tests/old/examples/gob/gst-identity2.gob:
17010 Add docs for adder, use GST_ELEMENT_DETAILS macro,
17011 define GstElementDetails at the top
17013 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
17015 * win32/common/libgstinterfaces.def:
17016 Add a lot of export functions for gst-python
17017 * win32/vs6/libgstinterfaces.dsp:
17018 Add a missing include folder in the project configuration
17020 2006-03-23 Wim Taymans <wim@fluendo.com>
17022 * gst-libs/gst/audio/gstbaseaudiosrc.c:
17023 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17024 (gst_base_audio_src_change_state):
17025 Fix audio sources, forgot to make the ringbuffer
17028 2006-03-23 Wim Taymans <wim@fluendo.com>
17030 * gst-libs/gst/audio/gstbaseaudiosrc.c:
17031 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17032 (gst_base_audio_src_change_state):
17033 unparent instead of unref the ringbuffer.
17035 2006-03-23 Wim Taymans <wim@fluendo.com>
17037 * gst-libs/gst/audio/gstbaseaudiosink.c:
17038 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
17039 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
17040 Implement new async_play vmethod to start slaving and allow
17041 playback start in case of async PLAY state changes.
17043 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17044 Enable QoS with new method in base class.
17046 2006-03-23 Wim Taymans <wim@fluendo.com>
17048 Patch by: Julien MOUTTE <julien at moutte dot net>
17050 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
17051 (gst_video_test_src_do_seek), (gst_video_test_src_create):
17052 Partially handle 0 framerate, only EOS after the first frame
17055 2006-03-23 Wim Taymans <wim@fluendo.com>
17057 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17059 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17060 (gst_riff_create_video_template_caps):
17061 * gst/ffmpegcolorspace/avcodec.h:
17062 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17063 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17064 (gst_ffmpegcsp_avpicture_fill):
17065 * gst/ffmpegcolorspace/imgconvert.c:
17066 Patch for support of YVU9 AVI files (#334822)
17068 2006-03-22 Edward Hervey <edward@fluendo.com>
17070 * docs/design/design-decodebin.txt:
17071 Added design document for new decodebin
17072 (Target Caps): text/x-pango-markup is also a default target caps.
17074 2006-03-22 Wim Taymans <wim@fluendo.com>
17076 * gst-libs/gst/audio/gstbaseaudiosink.c:
17077 (gst_base_audio_sink_dispose):
17078 Since we _parent the ringbuffer, we also need to
17079 _unparent instead of a plain _unref.
17081 2006-03-22 Wim Taymans <wim@fluendo.com>
17083 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17084 (stop_seek), (scrub_toggle_cb), (main):
17085 Add scrub checkbox.
17087 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
17089 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17090 (gst_ogg_parse_chain):
17091 Fix very inefficient usage of linked lists (#335365).
17093 2006-03-21 Edward Hervey <edward@fluendo.com>
17095 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17096 * gst/playback/gstplaybin.c: (handoff):
17097 * gst/playback/gststreamselector.c:
17098 (gst_stream_selector_set_property):
17099 gcc 4.1 unreferenced pointer fixes.
17100 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17101 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17102 gst_buffer_ref() now takes a GstBuffer*.
17104 2006-03-20 Julien MOUTTE <julien@moutte.net>
17106 * sys/xvimage/xvimagesink.c:
17107 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17110 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
17112 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17113 (id3v1_type_find), (apetag_type_find), (plugin_init):
17114 Can't do tag preferences via probability, as tags would then
17115 lose against types that are recognised with MAXIMUM probability
17116 (like .wav); so let all tag typefinders return MAXIMUM themselves
17117 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17118 that we can prefer APE to ID3v1 (fixes #335028).
17120 2006-03-17 Wim Taymans <wim@fluendo.com>
17122 * gst-libs/gst/audio/gstbaseaudiosink.c:
17123 (gst_base_audio_sink_change_state):
17124 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17125 (gst_ring_buffer_may_start):
17126 * gst-libs/gst/audio/gstringbuffer.h:
17127 Only start playback if we are playing.
17128 should fix #330748.
17130 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
17132 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17133 * win32/common/config.h:
17134 Revert accidental commits to these files.
17136 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17138 Patch by: Michal Benes <michal dot benes at xeris dot cz>
17140 * tests/Makefile.am:
17141 Don't try to build tests in tests/icles if we
17142 don't have X (#323852)
17144 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
17146 * gst-libs/gst/tag/gstid3tag.c:
17147 Add TXXX frame identifiers for replaygain stuff as used
17148 by some taggers (see #323721).
17150 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
17152 * gst/playback/gststreamselector.c:
17153 (gst_stream_selector_set_property),
17154 (gst_stream_selector_bufferalloc):
17155 Preserve the existing buggy streamselector behaviour by performing
17156 a fallback buffer allocation when downstream isn't linked yet.
17157 This should really be fixed in playbin by blocking pads until it's
17159 Also, use gst_pad_alloc_buffer instead of
17160 gst_pad_alloc_buffer_and_set.
17162 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17164 * gst-libs/gst/tag/gstid3tag.c:
17165 Don't crash on unknown ID3v2 TXXX frames.
17167 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
17169 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17170 Chain up to the parent finalize method.
17171 Add 32-bit sample size to the template caps.
17173 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17174 (gst_riff_create_video_template_caps):
17175 Add the fourcc that the VMWare codec uses.
17177 * gst/playback/gststreamselector.c:
17178 (gst_stream_selector_set_property),
17179 (gst_stream_selector_bufferalloc),
17180 (gst_stream_selector_request_new_pad):
17181 For the active pad, forward buffer-alloc requests, otherwise
17182 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17183 having to memcpy every frame when used by playbin.
17185 * gst/tcp/gstmultifdsink.c:
17186 (gst_multi_fd_sink_handle_client_write):
17187 Get negotiated caps from the sink pad, rather than the sink
17190 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17192 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
17194 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17195 Don't forget to set src->callbacks_pushed to FALSE again when
17196 popping them, otherwise re-activation in a different mode won't
17199 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
17201 Patch by: Sebastien Moutte <sebastien moutte net>
17203 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17204 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17205 (gst_ffmpeg_smpfmt_to_caps):
17206 Replace __VA_ARGS__ caps creation macros with varargs functions.
17207 Makes things compile on MSVC (#320765), looks nicer, and we can
17208 tell the compiler to check for the NULL terminator.
17210 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17212 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17214 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17215 Make sure the buffer we copy into is really always big
17216 enough, this time for real (#333488).
17218 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17220 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17221 Add support for 24bpp DIB (#305279).
17223 2006-03-14 Wim Taymans <wim@fluendo.com>
17225 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17226 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17227 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17228 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17229 (gst_video_scale_init), (gst_video_scale_src_event):
17230 Re-enable QoS after the release.
17231 Rework videoscale to use the base class src_event handler.
17233 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
17238 === release 0.10.5 ===
17240 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
17243 releasing 0.10.5, "Net"
17245 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
17247 * docs/plugins/Makefile.am:
17248 Part of previous cdparanoiasrc docs fixes, forgot to commit.
17250 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
17252 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17253 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17254 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17255 Add cdparanoiasrc to docs.
17257 * gst-libs/gst/cdda/gstcddabasesrc.c:
17258 More GstCddaBaseSrc docs.
17260 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
17262 * docs/libs/gst-plugins-base-libs-sections.txt:
17263 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17264 * gst-libs/gst/tag/tag.h:
17265 API: libgsttag: new method gst_tag_from_id3_user_tag().
17267 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
17269 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17270 NULL-terminate array of mpeg4 video file extensions.
17271 Fixes crash on PPC (#334226).
17273 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
17275 * ext/gnomevfs/gstgnomevfssrc.c:
17276 (gst_gnome_vfs_src_check_get_range):
17277 gnome_vfs_uri_is_local() alone is not a good indicator
17278 whether we can operate in pull-mode with a specific URI,
17279 as it returns FALSE for file:// URIs that point to an
17280 NFS-mounted path. Be more conservative here: whitelist
17281 local files, blacklist http URIs and use the old
17282 mechanism for anything else (fixes #334216).
17284 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
17289 === release 0.10.4 ===
17291 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
17294 releasing 0.10.4, "Power"
17296 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
17298 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17299 Disable max-lateness by setting it to -1 for now, so that
17300 we can bed QoS stuff in thoroughly between now and the next
17303 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
17305 Patch by: Fabrizio Gennari
17307 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17308 Make sure we don't read beyond the palette buffer in case of
17309 broken or manipulated files (#333488)
17311 2006-03-10 Edward Hervey <edward@fluendo.com>
17313 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17314 Fix for variable not initialized.
17316 2006-03-09 Wim Taymans <wim@fluendo.com>
17318 * ext/libvisual/visual.c: (gst_visual_get_type),
17319 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17320 (gst_visual_chain):
17323 * ext/theora/gsttheoradec.h:
17324 * ext/theora/theoradec.c: (gst_theora_dec_init),
17325 (gst_theora_dec_reset), (_theora_granule_time),
17326 (theora_dec_src_convert), (theora_dec_sink_convert),
17327 (theora_dec_src_query), (theora_dec_src_event),
17328 (theora_dec_sink_event), (theora_handle_comment_packet),
17329 (theora_handle_header_packet), (theora_dec_push),
17330 (theora_handle_data_packet), (theora_dec_chain),
17331 (theora_dec_change_state):
17334 2006-03-09 Wim Taymans <wim@fluendo.com>
17336 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17337 (audiocast_register_listener), (gst_gnome_vfs_src_start):
17340 2006-03-09 Wim Taymans <wim@fluendo.com>
17342 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17343 Don't try to activate NULL chains.
17345 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17347 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17348 Fix invalid memory access to region before peek'd data (#332964).
17350 2006-03-09 Wim Taymans <wim@fluendo.com>
17352 Patch by: Christophe Fergeau
17354 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17355 * ext/pango/gsttextrender.c: (gst_text_render_init):
17356 * gst/adder/gstadder.c: (gst_adder_init):
17357 Don't leak padtemplates, closes #333510.
17359 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17361 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17362 Fix invalid memory access: make sure string passed to
17363 regexec() is NUL-termianted.
17365 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17367 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17369 Refactor mpeg/audio typefinding to make it more maintainable
17370 and easier to fine-tune. Make probing into middle of the file
17371 work properly (fixes #333900, also see #152688).
17373 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
17375 * gst/typefind/gsttypefindfunctions.c:
17376 (utf8_type_find_have_valid_utf8_at_offset):
17377 Remove part from previous commit that was bogus:
17378 g_utf8_validate() does in fact not accept embedded
17379 zeroes, so we don't need to check for those (thanks
17380 to Mike for the hint).
17382 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17384 * gst/typefind/gsttypefindfunctions.c:
17385 (utf8_type_find_count_embedded_zeroes),
17386 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17387 Make plain/text typefinder more conservative: firstly, check
17388 for embedded zeroes, which are perfectly valid UTF-8 characters,
17389 but also a fairly good sign that something is not a plain text
17390 file; secondly, probe into the middle of the file if possible.
17391 If we can't probe into the middle, limit the probability value
17392 to be returned to TYPE_FIND_POSSIBLE (see #333900).
17394 2006-03-08 Michael Smith <msmith@fluendo.com>
17396 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17397 Make typefind function name for mpeg4 video unique.
17399 2006-03-08 Wim Taymans <wim@fluendo.com>
17401 * ext/libvisual/visual.c: (gst_visual_init),
17402 (gst_visual_clear_actors), (gst_visual_dispose),
17403 (gst_visual_reset), (gst_visual_src_setcaps),
17404 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17405 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17406 (gst_visual_chain), (gst_visual_change_state):
17407 Cleanups, post nice errors.
17408 Handle sink and src events.
17409 Implement simple QoS.
17411 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17412 Use new basesink methods to configure max-lateness.
17415 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17416 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17417 Debug statement cleanups.
17419 * gst/volume/gstvolume.c: (gst_volume_class_init):
17422 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17424 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17425 (gst_text_overlay_init), (gst_text_overlay_set_property),
17426 (gst_text_overlay_get_property):
17427 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17428 as string type properties, but mark them deprecated. Add
17429 'halignment' and 'valignment' properties that use enums
17430 instead of strings.
17432 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
17434 Patch by: Fabrizio Gennari
17436 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17437 Allow palettes with less than 256 colours in AVI files
17440 2006-03-07 Julien MOUTTE <julien@moutte.net>
17442 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17443 (gst_text_overlay_video_event): Fix wrong EOS handling on text
17444 pad. We were releasing the queued text buffer when we should keep
17445 it until video pad gets EOS or discard the text buffer because it's
17446 too old. That was eating the last subtitle buffer. Add some more
17449 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17451 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17452 (gst_text_overlay_video_chain):
17453 Fix invalid memory access (we can't access a buffer after it's been
17454 pushed downstream without taking a reference); fix memory leak (if
17455 there's no text to render, bail out before allocating stuff).
17457 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17459 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17460 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17461 * ext/pango/gsttextoverlay.h:
17462 If input is plain text, escape it before passing it to
17463 pango_layout_set_markup().
17465 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17467 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17468 Don't ignore flow return from gst_pad_push().
17470 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
17472 Patch by: Fabrizio Gennari
17474 * ext/libvisual/visual.c: (gst_visual_getcaps),
17475 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17476 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17477 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17478 (gst_vorbisenc_convert_sink):
17479 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17480 (gst_audio_duration_from_pad_buffer):
17481 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17482 (gst_audio_filter_chain):
17483 * gst-libs/gst/rtp/gstbasertpdepayload.c:
17484 (gst_base_rtp_depayload_setcaps):
17485 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17486 (gst_video_get_size):
17487 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17488 Don't leak references returned by gst_pad_get_parent()
17491 2006-03-06 Stefan Kost <ensonic@users.sf.net>
17493 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17494 change location param details
17495 * gst/volume/gstvolume.c: (plugin_init):
17496 correct plugin description
17498 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17500 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17501 (gst_gnome_vfs_src_check_get_range):
17502 Override GstBaseSrc::check_get_range() in order to avoid opening
17503 the resource just to check whether we can operate in pull-mode or
17504 not - we can predict that pretty well from the URI alone. Should
17505 fix problems with last.fm (#331690). (Requires latest core CVS).
17507 2006-03-06 Wim Taymans <wim@fluendo.com>
17509 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17510 (gst_video_sink_class_init):
17511 Throw away frames that are later than 20 ms.
17513 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
17515 Patch by: Fabrizio Gennari
17517 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17518 Set depth on WMA caps (#333545)
17520 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
17522 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17523 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17524 put Theora BOS pages before others. This hardcodes
17525 the Ogg/Theora I profile, but hey.
17527 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
17530 updated with some examples
17531 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17532 (granulepos_add), (theora_buffer_from_packet):
17533 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17534 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17535 (gst_vorbisenc_chain):
17536 implement strategy from ext/ogg/README
17537 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17538 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17539 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17540 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17541 Fix muxer so that oggz-validate is happy with all streams;
17542 except for no eos mark, and the BOS page ordering
17543 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17544 (check_buffer_granulepos):
17545 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17546 update tests to check for OFFSET being set as requested
17547 fixed type of granulepos, it's not a ClockTime
17549 2006-03-05 Julien MOUTTE <julien@moutte.net>
17551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17552 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17553 Check that the xvimage we are creating has a correct size
17554 before returning it. (#314897)
17556 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17558 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17559 Give id3 and ape tag typefinders a rank slightly higher
17560 than PRIMARY to ensure they're always run before any of
17561 the other typefinders (in particular wav and mp3) (#324186).
17563 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
17565 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17566 Add support for '3IVD' fourcc (#333403).
17568 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
17571 Bump requirements to GStreamer CVS for the new error enum.
17573 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17574 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17575 space left on the device (fixes #333352).
17577 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
17580 add a project file for libgstvolume
17581 update the workspace
17583 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
17585 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17586 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17588 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17589 Set IN_CAPS on header buffers
17591 2006-03-02 Wim Taymans <wim@fluendo.com>
17593 * docs/plugins/Makefile.am:
17594 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17595 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17596 Add audioresample to docs.
17598 * gst/audioconvert/gstaudioconvert.c:
17601 * gst/audioresample/gstaudioresample.c:
17602 (gst_audioresample_base_init), (gst_audioresample_class_init),
17603 (gst_audioresample_init), (gst_audioresample_dispose),
17604 (audioresample_get_unit_size), (audioresample_transform_caps),
17605 (resample_set_state_from_caps), (audioresample_transform_size),
17606 (audioresample_set_caps), (audioresample_event),
17607 (audioresample_do_output), (audioresample_transform),
17608 (audioresample_pushthrough), (gst_audioresample_set_property),
17609 (gst_audioresample_get_property), (plugin_init):
17610 * gst/audioresample/gstaudioresample.h:
17612 Small code cleanups.
17614 2006-03-02 Wim Taymans <wim@fluendo.com>
17616 * docs/plugins/Makefile.am:
17617 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17618 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17619 Added videoscale to docs.
17621 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17622 (gst_video_rate_swap_prev), (gst_video_rate_event),
17623 (gst_video_rate_chain):
17626 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17627 (gst_video_scale_init), (gst_video_scale_prepare_size),
17628 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17629 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17630 * gst/videoscale/gstvideoscale.h:
17631 Added docs, examples.
17632 Some code cleanups.
17633 Post errors instead of g_warning.
17635 2006-03-02 Wim Taymans <wim@fluendo.com>
17637 * docs/libs/gst-plugins-base-libs-docs.sgml:
17638 * docs/libs/gst-plugins-base-libs-sections.txt:
17639 * docs/libs/gst-plugins-base-libs.types:
17640 * docs/plugins/Makefile.am:
17641 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17642 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17643 Added some more docs to libs and plugins.
17645 * gst-libs/gst/audio/gstringbuffer.c:
17646 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17647 * gst-libs/gst/audio/gstringbuffer.h:
17648 Document ringbuffer some more.
17650 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17651 (gst_video_rate_setcaps), (gst_video_rate_reset),
17652 (gst_video_rate_init), (gst_video_rate_flush_prev),
17653 (gst_video_rate_swap_prev), (gst_video_rate_event),
17654 (gst_video_rate_chain), (gst_video_rate_change_state):
17655 * gst/videorate/gstvideorate.h:
17656 Fix videorate to use segments.
17657 Make it work with 0/1 framerates (closes #331903)
17658 Handle EOS correctly.
17661 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17663 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17664 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17665 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17666 In state change function, first chain up to parent class,
17667 then handle downwards state change stuff. Remove some
17668 commented out cruft from 0.8 code.
17670 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
17672 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17673 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17674 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17675 (gst_ogm_parse_chain):
17676 Don't remove/re-add source pad if the new caps are the same as
17677 the old caps anyway (#333042). When removing source pad, don't
17678 unref it afterwards - we didn't ref it when adding. Sprinkle some
17679 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17680 after using gst_pad_get_parent(). Return downstream flow return
17681 value in chain function.
17683 2006-03-02 Wim Taymans <wim@fluendo.com>
17685 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17686 * docs/plugins/gst-plugins-base-plugins.args:
17687 * docs/plugins/gst-plugins-base-plugins.hierarchy:
17688 * docs/plugins/gst-plugins-base-plugins.interfaces:
17689 * docs/plugins/gst-plugins-base-plugins.signals:
17690 Fix hierarchy, added some more elements to the docs.
17692 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17693 (gst_ffmpegcsp_get_type):
17694 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17695 Fix docs for ffmpegcolorspace.
17697 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
17699 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17700 (apetag_type_find), (ape_type_find), (plugin_init):
17701 Some typefinding fine-tuning:
17702 - rank ID3/APE tags in order of preference via probabilities, so that
17703 ID3v2 > APEv2 > APEv1 > ID3v1.
17704 - three or four bytes don't really justify MAXIMUM probability,
17705 change those to 'very likely' (musepack and monkeysaudio).
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/alsa/gstalsamixer.c:
17713 * ext/alsa/gstalsamixer.h:
17714 * ext/alsa/gstalsamixerelement.c:
17715 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17716 * ext/alsa/gstalsamixerelement.h:
17717 * ext/alsa/gstalsasink.c:
17718 * ext/alsa/gstalsasink.h:
17719 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17720 (gst_alsasrc_init):
17721 * ext/alsa/gstalsasrc.h:
17723 Small code cleanups.
17725 2006-03-01 Wim Taymans <wim@fluendo.com>
17727 * ext/theora/Makefile.am:
17728 Dist new header too,
17730 2006-03-01 Wim Taymans <wim@fluendo.com>
17732 * docs/plugins/Makefile.am:
17733 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17734 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17735 * ext/gnomevfs/gstgnomevfssink.h:
17736 * ext/gnomevfs/gstgnomevfssrc.h:
17737 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17738 * ext/vorbis/vorbisdec.h:
17739 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17740 * ext/vorbis/vorbisenc.h:
17741 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17742 (vorbis_parse_chain), (vorbis_parse_change_state):
17743 * ext/vorbis/vorbisparse.h:
17744 * gst/audioconvert/gstaudioconvert.h:
17745 * gst/tcp/gsttcpserversink.h:
17746 * gst/videotestsrc/gstvideotestsrc.c:
17747 * gst/videotestsrc/gstvideotestsrc.h:
17748 * gst/volume/gstvolume.c:
17749 * gst/volume/gstvolume.h:
17750 Fix some more docs.
17751 Added docs for vorbisdec and vorbisparse.
17754 2006-03-01 Wim Taymans <wim@fluendo.com>
17756 * docs/plugins/Makefile.am:
17757 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17758 * docs/plugins/gst-plugins-base-plugins-sections.txt:
17759 * ext/pango/gstclockoverlay.h:
17760 * ext/pango/gsttextoverlay.h:
17761 * ext/pango/gsttextrender.h:
17762 * ext/pango/gsttimeoverlay.h:
17763 * ext/theora/gsttheoradec.h:
17764 * ext/theora/gsttheoraenc.h:
17765 * ext/theora/theoradec.c:
17766 * ext/theora/theoraenc.c:
17767 * gst/audioconvert/gstaudioconvert.h:
17768 * gst/audiotestsrc/gstaudiotestsrc.h:
17769 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17770 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17771 * gst/tcp/gstmultifdsink.h:
17772 Updated/added documentation.
17774 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17775 (gst_text_overlay_halign_get_type),
17776 (gst_text_overlay_wrap_mode_get_type),
17777 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17778 (gst_text_overlay_init), (gst_text_overlay_set_property),
17779 (gst_text_overlay_get_property):
17780 Fix up properties to be enums instead of string to make bindings,
17781 introspection and automatic GUI creation possible.
17782 Add getters for the properties.
17784 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
17786 * gst/audiotestsrc/gstaudiotestsrc.c:
17787 added defines of M_PI and M_PI_2
17788 * gst/ffmpegcolorspace/avcodec.h:
17789 removed #include "stdint.h" for win32 as _stdint.h is
17790 autogenerated to win32/common
17791 * win32/common/libgstaudio.def:
17792 * win32/common/libgsttag.def:
17795 some project files bugs corrected
17797 project files are reset to the default vs7 configuration
17798 (they link to msvcr71.dll using default optimizations)
17800 2006-02-28 Wim Taymans <wim@fluendo.com>
17802 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17805 2006-02-28 Edward Hervey <edward@fluendo.com>
17807 * ext/alsa/gstalsasrc.c:
17808 Set proper class on the ElementDetails:
17809 Source/Audio instead of Src/Audio/
17811 2006-02-28 Edward Hervey <edward@fluendo.com>
17813 * gst/videoscale/vs_scanline.c:
17814 (vs_scanline_resample_nearest_RGBA):
17815 Revert optimization in videoscale. It should go in liboil and have
17816 an appropriate liboil function.
17818 2006-02-28 Wim Taymans <wim@fluendo.com>
17820 * gst-libs/gst/audio/gstbaseaudiosink.c:
17821 (gst_base_audio_sink_provide_clock):
17822 Don't try to provide a clock in the NULL state.
17824 2006-02-28 Wim Taymans <wim@fluendo.com>
17826 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17827 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17828 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17829 (gst_ogg_demux_deactivate_current_chain),
17830 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17831 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17832 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17833 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17834 Use GstSegment infrastructure to remove duplicated code
17835 and handle more seek cases correctly.
17837 2006-02-28 Wim Taymans <wim@fluendo.com>
17839 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17840 (gst_ffmpegcsp_transform):
17841 Don't ignore return code from ffmpeg convert function.
17843 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17844 Split out some long statements to ease debugging.
17846 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
17848 * ext/libvisual/visual.c: (gst_visual_init),
17849 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17850 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17851 being able to renegotiate the size. Instead, use the negotiation
17852 algorithm from the goom plugin to pick an initial output caps.
17854 Also, allow theoretical libvisual plugins that might support non-GL
17855 output even if they also do GL.
17857 2006-02-26 Julien MOUTTE <julien@moutte.net>
17859 * ext/libvisual/visual.c: (gst_visual_init),
17860 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17861 (plugin_init): Load only non GL plugins. Fix some memleaks and
17862 possible negotiation issues.
17864 2006-02-25 Julien MOUTTE <julien@moutte.net>
17866 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17868 2006-02-24 Michael Smith <msmith@fluendo.com>
17870 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17871 (cmml_type_find), (plugin_init):
17872 Fix CMML type find function to not require a specific minor version
17873 of the CMML header.
17875 Add an MPEG4 video elementary stream typefind function.
17877 2006-02-04 Michael Smith <msmith@fluendo.com>
17879 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17880 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17881 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17882 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17883 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17884 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17885 Annodex support in ogg demuxer. Doesn't do very much without the
17886 other annodex patches (to come).
17888 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17890 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17892 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17893 Pick up palette for MS video v1 (#327028)
17895 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17897 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17898 (gst_ffmpegcsp_caps_remove_format_info),
17899 (gst_ffmpegcsp_get_unit_size):
17900 The 'palette_data' field from incoming RGB caps shouldn't be
17901 proxied on outgoing YUV caps; also, restrict unit size
17902 adjustment in case of paletted data only to the unit that
17903 actually has a palette. Fixes #330711.
17905 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17907 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17908 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17909 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17910 (gst_ffmpegcsp_get_unit_size):
17911 Plug some memory leaks.
17913 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
17915 * sys/ximage/Makefile.am:
17916 * sys/xvimage/Makefile.am:
17917 Add some _CFLAGS and _LIBS that seem to be missing
17918 and/or required for Cygwin (see #317048).
17920 2006-02-22 Wim Taymans <wim@fluendo.com>
17922 * ext/alsa/gstalsasrc.c:
17923 Fix description as pointed out by caugier.
17925 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
17927 Reviewed by : Edward Hervey <edward@fluendo.com>
17929 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17931 Better 3gp typefinding (#331526).
17933 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17935 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17936 Don't send EOS event here, the base class will send one for us.
17938 * gst/playback/gstplaybasebin.c: (prepare_output):
17939 Subpictures without video stream aren't allowed either.
17941 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17942 Fix debug statement copy'n'paste-o.
17944 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
17946 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17947 Fix issues with mixer keeping state when muting/unmuting
17948 and when changing the volume whilst muted (see #331763
17951 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17953 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17954 (parse_subrip), (gst_sub_parse_format_autodetect):
17955 Set right caps given that we send escaped text. Also,
17956 honour <i></i>, <b></b> and <u></u> markers that can be found
17957 in .srt files (fixes #310202).
17959 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
17961 * gst-libs/gst/audio/mixerutils.c:
17962 (element_factory_rank_compare_func):
17963 Make order in which elements are tried more determinable.
17965 2006-02-20 Julien MOUTTE <julien@moutte.net>
17967 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17968 (remove_element_chain), (cleanup_decodebin),
17969 (gst_decode_bin_change_state): Make decodebin reusable by
17970 fixing remove_element_chain first and then introduce a
17971 cleaner in state change to ->NULL. (Closes #331678)
17973 2006-02-19 Wim Taymans <wim@fluendo.com>
17975 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17976 use 0666 mask when creating files so umask gets applied
17977 correctly. Fixes #331295.
17979 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17981 * gst/subparse/Makefile.am:
17982 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17983 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17984 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17985 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17986 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17987 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17988 * gst/subparse/gstssaparse.h:
17989 * gst/subparse/gstsubparse.c: (plugin_init):
17990 Add very basic parser for SSA subtitle streams (as often
17991 found in matroska files).
17993 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
17995 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17996 That should be text/x-pango-markup, not text/x-pango-layout.
17998 2006-02-19 Julien MOUTTE <julien@moutte.net>
18000 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
18003 2006-02-19 Julien MOUTTE <julien@moutte.net>
18005 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18006 (gst_text_overlay_finalize), (gst_text_overlay_init),
18007 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18008 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18009 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
18010 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
18011 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
18012 Fix state change deadlock.
18014 2006-02-19 Julien MOUTTE <julien@moutte.net>
18016 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18017 (gst_text_overlay_finalize), (gst_text_overlay_init),
18018 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18019 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18020 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
18021 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
18022 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
18023 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
18024 and subtitles files.
18026 2006-02-19 Julien MOUTTE <julien@moutte.net>
18028 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
18029 should be considered as raw.
18031 2006-02-19 Julien MOUTTE <julien@moutte.net>
18033 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18035 * gst/playback/gststreaminfo.h: Introduce language informations.
18037 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
18039 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18040 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18041 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18042 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
18043 Set shared memory segments to be deleted as soon as we have attached,
18044 that way they get cleaned up automatically if we crash.
18046 2006-02-18 Julien MOUTTE <julien@moutte.net>
18048 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
18049 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
18050 functions are called with lock held.
18052 2006-02-18 Julien MOUTTE <julien@moutte.net>
18054 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18055 (gst_text_overlay_finalize), (gst_text_overlay_init),
18056 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18057 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18058 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
18059 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
18060 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
18061 (gst_text_overlay_change_state): Refactoring of textoverlay
18062 without collectpads. This now supports sparse subtitles coming
18063 from a demuxer instead of a sub file. Seeking is still broken
18064 though. Need to discuss with wtay some more on how to handle
18066 * ext/pango/gsttextoverlay.h:
18067 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
18068 subtitles coming from the demuxer.
18070 2006-02-17 Wim Taymans <wim@fluendo.com>
18072 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
18073 (gst_vorbisenc_convert_sink):
18074 Use some more scaling functions.
18076 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
18078 * ext/cdparanoia/gstcdparanoiasrc.c:
18079 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18080 (gst_cd_paranoia_paranoia_callback),
18081 (gst_cd_paranoia_src_signal_is_being_watched),
18082 (gst_cd_paranoia_src_read_sector):
18083 * ext/cdparanoia/gstcdparanoiasrc.h:
18084 Add back 'transport-error' and 'uncorrected-error' signals and
18085 make them actually be fired when bad stuff happens (#319340).
18087 2006-02-17 Wim Taymans <wim@fluendo.com>
18089 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18090 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18091 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18092 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18093 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18094 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18095 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18096 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18097 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18098 (gst_ring_buffer_clear):
18100 Added some G_LIKELY.
18102 2006-02-17 Wim Taymans <wim@fluendo.com>
18104 * gst-libs/gst/audio/TODO:
18107 * gst-libs/gst/audio/gstbaseaudiosink.c:
18108 (gst_base_audio_sink_get_offset):
18109 When trying to play samples ASAP and we don't have a
18110 previous sample, try to play at position 0 instead of
18111 an invalid position.
18113 2006-02-17 Wim Taymans <wim@fluendo.com>
18115 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18116 (gst_alsasink_reset):
18117 Also release lock when we get an error in _reset();
18118 fix an error message.
18120 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18122 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18123 (gst_alsasink_init), (get_channel_free_structure),
18124 (caps_add_channel_configuration), (gst_alsasink_getcaps),
18125 (gst_alsasink_close):
18126 * ext/alsa/gstalsasink.h:
18127 Add support for more than 2 channels (#326720).
18129 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18131 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18132 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18133 with 4 or 6 channels, assume a default channel layout to make things
18134 work (not sure there's anything else we can do in those cases).
18136 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18138 * gst-libs/gst/audio/multichannel.c:
18141 * gst-libs/gst/riff/Makefile.am:
18142 * gst-libs/gst/riff/riff-ids.h:
18143 * gst-libs/gst/riff/riff-media.c:
18144 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18145 Add support for WAVEFORMATEX, eg. PCM audio with more than two
18146 channels and a channel layout map.
18148 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
18150 Reviewed by Edward Hervey <edward@fluendo.com>
18152 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
18153 C-level optimization of the RGBA nearest neighbour function.
18154 Eventually this might end up in liboil with vectorized versions.
18156 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18158 * gst-libs/gst/audio/multichannel.c:
18159 (gst_audio_get_channel_positions):
18160 When we have more than 2 channels, but no channel layout is
18161 specified in the caps, return some default channel layout
18162 to the caller and warn about about a possibly buggy element
18163 (could be buggy filtercaps as well of course) (#317038).
18165 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
18167 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18168 Add gst-libs/gst/cdda to list of lib search paths.
18170 2006-02-15 Andy Wingo <wingo@pobox.com>
18172 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18173 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18174 to the Lord Jesus that I do not have to touch the ogg muxer ever
18177 2006-02-15 Edward Hervey <edward@fluendo.com>
18179 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18180 quicktime movie files can also contain 'uuid' atoms.
18182 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
18184 * gst/audioconvert/plugin.c: (plugin_init):
18185 Register the GstAudioChannelPosition enum type with the type
18186 system in the plugin_init function, so that it is known before
18187 any element actually makes use of multi-channel stuff. This is
18188 required for example if one wants to be able to deserialise/use
18189 a caps string with channel positions before any pipeline has
18190 been setup and started, like with gst-launch.
18192 2006-02-14 Wim Taymans <wim@fluendo.com>
18194 * gst-libs/gst/audio/gstringbuffer.c:
18195 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18196 (gst_ring_buffer_samples_done), (wait_segment),
18197 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18198 Add some compiler G_(UN_)LIKELY help.
18199 SIGNAL the ringbuffer waiters when going to PAUSED as well to
18200 make sure they can exit their functions. Should fix #330748
18202 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
18207 * win32/common/_stdint.h:
18208 Windows does not have long long; copy the generated _stdint.h
18209 * win32/common/interfaces-enumtypes.c:
18210 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18211 (gst_mixer_track_flags_get_type),
18212 (gst_tuner_channel_flags_get_type):
18213 * win32/common/multichannel-enumtypes.c:
18214 (gst_audio_channel_position_get_type):
18217 2006-02-13 Wim Taymans <wim@fluendo.com>
18219 * gst-libs/gst/audio/gstbaseaudiosink.c:
18220 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18221 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18222 Always sync on first sample we receive when starting.
18224 2006-02-13 Wim Taymans <wim@fluendo.com>
18226 * gst/playback/gstplaybin.c: (gen_vis_element):
18227 Update vis bin docs.
18228 Move queue after tee so we don't queue video buffers but
18229 audio samples instead. Fixes problems where the video queue
18230 is filled and the audio queue empty.
18232 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
18234 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18235 No need to push an EOS event here, GstBaseSrc will do that for us
18236 when we return FLOW_UNEXPECTED.
18238 2006-02-12 Wim Taymans <wim@fluendo.com>
18240 * gst-libs/gst/audio/gstbaseaudiosink.c:
18241 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18242 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18243 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18244 Use scale functions when possible.
18245 Fix error messages.
18246 Free clockid when after waiting for EOS.
18247 Use G_(UN_)LIKLY when it makes sense.
18248 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18250 2006-02-12 Edward Hervey <edward@fluendo.com>
18252 * gst/playback/gstplaybasebin.c: (prepare_output):
18253 Remove stray semi-colon (fixes #330888).
18255 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
18257 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18258 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18259 Fix up the XShm call testing so that we catch errors, and don't
18260 cause new ones by attempting to detach from a segment we failed
18261 to attach to. Fixes #312439.
18263 2006-02-10 Edward Hervey <edward@fluendo.com>
18265 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18266 Added flv file typefind (video/x-flv).
18268 2006-02-10 Edward Hervey <edward@fluendo.com>
18270 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18271 (gst_riff_create_video_template_caps):
18272 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18273 Also added the caps to the default set of riff video caps.
18275 2006-02-09 Andy Wingo <wingo@pobox.com>
18277 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18278 time and the end time of the last packet in the page.
18279 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18280 on the pages in our queue, set the duration as well. Reflow a
18282 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18283 Fixes bad muxing order.
18285 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
18287 * gst-libs/gst/rtp/gstbasertppayload.c:
18288 (gst_basertppayload_setcaps), (gst_basertppayload_push):
18289 update seqnum before setting it on the packet; this makes sure
18290 that the timestamp and seqnum properties match after pushing
18293 2006-02-09 Andy Wingo <wingo@pobox.com>
18295 * gst-libs/gst/audio/gstringbuffer.c
18296 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18297 overflow after 13.5 hours of recording. Kapow!
18299 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18300 the buffer size -- we don't care about underrun/overrun reporting
18301 right now, just need to return a useful value.
18303 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18308 === release 0.10.3 ===
18310 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
18313 releasing 0.10.3, "Under Pressure"
18315 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18318 Drat. Bump libtool version number for new API.
18319 Prelease 0.10.2.3 (of 0.10.3)
18321 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18324 * win32/common/config.h:
18325 0.10.2.2 prerelease (of 0.10.3).
18327 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
18329 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18330 Revert Andy's newsegment change pending a more correct
18333 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
18335 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18336 (qt_type_find), (plugin_init):
18337 detect more files as 3gp
18338 group and reorder the iso file formats
18340 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18342 * ext/vorbis/vorbis.c: (plugin_init):
18343 Register musicbrainz tags, so apps don't have to.
18345 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18347 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18348 (gst_tag_to_vorbis_tag):
18349 Make sure we called gst_tag_register_musicbrainz_tags()
18350 before possibly mapping a vorbiscomment string from/to a
18353 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18355 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18356 In case we can't find the required number of consecutive
18357 mpeg audio frames to positively identify an MPEG audio
18358 stream, check if there's at least a valid mpeg audio
18359 frame right at offset 0 and if so suggest mpeg/audio
18360 caps with a very low probability (#153004).
18362 2006-02-07 Andy Wingo <wingo@pobox.com>
18364 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18365 a TIME segment if we get timestamped buffers. Requires recent
18366 fixes in core to work properly.
18368 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18370 * gst/playback/gstplaybasebin.c: (prepare_output):
18371 Don't print the URI as part of the error message, it
18372 makes error dialogs look rather ugly, especially if
18373 the URI is very long or has characters in it that
18376 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18378 * gst/playback/gstplaybasebin.c: (prepare_output):
18379 Error out if we have only text or subtitles, but nothing
18380 else. Also error out if we have subtitles but no video
18383 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
18385 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18386 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18387 Post an error message on the bus when we encounter an
18388 error, which will hopefully be more meaningful than the
18389 'Internal Flow Error' message users get to see if we
18390 just return GST_FLOW_ERROR.
18392 2006-02-07 Andy Wingo <wingo@pobox.com>
18394 * configure.ac (GST_MAJORMINOR): Update core version req to
18395 0.10.2.2, for the collectpads API addition (#330244).
18397 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
18399 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18400 Return FALSE from plugin_init() when GnomeVFS can't
18401 be initialised for some reason (#328423).
18403 2006-02-06 Julien MOUTTE <julien@moutte.net>
18405 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
18406 Stick to seeking theory until i find the bug.
18407 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18409 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18411 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18412 (theora_enc_finalize), (theora_enc_sink_setcaps),
18413 (theora_set_header_on_caps), (theora_enc_chain),
18414 (theora_enc_change_state):
18415 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18416 Make theoraenc and the tests leak free. Like, really.
18418 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
18420 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18421 (theora_enc_finalize), (theora_enc_sink_setcaps):
18422 Add a finalize method to ensure we clean up state even if
18423 someone omitted the state change back to NULL.
18425 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18426 (gst_vorbisenc_chain):
18427 Free some more leaked bits.
18429 * tests/check/pipelines/theoraenc.c: (start_pipeline),
18431 Wait for state changes to happen if they're ASYNC.
18433 This ought to teach those fancy pants buildbots a lesson.
18435 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18437 * gst-libs/gst/tag/gstid3tag.c:
18438 Add mapping for ID3 International Standard Recording Code
18441 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
18443 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18444 Don't leak tag names.
18446 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18448 * docs/libs/gst-plugins-base-libs-docs.sgml:
18449 * docs/libs/gst-plugins-base-libs-sections.txt:
18450 * gst-libs/gst/tag/gstid3tag.c:
18451 * gst-libs/gst/tag/gstvorbistag.c:
18452 * gst-libs/gst/tag/tags.c:
18453 Split libgsttag docs into multiple sections.
18455 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18457 * docs/libs/Makefile.am:
18458 * docs/libs/gst-plugins-base-libs-docs.sgml:
18459 * docs/libs/gst-plugins-base-libs-sections.txt:
18460 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18461 * gst-libs/gst/tag/gstvorbistag.c:
18462 * gst-libs/gst/tag/tag.h:
18463 * gst-libs/gst/tag/tags.c:
18464 Add libgsttag to the docs.
18466 2006-02-05 Julien MOUTTE <julien@moutte.net>
18468 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18469 (gst_text_overlay_init), (gst_text_overlay_src_event),
18470 (gst_text_overlay_collected): Fix clockoverlay.
18472 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18474 * docs/libs/compiling.sgml:
18475 Fix typo: it's pkg-config, not pkg-gconfig
18477 * docs/libs/gst-plugins-base-libs-docs.sgml:
18478 * docs/libs/gst-plugins-base-libs-sections.txt:
18479 * docs/libs/tmpl/gstgconf.sgml:
18480 There is no libgstgconf in 0.10, remove it
18483 2006-02-05 Julien MOUTTE <julien@moutte.net>
18485 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18486 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18487 (gst_text_overlay_src_event), (gst_text_overlay_collected):
18488 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18489 (gst_sub_parse_class_init), (gst_sub_parse_init),
18490 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18491 (parse_mpsub), (parser_state_init), (handle_buffer),
18492 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18493 * gst/subparse/gstsubparse.h: Introduce seeking code.
18495 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18497 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18498 Add comment about LANGUAGE tag inconsistency (we want
18499 ISO-639-1, but extract three-letter identifiers?)
18502 Add two translatable files.
18504 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
18506 * gst-libs/gst/tag/Makefile.am:
18507 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18508 * gst-libs/gst/tag/tag.h:
18509 * gst-libs/gst/tag/tags.c:
18510 (gst_tag_register_musicbrainz_tags_internal),
18511 (gst_tag_register_musicbrainz_tags):
18512 Forward-port some tags stuff from the 0.8 branch. This is
18513 mostly the addition of musicbrainz tags and their mapping
18514 to vorbistags, and a vorbistag mapping of the language tag.
18516 2006-02-05 Julien MOUTTE <julien@moutte.net>
18518 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18521 2006-02-04 David Schleef <ds@schleef.org>
18523 * ext/ogg/gstoggmux.c:
18524 * gst/typefind/gsttypefindfunctions.c:
18525 Add Dirac typefinding and add dirac format to oggmux.
18527 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
18529 * gst/playback/gstdecodebin.c: (try_to_link_1):
18530 Don't put essential function call into
18531 g_return_*() macro, otherwise it'll all be
18532 replaced by NOOPs when compiling with
18533 G_DISABLE_CHECKS defined.
18535 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
18537 * ext/ogg/gstoggdemux.c:
18538 * ext/ogg/gstoggparse.c:
18539 * gst/tcp/gsttcpserversink.c:
18540 * sys/v4l/v4lsrc_calls.c:
18541 * sys/v4l/v4lsrc_calls.h:
18542 Just make it compile with --disable-gst-debug.
18544 2006-02-03 Wim Taymans <wim@fluendo.com>
18546 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18547 (gst_alsasink_class_init), (gst_alsasink_init),
18548 (gst_alsasink_write), (gst_alsasink_reset):
18549 * ext/alsa/gstalsasink.h:
18550 Add lock to protect alsa calls.
18551 Implement reset to flush samples ASAP, does not work
18554 2006-02-02 Wim Taymans <wim@fluendo.com>
18556 * gst-libs/gst/audio/gstbaseaudiosink.c:
18557 (gst_base_audio_sink_provide_clock):
18558 Ugh.. getting late I guess...
18560 2006-02-02 Wim Taymans <wim@fluendo.com>
18562 * gst-libs/gst/audio/gstbaseaudiosink.c:
18563 (gst_base_audio_sink_provide_clock),
18564 (gst_base_audio_sink_set_property),
18565 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18566 Don't try to provide a clock when we are not negotiated since
18567 we might not be able to make it run.
18569 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
18571 * gst/playback/gstdecodebin.c: (try_to_link_1):
18572 Unlinking two source pads is ... hard.
18574 2006-02-02 Wim Taymans <wim@fluendo.com>
18576 * gst-libs/gst/audio/TODO:
18579 * gst-libs/gst/audio/gstbaseaudiosink.c:
18580 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18581 On EOS, wait till the last sample is played before posting EOS.
18583 2006-02-01 Philippe Kalaf <burger at speedy dot org>
18585 Patch by: Kai Vehmanen
18586 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18587 Adds ability to enable newsegment bypass by setting queue_delay to
18588 zero. Also avoid thread being started if queue_delay is zero.
18590 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18592 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18593 Make test work again by connecting fakesinks to each decoded pad,
18594 which makes the pipeline wait until each fakesink has a buffer
18595 queued before going to PAUSED state. At that point we know the
18596 decodebin pads are negotiated.
18598 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18600 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18601 (gst_cdda_base_src_handle_event):
18602 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18603 Pass unhandled queries to the parent class's query function.
18605 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18607 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18608 (gst_ogg_pad_src_query):
18609 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18610 * ext/theora/theoradec.c: (theora_dec_src_query),
18611 (theora_dec_sink_query):
18612 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18613 (vorbis_dec_sink_query):
18614 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18615 (gst_vorbisenc_sink_query):
18616 * gst/adder/gstadder.c: (gst_adder_query):
18617 Pass unhandled queries upstream instead of just
18618 dropping them (#326447). Also, fix supported
18619 query types list for some elements.
18621 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
18623 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18624 (paris_type_find), (ilbc_type_find), (plugin_init):
18625 Fix typefinding for audio/x-au, audio/x-paris and
18626 audio/iLBC-sh. We cannot use the START_WITH macros
18627 here, because there can only be one typefind factory
18628 with the same name (caps), so the second one would
18629 replace the first one and the first one would never
18630 be called when doing typefinding (see #161712).
18633 2006-01-31 Wim Taymans <wim@fluendo.com>
18635 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18636 (vorbis_handle_header_packet), (vorbis_dec_push),
18637 (vorbis_handle_data_packet):
18638 Use scale_int when we can, add some more scaling.
18639 Check packettype before parsing it.
18641 2006-01-31 Wim Taymans <wim@fluendo.com>
18643 * ext/theora/theoradec.c: (_theora_granule_time),
18644 (theora_dec_src_convert), (theora_dec_sink_convert):
18645 Call right _scale functions.
18646 Use parameter instead of some other random value.
18648 2006-01-31 Wim Taymans <wim@fluendo.com>
18650 * ext/theora/theoradec.c: (_theora_granule_frame),
18651 (_theora_granule_time), (_inc_granulepos),
18652 (theora_dec_src_convert), (theora_dec_sink_convert),
18653 (theora_handle_type_packet), (theora_handle_data_packet),
18654 (theora_dec_chain):
18655 Use higher precision timestamps calculation.
18656 Convert some other conversions to _scale.
18658 2006-01-31 Stefan Kost <ensonic@users.sf.net>
18660 * gst/audiotestsrc/gstaudiotestsrc.c:
18661 (gst_audio_test_src_create_sine_table), (plugin_init):
18662 * gst/volume/gstvolume.c: (plugin_init):
18663 initialize gst_controller before using
18665 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
18667 * tests/check/pipelines/theoraenc.c:
18668 * tests/check/pipelines/vorbisenc.c:
18669 Define constant using G_GINT64_CONSTANT to avoid errors when
18670 passing it around - otherwise it gets truncated to 32 bits.
18672 Fixes failing tests.
18674 2006-01-31 Andy Wingo <wingo@pobox.com>
18676 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18677 caps being set doesn't have a framerate value. Basically a stopgap
18680 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18681 technically correct enough to put into core though.
18682 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18683 DURATION. Fixes theoraenc ! oggmux.
18685 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18686 fraction, not double.
18688 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
18691 add vs7 project files created by Sergey Scobich
18693 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
18696 add vs8 project files created by Sergey Scobich
18698 2006-01-30 Andy Wingo <wingo@pobox.com>
18700 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18701 timestamp + duration, not just timestamp -- ogg pages should be
18702 ordered by stop time. Necessary fix given the change in vorbis
18705 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
18706 (gst_theora_enc_init): Pull the granule shift out of the encoder.
18707 (granulepos_add): New function, handles the messiness of adjusting
18709 (theora_buffer_from_packet):
18710 (theora_enc_chain):
18711 (theora_enc_sink_event): Use granulepos_add, not +.
18713 * tests/check/pipelines/theoraenc.c
18714 (check_buffer_granulepos_from_starttime): Just check the frame
18715 count, not the actual granulepos -- we can't dictate to the
18716 encoder when it should be placing keyframes.
18718 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
18720 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18721 SERVICE_NOT_AVAILABLE happens for example when you're trying to
18722 play an http:// stream from a server that's not serving
18724 2006-01-30 Andy Wingo <wingo@pobox.com>
18726 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
18727 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18728 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18731 * ext/theora/gsttheoraenc.h:
18732 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18733 although theoraenc was timestamping correctly. Added handling of
18734 streams that start with nonzero timestamps.
18736 * tests/check/Makefile.am:
18737 * tests/check/pipelines/theoraenc.c: New file, basically does same
18738 tests as vorbisenc.
18740 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18742 2006-01-30 Wim Taymans <wim@fluendo.com>
18744 * gst-libs/gst/audio/gstaudiosink.c:
18745 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18746 (gst_audioringbuffer_pause):
18747 Implement pause that does not wait for completion.
18749 * gst-libs/gst/audio/gstbaseaudiosink.c:
18750 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18751 Don't drop buffers when going to PAUSED but perform preroll on
18752 remaining samples now that core base class supports this.
18754 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18755 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18756 (gst_ring_buffer_commit):
18757 Pause should not signal waiters.
18758 Implement return value of _commit correctly.
18760 2006-01-30 Andy Wingo <wingo@pobox.com>
18762 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18764 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18765 updated to timestamp from the first sample, not the last.
18766 (gst_vorbisenc_buffer_from_header_packet): New function, takes
18767 special care of granulepos and timestamp for header packets.
18768 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18769 when the first buffer has a nonzero timestamp.
18771 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18772 (GstVorbisEnc.subgranule_offset): New members. Take care of the
18773 case when the first audio buffer we get has a nonzero timestamp.
18774 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18775 properly timestamp vorbis buffers with the time of the first
18776 sample, not the last.
18778 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18779 vorbis_granule_time_copy -- now it takes the granule/subgranule
18780 offset into account.
18782 * tests/check/pipelines/vorbisenc.c: New test for correctness of
18783 timestamps, durations, and granulepos on buffers produced by
18786 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
18788 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18789 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18790 Patch from Eric Jonas to support conversions to/from UYVY
18793 2006-01-30 Julien MOUTTE <julien@moutte.net>
18795 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18796 (setup_subtitle), (setup_source), (set_active_source):
18797 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18798 (gen_text_element), (gen_audio_element), (gen_vis_element),
18799 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18801 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
18803 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18804 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18805 use gst_guint64_to_gdouble to be compliant with vs6
18806 * gst/playback/gstdecodebin.c: (try_to_link_1)
18807 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18808 use G_GINT64_CONSTANT for int64 constants
18809 * win32/common/libgstinterfaces.def:
18810 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18812 update and add new project files
18814 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18818 * win32/common/interfaces-enumtypes.c:
18819 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18820 (gst_mixer_track_flags_get_type),
18821 (gst_tuner_channel_flags_get_type):
18822 * win32/common/interfaces-enumtypes.h:
18823 * win32/common/multichannel-enumtypes.c:
18824 (gst_audio_channel_position_get_type):
18825 * win32/common/multichannel-enumtypes.h:
18826 add a win32-update rule like in core, and copy over enumtypes files
18828 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
18831 * win32/common/config.h:
18832 * win32/common/config.h.in:
18833 add config files just like in core
18835 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
18837 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18838 Make gcc-4.1 happy (part of #327357).
18840 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18842 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18843 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18844 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18845 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18846 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18847 (gst_alsasrc_unprepare), (gst_alsasrc_read):
18848 Update all error messages. All of them should either use
18849 the default translated message, or actually provide a
18850 translatable string.
18851 Make the string for channel count problems meaningful.
18853 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
18855 * sys/v4l/v4l_calls.c: (gst_v4l_open):
18856 check for and throw RESOURCE_BUSY
18858 2006-01-27 David Schleef <ds@schleef.org>
18860 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18861 checked in this change -- it requires liboil features not
18862 in 0.3.6. Revert parts.
18864 2006-01-27 David Schleef <ds@schleef.org>
18867 * configure.ac: update liboil requirement to 0.3.6
18868 * gst/videoscale/Makefile.am:
18869 * gst/videoscale/vs_scanline.c: liboilify
18871 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18873 * ext/libvisual/visual.c: (get_buffer):
18874 When pad_alloc returns a GstFlowReturn other
18875 than GST_FLOW_OK, make sure it is passed upstream.
18877 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
18879 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18880 (gst_alsasink_class_init):
18881 Free the device name string.
18883 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18884 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18885 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18886 Don't remove a pad from the collectpads structure until it
18887 is released - it's a request pad, and may receive data again
18888 if the element gets moved back to PLAYING state.
18890 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18891 Ensure we turn on double buffering on the Xv port, and
18892 set the colour key to something dark and mysterious that
18895 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
18897 * ext/alsa/gstalsaplugin.c: (plugin_init):
18898 * ext/cdparanoia/gstcdparanoiasrc.c:
18899 (gst_cd_paranoia_src_base_init), (plugin_init):
18900 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18901 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18902 - a library should not call setlocale. see "Libraries" node in
18904 - make sure all plugins that use translation do bindtextdomain
18905 to point to the localedir
18906 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18907 (setup_sinks), (plugin_init):
18908 all this, and check for NULL when creating sinks
18910 2006-01-27 Julien MOUTTE <julien@moutte.net>
18912 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18913 (plugin_init): Make typefinding of subtitles work again.
18915 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
18917 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18918 (mp3_type_frame_length_from_header), (mp3_type_find),
18919 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18921 Backport a bunch of typefinding fixes from the 0.8 branch.
18922 Also, improve wavpack typefinding: if we can't peek the
18923 entire wavpack block, try to parse the bits we can get and
18924 see if we find what we're looking for in those.
18926 2006-01-26 Julien MOUTTE <julien@moutte.net>
18928 * sys/ximage/ximagesink.c:
18929 (gst_ximagesink_calculate_pixel_aspect_ratio):
18930 * sys/xvimage/xvimagesink.c:
18931 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18932 more cases of pixel aspect ratio.
18934 2006-01-26 Edward Hervey <edward@fluendo.com>
18936 * gst/playback/gstdecodebin.c: (pad_probe):
18937 Also consider the flush-start and tag events as unblockers
18938 for the pad probes.
18940 2006-01-26 Julien MOUTTE <julien@moutte.net>
18942 * gst/playback/gstplaybin.c: (gst_play_bin_init),
18943 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18944 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
18945 On the fly visualisation switch, works disabling, enabling as
18946 well but it won't be able to enable vis in a playbin that was
18947 created with no visualisation.
18949 2006-01-25 Wim Taymans <wim@fluendo.com>
18951 * gst-libs/gst/audio/gstbaseaudiosink.c:
18952 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18953 Undo previous commit that returned WRONG_STATE sooner, it breaks
18954 resume after pause.
18956 2006-01-25 Wim Taymans <wim@fluendo.com>
18958 * gst-libs/gst/audio/gstbaseaudiosink.c:
18959 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18960 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18962 Post error when caps cannot be parsed.
18963 Resync on discontinuity in the stream.
18964 Clip samples to segment boundaries.
18965 return WRONG_STATE sooner when we are flushing.
18967 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18968 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18969 Make audiosrc operate in TIME.
18970 Set TIMESTAMP and DURATION on buffers.
18972 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
18974 * tests/examples/seek/seek.c: (main):
18975 Output tag messages as well.
18977 2006-01-23 Edward Hervey <edward@fluendo.com>
18979 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18980 (free_pad_probes), (remove_fakesink), (pad_probe),
18981 (close_pad_link), (gst_decode_bin_change_state):
18982 Replace GstPadBlockCallback with pad probes that detect
18983 first buffer AND eos before removing fakesink.
18984 Fixes hang with demuxers doing EOS while pre-rolling.
18987 2006-01-23 Andy Wingo <wingo@pobox.com>
18989 * ext/alsa/gstalsasink.c:
18990 * gst-libs/gst/rtp/gstbasertpdepayload.c:
18991 (gst_base_rtp_depayload_setcaps),
18992 (gst_base_rtp_depayload_add_to_queue),
18993 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18995 Patch by: Jens Granseuer <jensgr at gmx dot net>
18997 2006-01-22 Julien MOUTTE <julien@moutte.net>
18999 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
19000 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
19001 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
19002 frames. We might get a frame destroyed after changing state to
19003 NULL, adding a safety check on xcontext.
19005 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
19007 * gst-libs/gst/interfaces/xoverlay.c:
19008 Fix prepare-xwindow-id code example in the docs - we need to
19009 ignore all messages that aren't element messages as well.
19011 2006-01-21 Julien MOUTTE <julien@moutte.net>
19013 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
19014 I think one day i'll completely undestand how caps negotiation
19015 is supposed to work. This refactoring handles buffer_alloc
19016 called with caps we can't handle. We definitely don't want a
19017 set_caps with those caps, so we define and allocate a buffer
19018 we would like to receive.
19020 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
19022 * gst/playback/gstplaybasebin.c: (setup_source):
19023 Free iterator when done.
19025 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
19027 * gst-libs/gst/audio/gstbaseaudiosink.c:
19028 (gst_base_audio_sink_render):
19029 Fix playback of non-synchronised streams by assuming a rate
19030 of 1.0 instead of a random one.
19032 Makes this work again:
19034 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
19035 endianness=(int)4321, signed=(boolean)true, width=(int)16,
19036 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
19037 audioresample ! alsasink
19039 === release 0.10.2 ===
19041 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
19044 releasing 0.10.2, "Then the devil is six"
19046 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
19048 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19049 * gst/playback/gststreamselector.c:
19050 (gst_stream_selector_set_property):
19051 Comment out broken code that connects to the state-changed signal.
19052 At this point, changing current stream selection is broken, but
19053 stuff like gst-launch playbin current-audio=1 works and filters
19054 to the chosen stream.
19056 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
19058 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19059 Fix #327216 (null dereference in vorbisdec)
19061 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
19063 * ext/theora/theoradec.c: (theora_handle_comment_packet):
19064 Post taglist actually on bus instead of just freeing it
19065 (fixes #327114 and totem bug #327080).
19067 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19068 Use gst_element_found_tags_for_pad(), so that the tags
19069 are sent downstream as an event as well.
19071 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
19073 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19074 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19075 (gst_ximagesink_buffer_alloc):
19076 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19077 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
19078 (gst_xvimagesink_buffer_alloc):
19079 move all regularly occurring messages to GST_LOG level
19080 add some more object logs
19082 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
19084 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19085 fix a silly segfault
19087 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
19089 * docs/libs/gst-plugins-base-libs-docs.sgml:
19090 * docs/libs/gst-plugins-base-libs-sections.txt:
19091 * gst-libs/gst/audio/mixerutils.c:
19092 * gst-libs/gst/audio/mixerutils.h:
19093 Add docs for mixerutils stuff.
19095 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
19097 * gst/playback/gstplaybasebin.c: (setup_source):
19098 Fix playback for sources that emit raw audio or
19099 raw video streams (e.g.: cd audio sources) (#325984).
19101 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
19103 * gst-libs/gst/audio/mixerutils.c:
19104 (gst_audio_mixer_filter_do_filter):
19105 actually save the element we create
19107 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
19109 * gst-libs/gst/cdda/gstcddabasesrc.c:
19110 (gst_cdda_base_src_handle_track_seek):
19111 No need to post a tag message on the bus when seeking
19112 within the same track, only post it when the current
19115 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
19117 * gst/playback/gstplaybasebin.c: (group_destroy),
19118 (probe_triggered), (new_decoded_pad), (mute_group_type),
19119 (set_active_source):
19120 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19121 * gst/playback/gststreamselector.c:
19122 (gst_stream_selector_base_init),
19123 (gst_stream_selector_set_property),
19124 (gst_stream_selector_request_new_pad):
19125 Reenable stream selection. These mechanisms need a complete overhaul
19126 in the face of 0.8->0.10 changes though.
19128 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
19130 * ext/ogg/gstoggdemux.c:
19131 Change the pad template to src_%d to match the pads that
19132 are created from it. decodebin needs this information in order
19133 to decide that oggdemux is capable of producing multiple pads
19134 (and hence needs queues inserted).
19136 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19137 (gst_ogg_mux_collected):
19138 Make debug output more useful by using GST_PTR_FORMAT.
19140 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
19142 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
19144 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19145 Set depth and width for alaw/mulaw (fixes #326601).
19147 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
19149 * tests/icles/Makefile.am:
19150 don't build the tests if we don't have the libs
19152 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
19154 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19155 (gst_cd_paranoia_paranoia_callback):
19156 Don't try to free NULL pointers.
19158 2006-01-10 Edward Hervey <edward@fluendo.com>
19160 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19161 (gst_audio_rate_change_state), (plugin_init):
19162 Add debugging category.
19164 Add case for incoming buffers without valid offset/offset_end.
19166 2006-01-10 Michael Smith <msmith@fluendo.com>
19168 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19169 Don't leak GCond in audio sources.
19171 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
19173 * gst/playback/gstplaybin.c: (gen_audio_element):
19174 Don't leak an autoaudiosink/alsasink when we generate
19175 a new audio element. (old code, I guess)
19177 2006-01-10 Michael Smith <msmith@fluendo.com>
19179 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19180 Support float audio in audiorate.
19181 Use width rather than depth for selecting sample width.
19183 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
19185 * gst/videotestsrc/videotestsrc.h:
19186 Use GLib types here (that way we don't have to include the
19187 generated _stdint.h header, which makes life easier for win32
19188 folks that don't use autotools for the build) (#325990, patch
19189 by: Sergey Scobich).
19191 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
19193 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19194 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19195 (gst_ring_buffer_pause), (wait_segment):
19196 * gst-libs/gst/audio/gstringbuffer.h:
19197 Name (private) union, makes Forte compiler happy (this time
19198 for real) (#324900).
19200 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
19202 * gst-libs/gst/audio/Makefile.am:
19203 Link against libgstinterfaces, needed for mixer
19204 and property probe stuff.
19206 2006-01-09 Edward Hervey <edward@fluendo.com>
19208 * gst-libs/gst/Makefile.am:
19210 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
19212 * gst-libs/gst/audio/Makefile.am:
19213 * gst-libs/gst/audio/mixerutils.c:
19214 (gst_audio_mixer_filter_do_filter),
19215 (gst_audio_mixer_filter_check_element),
19216 (gst_audio_mixer_filter_probe_feature),
19217 (element_factory_rank_compare_func),
19218 (gst_audio_default_registry_mixer_filter):
19219 * gst-libs/gst/audio/mixerutils.h:
19220 Add gst_audio_default_registry_mixer_filter() utility
19223 2006-01-03 Michael Smith <msmith@fluendo.com>
19225 * gst/audioresample/resample.h:
19226 As before, but for o_buf
19228 2006-01-03 Michael Smith <msmith@fluendo.com>
19230 * gst/audioresample/resample.h:
19231 Declare struct _ResampleState.buffer as unsigned char *, not void *,
19232 since we do arithmetic on it.
19234 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
19236 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19237 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19238 (gst_ring_buffer_pause), (wait_segment):
19239 * gst-libs/gst/audio/gstringbuffer.h:
19240 Sun's Forte compiler doesn't seem to like anonymous structs,
19241 so use same setup as in GstBaseSrc (fixes #324900).
19243 2005-12-30 Stefan Kost <ensonic@users.sf.net>
19246 * gst/volume/Makefile.am:
19247 * gst/volume/demo.c:
19248 move old example to tests/examples/volume/volune.c
19249 * tests/examples/Makefile.am:
19250 * tests/examples/seek/seek.c: (main):
19251 change window-close event from "delete-event" to "destroy"
19252 * tests/examples/volume/Makefile.am:
19253 * tests/examples/volume/volume.c: (value_changed_callback),
19254 (setup_gui), (message_received), (eos_message_received), (main):
19255 fix event handling and bus usage
19257 2005-12-29 Stefan Kost <ensonic@users.sf.net>
19259 * gst/audiotestsrc/gstaudiotestsrc.c:
19260 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19261 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19262 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19263 (gst_audio_test_src_create_square),
19264 (gst_audio_test_src_create_saw),
19265 (gst_audio_test_src_create_triangle),
19266 (gst_audio_test_src_create_silence),
19267 (gst_audio_test_src_create_white_noise),
19268 (gst_audio_test_src_create_pink_noise),
19269 (gst_audio_test_src_init_sine_table),
19270 (gst_audio_test_src_create_sine_table),
19271 (gst_audio_test_src_change_wave),
19272 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19273 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19274 * gst/audiotestsrc/gstaudiotestsrc.h:
19275 update to basesrc changes, implement segmented seeking and eos
19276 handling, add a 'sine-tab' waveform for performance critical playback
19278 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19281 ... and this time the other modified file that I missed last time.
19283 2005-12-29 Michael Smith <msmith@fluendo.com>
19285 * gst/playback/gstdecodebin.c: (new_pad):
19286 Fix non-C89 variable declaration not at the start of a block. Should
19287 help some compilers.
19289 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19291 * tests/check/Makefile.am:
19292 And now fix 'make distcheck' (builddir != srcdir)
19294 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19297 * ext/cdparanoia/Makefile.am:
19298 * ext/cdparanoia/gstcdparanoia.c:
19299 * ext/cdparanoia/gstcdparanoia.h:
19300 * ext/cdparanoia/gstcdparanoiasrc.c:
19301 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19302 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19303 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19304 (gst_cd_paranoia_paranoia_callback),
19305 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19306 (gst_cd_paranoia_src_set_property),
19307 (gst_cd_paranoia_src_get_property), (plugin_init):
19308 * ext/cdparanoia/gstcdparanoiasrc.h:
19309 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19310 plugin again (there are still fixes required to playbin to make
19311 cdda:// uris work there).
19313 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19315 * tests/check/Makefile.am:
19316 Fix test case compilation.
19318 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
19320 * gst-libs/gst/cdda/gstcddabasesrc.c:
19321 (gst_cdda_base_src_update_duration),
19322 (gst_cdda_base_src_calculate_cddb_id):
19323 An integer is not a string. Fix access to uninitialised variable.
19325 * tests/check/Makefile.am:
19326 Add cddabasesrc unit test; also actually enable the vorbis test.
19328 * tests/check/generic/states.c:
19329 Blacklist new cd audio elements as well.
19331 * tests/check/libs/cddabasesrc.c:
19332 Unit test for GstCddaBaseSrc (discid calculation mostly).
19334 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19336 * docs/libs/Makefile.am:
19337 * docs/libs/gst-plugins-base-libs-docs.sgml:
19338 * docs/libs/gst-plugins-base-libs-sections.txt:
19339 * docs/libs/gst-plugins-base-libs.types:
19340 Add docs for libgstcdda/GstCddaBaseSrc.
19342 * gst-libs/gst/interfaces/mixertrack.h:
19343 Do one struct member per line with a semicolon at the end, that way
19344 even gtk-doc might parse it without complaining.
19346 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19349 * gst-libs/gst/Makefile.am:
19350 * gst-libs/gst/cdda/Makefile.am:
19351 * gst-libs/gst/cdda/base64.c:
19352 * gst-libs/gst/cdda/base64.h:
19353 * gst-libs/gst/cdda/gstcddabasesrc.c:
19354 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19355 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19356 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19357 (gst_cdda_base_src_get_property),
19358 (gst_cdda_base_src_get_track_from_sector),
19359 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19360 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19361 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19362 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19363 (gst_cdda_base_src_uri_get_protocols),
19364 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19365 (gst_cdda_base_src_uri_handler_init),
19366 (gst_cdda_base_src_setup_interfaces),
19367 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19368 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19369 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19370 (gst_cdda_base_src_add_tags),
19371 (gst_cdda_base_src_add_index_associations),
19372 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19373 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19374 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19375 (gst_cdda_base_src_create):
19376 * gst-libs/gst/cdda/gstcddabasesrc.h:
19377 * gst-libs/gst/cdda/sha1.c:
19378 * gst-libs/gst/cdda/sha1.h:
19379 Add new libgstcdda with GstCddaBaseSrc class.
19381 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
19383 * ext/gnomevfs/gstgnomevfssink.h:
19384 Use GstBaseSinkClass as parent_class member for class struct, not
19387 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19389 Patch by: Michael Benes
19391 * gst/videotestsrc/gstvideotestsrc.c:
19392 (gst_video_test_src_class_init), (gst_video_test_src_start):
19393 Add start method to reset running time and number of frames sent
19394 when starting up (fixes #324696)
19396 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19398 * docs/plugins/Makefile.am:
19399 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19400 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19401 * docs/plugins/gst-plugins-base-plugins.args:
19402 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19403 * docs/plugins/gst-plugins-base-plugins.signals:
19404 Add docs stuff for gnomevfssrc and gnomevfssink.
19406 * ext/gnomevfs/gstgnomevfssrc.c:
19407 Fix example pipeline in gtk-doc blurb.
19409 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
19411 * ext/gnomevfs/Makefile.am:
19412 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19413 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19414 (gst_gnome_vfs_handle_get_type), (plugin_init):
19415 * ext/gnomevfs/gstgnomevfs.h:
19416 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19417 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19418 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19419 (gst_gnome_vfs_sink_set_property),
19420 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19421 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19422 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19423 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19424 (gst_gnome_vfs_sink_uri_get_type),
19425 (gst_gnome_vfs_sink_uri_get_protocols),
19426 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19427 (gst_gnome_vfs_sink_uri_handler_init):
19428 * ext/gnomevfs/gstgnomevfssink.h:
19429 Port gnomevfssink; add gtk-doc blurb.
19431 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19432 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19433 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19434 (gst_gnome_vfs_src_uri_get_type),
19435 (gst_gnome_vfs_src_uri_get_protocols),
19436 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19437 (gst_gnome_vfs_src_uri_handler_init),
19438 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19439 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19440 (gst_gnome_vfs_src_send_additional_headers_callback),
19441 (gst_gnome_vfs_src_received_headers_callback),
19442 (gst_gnome_vfs_src_push_callbacks),
19443 (gst_gnome_vfs_src_pop_callbacks),
19444 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19445 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19446 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19447 * ext/gnomevfs/gstgnomevfssrc.h:
19448 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19449 file; add gtk-doc blurb with example pipelines.
19451 === release 0.10.1 ===
19453 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
19456 releasing 0.10.1, "Dobro Dedek"
19458 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
19460 * gst/typefind/gsttypefindfunctions.c:
19461 iLBC30 and iLBC20 added to typefind.
19463 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
19465 * gst-libs/gst/audio/gstbaseaudiosink.c:
19466 (gst_base_audio_sink_class_init):
19467 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19468 (gst_base_audio_src_class_init):
19469 update strings, values are in microseconds
19470 change the default sink buffer time to something that is smaller
19471 (to help software volume mixing have a slightly lower delay) but
19472 still be acceptable on Wim's laptop
19474 2005-12-20 Edward Hervey <edward@fluendo.com>
19476 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19477 Made a quack, forgot to add DUCK to the riff video template.
19479 2005-12-19 Edward Hervey <edward@fluendo.com>
19481 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19482 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19483 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19484 (gst_ogm_parse_chain):
19485 Make sure pads are initialized correctly.
19486 * gst-libs/gst/riff/riff-ids.h:
19487 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19488 (gst_riff_create_video_template_caps):
19489 Add a whole bunch of FOURCC <=> MimeType.
19490 Extend the riff video pad template to support the newly added fourcc.
19492 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
19494 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19495 (gst_ogg_demux_activate_chain):
19496 Extra debug output when activating/deactivating chains.
19498 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19499 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19501 Remove a queue from our list when it becomes unlinked.
19502 Don't add queues to elements in class 'Demux' if they
19503 can only produce one pad
19505 2005-12-18 Julien MOUTTE <julien@moutte.net>
19507 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19508 (gst_video_sink_get_type): Add a debug category.
19510 2005-12-17 Philippe Khalaf <burger@speedy.org>
19512 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19513 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19514 Handle downstream newsegment by sending our own newsegment before the
19515 next buffer to be released. (#323900)
19517 2005-12-17 Philippe Khalaf <burger@speedy.org>
19519 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19520 (gst_base_rtp_depayload_set_gst_timestamp):
19521 add queue delay to new segment as well (as opposed to just the first
19522 buffer). (bug #322347)
19524 2005-12-16 Stefan Kost <ensonic@users.sf.net>
19526 * ext/libvisual/visual.c: (make_valid_name):
19527 change some char* into char[]
19528 * gst/audiotestsrc/gstaudiotestsrc.c:
19529 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19530 (gst_audio_test_src_create):
19531 * gst/audiotestsrc/gstaudiotestsrc.h:
19532 prepare to handle EOS and SEGMENT_DONE
19534 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19536 * tests/check/generic/states.c: (GST_START_TEST):
19537 Blacklist cdparanoia element in state test.
19539 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
19541 Patch by: Benjamin Pineau
19543 * gst/tcp/gsttcp.c:
19544 * gst/tcp/gsttcpclientsink.c:
19545 * gst/tcp/gsttcpserversink.c:
19546 * gst/tcp/gsttcpserversrc.c:
19547 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19549 2005-12-15 Michael Smith <msmith@fluendo.com>
19551 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19552 (gst_video_rate_chain):
19553 Fix timestamping for videorate when the first buffer it sees has a
19554 non-zero timestamp. Fix some misleading debug output.
19556 2005-12-15 Michael Smith <msmith@fluendo.com>
19558 * gst/audioresample/gstaudioresample.c:
19559 Don't leak all input buffers to audioresample.
19561 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19563 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19564 Don't operate on empty text buffers. Strip newlines and
19565 tabs only from the end of the text, but leave them intact
19566 in the middle. Fix typo in gtk-doc description.
19568 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
19570 * gst/playback/gstplaybasebin.c:
19571 * gst/playback/gstplaybin.c: (handoff):
19572 Make sure the video frame buffer we return to apps via the
19573 "frame" property always has caps set on it. Modify
19574 _gst_gvalue_set_object() macro to handle NULL objects
19577 2005-12-14 Stefan Kost <ensonic@users.sf.net>
19579 * gst/audiotestsrc/gstaudiotestsrc.c:
19580 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19581 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19582 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19583 (gst_audio_test_src_create):
19584 * gst/audiotestsrc/gstaudiotestsrc.h:
19585 Adjust to some recent api changes and add wtays new cool seeking
19588 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
19590 * ext/alsa/Makefile.am:
19591 * ext/alsa/gstalsadeviceprobe.c:
19592 * ext/alsa/gstalsadeviceprobe.h:
19593 Helper functions to add device probing via the GstPropertyProbe
19594 interface to a class.
19596 * ext/alsa/gstalsamixer.h:
19597 Comment out GST_ALSA_MIXER, it returns a struct that's not
19600 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19601 Add some debug info.
19603 * ext/alsa/gstalsamixerelement.c:
19604 (gst_alsa_mixer_element_interface_supported),
19605 (gst_implements_interface_init),
19606 (gst_alsa_mixer_element_init_interfaces),
19607 (gst_alsa_mixer_element_class_init),
19608 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19609 (gst_alsa_mixer_element_set_property),
19610 (gst_alsa_mixer_element_get_property),
19611 (gst_alsa_mixer_element_change_state):
19612 * ext/alsa/gstalsamixerelement.h:
19613 Add 'device' and 'device-name' properties. Add GstPropertyProbe
19614 for device handling (gnome-volume-control will need that).
19616 2005-12-12 Christian Schaller <uraeus@gnome.org>
19618 * ext/Makefile.am: fix cdparanoia entry
19619 * gst-plugins-base.spec.in: add cdparanoia
19621 2005-12-12 Michael Smith <msmith@fluendo.com>
19623 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19624 Use the correct function to free list of typefind factories.
19626 2005-12-12 Wim Taymans <wim@fluendo.com>
19628 * gst/videotestsrc/gstvideotestsrc.c:
19629 (gst_video_test_src_class_init), (gst_video_test_src_init),
19630 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19631 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19632 (gst_video_test_src_create):
19633 * gst/videotestsrc/gstvideotestsrc.h:
19634 Implement seeking in videotestsrc.
19637 2005-12-12 Wim Taymans <wim@fluendo.com>
19639 * ext/cdparanoia/Makefile.am:
19640 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19641 (gst_paranoia_endian_get_type), (_do_init),
19642 (cdparanoia_class_init), (cdparanoia_init),
19643 (cdparanoia_set_property), (cdparanoia_get_property),
19644 (cdparanoia_do_seek), (cdparanoia_is_seekable),
19645 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19646 (cdparanoia_convert), (cdparanoia_get_query_types),
19647 (cdparanoia_query), (cdparanoia_set_index),
19648 (cdparanoia_uri_set_uri):
19649 * ext/cdparanoia/gstcdparanoia.h:
19650 Partially ported cdparanoia now that basesrc can support a
19653 2005-12-12 Wim Taymans <wim@fluendo.com>
19655 * tests/examples/seek/scrubby.c: (main):
19656 Set higher priority for bus events so they don't get reordered with
19659 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19660 (flush_toggle_cb), (main):
19661 Added checkbox to disable flushing seeks.
19662 Disable scrubbing when doing non flushing seeks.
19664 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
19666 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19667 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19668 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19669 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19670 Implement some sort of event handling that doesn't rely on
19671 g_return_if_fail; make sure we always push the last chunk of an
19672 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19673 state change function; remove some old cruft. Seeking is still
19674 rather unlikely to work though.
19676 * tools/.cvsignore:
19679 2005-12-11 Julien MOUTTE <julien@moutte.net>
19681 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19682 Fixed a leak of the current image reference when cleaning up.
19683 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19685 2005-12-09 Michael Smith <msmith@fluendo.com>
19687 * tools/Makefile.am:
19688 * tools/gst-launch-ext-m.m:
19689 Remove gst-launch-ext. It doesn't work, and is no longer
19690 particularly useful.
19692 2005-12-08 Luca Ognibene <luogni@tin.it>
19694 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19695 don't pass random values to ogmparse convert function.
19696 Make seeking possible in the exile1.ogm file.
19698 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
19700 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19701 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19702 Work around refcount problem with g_value_set_object() that occur
19703 if the core has been compiled against GLib-2.6 (g_value_set_object()
19704 will only g_object_ref() the element, but the caller will
19705 gst_object_unref() it and bad things will happen due to the way
19706 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19707 totem for people on FC4 using Thomas's 0.10 RPMs.
19709 2005-12-07 Edward Hervey <edward@fluendo.com>
19711 Time to welcome ogm to 0.10 :)
19713 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19714 (gst_ogg_pad_typefind):
19715 Oggdemux can now properly typefind elements with dynamic pads.
19716 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19717 Properly set caps on src pad, and set caps on outgoing buffers.
19719 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
19721 * ext/alsa/gstalsamixer.h:
19722 * ext/alsa/gstalsamixerelement.h:
19723 * ext/alsa/gstalsamixeroptions.h:
19724 * ext/alsa/gstalsamixertrack.h:
19725 * ext/alsa/gstalsasink.c:
19726 * ext/alsa/gstalsasink.h:
19727 * ext/alsa/gstalsasrc.c:
19728 * ext/alsa/gstalsasrc.h:
19729 * ext/cdparanoia/gstcdparanoia.h:
19730 * ext/gnomevfs/gstgnomevfsuri.h:
19731 * ext/ogg/gstoggdemux.c:
19732 * ext/ogg/gstoggmux.c:
19733 * ext/pango/gsttextoverlay.h:
19734 * ext/theora/theoradec.c:
19735 * ext/theora/theoraenc.c:
19736 * ext/vorbis/vorbisdec.h:
19737 * ext/vorbis/vorbisenc.c:
19738 * ext/vorbis/vorbisenc.h:
19739 * ext/vorbis/vorbisparse.h:
19740 * gst-libs/gst/audio/gstaudioclock.h:
19741 * gst-libs/gst/audio/gstaudiosink.c:
19742 * gst-libs/gst/audio/gstaudiosink.h:
19743 * gst-libs/gst/audio/gstaudiosrc.c:
19744 * gst-libs/gst/audio/gstaudiosrc.h:
19745 * gst-libs/gst/audio/gstbaseaudiosink.c:
19746 * gst-libs/gst/audio/gstbaseaudiosink.h:
19747 * gst-libs/gst/audio/gstbaseaudiosrc.c:
19748 * gst-libs/gst/audio/gstbaseaudiosrc.h:
19749 * gst-libs/gst/audio/gstringbuffer.h:
19750 * gst-libs/gst/audio/multichannel.h:
19751 * gst-libs/gst/floatcast/floatcast.h:
19752 * gst-libs/gst/interfaces/colorbalance.c:
19753 * gst-libs/gst/interfaces/colorbalance.h:
19754 * gst-libs/gst/interfaces/colorbalancechannel.h:
19755 * gst-libs/gst/interfaces/mixer.h:
19756 * gst-libs/gst/interfaces/mixeroptions.h:
19757 * gst-libs/gst/interfaces/mixertrack.h:
19758 * gst-libs/gst/interfaces/navigation.h:
19759 * gst-libs/gst/interfaces/propertyprobe.h:
19760 * gst-libs/gst/interfaces/tuner.h:
19761 * gst-libs/gst/interfaces/tunerchannel.h:
19762 * gst-libs/gst/interfaces/tunernorm.h:
19763 * gst-libs/gst/interfaces/xoverlay.h:
19764 * gst-libs/gst/netbuffer/gstnetbuffer.h:
19765 * gst-libs/gst/riff/riff-ids.h:
19766 * gst-libs/gst/riff/riff-media.h:
19767 * gst-libs/gst/riff/riff-read.h:
19768 * gst-libs/gst/rtp/gstbasertpdepayload.h:
19769 * gst-libs/gst/rtp/gstbasertppayload.c:
19770 * gst-libs/gst/rtp/gstbasertppayload.h:
19771 * gst-libs/gst/rtp/gstrtpbuffer.c:
19772 * gst-libs/gst/rtp/gstrtpbuffer.h:
19773 * gst-libs/gst/tag/gsttageditingprivate.h:
19774 * gst-libs/gst/tag/gstvorbistag.c:
19775 (gst_tag_list_from_vorbiscomment_buffer):
19776 * gst-libs/gst/tag/tag.h:
19777 * gst-libs/gst/video/video.h:
19778 * gst/adder/gstadder.c:
19779 * gst/adder/gstadder.h:
19780 * gst/audioconvert/audioconvert.c:
19781 * gst/audioconvert/audioconvert.h:
19782 * gst/audioconvert/gstaudioconvert.c:
19783 * gst/audioconvert/gstchannelmix.c:
19784 * gst/audioconvert/gstchannelmix.h:
19785 * gst/audiorate/gstaudiorate.c:
19786 * gst/audioresample/buffer.h:
19787 * gst/audioresample/functable.h:
19788 * gst/audioresample/gstaudioresample.c:
19789 * gst/audioresample/resample.h:
19790 * gst/ffmpegcolorspace/avcodec.h:
19791 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19792 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19793 * gst/ffmpegcolorspace/imgconvert.c:
19794 * gst/ffmpegcolorspace/imgconvert_template.h:
19795 * gst/playback/gstdecodebin.c:
19796 * gst/playback/gstplaybasebin.h:
19797 * gst/playback/gstplaybin.c:
19798 * gst/playback/gststreaminfo.h:
19799 * gst/tcp/gstfdset.c:
19800 * gst/tcp/gstfdset.h:
19801 * gst/tcp/gstmultifdsink.c:
19802 * gst/tcp/gstmultifdsink.h:
19803 * gst/tcp/gsttcp.h:
19804 * gst/tcp/gsttcpclientsrc.c:
19805 * gst/tcp/gsttcpclientsrc.h:
19806 * gst/tcp/gsttcpplugin.h:
19807 * gst/tcp/gsttcpserversink.c:
19808 * gst/tcp/gsttcpserversrc.c:
19809 * gst/typefind/gsttypefindfunctions.c:
19810 * gst/videorate/gstvideorate.c:
19811 * gst/videotestsrc/gstvideotestsrc.h:
19812 * gst/videotestsrc/videotestsrc.h:
19813 * sys/v4l/gstv4lcolorbalance.h:
19814 * sys/v4l/gstv4ltuner.h:
19815 * sys/v4l/gstv4lxoverlay.h:
19816 * sys/v4l/v4l_calls.h:
19817 * sys/v4l/videodev_mjpeg.h:
19818 * tests/check/elements/audioconvert.c:
19819 * tests/check/elements/audioresample.c:
19820 * tests/check/elements/audiotestsrc.c:
19821 * tests/check/elements/videotestsrc.c:
19822 * tests/check/elements/volume.c:
19823 * tests/examples/seek/scrubby.c:
19824 * tests/examples/seek/seek.c:
19827 === release 0.10.0 ===
19829 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19832 releasing 0.10.0, "Mont-d'or"
19834 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
19836 * tests/examples/seek/Makefile.am:
19837 Build fix for when gtk is not available.
19839 2005-12-05 Andy Wingo <wingo@pobox.com>
19841 * ext/libvisual/visual.c: (get_buffer):
19842 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19843 * ext/pango/gsttextrender.c: (gst_text_render_chain):
19844 * ext/theora/theoradec.c: (theora_handle_data_packet):
19845 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19846 (theora_enc_chain):
19847 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19848 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19849 Update for alloc_buffer changes.
19851 2005-12-05 Andy Wingo <wingo@pobox.com>
19853 patch by: Kai Vehmanen <kv2004 eca cx>
19855 * gst-libs/gst/rtp/gstbasertpdepayload.c
19856 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19858 2005-12-04 Andy Wingo <wingo@pobox.com>
19860 patch by: Sebastien Cote <sebas642 yahoo ca>
19862 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19865 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
19867 * docs/plugins/Makefile.am:
19868 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19869 * docs/plugins/gst-plugins-base-plugins-sections.txt:
19870 * docs/plugins/gst-plugins-base-plugins.hierarchy:
19871 * ext/pango/gstclockoverlay.c:
19872 * ext/pango/gsttextoverlay.c:
19873 * ext/pango/gsttextrender.c:
19874 * ext/pango/gsttimeoverlay.c:
19875 Add gtk-doc blurbs to pango elements.
19877 2005-12-02 Wim Taymans <wim@fluendo.com>
19879 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19880 * gst/audioresample/buffer.h:
19881 * gst/audioresample/gstaudioresample.c:
19882 * gst/audioresample/gstaudioresample.h:
19883 * gst/audioresample/resample.c: (resample_input_flush),
19884 (resample_input_pushthrough), (resample_input_eos),
19885 (resample_get_output_size_for_input),
19886 (resample_get_input_size_for_output), (resample_get_output_size),
19887 (resample_get_output_data):
19888 * gst/audioresample/resample.h:
19889 * gst/audioresample/resample_ref.c: (resample_scale_ref):
19890 Fix audioresample, seek torture, new segments, reverse negotiation
19893 2005-12-02 Wim Taymans <wim@fluendo.com>
19895 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19898 2005-12-02 Wim Taymans <wim@fluendo.com>
19900 * gst/audioconvert/gstaudioconvert.c:
19901 (gst_audio_convert_transform):
19904 === release 0.9.7 ===
19906 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19909 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19911 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19917 add win32 MANIFEST file
19918 do something to the hungarian translation
19920 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
19923 Add $(PANGO_DIR) to SUBDIRS
19925 * ext/pango/gstclockoverlay.c:
19926 * ext/pango/gsttimeoverlay.c:
19927 Fix and improve element descriptions.
19929 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19931 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19932 * docs/plugins/inspect/plugin-libvisual.xml:
19933 * docs/plugins/inspect/plugin-pango.xml:
19934 add pango plugin to docs
19936 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19940 moved pango to base
19942 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19945 * tests/Makefile.am:
19946 * tests/icles/.cvsignore:
19947 * tests/icles/Makefile.am:
19948 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19949 (close_display), (resize_window), (move_window), (create_window),
19950 (terminate_playback), (pause_playback), (start_playback), (main):
19951 add stress test for xoverlay from Julien
19953 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
19955 * docs/libs/tmpl/gstcolorbalance.sgml:
19956 * gst-libs/gst/rtp/gstbasertpdepayload.c:
19957 * gst-libs/gst/rtp/gstbasertppayload.c:
19958 * gst-libs/gst/rtp/gstrtpbuffer.c:
19959 * gst-libs/gst/rtp/gstrtpbuffer.h:
19960 Do burger's rename for rtp payloaders and depayloaders
19962 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19965 add Visual Studio 6 build files
19967 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19969 * docs/libs/gst-plugins-base-libs-docs.sgml:
19970 * docs/libs/gst-plugins-base-libs-sections.txt:
19971 * docs/libs/tmpl/gstaudio.sgml:
19972 * docs/libs/tmpl/gstringbuffer.sgml:
19973 * gst-libs/gst/interfaces/xoverlay.c:
19974 * gst-libs/gst/video/gstvideofilter.c:
19975 * gst-libs/gst/video/gstvideosink.c:
19976 update documentation
19978 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
19980 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19981 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19982 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19983 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19984 (gst_multi_fd_sink_get_stats),
19985 (gst_multi_fd_sink_remove_client_link),
19986 (gst_multi_fd_sink_handle_client_read),
19987 (gst_multi_fd_sink_client_queue_data),
19988 (gst_multi_fd_sink_client_queue_caps),
19989 (gst_multi_fd_sink_client_queue_buffer),
19990 (gst_multi_fd_sink_new_client),
19991 (gst_multi_fd_sink_handle_client_write),
19992 (gst_multi_fd_sink_recover_client),
19993 (gst_multi_fd_sink_queue_buffer),
19994 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19995 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19996 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19997 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19998 * gst/tcp/gstmultifdsink.h:
19999 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
20000 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
20001 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
20002 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
20003 (gst_tcp_client_sink_set_property),
20004 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
20005 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
20006 * gst/tcp/gsttcpclientsink.h:
20007 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
20008 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
20009 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
20010 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
20011 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
20012 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
20013 * gst/tcp/gsttcpclientsrc.h:
20014 * gst/tcp/gsttcpplugin.c: (plugin_init):
20015 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
20016 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
20017 (gst_tcp_server_sink_finalize),
20018 (gst_tcp_server_sink_handle_server_read),
20019 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
20020 (gst_tcp_server_sink_set_property),
20021 (gst_tcp_server_sink_get_property),
20022 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
20023 * gst/tcp/gsttcpserversink.h:
20024 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
20025 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
20026 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
20027 (gst_tcp_server_src_set_property),
20028 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
20029 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
20030 * gst/tcp/gsttcpserversrc.h:
20033 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
20035 * docs/plugins/Makefile.am:
20036 * docs/plugins/gst-plugins-base-plugins.args:
20037 * docs/plugins/inspect/plugin-libvisual.xml:
20038 * gst/audioconvert/plugin.h:
20039 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
20040 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
20041 (gst_audio_rate_setcaps), (gst_audio_rate_init),
20042 (gst_audio_rate_chain), (gst_audio_rate_set_property),
20043 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
20045 * gst/audiotestsrc/gstaudiotestsrc.c:
20046 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
20047 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
20048 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
20049 (gst_audio_test_src_get_query_types),
20050 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
20051 (gst_audio_test_src_create_square),
20052 (gst_audio_test_src_create_saw),
20053 (gst_audio_test_src_create_triangle),
20054 (gst_audio_test_src_create_silence),
20055 (gst_audio_test_src_create_white_noise),
20056 (gst_audio_test_src_init_pink_noise),
20057 (gst_audio_test_src_generate_pink_noise_value),
20058 (gst_audio_test_src_create_pink_noise),
20059 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
20060 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
20061 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
20063 * gst/audiotestsrc/gstaudiotestsrc.h:
20064 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
20065 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
20066 (gst_sub_parse_init), (gst_sub_parse_formats),
20067 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
20068 (convert_encoding), (get_next_line),
20069 (gst_sub_parse_data_format_autodetect),
20070 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
20071 (gst_sub_parse_loop), (gst_sub_parse_chain),
20072 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
20074 * gst/subparse/gstsubparse.h:
20075 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
20076 (gst_video_rate_base_init), (gst_video_rate_class_init),
20077 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
20078 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
20079 (gst_video_rate_init), (gst_video_rate_event),
20080 (gst_video_rate_chain), (gst_video_rate_set_property),
20081 (gst_video_rate_get_property), (gst_video_rate_change_state),
20083 * gst/videoscale/gstvideoscale.c:
20084 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20085 (gst_video_scale_src_template_factory),
20086 (gst_video_scale_sink_template_factory),
20087 (gst_video_scale_get_type), (gst_video_scale_base_init),
20088 (gst_video_scale_class_init), (gst_video_scale_init),
20089 (gst_video_scale_set_property), (gst_video_scale_get_property),
20090 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20091 (gst_video_scale_prepare_size), (parse_caps),
20092 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20093 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20094 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20096 * gst/videoscale/gstvideoscale.h:
20097 * gst/videotestsrc/gstvideotestsrc.c:
20098 (gst_video_test_src_pattern_get_type),
20099 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20100 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20101 (gst_video_test_src_set_pattern),
20102 (gst_video_test_src_set_property),
20103 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20104 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20105 (gst_video_test_src_event), (gst_video_test_src_get_times),
20106 (gst_video_test_src_create), (plugin_init):
20107 * gst/videotestsrc/gstvideotestsrc.h:
20108 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20109 (gst_video_test_src_smpte), (gst_video_test_src_snow),
20110 (gst_video_test_src_black):
20111 * gst/videotestsrc/videotestsrc.h:
20113 clean up docs a little
20115 2005-11-30 Wim Taymans <wim@fluendo.com>
20117 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20118 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20119 (gst_basertppayload_event), (gst_basertppayload_push),
20120 (gst_basertppayload_change_state):
20121 * gst-libs/gst/rtp/gstbasertppayload.h:
20124 2005-11-30 Julien MOUTTE <julien@moutte.net>
20126 * docs/libs/gst-plugins-base-libs-docs.sgml:
20127 * docs/libs/gst-plugins-base-libs-sections.txt:
20128 * gst-libs/gst/video/gstvideofilter.c:
20129 * gst-libs/gst/video/gstvideosink.c:
20130 * gst-libs/gst/video/gstvideosink.h: Adding docs.
20132 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20152 * scripts/autoplugins.sh:
20155 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20159 * examples/Makefile.am:
20160 * examples/capsfilter/Makefile.am:
20161 * examples/capsfilter/capsfilter1.c:
20162 * examples/gob/Makefile.am:
20163 * examples/gob/gst-identity2.gob:
20164 * examples/indexing/.cvsignore:
20165 * examples/indexing/Makefile.am:
20166 * examples/indexing/indexmpeg.c:
20167 * examples/seeking/.cvsignore:
20168 * examples/seeking/Makefile.am:
20169 * examples/seeking/cdparanoia.c:
20170 * examples/seeking/cdplayer.c:
20171 * examples/seeking/chained.c:
20172 * examples/seeking/scrubby.c:
20173 * examples/seeking/seek.c:
20174 * examples/stats/Makefile.am:
20175 * examples/stats/mp2ogg.c:
20176 * examples/switch/.cvsignore:
20177 * examples/switch/Makefile.am:
20178 * examples/switch/switcher.c:
20179 * tests/Makefile.am:
20180 * tests/check/generic/.cvsignore:
20181 * tests/check/pipelines/.cvsignore:
20182 * tests/examples/Makefile.am:
20183 * tests/examples/seek/Makefile.am:
20184 reorganize stuff under tests/
20186 2005-11-30 Edward Hervey <edward@fluendo.com>
20188 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20189 Go away you stupid GstStaticPadTemplate memleak.
20191 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20193 * gst-libs/gst/net/Makefile.am:
20194 * gst-libs/gst/net/README:
20195 * gst-libs/gst/net/gstnetbuffer.c:
20196 * gst-libs/gst/net/gstnetbuffer.h:
20197 this was moved to "netbuffer"
20199 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20201 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20202 (gst_video_filter_class_init), (gst_video_filter_init):
20203 * gst-libs/gst/video/gstvideofilter.h:
20204 borgify name to bring in line with other classes
20206 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
20208 * gst/audioscale/.cvsignore:
20209 * gst/audioscale/Makefile.am:
20210 * gst/audioscale/README:
20211 * gst/audioscale/audioscale.vcproj:
20212 * gst/audioscale/dtof.c:
20213 * gst/audioscale/dtos.c:
20214 * gst/audioscale/functable.c:
20215 * gst/audioscale/gstaudioscale.c:
20216 * gst/audioscale/gstaudioscale.h:
20217 * gst/audioscale/private.h:
20218 * gst/audioscale/resample.c:
20219 * gst/audioscale/resample.h:
20220 * gst/audioscale/test.c:
20223 2005-11-30 Edward Hervey <edward@fluendo.com>
20225 * gst-libs/gst/netbuffer/Makefile.am:
20226 really, really tired
20228 2005-11-30 Edward Hervey <edward@fluendo.com>
20230 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20231 Update for new GstTypeFindFactory _register()
20233 2005-11-30 Edward Hervey <edward@fluendo.com>
20235 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
20236 Let's not override libgstnet from core for no reason...
20237 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20238 Ok, maybe not so quick next time.
20240 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20243 * gst-libs/gst/Makefile.am:
20244 moved gst-libs/gst/net to netbuffer through CVS surgery
20245 remove old directory
20246 updating build to accomodate
20249 2005-11-29 Andy Wingo <wingo@pobox.com>
20251 * pkgconfig/gstreamer-plugins-base.pc.in:
20252 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20253 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20256 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20258 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20259 3rd time's the charm. Correct ref-counting for discarded buffers.
20261 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20263 * gst/playback/gststreamselector.c:
20264 (gst_stream_selector_class_init),
20265 (gst_stream_selector_set_property),
20266 (gst_stream_selector_get_property),
20267 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20270 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
20272 * gst/subparse/gstsubparse.c: (feed_textbuf):
20273 Don't access already unref'ed buffer.
20275 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
20277 * gst/playback/gststreamselector.c:
20278 (gst_stream_selector_class_init), (gst_stream_selector_init),
20279 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20280 (gst_stream_selector_get_property),
20281 (gst_stream_selector_get_linked_pad),
20282 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20283 * gst/playback/gststreamselector.h:
20284 Add the active-pad property for playbin to use shortly. Ignore buffers
20285 from any other pad, returning GST_FLOW_NOT_LINKED
20287 2005-11-29 Julien MOUTTE <julien@moutte.net>
20289 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20290 patch from bug #322704 (Alessandro Decina).
20292 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20294 * gst-libs/gst/audio/Makefile.am:
20295 folded audiofilter into the audio library
20297 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
20299 * gst/videoscale/gstvideoscale.h:
20300 * gst/videoscale/gstvideoscale.c:
20301 remove unimplemented scale methods
20303 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
20305 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20308 2005-11-28 Julien MOUTTE <julien@moutte.net>
20310 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20311 (gst_ximagesink_setcaps):
20312 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20313 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20314 happens (only visible on ximagesink but bug is in xv too) set_caps was
20315 destroying the internal x[v]image used to memcpy non locally alloced
20316 buffers so that it got renewed on next _chain. The issue is that
20317 _expose will try to put that image as it reffed it in _put.
20318 Using gst_buffer_unref instead of destroy fixes it !
20320 2005-11-28 Edward Hervey <edward@fluendo.com>
20322 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20323 (try_to_link_1), (queue_filled_cb):
20324 Better use of the queues. Start with a small size queue and only increase
20325 the size of the queues when the other queues are empty.
20327 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
20329 * gst-libs/gst/video/Makefile.am:
20330 compile in copied-over videofilter into the video library
20331 * gst-libs/gst/video/videosink.h:
20332 rename the header to gstvideosink.h since it's a base GstObject class
20333 * sys/ximage/ximagesink.h:
20334 * sys/xvimage/xvimagesink.h:
20337 2005-11-28 Wim Taymans <wim@fluendo.com>
20339 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20340 * gst/playback/gstplaybasebin.h:
20341 Prepare to handle errors betters.
20343 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20344 Set sinks to PAUSED first before adding and linking them so that
20345 we don't interrupt dataflow.
20347 2005-11-28 Wim Taymans <wim@fluendo.com>
20349 * gst-libs/gst/audio/TODO:
20352 * gst-libs/gst/audio/gstaudiosink.c:
20353 (gst_audioringbuffer_open_device),
20354 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20355 (gst_audioringbuffer_release):
20358 * gst-libs/gst/audio/gstbaseaudiosink.c:
20359 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20360 (gst_base_audio_sink_change_state):
20361 Slave to the master clock when going to PLAYING and unslave when
20364 * gst-libs/gst/audio/gstringbuffer.c:
20365 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20366 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20367 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20368 (gst_ring_buffer_clear_all), (wait_segment),
20369 (gst_ring_buffer_commit), (gst_ring_buffer_read),
20370 (gst_ring_buffer_advance):
20371 * gst-libs/gst/audio/gstringbuffer.h:
20372 Add some docs and cleanups.
20374 2005-11-28 Julien MOUTTE <julien@moutte.net>
20376 * sys/xvimage/xvimagesink.c:
20377 (gst_xvimagesink_navigation_send_event): Fix navigation events
20378 coordinates translation with pixel aspect ratios.
20380 2005-11-28 Julien MOUTTE <julien@moutte.net>
20382 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20383 Use calculated video geometry from _setcaps instead of buffer
20384 caps to respect pixel aspect ratio. (fixes #322388)
20386 2005-11-28 Julien MOUTTE <julien@moutte.net>
20388 * docs/libs/tmpl/gstcolorbalance.sgml:
20389 * docs/libs/tmpl/gstmixer.sgml:
20390 * docs/libs/tmpl/gstxoverlay.sgml:
20391 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20394 2005-11-28 Julien MOUTTE <julien@moutte.net>
20396 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20397 Refuse to create an XvImage if we can't find the format.
20399 2005-11-28 Edward Hervey <edward@fluendo.com>
20401 * gst-libs/gst/riff/riff-media.c:
20402 (gst_riff_create_audio_template_caps):
20403 Add ATRAC3 to the list of riff-possible audio caps.
20404 I know we still don't have a plugin for atrac3, but it's saner to output
20405 that than a cryptic mimetype.
20407 2005-11-27 Edward Hervey <edward@fluendo.com>
20409 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20410 Don't try to create a zero-sized subbuffer.
20412 2005-11-27 Julien MOUTTE <julien@moutte.net>
20414 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20415 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20416 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20417 (gst_ximagesink_expose): Fixed a tricky race.
20418 * sys/ximage/ximagesink.h:
20419 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20420 (gst_xvimagesink_expose): Fixed a tricky race.
20421 * sys/xvimage/xvimagesink.h:
20423 2005-11-27 Edward Hervey <edward@fluendo.com>
20425 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20426 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20427 Remove unused properties, and add queues between demuxers and decoders
20428 so that a lot more files can preroll properly.
20430 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20432 * gst-libs/gst/net/Makefile.am:
20433 * gst-libs/gst/rtp/Makefile.am:
20434 * gst-libs/gst/tag/Makefile.am:
20435 remove silly include
20436 * gst/tags/Makefile.am:
20437 * gst/tags/gsttagediting.c:
20438 * gst/tags/gsttageditingprivate.h:
20439 * gst/tags/tagedit.vcproj:
20440 remove directory, is as good as empty
20442 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
20445 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20446 * gst-libs/Makefile.am:
20447 * gst-libs/gst/audio/Makefile.am:
20448 * gst-libs/gst/interfaces/Makefile.am:
20449 * gst-libs/gst/net/Makefile.am:
20450 * gst-libs/gst/riff/Makefile.am:
20451 * gst-libs/gst/rtp/Makefile.am:
20452 * gst-libs/gst/tag/Makefile.am:
20453 * gst-libs/gst/video/Makefile.am:
20456 2005-11-27 Julien MOUTTE <julien@moutte.net>
20458 * docs/libs/tmpl/gstcolorbalance.sgml:
20459 * docs/libs/tmpl/gstmixer.sgml:
20460 * docs/libs/tmpl/gstxoverlay.sgml:
20461 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20462 * sys/ximage/ximagesink.h:
20463 * sys/xvimage/xvimagesink.h: More and more documentation.
20465 2005-11-26 Julien MOUTTE <julien@moutte.net>
20467 * docs/libs/gst-plugins-base-libs-docs.sgml:
20468 * docs/libs/gst-plugins-base-libs-sections.txt:
20469 * docs/libs/tmpl/gstcolorbalance.sgml:
20470 * docs/libs/tmpl/gstmixer.sgml:
20471 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20474 2005-11-26 Julien MOUTTE <julien@moutte.net>
20476 * docs/plugins/Makefile.am:
20477 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20478 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20479 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20481 2005-11-26 Julien MOUTTE <julien@moutte.net>
20483 * docs/plugins/Makefile.am:
20484 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20485 * docs/plugins/gst-plugins-base-plugins-sections.txt:
20486 * docs/plugins/inspect/plugin-adder.xml:
20487 * docs/plugins/inspect/plugin-alsa.xml:
20488 * docs/plugins/inspect/plugin-audioconvert.xml:
20489 * docs/plugins/inspect/plugin-audiorate.xml:
20490 * docs/plugins/inspect/plugin-audioresample.xml:
20491 * docs/plugins/inspect/plugin-audiotestsrc.xml:
20492 * docs/plugins/inspect/plugin-decodebin.xml:
20493 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20494 * docs/plugins/inspect/plugin-gnomevfs.xml:
20495 * docs/plugins/inspect/plugin-ogg.xml:
20496 * docs/plugins/inspect/plugin-playbin.xml:
20497 * docs/plugins/inspect/plugin-subparse.xml:
20498 * docs/plugins/inspect/plugin-tcp.xml:
20499 * docs/plugins/inspect/plugin-theora.xml:
20500 * docs/plugins/inspect/plugin-typefindfunctions.xml:
20501 * docs/plugins/inspect/plugin-video4linux.xml:
20502 * docs/plugins/inspect/plugin-videorate.xml:
20503 * docs/plugins/inspect/plugin-videoscale.xml:
20504 * docs/plugins/inspect/plugin-videotestsrc.xml:
20505 * docs/plugins/inspect/plugin-volume.xml:
20506 * docs/plugins/inspect/plugin-vorbis.xml:
20507 * docs/plugins/inspect/plugin-ximagesink.xml:
20508 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20509 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20511 2005-11-26 Edward Hervey <edward@fluendo.com>
20513 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20514 Properly return GstFlowReturn from gst_pad_push in chain functions.
20516 2005-11-25 Michael Smith <msmith@fluendo.com>
20518 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20519 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20520 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20521 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20522 Handle various conditions better when we don't understand a stream.
20523 Removes a heap of CRITICALs on ogg streams containing unknown data.
20525 2005-11-24 Andy Wingo <wingo@pobox.com>
20527 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20530 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20532 * configure.ac: back to HEAD
20534 === release 0.9.6 ===
20536 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20539 releasing 0.9.6, "White Eight"
20541 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20543 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20544 * docs/plugins/inspect/plugin-sine.xml:
20545 remove sinesrc some more
20547 2005-11-23 Wim Taymans <wim@fluendo.com>
20549 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20550 If we are reading too slowly, jump forward in the ringbuffer
20551 instead of blocking.
20553 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20555 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20556 (gst_visual_chain):
20557 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20558 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20559 (gst_videorate_chain):
20560 * gst/videotestsrc/gstvideotestsrc.c:
20561 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20562 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20563 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20564 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20565 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20566 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20567 Updates for API changes
20569 2005-11-23 Wim Taymans <wim@fluendo.com>
20571 * gst-libs/gst/audio/gstbaseaudiosink.c:
20572 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20573 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20574 Fix for calibration API change.
20576 2005-11-23 Michael Smith <msmith@fluendo.com>
20578 * gst-libs/gst/audio/multichannel.c:
20579 (gst_audio_get_channel_positions),
20580 (gst_audio_set_channel_positions),
20581 (gst_audio_set_structure_channel_positions_list),
20582 (gst_audio_fixate_channel_positions):
20583 Use gst_value_array_*() functions on value arrays, not
20584 gst_value_list_*().
20586 2005-11-23 Edward Hervey <edward@fluendo.com>
20589 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20592 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20594 * check/Makefile.am:
20595 * check/elements/videotestsrc.c: (setup_videotestsrc),
20596 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20598 add a test for videotestsrc
20600 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20602 * gst/sine/.cvsignore:
20603 * gst/sine/Makefile.am:
20604 * gst/sine/gstsinesrc.c:
20605 * gst/sine/gstsinesrc.h:
20606 * gst/sine/sinesrc.vcproj:
20607 and remove sinesrc from the repository. Closes #321446
20609 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20612 * gst-plugins-base.spec.in:
20613 remove sinesrc from the build
20615 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
20617 * check/Makefile.am:
20618 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20619 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20621 add a test for audiotestsrc, testing all waves. Even seems
20622 leak-free at first glance, nice job Stefan
20624 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20640 Translation string updates
20642 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20643 (gst_v4lsrc_set_caps):
20644 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20645 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20646 * sys/v4l/v4lsrc_calls.h:
20647 Improve v4lsrc, by making it work again.
20649 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
20651 * ext/libvisual/visual.c: (gst_visual_chain):
20652 Fix the fps calculations.
20654 * gst/ffmpegcolorspace/avcodec.h:
20655 Move structure element for clarity
20657 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20658 * gst-libs/gst/interfaces/tunernorm.h:
20659 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20660 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20661 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20662 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20663 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20664 (gst_v4lmjpegsrc_getcaps):
20665 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20666 (gst_v4lsrc_set_caps):
20667 * sys/v4l/gstv4lsrc.h:
20668 * sys/v4l/v4l_calls.c: (gst_v4l_open):
20669 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20670 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20671 * sys/v4l/v4lsrc_calls.h:
20672 Fractional framerates...
20674 2005-11-22 Wim Taymans <wim@fluendo.com>
20676 * gst-libs/gst/audio/gstbaseaudiosink.c:
20677 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20678 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20679 And we provide a clock by default, of course...
20681 2005-11-22 Wim Taymans <wim@fluendo.com>
20683 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20684 This clock can be slaved to a master clock now.
20686 * gst-libs/gst/audio/gstbaseaudiosink.c:
20687 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20688 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20689 (gst_base_audio_sink_set_clock),
20690 (gst_base_audio_sink_set_property),
20691 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20692 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20693 * gst-libs/gst/audio/gstbaseaudiosink.h:
20694 Handle slaving the internal clock to the clock selected in the
20696 Add property to make the basesink not provide a clock.
20698 * gst-libs/gst/rtp/gstbasertpdepayload.c:
20699 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20700 (gst_base_rtp_depayload_wait):
20701 * gst-libs/gst/rtp/gstbasertpdepayload.h:
20702 We can use the clock in GstElement, no need to store it ourselves.
20704 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20706 * docs/libs/tmpl/gstaudio.sgml:
20708 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20709 (gst_paranoia_endian_get_type):
20710 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20711 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20712 * gst/audiotestsrc/gstaudiotestsrc.c:
20713 (gst_audiostestsrc_wave_get_type):
20714 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20715 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20716 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20717 (gst_sync_method_get_type), (gst_unit_type_get_type),
20718 (gst_client_status_get_type), (gst_multifdsink_class_init),
20719 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20720 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20721 (gst_multifdsink_get_property):
20722 * gst/tcp/gstmultifdsink.h:
20723 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20724 * gst/videotestsrc/gstvideotestsrc.c:
20725 (gst_videotestsrc_pattern_get_type):
20726 remove deprecated properties
20727 fix up enums to correctly have short lowercase dashed nicks
20729 2005-11-22 Michael Smith <msmith@fluendo.com>
20731 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20732 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20735 2005-11-22 Michael Smith <msmith@fluendo.com>
20737 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20738 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20739 Use utility method for scaling clocktime for fractional framerates.
20741 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
20743 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20744 (gst_visual_chain):
20745 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20746 * ext/theora/theoradec.c: (theora_handle_type_packet):
20747 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20748 (theora_enc_chain):
20749 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20750 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20751 * gst-libs/gst/video/video.h:
20752 * gst/ffmpegcolorspace/avcodec.h:
20753 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20754 (gst_ffmpeg_caps_to_pixfmt):
20755 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20756 (gst_ffmpegcsp_set_caps):
20757 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20758 (gst_videorate_setcaps), (gst_videorate_blank_data),
20759 (gst_videorate_chain):
20760 * gst/videotestsrc/gstvideotestsrc.c:
20761 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20762 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20763 (gst_videotestsrc_event), (gst_videotestsrc_create):
20764 * gst/videotestsrc/gstvideotestsrc.h:
20765 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20766 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20767 (gst_ximagesink_get_times), (gst_ximagesink_init):
20768 * sys/ximage/ximagesink.h:
20769 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20770 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20771 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20772 * sys/xvimage/xvimagesink.h:
20773 Convert elements to use fractions for their framerate.
20774 V4L elements to come later tonight.
20776 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20778 * gst-libs/gst/audio/audio.c:
20779 * gst-libs/gst/audio/audio.h:
20780 remove some deprecated functions
20782 2005-11-22 Andy Wingo <wingo@pobox.com>
20784 * Update for gst_tag_setter API changes.
20786 2005-11-22 Andy Wingo <wingo@pobox.com>
20788 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20789 (gst_ogg_demux_perform_seek):
20790 * ext/theora/theoradec.c (theora_dec_sink_event):
20791 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20794 2005-11-22 Wim Taymans <wim@fluendo.com>
20796 * examples/seeking/seek.c: (main):
20797 Give higher priority to bus signals than the gtk events
20798 to fix a race condition in the segment looping.
20800 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20802 * ext/theora/Makefile.am:
20803 * ext/vorbis/Makefile.am:
20804 * gst-libs/gst/tag/Makefile.am:
20805 * gst-plugins-base.spec.in:
20806 Rename libgsttagedit to libgsttag (#322117).
20808 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20810 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20811 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20812 Call gst_x_overlay_prepare_xwindow_id() to give applications
20813 a final chance to set their own xwindow id before the video
20814 sink creates its own window.
20816 2005-11-22 Julien MOUTTE <julien@moutte.net>
20818 * sys/xvimage/xvimagesink.c:
20819 (gst_xvimagesink_navigation_send_event): Handle navigation
20820 events correcly with borders if applicable.
20822 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
20824 Patch by: Luca Ognibene
20826 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20827 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20828 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20829 (gst_ffmpegcsp_caps_remove_format_info):
20830 * gst/ffmpegcolorspace/imgconvert.c:
20831 * gst/ffmpegcolorspace/imgconvert_template.h:
20832 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20833 #318353); use gst_structure_has_name().
20835 2005-11-22 Julien MOUTTE <julien@moutte.net>
20837 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20838 (gst_ximagesink_class_init): Add debug macros on functions.
20839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20840 (gst_xvimagesink_xwindow_draw_borders),
20841 (gst_xvimagesink_xvimage_put),
20842 (gst_xvimagesink_xwindow_update_geometry),
20843 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20844 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20845 (gst_xvimagesink_xcontext_clear),
20846 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20847 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20848 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20849 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20850 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20851 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20852 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20853 expose while being PAUSED, out of data flow navigation events, etc..
20855 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
20857 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20858 * gst-libs/gst/audio/audio.h:
20859 fix prototype - wondering why the test worked regardless
20861 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
20863 * check/Makefile.am:
20864 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20865 * gst-libs/gst/audio/audio.h:
20866 add a method that returns a proper GstClockTime
20868 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20870 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20871 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20872 * gst-libs/gst/interfaces/xoverlay.h:
20873 Remove everything having to do with the desired size; add
20874 gst_x_overlay_prepare_xwindow_id() function; remove the
20875 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20876 post a message on the bus instead (#321816).
20878 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20879 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20880 (gst_xvimagesink_xoverlay_init):
20881 Remove desired size stuff (#321816).
20883 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20885 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20886 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20887 (mpeg_video_type_find), (mpeg_video_stream_type_find):
20888 Terminate vararg functions with NULL instead of 0 to
20891 2005-11-21 Andy Wingo <wingo@pobox.com>
20893 patch by: Sebastien Cote <sebas642@yahoo.ca>
20895 * gst-libs/gst/rtp/gstrtpbuffer.h:
20896 * gst-libs/gst/rtp/gstrtpbuffer.c
20897 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20899 2005-11-21 Andy Wingo <wingo@pobox.com>
20901 * gst/playback/gstplaybin.c (gen_audio_element)
20902 (gen_video_element): Use the new MISSING_PLUGIN core error
20903 category. Closes #320060.
20905 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
20906 * gst/videorate/gstvideorate.c (gst_videorate_event):
20907 * ext/theora/theoradec.c (theora_dec_sink_event):
20908 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20911 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20912 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20913 stream lock changes.
20915 2005-11-21 Wim Taymans <wim@fluendo.com>
20917 * gst-libs/gst/audio/gstbaseaudiosink.c:
20918 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20919 (gst_base_audio_sink_provide_clock),
20920 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20921 (gst_base_audio_sink_change_state):
20922 * gst/audioresample/gstaudioresample.c:
20923 Segment update fix.
20925 2005-11-21 Andy Wingo <wingo@pobox.com>
20928 * *.c: Ran scripts/update-macros. Oh yes.
20930 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20932 * sys/ximage/Makefile.am:
20933 * sys/ximage/ximage.c:
20934 Rename ximage plugin to ximagesink (#321426) (Don't forget to
20935 remove your old libgstximage.* manually if necessary).
20937 2005-11-21 Michael Smith <msmith@fluendo.com>
20939 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20940 Minimal fix for bug #320200: set the min/max bitrate in the correct
20941 units. A better fix would be to upgrade to the RATEMANAGE2
20942 interface, rather than using the deprecated interface used here, but
20943 that would require an update in our libvorbis dependency (to 1.1),
20944 which is probably undesirable.
20946 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
20948 * ext/libvisual/visual.c: (get_buffer):
20949 * gst-libs/gst/audio/gstbaseaudiosrc.c:
20950 (gst_base_audio_src_fixate):
20951 * gst/audioconvert/gstaudioconvert.c:
20952 (gst_audio_convert_fixate_caps):
20953 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20954 * gst/audiotestsrc/gstaudiotestsrc.c:
20955 (gst_audiotestsrc_src_fixate):
20956 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20957 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20958 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20959 * gst/videotestsrc/gstvideotestsrc.c:
20960 (gst_videotestsrc_src_fixate):
20961 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20962 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20963 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20967 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20969 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20970 (gst_riff_create_iavs_caps):
20971 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20972 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20973 (gst_riff_parse_info):
20974 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20975 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20976 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20977 Fixes for GST_FOURCC_FORMAT API change.
20979 2005-11-21 Andy Wingo <wingo@pobox.com>
20981 patch by: Alessandro Dessina <alessandro nnva org>
20983 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20984 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20985 (gst_ogg_parse_chain):
20986 * ext/theora/theoraenc.c (theora_set_header_on_caps):
20987 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20988 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20989 gst_value_list calls on arrays. Fixes #321962.
20991 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
20993 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20994 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20995 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20996 * gst/adder/gstadder.c: (gst_adder_init),
20997 (gst_adder_request_new_pad), (gst_adder_collected),
20998 (gst_adder_change_state):
20999 Update for gst_collectpads_foo() to gst_collect_pads_foo()
21002 2005-11-21 Michael Smith <msmith@fluendo.com>
21004 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21005 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
21006 Properly handle pad_push return values.
21008 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
21010 * gst-libs/gst/tag/Makefile.am:
21011 * gst-libs/gst/tag/gstvorbistag.c:
21012 (gst_tag_list_to_vorbiscomment_buffer):
21013 Remove obsolete vorbistag element and debug category.
21015 * gst/playback/gstplaybasebin.c: (check_queue):
21016 Don't divide by 0 when queue-threshold is 0.
21018 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
21019 Don't modify an existing pixel-aspect-ratio if we fail to read
21022 2005-11-20 Wim Taymans <wim@fluendo.com>
21024 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
21025 (gst_vorbisenc_push_packet):
21026 GST_PAD_IS_USABLE is gone, use the return value of
21027 the push or pad_alloc_buffer instead.
21029 2005-11-18 Julien MOUTTE <julien@moutte.net>
21031 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
21032 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
21033 (gst_ximagesink_ximage_destroy),
21034 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
21035 (gst_ximagesink_xwindow_new),
21036 (gst_ximagesink_xwindow_update_geometry),
21037 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
21038 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21039 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
21040 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
21041 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
21042 (gst_ximagesink_navigation_send_event),
21043 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
21044 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21045 (gst_ximagesink_finalize), (gst_ximagesink_init),
21046 (gst_ximagesink_class_init):
21047 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
21048 This new version brings correct software scaling, non flickering
21049 window while resizing, pixel aspect ratio handling, usage of
21050 hardware buffer pools, out of data flow event thread for
21051 navigation and handling of expose events even when being PAUSED,
21052 a new property to keep video aspect ratio when resizing, etc...
21054 2005-11-18 Julien MOUTTE <julien@moutte.net>
21056 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21057 (gst_videoscale_fixate_caps): Introduce back caps fixate with
21060 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
21062 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21063 Unsetting IS_SINK flag from the fakesink, so decodebin
21064 never behaves as a sink.
21066 2005-11-17 Wim Taymans <wim@fluendo.com>
21068 * gst-libs/gst/audio/gstbaseaudiosrc.c:
21069 (gst_base_audio_src_change_state):
21070 Fix the audiosrc base class again, we did not unflush.
21072 2005-11-17 Julien MOUTTE <julien@moutte.net>
21074 * examples/seeking/seek.c: (make_dv_pipeline),
21075 (make_vorbis_theora_pipeline), (make_avi_pipeline),
21076 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
21077 to ogg/vorbis/theora pipeline.
21079 2005-11-17 Wim Taymans <wim@fluendo.com>
21081 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21082 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21083 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21084 Fix EOS on multiple streams.
21087 2005-11-16 Wim Taymans <wim@fluendo.com>
21089 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21090 (gst_ogg_demux_perform_seek):
21091 Segment done must include stream time.
21093 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21094 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21095 (gst_ogg_mux_change_state):
21096 Fix ogg muxer again.
21098 2005-11-16 Wim Taymans <wim@fluendo.com>
21100 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21103 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
21105 * ext/libvisual/visual.c: (gst_visual_init):
21106 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21107 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21108 (gst_ogg_parse_chain):
21109 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21110 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21111 * ext/theora/theoradec.c: (gst_theora_dec_init):
21112 * ext/theora/theoraenc.c: (gst_theora_enc_init):
21113 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21114 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21115 * gst/adder/gstadder.c: (gst_adder_class_init),
21116 (gst_adder_dispose):
21117 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21118 * gst/subparse/gstsubparse.c: (gst_subparse_init):
21119 * gst/videorate/gstvideorate.c: (gst_videorate_init):
21120 Fix a whole set of pad template leaks
21122 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
21124 * check/generic/states.c: (GST_START_TEST):
21125 fix the test so that it only checks for elements that are part of
21128 2005-11-16 Michael Smith <msmith@fluendo.com>
21130 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21131 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21132 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21133 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21134 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21135 (gst_ogg_mux_change_state):
21136 Fix leaking collectpads.
21138 2005-11-16 Edward Hervey <edward@fluendo.com>
21140 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21141 (gst_videorate_event), (gst_videorate_chain):
21142 Handle segment seeks
21144 2005-11-16 Wim Taymans <wim@fluendo.com>
21146 * gst-libs/gst/audio/gstbaseaudiosink.c:
21147 (gst_base_audio_sink_provide_clock),
21148 (gst_base_audio_sink_change_state):
21149 Set ringbuffer to non-flushing when going to PAUSED, set to
21150 flushing again when going to READY.
21152 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21153 (gst_ring_buffer_stop):
21154 Start in flushing mode by default.
21155 Don't set flushing in the _stop method, let the app call
21158 2005-11-16 Julien MOUTTE <julien@moutte.net>
21160 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21161 * gst-libs/gst/video/videosink.h: Add helper function needed
21164 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
21166 * gst/videoscale/gstvideoscale.c:
21167 (gst_videoscale_handle_src_event):
21168 Don't leak reference to pad parent.
21170 2005-11-16 Wim Taymans <wim@fluendo.com>
21172 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21173 Set ringbuffer to flushing when stopping so that we don't
21174 block on wait_segment anymore and livelock.
21176 2005-11-16 Wim Taymans <wim@fluendo.com>
21178 * examples/seeking/seek.c: (send_event), (do_seek),
21179 (loop_toggle_cb), (segment_done), (main):
21180 Added looping checkbox.
21182 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
21184 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21185 (gst_ogg_demux_init):
21186 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21187 (gst_vorbis_dec_init):
21188 revert unrefs, they don't pass make check
21190 2005-11-15 Johan Dahlin <johan@gnome.org>
21192 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21193 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21194 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21195 (gst_vorbis_dec_init):
21196 Fix pad template leaks.
21198 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
21200 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21201 Make state change function thread safe.
21203 2005-11-15 Edward Hervey <edward@fluendo.com>
21205 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21206 (gst_ogg_demux_class_init):
21207 Implement GstElement::send_event, so we can send seek events
21210 2005-11-14 Julien MOUTTE <julien@moutte.net>
21212 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21213 Discovered how to take away flickering while resizing the
21214 window. Please don't put that in ximagesink, refactoring in
21217 2005-11-14 Michael Smith <msmith@fluendo.com>
21219 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21220 (gst_multifdsink_render):
21221 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21223 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
21225 * gst/playback/gstplaybin.c: (gen_audio_element):
21226 Use autoaudiosink, it tends to be more widely available than
21229 2005-11-14 Andy Wingo <wingo@pobox.com>
21231 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21232 as well if it is available. Fixes #316442.
21234 2005-11-14 Michael Smith <msmith@fluendo.com>
21236 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21237 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21238 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21239 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21240 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21241 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21242 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21243 (gst_vorbisenc_change_state):
21244 Fix a small memory leak in vorbisenc.
21245 Fix large memory leaks in oggmux, also fix lots of state change
21248 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
21250 * gst/videotestsrc/gstvideotestsrc.c:
21251 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21252 (gst_videotestsrc_src_fixate):
21253 move fixation to a fixate function
21254 remove negotiate function, basesrc's is good enough
21255 fixes a bug for check when using the element alone
21257 2005-11-13 Edward Hervey <edward@fluendo.com>
21259 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21260 (key_toggle_cb), (main):
21261 Added checkboxes for adding/removing the accurate and key_unit seek
21264 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
21266 * configure.ac: back to HEAD
21268 === release 0.9.5 ===
21270 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
21273 releasing 0.9.5, "No No Kia"
21275 2005-11-11 Edward Hervey <edward@fluendo.com>
21277 * examples/seeking/seek.c: (make_parselaunch_pipeline):
21278 Added parse-launch syntax seeking mode for the seeking example.
21279 This should help stress-test even more cases.
21280 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21282 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
21284 * sys/xvimage/xvimagesink.c:
21285 (gst_xvimagesink_navigation_send_event):
21286 Check whether peer pad exists before sending navigation events
21289 2005-11-11 Michael Smith <msmith@fluendo.com>
21291 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21292 (gst_vorbisenc_buffer_from_packet):
21293 * ext/vorbis/vorbisenc.h:
21294 Set duration on encoded buffers. This allows oggmux's
21295 max_page_delay parameter to actually work.
21297 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
21299 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21300 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21301 (gst_ffmpegcsp_avpicture_fill):
21302 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21303 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21304 Make palettes work again (see #132341). Use our own macros
21307 2005-11-10 Andy Wingo <wingo@pobox.com>
21309 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21312 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21314 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21315 (gst_ffmpegcsp_transform_caps):
21316 Prefer passthrough in transform_caps
21318 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21320 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21321 check for ALSA errors properly, instead of relying on ALSA's
21322 error strings to serve to the user.
21324 2005-11-10 Wim Taymans <wim@fluendo.com>
21326 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21327 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21328 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21329 Modernise the seek code.
21331 2005-11-10 Michael Smith <msmith@fluendo.com>
21333 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21334 (setup_substreams), (set_active_source):
21335 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21336 trying to go to NULL if we failed to read a file.
21338 2005-11-10 Wim Taymans <wim@fluendo.com>
21340 * gst/audiotestsrc/gstaudiotestsrc.c:
21341 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21342 (gst_audiotestsrc_create):
21343 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21344 (gst_sinesrc_get_times), (gst_sinesrc_create):
21345 * gst/videotestsrc/gstvideotestsrc.c:
21346 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21347 (gst_videotestsrc_create):
21348 The base class can now sync for us.
21350 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
21352 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21353 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21354 name=source autoprobe=false autoprobe-fps=false copy-mode=1
21355 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21356 format=(fourcc)I420" ! xvimagesink
21358 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
21360 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21361 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21362 (gst_sinesrc_newsegment):
21363 Send newsegment event in TIME format, set duration if
21364 num-buffers is set, fix duration querying.
21366 2005-11-10 Michael Smith <msmith@fluendo.com>
21368 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21369 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21370 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21371 (gst_ogg_mux_collected):
21372 Fix EOS handling, partially. Now forwarding an EOS event once we have
21373 EOS on all pads works correctly. However, we still don't properly set
21374 EOS on the actual ogg stream pages.
21376 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
21378 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21379 Set elements to NULL state before disposing of them.
21381 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
21383 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21385 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21386 (gst_base_rtp_depayload_init),
21387 (gst_base_rtp_depayload_set_gst_timestamp):
21388 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21389 We need to send a newsegment event for each instance, not
21390 just for the first instance of this class (get rid of
21391 static variable in function). (#321011).
21393 2005-11-08 Michael Smith <msmith@fluendo.com>
21395 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21396 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21397 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21398 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21399 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21400 This makes us mux things correctly according to the ogg muxing
21401 rules. Still not handling EOS correctly right now, though.
21403 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21405 * gst/audioconvert/gstaudioconvert.c:
21408 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
21410 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21411 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21412 Initialise segment_stop to GST_CLOCK_TIME_NONE when
21413 creating a new chain; should fix live streaming. Also
21414 add more debug output and fix a typo.
21416 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
21418 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21420 * gst/volume/gstvolume.c: (volume_set_caps):
21421 Fix compilation on Solaris with Forte. (#320923)
21423 2005-11-08 Wim Taymans <wim@fluendo.com>
21425 * gst-libs/gst/audio/gstbaseaudiosink.c:
21426 (gst_base_audio_sink_render):
21427 No need to do a typecheck.
21429 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
21431 * ext/alsa/gstalsa.h:
21432 We register a debug category, so let's use it.
21434 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21436 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21437 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21438 Fixed a small problem.
21440 2005-11-04 Wim Taymans <wim@fluendo.com>
21442 * examples/seeking/Makefile.am:
21443 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21444 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21445 (make_playerbin_pipeline), (format_value), (update_scale),
21446 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21447 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21448 (print_usage), (main):
21449 Added app for playback speed testing.
21451 * examples/seeking/seek.c: (dynamic_link),
21452 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21453 (make_mpeg_pipeline), (do_seek), (set_update_scale),
21454 (message_received), (main):
21455 Updated seek example.
21457 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
21459 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21460 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21461 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21462 (gst_base_rtp_depayload_set_clock):
21463 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21464 Don't sleep on the bench (system clock) when you have a nice
21465 comfortable bed (Gstreamer clock) to sleep on.
21467 2005-11-03 Wim Taymans <wim@fluendo.com>
21469 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21470 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21471 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21472 Handle the case where a pad_block failed.
21474 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
21476 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21478 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21479 (gst_base_rtp_depayload_add_to_queue),
21480 (gst_base_rtp_depayload_push),
21481 (gst_base_rtp_depayload_set_gst_timestamp),
21482 (gst_base_rtp_depayload_queue_release):
21483 Fixes some bugs in the depayloader's queuing/de-queueing code.
21485 2005-10-31 Michael Smith <msmith@fluendo.com>
21487 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21488 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21489 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21490 Patch from Alessandro Decina <alessandro@nnva.org>.
21491 Make oggdemux only find the final time in a chain, not per-pad,
21492 since the per-pad information can be very expensive to locate, and
21493 it isn't used anywhere. This makes reading a file containing
21494 OggSkeleton reasonably fast.
21495 Also, make chain finding work when there are logical bitstreams that
21496 can't be decoded. Fixes #319110.
21498 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21500 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21501 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21502 (gst_base_rtp_depayload_chain),
21503 (gst_base_rtp_depayload_add_to_queue),
21504 (gst_base_rtp_depayload_push),
21505 (gst_base_rtp_depayload_set_gst_timestamp),
21506 (gst_base_rtp_depayload_queue_release),
21507 (gst_base_rtp_depayload_start_thread),
21508 (gst_base_rtp_depayload_set_property),
21509 (gst_base_rtp_depayload_get_property):
21510 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21511 Some random fixes, to fullfill the desires of thomas.
21513 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21515 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21516 (gst_base_rtp_depayload_add_to_queue),
21517 (gst_base_rtp_depayload_push):
21518 Fixed the queueing algorithm.
21520 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
21522 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21523 (gst_base_rtp_depayload_push):
21526 2005-10-31 Wim Taymans <wim@fluendo.com>
21528 * gst-libs/gst/audio/gstringbuffer.h:
21531 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21532 (gst_ffmpeg_caps_to_pixfmt):
21533 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21534 (gst_ffmpegcsp_set_caps):
21535 Some more comments.
21536 Handle missing required caps fields better.
21538 2005-10-31 Wim Taymans <wim@fluendo.com>
21540 * gst-libs/gst/audio/gstbaseaudiosink.c:
21541 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21542 (gst_base_audio_sink_render):
21543 * gst-libs/gst/audio/gstringbuffer.c:
21544 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21545 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21546 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21547 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21548 (gst_ring_buffer_read):
21549 * gst-libs/gst/audio/gstringbuffer.h:
21550 Add flushing mode to the ringbuffer so that it in all cases does
21551 not try to handle more audio. This makes sure it does not try to
21552 block anymore when flushing and fixes a livelock.
21554 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
21556 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21557 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21558 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21559 Explicitly check for -1 values before doing a conversion
21560 and always map them to -1. (#315545)
21562 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
21564 * gst/playback/gstplaybin.c: (gen_video_element):
21565 first try autovideosink, then xvimagesink, then error out
21567 add translatable file
21582 update translations
21584 2005-10-27 Philippe Khalaf <burger at speedy dot org>
21586 * gst-libs/gst/rtp/gstbasedepayload.c:
21587 * gst-libs/gst/rtp/gstbasedepayload.h:
21590 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
21592 * gst/playback/.cvsignore:
21593 * gst/playback/decodetest.c:
21594 * gst/playback/test3.c:
21595 Port these two tests as well.
21597 2005-10-27 Wim Taymans <wim@fluendo.com>
21599 * ext/theora/theoradec.c: (theora_dec_src_query),
21600 (theora_dec_sink_event):
21601 * ext/theora/theoraenc.c: (theora_enc_sink_event),
21602 (theora_enc_change_state):
21603 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21604 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21605 Take proper locks when handling events.
21607 2005-10-27 Wim Taymans <wim@fluendo.com>
21609 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21610 (gst_adder_change_state):
21611 Fix timestamps and fix deadlock when stopping the collectpads.
21613 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
21615 * gst-libs/gst/rtp/gstrtpbuffer.h:
21616 Declaring the payload types as strings too so that they can be used
21617 in the padtemplate inialization.
21619 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
21621 reviewed by: Zeeshan Ali <zeenix@gmail.com>
21623 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21624 (gst_base_rtp_depayload_class_init):
21625 Fixes a small but nasty bug. The derived elements no longer segfaults
21628 2005-10-26 Michael Smith <msmith@fluendo.com>
21630 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21631 When clearing an audioconvert context, set tmpbufsize to zero, so
21632 we'll allocate it again later if required.
21633 This fixes audioconvert re-negotiating formats, which previously
21634 segfaulted with a NULL destination buffer.
21636 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21638 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21639 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21640 (gst_base_rtp_depayload_set_gst_timestamp),
21641 (gst_base_rtp_depayload_queue_release):
21642 Fixed a smalll memleak.
21644 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
21645 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21646 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21647 (gst_base_rtp_depayload_finalize),
21648 (gst_base_rtp_depayload_setcaps),
21649 (gst_base_rtp_depayload_add_to_queue),
21650 (gst_base_rtp_depayload_push),
21651 (gst_base_rtp_depayload_set_gst_timestamp),
21652 (gst_base_rtp_depayload_queue_release),
21653 (gst_base_rtp_depayload_thread),
21654 (gst_base_rtp_depayload_change_state):
21655 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21656 Changed the C++ comments to C comments
21658 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
21660 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21661 * gst/tcp/gsttcpclientsrc.h:
21662 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21663 * gst/tcp/gsttcpserversrc.h:
21664 Remove unused 'curoffset' structure member.
21666 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
21668 * gst-libs/gst/rtp/gstbasertpdepayload.c:
21669 (gst_base_rtp_depayload_base_init),
21670 (gst_base_rtp_depayload_finalize):
21671 * gst-libs/gst/rtp/gstbasertpdepayload.h:
21672 * gst-libs/gst/rtp/gstbasertppayload.h:
21673 The pad-template on the sinkpad should be set by the derived classes.
21674 Also added some useful macros.
21676 2005-10-24 Wim Taymans <wim@fluendo.com>
21678 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21679 Correctly flush decoder samples even if we could not
21680 copy them to an output buffer. Fixes #319618.
21682 2005-10-24 Julien MOUTTE <julien@moutte.net>
21684 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21685 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21686 the caps against our xcontext caps.
21688 2005-10-24 Wim Taymans <wim@fluendo.com>
21690 * gst-libs/gst/audio/gstbaseaudiosink.c:
21691 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21693 Use sync property from baseclass to disable sync.
21695 2005-10-24 Wim Taymans <wim@fluendo.com>
21697 * gst-libs/gst/audio/gstbaseaudiosink.c:
21698 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21699 Buffers with no timestamps get aligned with previous buffers or
21700 on underrun, played ASAP.
21702 2005-10-24 Julien MOUTTE <julien@moutte.net>
21704 * gst-libs/gst/video/video.h:
21705 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21706 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21707 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21708 here comes my change on caps for framerate and geometry range.
21709 We are now accepting 1 to MAXINT for width and height, and from
21710 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21711 to be blended correctly in videomixer.
21713 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
21718 === release 0.9.4 ===
21720 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21725 releasing 0.9.4, "Velociraptor"
21727 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
21729 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21733 2005-10-21 Wim Taymans <wim@fluendo.com>
21735 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21736 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21737 (pad_blocked), (close_pad_link), (new_pad):
21738 Don't try to remove elements twice.
21740 2005-10-21 Wim Taymans <wim@fluendo.com>
21742 * ext/theora/theoradec.c: (theora_dec_src_query),
21743 (theora_dec_sink_event):
21744 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21745 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21746 (vorbis_handle_data_packet):
21747 * ext/vorbis/vorbisdec.h:
21750 * gst-libs/gst/audio/gstbaseaudiosink.c:
21751 (gst_base_audio_sink_render):
21752 Don't try to sync on buffers without a timestamp.
21754 2005-10-21 Wim Taymans <wim@fluendo.com>
21756 * ext/theora/theoradec.c: (theora_dec_src_query),
21757 (theora_dec_sink_event):
21758 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21759 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21760 (vorbis_handle_data_packet):
21761 * ext/vorbis/vorbisdec.h:
21764 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21766 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21767 (gst_vorbisenc_src_query):
21768 Implement position and duration queries.
21770 * gst/playback/test3.c: (update_scale), (main):
21771 Fix for async state changes and print nicer output.
21773 2005-10-20 Wim Taymans <wim@fluendo.com>
21775 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21776 (dump_element_stats), (main):
21777 * gst/playback/test6.c: (main):
21780 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21782 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21783 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21784 Don't use functions for position queries when handling
21787 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
21789 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21790 (vorbis_handle_data_packet), (vorbis_dec_chain),
21791 (vorbis_dec_change_state):
21792 * ext/vorbis/vorbisdec.h:
21793 Vorbis streams can be embedded in other container formats
21794 than ogg, container formats where the demuxer might set
21795 timestamps on encoded vorbis buffers instead of those silly
21796 granulepos thingies. In short: make vorbisdec handle
21797 timestamps on incoming buffers as well.
21799 2005-10-20 Wim Taymans <wim@fluendo.com>
21801 * gst/playback/gstplaybasebin.c: (group_destroy),
21802 (gst_play_base_bin_change_state):
21804 Handle case where playbasebin is now ASYNC because
21807 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21809 * gst/audioconvert/Makefile.am:
21810 * gst/audioconvert/bufferframesconvert.c:
21811 * gst/audioconvert/plugin.c: (plugin_init):
21812 * gst/audioconvert/plugin.h:
21813 And bye bye buffer-frames-convert
21815 2005-10-19 Wim Taymans <wim@fluendo.com>
21817 * check/elements/audioconvert.c:
21818 * docs/libs/tmpl/gstaudio.sgml:
21819 * docs/libs/tmpl/gstcolorbalance.sgml:
21820 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21821 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21822 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21823 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21824 * gst-libs/gst/audio/audio.h:
21825 * gst/audioconvert/audioconvert.h:
21826 * gst/audioconvert/gstaudioconvert.c:
21827 (gst_audio_convert_parse_caps):
21828 * gst/volume/gstvolume.c:
21829 Bye bye buffer-frames.
21831 2005-10-19 Wim Taymans <wim@fluendo.com>
21833 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21834 (query_positions_elems), (query_positions_pads), (update_scale),
21835 (do_seek), (set_update_scale), (message_received), (main):
21836 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21837 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21838 (gst_ogg_demux_loop):
21839 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21840 * ext/theora/theoradec.c: (theora_dec_src_query),
21841 (theora_dec_sink_event):
21842 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21843 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21844 * gst/adder/gstadder.c: (gst_adder_query):
21845 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21846 * gst/playback/test3.c: (update_scale):
21847 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21848 (dump_element_stats), (main):
21849 * gst/playback/test6.c: (main):
21850 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21853 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
21855 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21856 (xml_check_first_element), (xml_type_find), (smil_type_find),
21858 Add typefinding for SMIL and for generic XML. Based on patch by
21859 Akos Maroy (#308663).
21861 2005-10-18 Wim Taymans <wim@fluendo.com>
21863 * gst/playback/Makefile.am:
21864 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21865 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21866 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21867 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21868 (gst_decode_bin_change_state):
21869 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21870 (gst_play_bin_send_event_to_sink):
21871 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21872 (dump_element_stats), (main):
21873 * gst/playback/test6.c: (main):
21874 Make playbin async, it'll commit state to paused when all streams
21877 Added test6.c to show async behaviour.
21879 2005-10-18 Wim Taymans <wim@fluendo.com>
21881 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21882 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21883 Fix for segment-start/stop API change.
21885 2005-10-18 Wim Taymans <wim@fluendo.com>
21887 * check/Makefile.am:
21888 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21890 Add future test for clock selection.
21892 2005-10-18 Wim Taymans <wim@fluendo.com>
21894 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21895 (gst_alsasink_close):
21896 Set handle to NULL.
21898 * gst-libs/gst/audio/gstringbuffer.c:
21899 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21900 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21901 (gst_ring_buffer_start), (gst_ring_buffer_pause),
21902 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21903 (gst_ring_buffer_read):
21906 2005-10-17 Stefan Kost <ensonic@users.sf.net>
21908 * gst/audiotestsrc/Makefile.am:
21909 * gst/sine/Makefile.am:
21910 * gst/volume/Makefile.am:
21911 fix broken build of controllerized plugins
21913 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
21915 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
21917 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21918 (gst_riff_create_video_template_caps):
21919 Add support for Indeo-3 (IV32).
21921 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21926 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21928 * gst-libs/gst/video/video.c: (gst_video_get_size):
21929 * gst/audiotestsrc/gstaudiotestsrc.c:
21932 2005-10-17 Andy Wingo <wingo@pobox.com>
21934 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21935 with the collectpads change.
21936 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21938 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21940 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21942 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21943 alloc_buffer flow return to callers.
21944 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21945 change. Fix some memleaks in theoraenc.
21947 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21948 in strange circumstance.
21950 2005-10-17 Julien MOUTTE <julien@moutte.net>
21952 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21953 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21954 from caps, let's use the caps...
21956 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
21959 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21961 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21963 * gst-libs/gst/interfaces/Makefile.am:
21966 2005-10-16 Andy Wingo <wingo@pobox.com>
21968 * gst/playback/gstdecodebin.c
21969 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21971 (try_to_link_1): Increase kraziness level.
21973 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
21976 restructure like the core one
21977 * gst-libs/gst/audio/Makefile.am:
21978 * gst-libs/gst/interfaces/Makefile.am:
21979 * gst-libs/gst/net/Makefile.am:
21980 * gst-libs/gst/riff/Makefile.am:
21981 * gst-libs/gst/rtp/Makefile.am:
21982 * gst-libs/gst/tag/Makefile.am:
21983 * gst-libs/gst/video/Makefile.am:
21984 use correct linker flags, now the libs are properly versioned
21985 * check/elements/audioconvert.c: (verify_convert):
21986 * ext/alsa/gstalsaplugin.c:
21987 * ext/cdparanoia/gstcdparanoia.c:
21988 * ext/gnomevfs/gstgnomevfs.c:
21989 * ext/libvisual/visual.c:
21990 * ext/ogg/gstogg.c:
21991 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21992 * ext/theora/theora.c:
21993 * ext/vorbis/vorbis.c:
21994 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21995 * gst-libs/gst/tag/gsttagediting.c:
21996 * gst-libs/gst/video/video.c:
21997 * gst/adder/gstadder.c:
21998 * gst/audioconvert/plugin.c:
21999 * gst/audiorate/gstaudiorate.c:
22000 * gst/audioresample/gstaudioresample.c:
22001 * gst/audioresample/resample_ref.c: (resample_scale_ref):
22002 * gst/audioscale/gstaudioscale.c:
22003 * gst/audioscale/resample.c:
22004 * gst/audiotestsrc/gstaudiotestsrc.c:
22005 * gst/ffmpegcolorspace/gstffmpeg.c:
22006 * gst/playback/gstdecodebin.c: (close_pad_link):
22007 * gst/playback/gstplaybin.c: (gen_video_element),
22008 (gen_audio_element):
22009 * gst/sine/gstsinesrc.c:
22010 * gst/subparse/gstsubparse.c:
22011 * gst/tags/gsttagediting.c:
22012 * gst/tcp/gsttcpplugin.c:
22013 * gst/typefind/gsttypefindfunctions.c:
22014 * gst/videorate/gstvideorate.c:
22015 * gst/videoscale/gstvideoscale.c:
22016 * gst/videotestsrc/gstvideotestsrc.c:
22017 * gst/volume/gstvolume.c:
22018 * sys/v4l/gstv4l.c:
22019 * sys/ximage/ximage.c:
22020 * sys/xvimage/xvimagesink.c:
22023 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
22025 * ext/vorbis/vorbisenc.c:
22026 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22027 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
22028 (gst_tag_to_vorbis_comments):
22029 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
22031 2005-10-13 Stefan Kost <ensonic@users.sf.net>
22033 * examples/stats/mp2ogg.c:
22034 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22037 2005-10-13 Michael Smith <msmith@fluendo.com>
22039 * ext/ogg/gstoggmux.c:
22040 Use magic glib macros to define constants as 64 bit, to ensure
22041 appropriate vararg passing.
22043 2005-10-13 Michael Smith <msmith@fluendo.com>
22045 * ext/ogg/gstoggmux.c:
22046 * gst/audioconvert/audioconvert.c: (float):
22047 Don't use LL suffix, as it's not portable, and neither of these
22048 uses required it anyway.
22050 2005-10-12 Stefan Kost <ensonic@users.sf.net>
22052 * examples/indexing/indexmpeg.c: (main):
22053 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
22054 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
22055 (cdparanoia_convert), (cdparanoia_query):
22056 * ext/cdparanoia/gstcdparanoia.h:
22057 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22058 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
22059 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
22060 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
22061 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
22062 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
22063 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22064 (gst_multifdsink_render), (gst_multifdsink_start),
22065 (gst_multifdsink_stop):
22066 * gst/tcp/gstmultifdsink.h:
22067 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
22068 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22069 (gst_tcpclientsink_stop):
22070 * gst/tcp/gsttcpclientsink.h:
22071 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
22072 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
22073 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
22074 * gst/tcp/gsttcpclientsrc.h:
22075 * gst/tcp/gsttcpserversink.h:
22076 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
22077 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22078 (gst_tcpserversrc_stop):
22079 * gst/tcp/gsttcpserversrc.h:
22080 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22081 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22082 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22083 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22084 moved bitshift from macro to enum definition
22086 2005-10-12 Wim Taymans <wim@fluendo.com>
22088 * examples/seeking/Makefile.am:
22091 2005-10-12 Wim Taymans <wim@fluendo.com>
22093 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22094 (gst_ring_buffer_read), (gst_ring_buffer_clear):
22095 Don't assert on normal stuff.
22097 * gst/playback/gstplaybin.c: (do_playbin_seek):
22100 2005-10-12 Wim Taymans <wim@fluendo.com>
22102 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22103 * examples/seeking/Makefile.am:
22104 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22105 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22106 (do_seek), (set_update_scale), (message_received), (main):
22107 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22108 (gst_ring_buffer_read), (gst_ring_buffer_clear):
22109 Update for _get_state() API change.
22111 2005-10-11 Wim Taymans <wim@fluendo.com>
22113 * gst-libs/gst/audio/gstbaseaudiosink.c:
22114 (gst_base_audio_sink_render):
22115 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22116 (gst_base_audio_src_create):
22117 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22118 (gst_ring_buffer_read):
22120 Commit and read from ringbuffer in samples rather than bytes.
22122 2005-10-11 Wim Taymans <wim@fluendo.com>
22124 * gst-libs/gst/audio/gstbaseaudiosink.c:
22125 (gst_base_audio_sink_render):
22126 Respect segment rate and accum when scheduling samples.
22128 2005-10-11 Julien MOUTTE <julien@moutte.net>
22130 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22131 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22132 EOS correctly, that needs more work.
22134 2005-10-11 Wim Taymans <wim@fluendo.com>
22136 * check/generic/states.c: (GST_START_TEST):
22137 remove old property.
22139 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22140 (gst_ogg_demux_perform_seek):
22141 * ext/theora/theoradec.c: (theora_dec_sink_event):
22142 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22143 (vorbis_handle_data_packet):
22144 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22145 (gst_base_rtp_depayload_set_gst_timestamp):
22146 * gst/videorate/gstvideorate.c: (gst_videorate_event):
22147 Update for newsegment API change.
22149 2005-10-11 Michael Smith <msmith@fluendo.com>
22151 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22152 (do_playbin_seek), (gst_play_bin_send_event):
22153 Override send_event differently, so that we can takes bits of
22154 functionality from GstPipeline (special handling for seeks,
22155 including pausing/resuming, and resetting stream time) and still get
22156 the appropriate behaviour of only forwarding event to a single sink,
22157 rather than all of them.
22158 Unfortunately requires a lot of code duplication, but the
22159 alternatives are equally ugly in the end.
22161 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
22163 * check/elements/audioconvert.c: (setup_audioconvert),
22164 (cleanup_audioconvert), (get_int_caps), (verify_convert),
22165 (GST_START_TEST), (audioconvert_suite):
22166 clean up tests a little, fix some leaks.
22168 2005-10-10 Wim Taymans <wim@fluendo.com>
22170 * ext/alsa/gstalsasink.c:
22171 Also allow unsigned int.
22173 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22174 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22177 2005-10-10 Wim Taymans <wim@fluendo.com>
22179 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22180 Small update, use API as stated in design docs.
22182 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22183 (update_scale), (do_seek), (seek_cb), (set_update_scale),
22184 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22185 (message_received), (main):
22186 Updated seek example for GOption. Some usability improvements.
22188 2005-10-10 Wim Taymans <wim@fluendo.com>
22190 * gst/audioconvert/audioconvert.h:
22191 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22192 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22193 Alloc temp storage somewhere else where we can do it more
22196 2005-10-10 Wim Taymans <wim@fluendo.com>
22198 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22199 (gst_tcpserversrc_start):
22200 Don't block in accept while doing the state change, move
22201 to poll and make cancellable.
22203 2005-10-09 Philippe Khalaf <burger@speedy.org>
22205 * gst-libs/gst/rtp/rtpbasedepayload.c:
22206 Set timestamp and add queue delay to timestamp
22207 * gst-libs/gst/rtp/rtpbuffer.h:
22208 Set correct payload type for h263
22210 2005-10-09 Stefan Kost <ensonic@users.sf.net>
22212 * gst/audiotestsrc/gstaudiotestsrc.c:
22213 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22214 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22215 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22216 (gst_audiotestsrc_create_triangle),
22217 (gst_audiotestsrc_create_silence),
22218 (gst_audiotestsrc_create_white_noise),
22219 (gst_audiotestsrc_init_pink_noise),
22220 (gst_audiotestsrc_generate_pink_noise_value),
22221 (gst_audiotestsrc_create_pink_noise),
22222 (gst_audiotestsrc_change_wave):
22223 * gst/audiotestsrc/gstaudiotestsrc.h:
22224 fixed typo, added pink noise
22226 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22228 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22230 Add wavpack and spc typefind functions from 0.8 branch.
22232 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22234 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22235 (ar_type_find), (msdos_type_find), (plugin_init):
22236 Add typefind functions for tar archives, ar archives,
22237 RAR archives, and msdos-executables (dlls, exe, etc.).
22238 Some of those would be wrongly identified as mpeg
22239 streams of some sort before (#315550).
22241 2005-10-09 Stefan Kost <ensonic@users.sf.net>
22244 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22245 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22246 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22247 * gst/audiotestsrc/Makefile.am:
22248 * gst/audiotestsrc/gstaudiotestsrc.c:
22249 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22250 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22251 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22252 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22253 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22254 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22255 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22256 (gst_audiotestsrc_create_silence),
22257 (gst_audiotestsrc_create_white_noise),
22258 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22259 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22260 (gst_audiotestsrc_start), (plugin_init):
22261 * gst/audiotestsrc/gstaudiotestsrc.h:
22262 add new plugin and element
22263 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22266 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
22268 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22269 (gst_adder_init), (gst_adder_request_new_pad),
22270 (gst_adder_change_state):
22271 Add query function to source pad, so adder reports the correct
22272 time/sample position when queried (#315457); fix state change
22273 function; use GST_DEBUG_FUNCPTR() for pad functions.
22275 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
22277 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22278 Fix leaks in typefind registration
22279 Clean up the gratuitous commenting and whitespacing a little
22281 2005-10-08 Wim Taymans <wim@fluendo.com>
22283 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22284 Only actually wait for the thread to be stopped if it's
22287 2005-10-08 Wim Taymans <wim@fluendo.com>
22289 * gst-libs/gst/audio/gstbaseaudiosink.c:
22290 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22291 If we receive EOS we can start playback of what we had.
22293 2005-10-08 Wim Taymans <wim@fluendo.com>
22295 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22296 (gst_multifdsink_finalize), (multifdsink_hash_remove),
22297 (gst_multifdsink_stop):
22298 Fix crasher when going to NULL multiple times.
22300 2005-10-06 Wim Taymans <wim@fluendo.com>
22302 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22303 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22304 * gst-libs/gst/audio/gstbaseaudiosrc.h:
22305 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22306 patch from Edgard Lima <edgard.lima@indt.org.br>
22307 Fixed gstbaseaudiosrc adding ring buffer sync to it.
22309 2005-10-06 Wim Taymans <wim@fluendo.com>
22311 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22312 Report the FLOW_RETURN as string in the error message.
22314 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22315 Don't assert when clearing an unnegotiated buffer.
22317 2005-10-04 Michael Smith <msmith@fluendo.com>
22319 * gst/playback/gstplaybasebin.c: (group_destroy),
22320 (gen_preroll_element), (remove_groups), (setup_source):
22321 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22322 (setup_sinks), (gst_play_bin_send_event),
22323 (gst_play_bin_change_state):
22324 Set state to NULL before removing from bin. Fix refcounting.
22326 2005-10-04 Michael Smith <msmith@fluendo.com>
22328 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22329 Correct refcounting in send_event() function. Previously was wrong
22330 if the first sink was unable to handle the event.
22332 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22335 back to development
22337 === release 0.9.3 ===
22339 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
22342 Releasing 0.9.3, "De Facto"
22344 2005-10-03 Andy Wingo <wingo@pobox.com>
22346 * gst/playback/gstdecodebin.c (try_to_link_1)
22347 (remove_element_chain): set element to NULL before removing it.
22349 2005-10-02 Johan Dahlin <johan@gnome.org>
22351 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
22352 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22355 2005-10-02 Andy Wingo <wingo@pobox.com>
22357 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
22358 (gst_ring_buffer_prepare_read):
22359 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22362 2005-09-29 Wim Taymans <wim@fluendo.com>
22364 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22365 * ext/theora/theoradec.c: (theora_handle_data_packet):
22366 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22367 Propagate error codes from alloc_buffer too.
22369 2005-09-29 Wim Taymans <wim@fluendo.com>
22371 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22374 * gst/playback/Makefile.am:
22375 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22376 (dump_element_stats), (main):
22377 Added example stream introspection code.
22379 2005-09-28 Stefan Kost <ensonic@users.sf.net>
22381 * gst/adder/gstadder.c: (gst_adder_collected):
22382 fix adder for float elements
22384 2005-09-28 Wim Taymans <wim@fluendo.com>
22386 * gst-libs/gst/audio/gstbaseaudiosink.c:
22387 (gst_base_audio_sink_class_init),
22388 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22389 * gst-libs/gst/audio/gstbaseaudiosrc.c:
22390 (gst_base_audio_src_class_init),
22391 (gst_base_audio_src_provide_clock):
22392 get_clock -> provide_clock
22394 2005-09-28 Andy Wingo <wingo@pobox.com>
22396 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22399 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22402 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22403 Actually add the pad template.
22404 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22406 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22409 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22410 from fdsrc. Get caps in create() instead of start() so it can be
22411 interrupted. Interruption somewhat untested.
22413 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22414 Proper EOS handling.
22416 2005-09-27 Andy Wingo <wingo@pobox.com>
22418 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22420 * gst/tcp/gsttcpserversrc.c: Cleaned up.
22422 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22424 * gst/tcp/gsttcp.h:
22425 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22426 out of tcpclientsrc.c. Cancellable.
22427 (gst_tcp_socket_read): Made private, cancellable, with better
22428 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22429 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22430 whole buffer, and better diagnostics.
22431 (gst_tcp_gdp_read_caps): Same.
22433 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22435 2005-09-26 Andy Wingo <wingo@pobox.com>
22437 * gst/sine/gstsinesrc.h:
22438 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22439 change the 'sync' property to 'is-live' and implement it halfway,
22440 update for controller api change.
22442 * gst/volume/gstvolume.c (volume_transform_ip): Update for
22443 controller api change.
22445 2005-09-24 Wim Taymans <wim@fluendo.com>
22447 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22448 * gst-libs/gst/audio/gstaudiosink.c:
22449 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22450 (gst_audioringbuffer_stop):
22451 * gst-libs/gst/audio/gstbaseaudiosink.c:
22452 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22453 (gst_base_audio_sink_change_state):
22454 * gst-libs/gst/audio/gstbaseaudiosink.h:
22455 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22456 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22457 (gst_ring_buffer_commit), (gst_ring_buffer_read):
22458 * gst-libs/gst/audio/gstringbuffer.h:
22459 Fix sync again. Moved sample alignment to basesink.
22461 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
22463 * docs/plugins/Makefile.am:
22464 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22465 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22466 * gst/volume/gstvolume.c:
22468 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22469 * gst-libs/gst/audio/audio.h:
22470 add conversion macros for frames <-> clocktime
22472 2005-09-23 David Schleef <ds@schleef.org>
22474 * gst/audioresample/Makefile.am:
22475 * gst/audioresample/debug.h:
22476 * gst/audioresample/gstaudioresample.c:
22477 * gst/audioresample/resample.c: Convert to using gst debugging
22479 2005-09-22 Wim Taymans <wim@fluendo.com>
22481 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22482 (gst_play_bin_send_event):
22483 Only seek on one sink, the first one that succeeds.
22485 2005-09-22 Michael Smith <msmith@fluendo.com>
22487 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22488 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22489 Don't flush encoder state unless we have an initialised encoder.
22490 Clear out encoder state on PAUSED_TO_READY.
22492 2005-09-22 Wim Taymans <wim@fluendo.com>
22494 * gst-libs/gst/rtp/gstbasertppayload.c:
22495 (gst_basertppayload_class_init), (gst_basertppayload_init),
22496 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22497 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22498 (gst_basertppayload_is_filled), (gst_basertppayload_push),
22499 (gst_basertppayload_set_property),
22500 (gst_basertppayload_get_property),
22501 (gst_basertppayload_change_state):
22502 * gst-libs/gst/rtp/gstbasertppayload.h:
22503 Added max-ptime to control amount of data in the rtp packets.
22505 2005-09-21 Andy Wingo <wingo@pobox.com>
22507 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22510 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22511 can be called multiple times, dogs.
22513 2005-09-21 Wim Taymans <wim@fluendo.com>
22515 * gst-libs/gst/rtp/gstbasertppayload.c:
22516 (gst_basertppayload_class_init), (gst_basertppayload_init),
22517 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22518 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22519 (gst_basertppayload_push), (gst_basertppayload_get_property),
22520 (gst_basertppayload_change_state):
22523 2005-09-21 Stefan Kost <ensonic@users.sf.net>
22525 * docs/libs/compiling.sgml:
22528 2005-09-20 Wim Taymans <wim@fluendo.com>
22530 * gst-libs/gst/rtp/gstbasertppayload.c:
22531 (gst_basertppayload_class_init), (gst_basertppayload_init),
22532 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22533 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22534 (gst_basertppayload_push), (gst_basertppayload_set_property),
22535 (gst_basertppayload_get_property),
22536 (gst_basertppayload_change_state):
22537 * gst-libs/gst/rtp/gstbasertppayload.h:
22538 Added property to configure sequence number offsets.
22540 2005-09-20 Wim Taymans <wim@fluendo.com>
22542 * gst-libs/gst/rtp/gstbasertppayload.c:
22543 (gst_basertppayload_class_init), (gst_basertppayload_init),
22544 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22545 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22546 (gst_basertppayload_push), (gst_basertppayload_set_property),
22547 (gst_basertppayload_get_property),
22548 (gst_basertppayload_change_state):
22549 * gst-libs/gst/rtp/gstbasertppayload.h:
22550 Make timestamp offset configurable.
22552 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
22554 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22555 fix wrong pop/unref
22557 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
22559 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
22561 * gst-libs/gst/interfaces/propertyprobe.c:
22562 (gst_property_probe_probe_property_name),
22563 (gst_property_probe_needs_probe_name),
22564 (gst_property_probe_get_values_name),
22565 (gst_property_probe_probe_and_get_values_name):
22566 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22567 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22569 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
22571 * check/Makefile.am:
22572 have some tests be disabled for valgrinding
22573 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22575 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22576 Fix A Leak. Chain To Parent Finalize.
22578 2005-09-19 Wim Taymans <wim@fluendo.com>
22580 * examples/seeking/seek.c: (make_wav_pipeline), (main):
22581 Fixed wav pipeline.
22583 2005-09-19 Wim Taymans <wim@fluendo.com>
22585 * gst-libs/gst/rtp/gstbasertppayload.c:
22586 (gst_basertppayload_class_init), (gst_basertppayload_init),
22587 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22588 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22589 (gst_basertppayload_push), (gst_basertppayload_get_property),
22590 (gst_basertppayload_change_state):
22591 Posting ERROR and WARNING messages is good.
22593 2005-09-19 Wim Taymans <wim@fluendo.com>
22595 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22596 (gst_base_rtp_depayload_add_to_queue),
22597 (gst_base_rtp_depayload_push),
22598 (gst_base_rtp_depayload_set_gst_timestamp),
22599 (gst_base_rtp_depayload_queue_release):
22600 This one was not supposed to go in.
22602 2005-09-19 Wim Taymans <wim@fluendo.com>
22604 * check/pipelines/simple_launch_lines.c: (run_pipeline):
22607 * gst-libs/gst/rtp/gstbasertpdepayload.c:
22608 (gst_base_rtp_depayload_chain),
22609 (gst_base_rtp_depayload_add_to_queue),
22610 (gst_base_rtp_depayload_push),
22611 (gst_base_rtp_depayload_set_gst_timestamp),
22612 (gst_base_rtp_depayload_queue_release):
22615 * gst-libs/gst/rtp/gstbasertppayload.c:
22616 (gst_basertppayload_class_init), (gst_basertppayload_init),
22617 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22618 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22619 (gst_basertppayload_get_property),
22620 (gst_basertppayload_change_state):
22621 Added debugging category.
22623 2005-09-18 David Schleef <ds@schleef.org>
22625 * gst/playback/gstdecodebin.c: free plugin list correctly
22626 * gst/playback/gstplaybin.c: emit warning if autovideosink
22627 and autoaudiosink can't be found (instead of segfaulting)
22629 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
22631 * check/elements/audioconvert.c: (GST_START_TEST):
22632 try out 24 bit conversion
22634 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22636 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22637 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22638 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22639 * ext/vorbis/vorbisenc.h:
22640 Fix EOS handling. Still needs a fix in the ogg muxer to
22641 mark the last page as eos.
22643 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22645 * common/gtk-doc-plugins.mak:
22646 * docs/plugins/Makefile.am:
22647 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22648 * gst/ffmpegcolorspace/Makefile.am:
22649 * gst/ffmpegcolorspace/avcodec.h:
22650 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22651 * gst/tcp/gstmultifdsink.c:
22652 fix up ffmpegcolorspace docs; extract header
22654 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22656 * common/gtk-doc-plugins.mak:
22657 * docs/plugins/Makefile.am:
22658 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22659 * ext/theora/Makefile.am:
22660 * ext/theora/gsttheoraenc.h:
22661 * ext/theora/theoraenc.c:
22662 * ext/vorbis/vorbisenc.c:
22663 pick up signals and args for vorbis; add some docs for vorbis
22665 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
22667 * common/gstdoc-scangobj:
22668 * common/gtk-doc-plugins.mak:
22669 * docs/libs/Makefile.am:
22670 * docs/plugins/gst-plugins-base-plugins.args:
22671 * docs/plugins/gst-plugins-base-plugins.hierarchy:
22672 * docs/plugins/gst-plugins-base-plugins.interfaces:
22673 * docs/plugins/gst-plugins-base-plugins.prerequisites:
22674 * docs/plugins/gst-plugins-base-plugins.signals:
22675 only scanobj stuff from our source module. Not sure yet
22676 if that's correct, given the hierarchy stuff :)
22678 2005-09-15 Wim Taymans <wim@fluendo.com>
22680 * gst/audioconvert/gstaudioconvert.c:
22681 And enable 24 bits mode as well..
22683 2005-09-15 Wim Taymans <wim@fluendo.com>
22685 * gst-libs/gst/rtp/Makefile.am:
22686 * gst-libs/gst/rtp/gstbasertppayload.c:
22687 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22688 (gst_basertppayload_class_init), (gst_basertppayload_init),
22689 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22690 (gst_basertppayload_chain), (gst_basertppayload_set_options),
22691 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22692 (gst_basertppayload_set_property),
22693 (gst_basertppayload_get_property),
22694 (gst_basertppayload_change_state):
22695 * gst-libs/gst/rtp/gstbasertppayload.h:
22696 Added rtp payloader base class.
22698 2005-09-15 Andy Wingo <wingo@pobox.com>
22700 * configure.ac (plugindir): Remove the EOL matcher from the
22701 regexp, as it causes me problems. Libtool? Make? Who knows?
22703 2005-09-14 David Schleef <ds@schleef.org>
22705 * check/generic/states.c:
22706 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22707 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22708 Fixes for changes in registry API.
22710 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
22711 to GST_PLUGIN_LDFLAGS.
22712 * ext/libvisual/visual.c: Make the library shut up.
22713 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22714 * gst-libs/gst/audio/gstaudiofilter.c: same
22716 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22718 * docs/plugins/Makefile.am:
22719 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22720 * docs/plugins/inspect/plugin-libvisual.xml:
22721 * docs/plugins/tmpl/element-tcpserversink.sgml:
22722 * ext/theora/theoraenc.c:
22723 add libvisual plugin and theoraenc element to docs
22725 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
22727 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22728 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22729 * ext/theora/theoraenc.c:
22732 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
22734 * gst/audioconvert/Makefile.am:
22735 Audioconvert derives from GstBaseTransform and should
22736 link to the library with our base elements to avoid
22737 unresolved symbols. Makes things work with MinGW (#316160)
22739 * gst/playback/test4.c: (main):
22740 Fix MinGW build problem and use g_usleep() instead of
22743 2005-09-12 Wim Taymans <wim@fluendo.com>
22745 * gst/audioconvert/audioconvert.c: (float),
22746 (audio_convert_prepare_context), (audio_convert_convert):
22747 * gst/audioconvert/audioconvert.h:
22748 Cleanups, speedups, simplifications, added back support
22751 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
22753 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22754 * docs/plugins/gst-plugins-base-plugins-sections.txt:
22755 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22756 * docs/plugins/tmpl/element-tcpserversink.sgml:
22757 * gst/ffmpegcolorspace/gstffmpeg.c:
22758 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22759 * gst/videotestsrc/gstvideotestsrc.c:
22760 * gst/volume/gstvolume.c:
22761 add more elements to the docs
22763 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
22765 * check/Makefile.am:
22766 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22767 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22768 Add extra tests for basetransform based components.
22769 Comment out the test_element_negotiation test until we decide
22770 if it's testing correct behaviour.
22771 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22772 (gst_visual_chain), (gst_visual_change_state):
22773 Slightly more correct but still bogus timestamping.
22774 Fix state change function.
22775 * gst/audioconvert/gstaudioconvert.c:
22776 (gst_audio_convert_class_init):
22777 * gst/audioresample/gstaudioresample.c:
22778 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22779 (gst_ffmpegcsp_class_init):
22780 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22781 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22782 (gst_videoscale_prepare_image):
22783 * gst/volume/gstvolume.c: (gst_volume_class_init),
22784 (volume_transform_ip):
22785 Basetransform updates. Enable passthrough modes.
22786 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22787 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22788 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22789 Negotiation fix that allows the window to return to the original
22790 size and renegotiate passthrough upstream. Extra debug output.
22792 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
22794 * gst/sine/gstsinesrc.c:
22795 * gst/volume/gstvolume.c:
22796 fix up header include
22798 2005-09-09 Stefan Kost <ensonic@users.sf.net>
22800 * gst-libs/gst/audio/gstbaseaudiosink.c:
22801 (gst_base_audio_sink_render):
22802 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22803 * gst/volume/gstvolume.c: (gst_volume_class_init),
22804 (volume_transform):
22805 fixing lost sync, some more debugging
22807 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
22809 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22810 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22811 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22812 (gst_xvimagesink_check_xshm_calls):
22813 Fix compilation when XShm is not available.
22815 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22817 * ext/libvisual/visual.c: (gst_visual_dispose),
22818 (gst_visual_getcaps), (gst_visual_src_setcaps),
22819 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22820 (gst_visual_change_state):
22821 Finish fixing up libvisual plugin so that it runs.
22823 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22825 * ext/vorbis/vorbisenc.c:
22826 * gst-libs/gst/tag/gstvorbistag.c:
22827 gsttaginterface.h -> gsttagsetter.h
22829 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22831 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22832 added another test that failes for me (test is not active by default)
22834 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22837 v4l2 is no longer in gst-plugins-base
22839 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
22842 In the output at the end, don't show the first plugin on the same
22843 line as "Core plug-ins, always built:".
22844 Indent the output as for other plugin categories
22845 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22846 #define that can be used to not use peer buffer_alloc functions for
22848 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22849 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22850 (gst_ximagesink_show_frame):
22851 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22852 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22853 (gst_xvimagesink_show_frame):
22854 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22855 fails gracefully instead of XError aborting or deadlocking.
22857 2005-09-07 Stefan Kost <ensonic@users.sf.net>
22859 * ext/libvisual/Makefile.am:
22860 link against gst-base-libs
22862 2005-09-06 David Schleef <ds@schleef.org>
22864 * configure.ac: Enable libvisual plugin.
22865 * ext/libvisual/Makefile.am:
22866 * ext/libvisual/visual.c: Fixes to make it compile.
22868 === release 0.9.2 ===
22870 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
22875 * docs/random/ChangeLog-0.8:
22876 releasing 0.9.2, "Spoon"
22878 2005-09-05 Michael Smith <msmith@fluendo.com>
22880 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22881 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22882 that in the vorbisenc element.
22884 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22886 * common/gtk-doc-plugins.mak:
22887 * docs/plugins/Makefile.am:
22889 * gst/audioresample/resample.c:
22890 fix wrong docstring
22892 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
22894 * common/gst-xmlinspect.py:
22895 * common/gtk-doc-plugins.mak:
22896 only inspect plugins for this given package
22897 require gst-python 0.9
22899 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
22903 * common/gst-xmlinspect.py:
22905 * docs/Makefile.am:
22906 * docs/plugins/inspect/plugin-alsa.xml:
22907 * docs/plugins/inspect/plugin-audioresample.xml:
22908 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22909 * docs/plugins/inspect/plugin-ogg.xml:
22910 * docs/plugins/tmpl/element-gnomevfssink.sgml:
22911 * docs/plugins/tmpl/element-multifdsink.sgml:
22912 * docs/plugins/tmpl/element-tcpserversink.sgml:
22913 * docs/plugins/tmpl/element-vorbisenc.sgml:
22914 * gst-plugins-base.spec.in:
22915 various doc-related updates
22917 2005-08-31 Wim Taymans <wim@fluendo.com>
22919 * gst-libs/gst/audio/gstbaseaudiosink.c:
22920 (gst_base_audio_sink_render):
22921 Resync if the buffer timestamps drift more than a 10th
22924 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
22926 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22927 (gst_v4lsrc_get_property):
22928 The 'timestamp-offset' property is registered as an int64, so
22929 let's use g_value_{set|get}_int64() in our setter and getter
22930 functions (makes it work and fixes warnings with gst-inspect).
22932 2005-08-30 Wim Taymans <wim@fluendo.com>
22934 * check/elements/audioconvert.c: (setup_audioconvert):
22935 * check/elements/audioresample.c: (setup_audioresample):
22936 * check/elements/volume.c: (setup_volume):
22939 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
22941 * common/gtk-doc-plugins.mak:
22942 * common/plugins.xsl:
22943 * docs/plugins/Makefile.am:
22944 make module a param
22946 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22948 * examples/seeking/seek.c: (make_mp3_pipeline),
22949 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22950 (play_cb), (pause_cb), (stop_cb):
22953 2005-08-30 Stefan Kost <ensonic@users.sf.net>
22955 * gst/volume/gstvolume.c: (gst_volume_class_init),
22956 (volume_transform):
22957 do not update controlled params, if buffer has no timestamp
22959 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22962 * gst/sine/Makefile.am:
22963 * gst/volume/Makefile.am:
22964 controllerized elements also need to link against controller-libs ;)
22966 2005-08-29 Stefan Kost <ensonic@users.sf.net>
22968 * docs/libs/tmpl/gstcolorbalance.sgml:
22969 * docs/libs/tmpl/gstgconf.sgml:
22970 * docs/libs/tmpl/gstmixer.sgml:
22971 * docs/libs/tmpl/gstringbuffer.sgml:
22972 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22973 (gst_sinesrc_create):
22974 * gst/volume/gstvolume.c: (gst_volume_class_init),
22975 (volume_transform):
22976 controllerized two audio plugins
22978 2005-08-29 Andy Wingo <wingo@pobox.com>
22980 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
22981 (vorbis_handle_data_packet): Fix some int overflow errors.
22983 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22985 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22987 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22988 if it's valid. Fixed streaming-mode playback.
22990 * check/elements/volume.c (cleanup_volume): Fix for running
22993 * check/elements/audioconvert.c: Convert from native endian, not
22996 2005-08-29 Michael Smith <msmith@fluendo.com>
22998 * ext/ogg/Makefile.am:
22999 * ext/ogg/gstogg.c: (plugin_init):
23000 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
23001 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
23002 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
23003 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
23004 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
23005 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
23006 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
23007 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
23008 Add an ogg parser element.
23010 2005-08-28 Andy Wingo <wingo@pobox.com>
23012 * Updates for two-arg init from GST_BOILERPLATE_FULL.
23014 2005-08-26 Wim Taymans <wim@fluendo.com>
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 (audio_convert_convert):
23023 2005-08-26 Wim Taymans <wim@fluendo.com>
23025 * gst/audioconvert/audioconvert.c: (if), (float),
23026 (audio_convert_get_func_index), (check_default),
23027 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23028 (audio_convert_clean_context), (audio_convert_get_sizes),
23029 (audio_convert_convert):
23030 More elegant and working temp buffer selection algo.
23032 2005-08-26 Wim Taymans <wim@fluendo.com>
23034 * gst/audioconvert/audioconvert.c: (if), (float),
23035 (audio_convert_get_func_index), (check_default),
23036 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23037 (audio_convert_clean_context), (audio_convert_get_sizes),
23038 (get_temp_buffer), (audio_convert_convert):
23039 Use realloc else we lose our original data.
23041 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
23043 * gst/audioresample/gstaudioresample.c:
23044 use base class' newsegment to properly timestamp
23046 2005-08-26 Wim Taymans <wim@fluendo.com>
23048 * gst/audioconvert/audioconvert.c: (if), (float),
23049 (audio_convert_get_func_index), (check_default),
23050 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23051 (audio_convert_clean_context), (audio_convert_get_sizes),
23052 (get_temp_buffer), (audio_convert_convert):
23053 * gst/audioconvert/gstaudioconvert.c:
23054 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
23055 (gst_audio_convert_transform_caps),
23056 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
23057 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
23058 Oops, allocate enough space to perform the channel mix.
23060 2005-08-26 Wim Taymans <wim@fluendo.com>
23062 * gst/audioconvert/Makefile.am:
23063 * gst/audioconvert/audioconvert.c: (if), (float),
23064 (audio_convert_get_func_index), (check_default),
23065 (audio_convert_clean_fmt), (audio_convert_prepare_context),
23066 (audio_convert_clean_context), (audio_convert_get_sizes),
23067 (get_temp_buffer), (audio_convert_convert):
23068 * gst/audioconvert/audioconvert.h:
23069 * gst/audioconvert/gstaudioconvert.c:
23070 (gst_audio_convert_class_init), (gst_audio_convert_init),
23071 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
23072 (gst_audio_convert_get_unit_size),
23073 (gst_audio_convert_transform_caps),
23074 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
23075 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
23076 * gst/audioconvert/gstaudioconvert.h:
23077 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
23078 (gst_channel_mix_fill_identical),
23079 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23080 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23081 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23082 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23083 (gst_channel_mix_mix):
23084 * gst/audioconvert/gstchannelmix.h:
23085 Cleanups, librarify a bit, optimize, better negotiation and more.
23087 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
23089 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23090 Another from MikeS:
23091 During typefinding, don't support negative offsets
23092 (offsets from the end of the stream) in our typefind->peek() function
23093 - nothing embedded in ogg ever needs them. However, we need to recognise
23094 those requests and reject them, otherwise we return invalid pointers.
23096 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
23098 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23099 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23100 (vorbisdec_finalize), (vorbis_handle_type_packet):
23101 Big shout-out to MikeS for fixing this giant memory leak.
23104 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23106 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23107 (audio_convert_get_unit_size):
23110 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23112 * check/Makefile.am:
23113 * check/elements/audioconvert.c: (setup_audioconvert),
23114 (cleanup_audioconvert), (get_int_caps), (verify_convert),
23115 (GST_START_TEST), (audioconvert_suite), (main):
23116 add a test for audioconvert
23117 * gst/audioresample/gstaudioresample.c:
23118 * gst/audioresample/gstaudioresample.h:
23119 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23120 note that for buffers of 1/3 sec this means DURATION(c) is
23121 one nanosecond more than for a and b
23123 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23125 * check/Makefile.am:
23126 * check/elements/audioresample.c: (setup_audioresample),
23127 (cleanup_audioresample), (fail_unless_perfect_stream),
23128 (test_perfect_stream_instance), (GST_START_TEST),
23129 add a check for audioresample
23130 (audioresample_suite), (main):
23131 * check/elements/volume.c: (GST_START_TEST):
23132 remove unused method
23133 * gst/audioresample/gstaudioresample.c:
23134 set correct buffer parameters since we're changing them
23135 * gst/audioresample/resample_ref.c: (resample_scale_ref):
23138 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
23140 * gst/audioresample/debug.c:
23141 * gst/audioresample/gstaudioresample.c:
23142 add room for extra overlap samples when asked to transform size
23143 protect against possible mem corruption and check for discrepancies
23144 between written size and outbuffer's size so we can warn for
23146 * gst/audioresample/resample.c: (resample_init),
23147 (resample_get_output_size_for_input), (resample_get_output_size),
23148 (resample_set_n_channels), (resample_set_format):
23149 set debug level based on RESAMPLE_DEBUG env var
23150 make sure that get_output_size* returns a whole number of
23152 set sample_size each time either channel or format is set
23153 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23154 * gst/audioresample/resample_functable.c:
23155 (resample_scale_functable):
23156 * gst/audioresample/resample_ref.c: (resample_scale_ref):
23157 remove r->sample_size, it's done in resample.c now
23158 add some debugging to the ref implementation
23159 make sure we only give back bytes that are wholes of the sample
23162 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
23163 * gst/playback/gstplaybasebin.c: (fill_buffer):
23164 Revert unpopular change for GST_MESSAGE_SRC to GObject.
23166 2005-08-25 Stefan Kost <ensonic@users.sf.net>
23168 * gst/volume/gstvolume.c:
23169 made set_caps function static
23171 2005-08-24 Wim Taymans <wim@fluendo.com>
23173 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23174 (gst_vorbisenc_change_state):
23175 Stop leaking taglists.
23177 2005-08-24 Wim Taymans <wim@fluendo.com>
23179 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23180 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23181 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23182 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23183 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23184 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23185 Parse seeking events better.
23187 Generate correct newsegment events, fixes seeking in live oggs.
23189 * ext/theora/theoradec.c: (theora_dec_src_query),
23190 (theora_dec_src_event), (theora_dec_src_getcaps),
23191 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23192 Use newsegment values to report correct play time.
23194 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23195 (vorbis_dec_src_event), (vorbis_dec_sink_event):
23196 * ext/vorbis/vorbisdec.h:
23197 Parse and use newsegment values to report correct play time.
23199 * gst-libs/gst/audio/gstbaseaudiosink.c:
23200 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23201 Clear ringbuffer on flush.
23202 Use newsegment values to calculate playback time.
23204 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23205 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23206 Basesink does newsegment calculations for us now.
23208 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23210 * check/Makefile.am:
23212 add core's plugins to the mix so that playbin works
23213 * check/generic/states.c: (GST_START_TEST):
23214 set a 0 timeout on pipelines, so they don't force the next
23216 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23217 (gst_play_base_bin_change_state):
23218 remove the crappy error handling and do GST error handling
23220 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23222 * check/Makefile.am:
23223 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23224 add same test as to core, it bitches out on playbin atm.
23226 2005-08-24 Wim Taymans <wim@fluendo.com>
23231 2005-08-24 Wim Taymans <wim@fluendo.com>
23233 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23234 (gst_videoscale_prepare_size), (parse_caps),
23235 (gst_videoscale_set_caps), (gst_videoscale_get_size),
23236 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23237 (gst_videoscale_transform):
23238 * gst/videoscale/gstvideoscale.h:
23239 Refactor, make use of BaseTranform really well.
23241 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23244 compile audioresample
23245 * gst/audioresample/Makefile.am:
23246 * gst/audioresample/buffer.c:
23247 * gst/audioresample/functable.c:
23248 * gst/audioresample/gstaudioresample.c:
23249 * gst/audioresample/gstaudioresample.h:
23250 * gst/audioresample/resample.c:
23251 (resample_get_output_size_for_input):
23252 * gst/audioresample/resample.h:
23253 * gst/audioresample/resample_chunk.c:
23254 * gst/audioresample/resample_functable.c:
23255 * gst/audioresample/resample_ref.c:
23256 port to use basetransform; doesn't work in all cases yet
23258 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
23260 * gst/audioconvert/gstaudioconvert.c:
23261 (gst_audio_convert_class_init), (gst_audio_convert_init),
23262 (audio_convert_get_unit_size), (audio_convert_transform_caps),
23263 (audio_convert_fixate_caps), (audio_convert_set_caps),
23264 (audio_convert_transform),
23265 (gst_audio_convert_buffer_to_default_format),
23266 (gst_audio_convert_buffer_from_default_format),
23267 (gst_audio_convert_channels):
23268 * gst/audioconvert/gstchannelmix.c:
23269 * gst/audioconvert/gstchannelmix.h:
23270 port to basetransform
23271 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23272 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23273 (gst_ffmpegcsp_get_unit_size):
23274 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23275 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23276 fix for basetransform changes
23278 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
23280 * check/Makefile.am:
23281 Add CHECK_CFLAGS and LDFLAGS
23283 * gst/playback/gstplaybasebin.c: (fill_buffer):
23284 GST_MESSAGE_SRC became a GObject
23286 2005-08-24 Wim Taymans <wim@fluendo.com>
23288 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23289 (gst_ring_buffer_clear_all):
23290 * gst-libs/gst/audio/gstringbuffer.h:
23291 Added function to clear the ringbuffer.
23293 2005-08-24 Andy Wingo <wingo@pobox.com>
23295 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
23296 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23297 of _open and _close.
23299 * sys/v4l/gstv4lxoverlay.h:
23300 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23301 an Xv connection here, instead of all the time. Make Xv only be
23302 loaded if you axe for it. Kindof a workaround for buggy behaviour
23303 of Xv when using remote xservers (XvQueryExtension would block).
23304 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23305 replace the _open and _close public API. Only start the xv
23306 connection if necessary.
23307 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23309 2005-08-23 David Schleef <ds@schleef.org>
23311 * gst/audioresample/Makefile.am: Leet audioresampling code
23312 * gst/audioresample/buffer.c:
23313 * gst/audioresample/buffer.h:
23314 * gst/audioresample/debug.c:
23315 * gst/audioresample/debug.h:
23316 * gst/audioresample/functable.c:
23317 * gst/audioresample/functable.h:
23318 * gst/audioresample/gstaudioresample.c:
23319 * gst/audioresample/gstaudioresample.h:
23320 * gst/audioresample/resample.c:
23321 * gst/audioresample/resample.h:
23322 * gst/audioresample/resample_chunk.c:
23323 * gst/audioresample/resample_functable.c:
23324 * gst/audioresample/resample_ref.c:
23326 2005-08-23 Wim Taymans <wim@fluendo.com>
23328 * examples/seeking/seek.c: (make_vorbis_pipeline),
23329 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23330 Small seek updates.
23332 2005-08-23 Andy Wingo <wingo@pobox.com>
23334 * gst-libs/gst/audio/gstbaseaudiosrc.c
23335 (gst_base_audio_src_fixate): Only fixate endianness if it is
23336 present in the caps.
23338 2005-08-22 Andy Wingo <wingo@pobox.com>
23340 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
23341 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23342 device-name property.
23344 * gst-libs/gst/audio/gstaudiosrc.h:
23345 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23346 close_device in the ring buffer, like gstaudiosink.
23348 * ext/alsa/gstalsamixer.h:
23349 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23350 macro to implement the interface without much code. Cleanups.
23352 * ext/alsa/gstalsasrc.h:
23353 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23356 * ext/alsa/Makefile.am: Add new files.
23357 * ext/alsa/gstalsamixerelement.c:
23358 * ext/alsa/gstalsamixerelement.c: Split element code out from
23359 mixer code so that alsasrc can be a mixer too.
23361 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
23363 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23365 * check/elements/vorbisdec.c: (setup_vorbisdec),
23366 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23367 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23368 (vorbis_handle_identification_packet),
23369 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23370 (vorbis_handle_header_packet), (vorbis_dec_push),
23371 (vorbis_dec_chain):
23372 use the setup/teardown methods to save code. save code is good.
23374 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23376 * check/Makefile.am:
23377 add ext dir for plugins
23378 add vorbisdec test conditionally
23379 * check/elements/volume.c: (setup_volume), (cleanup_volume),
23380 (GST_START_TEST), (volume_suite):
23381 add a test with wrong caps
23382 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23383 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23384 add a vorbisdec test
23385 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23386 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23387 clean up debug output
23388 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23389 yay, fix a segfault/security issue in vorbisdec
23390 gst-launch fakesrc ! vorbisdec wasn't happy
23391 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23392 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23393 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23394 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23395 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23396 (gst_vorbisenc_set_metadata), (get_constraints_string),
23397 (update_start_message), (gst_vorbisenc_setup),
23398 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23399 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23400 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23401 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23402 * ext/vorbis/vorbisenc.h:
23404 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23405 (gst_ffmpegcsp_transform):
23406 have the kow come home
23407 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23409 * gst/volume/gstvolume.c: (volume_set_caps):
23412 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
23415 * check/.cvsignore:
23416 * check/Makefile.am:
23417 * check/elements/.cvsignore:
23418 * check/elements/volume.c: (chain_func), (event_func),
23419 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23422 add unit test structure for gst-plugins-base
23423 add a test for volume
23424 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23425 (gst_volume_set_volume), (gst_volume_get_volume),
23426 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23427 (volume_funcfind), (volume_process_float), (volume_process_int16),
23428 (volume_set_caps), (volume_transform), (volume_update_mute),
23429 (volume_update_volume), (volume_set_property),
23430 (volume_get_property):
23431 document a little; use basetransform vmethod _set_caps
23433 2005-08-19 Andy Wingo <wingo@pobox.com>
23435 * ext/alsa/gstalsamixertrack.h:
23436 * ext/alsa/gstalsamixertrack.c:
23437 * ext/alsa/gstalsamixeroptions.h:
23438 * ext/alsa/gstalsamixeroptions.c:
23439 * ext/alsa/gstalsamixer.h:
23440 * ext/alsa/gstalsamixer.c: Port to 0.9.
23442 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23443 Remove gstalsa.c and alsaclock. No more cruft here.
23445 2005-08-18 Wim Taymans <wim@fluendo.com>
23447 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23448 (gst_base_rtp_depayload_chain),
23449 (gst_base_rtp_depayload_add_to_queue),
23450 (gst_base_rtp_depayload_push),
23451 (gst_base_rtp_depayload_queue_release):
23452 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23453 Fix for RTPBuffer changes.
23455 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23456 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23457 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23458 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23459 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23460 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23461 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23462 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23463 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23464 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23465 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23466 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23467 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23468 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23469 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23470 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23471 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23472 (gst_rtpbuffer_get_payload):
23473 * gst-libs/gst/rtp/gstrtpbuffer.h:
23474 Don't subclass GstBuffer but add methods and helper functions
23475 to construct and manipulate RTP packets in regular GstBuffers.
23477 2005-08-18 Stefan Kost <ensonic@users.sf.net>
23479 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23480 moved statement below switch
23481 * gst/volume/gstvolume.c: (gst_volume_class_init):
23484 2005-08-16 Wim Taymans <wim@fluendo.com>
23486 * gst-libs/gst/audio/gstbaseaudiosrc.c:
23487 (gst_base_audio_src_change_state):
23488 Open and close device in READY<->NULL state change.
23490 2005-08-16 Andy Wingo <wingo@pobox.com>
23492 * examples/seeking/Makefile.am: Don't compile non-compiling
23493 compiled objects with the compiler.
23495 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23498 2005-08-12 Philippe Khalaf <burger@speedy.org>
23499 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23500 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23501 Made a thread to release the queue.
23502 Removed timestamp conversion for now.
23504 2005-08-10 Philippe Khalaf <burger@speedy.org>
23505 * gst-libs/gst/rtp/gstbasertpdepayload.c:
23506 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23507 Added rtp timestamp -> gst timestamp conversion.
23508 Fixed several problems with queue.
23510 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23512 * gst-libs/gst/audio/gstaudioclock.h:
23513 * gst-libs/gst/audio/gstaudiofilter.h:
23514 * gst-libs/gst/audio/gstaudiosink.h:
23515 * gst-libs/gst/audio/gstaudiosrc.h:
23516 * gst-libs/gst/audio/gstbaseaudiosink.h:
23517 * gst-libs/gst/audio/gstbaseaudiosrc.h:
23518 * gst-libs/gst/audio/gstringbuffer.h:
23519 * gst-libs/gst/net/gstnetbuffer.h:
23520 * gst-libs/gst/rtp/gstbasertpdepayload.h:
23521 * gst-libs/gst/rtp/gstrtpbuffer.h:
23522 Add padding (you will need to rebuild gst-plugins-base,
23523 gst-plugins and all applications afterwards!)
23525 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
23527 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23528 (gst_riff_parse_chunk):
23529 Fix bug in debug message and add some more debug messages.
23531 2005-08-08 Edward Hervey <edward@fluendo.com>
23533 * gst-libs/gst/riff/riff-media.c:
23534 backported updates since branch
23536 2005-08-08 Andy Wingo <wingo@pobox.com>
23538 * gst-libs/gst/audio/gstbaseaudiosink.c
23539 (gst_base_audio_sink_change_state): Open the device in NULL->READY
23540 like good elements should. Close on READY->NULL too.
23542 * gst-libs/gst/audio/gstaudiosink.c
23543 (gst_audioringbuffer_open_device,
23544 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23545 (gst_audioringbuffer_release): Updates for new ring buffer API,
23546 hook into the new audio sink api.
23548 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23549 (GstAudioSinkClass.close): Just open and close the device -- no
23550 resource allocation or configuration.
23551 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23552 vmethods, handle device setup and resource allocation.
23554 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23555 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23558 * gst-libs/gst/audio/gstringbuffer.h
23559 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23562 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23563 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23564 New API functions. The device should be opened before acquiring
23565 and closed after releasing.
23567 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
23569 * gst-libs/gst/interfaces/mixer.h:
23570 Reset padding to GST_PADDING.
23572 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23574 * gst/playback/gstplaybin.c: (remove_sinks):
23575 Remove visualization from parent explicitely; works around some
23576 apparent refcount issue that I haven't tracked down yet.
23578 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23580 * ext/alsa/gstalsasink.c: (set_hwparams):
23581 Assign debug category, add negotiation debug msgs.
23583 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23585 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23586 Fix error code for file-not-found to NOT_FOUND.
23588 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23590 * common/gtk-doc-plugins.mak:
23591 * docs/plugins/Makefile.am:
23592 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23593 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23594 renamed to actual element names, so much nicer to look at
23595 * docs/plugins/tmpl/gstmultifdsink.sgml:
23597 * docs/plugins/tmpl/multifdsink.sgml:
23598 * docs/plugins/tmpl/tcpserversink.sgml:
23600 * ext/alsa/gstalsa.c:
23601 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23602 * ext/ogg/gstoggmux.c:
23603 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23604 * gst/playback/gstdecodebin.c:
23605 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23606 * gst/tcp/gsttcpserversink.c:
23607 various fixes and documentation additions
23609 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
23611 * common/Makefile.am:
23612 * common/gstdoc-scangobj:
23613 * common/gtk-doc-plugins.mak:
23614 * common/gtk-doc.mak:
23615 add a custom scangobj that uses the registry
23616 add a custom gtk-doc-plugins.mak that uses it
23617 some doc build fixes
23619 * docs/Makefile.am:
23620 * docs/plugins/Makefile.am:
23621 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23622 * docs/plugins/gst-plugins-base-plugins-sections.txt:
23623 * docs/plugins/gst-plugins-base-plugins.types:
23624 * docs/plugins/tmpl/gstmultifdsink.sgml:
23625 add docs for one element, multifdsink
23626 * gst/adder/gstadder.h:
23627 * gst/volume/gstvolume.h:
23628 don't privatize enum
23629 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23630 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23631 (gst_sync_method_get_type), (gst_client_status_get_type),
23632 (gst_multifdsink_class_init),
23633 (gst_multifdsink_client_queue_buffer),
23634 (gst_multifdsink_handle_client_write):
23635 * gst/tcp/gstmultifdsink.h:
23636 * gst/tcp/gsttcp.h:
23637 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23638 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23639 (gst_tcpclientsink_render):
23640 * gst/tcp/gsttcpclientsink.h:
23641 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23642 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23643 (gst_tcpclientsrc_start):
23644 * gst/tcp/gsttcpclientsrc.h:
23645 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23646 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23647 * gst/tcp/gsttcpserversrc.h:
23648 * gst/typefind/gsttypefindfunctions.c:
23649 remove superfluous Type stuff
23651 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23653 * gst/playback/gstplaybin.c: (gen_video_element):
23656 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23658 * gst-libs/gst/gconf/gconf.c:
23659 * gst-libs/gst/gconf/gconf.h:
23660 Fix some Andy Problem [tm].
23662 2005-08-04 Andy Wingo <wingo@pobox.com>
23664 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23665 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23666 (gst_ffmpegcsp_get_size): Adapt to API changes.
23668 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23669 Implement an in-place do-nothing transform.
23671 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23673 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23674 (gst_ximagesink_renegotiate_size):
23675 Do not set new window sizes yet if we prepare a new buffer size
23676 for upstream renegotiation (software scaling) at some point in the
23677 future, because this new size waqs not actually accepted yet. Once
23678 accepted, renegotiation later on will set the new sizes just fine.
23679 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23680 embedding testcase.
23682 2005-08-03 Andy Wingo <wingo@pobox.com>
23684 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23685 (gst_ximagesink_buffer_alloc):
23686 Protect the height, width, and desired_caps with the pool_lock.
23687 Fixes videotestsrc ! queue ! ximagesink.
23689 2005-08-02 Edward Hervey <edward@fluendo.com>
23691 * gst/volume/gstvolume.c:
23692 include left from controller cleanup
23694 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
23695 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23696 Stop collectpads before calling the parent state
23697 change function on PAUSED->READY.
23699 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
23701 When testing for X libs, use the X CFlags
23702 * gst/adder/gstadder.c: (gst_adder_change_state):
23703 Stop the collectpads before calling parent state change function
23704 on PAUSED->READY, otherwise we deadlock deactivating pads.
23706 2005-08-01 Stefan Kost <ensonic@users.sf.net>
23709 * docs/libs/tmpl/gstcolorbalance.sgml:
23710 * docs/libs/tmpl/gstmixer.sgml:
23711 * examples/Makefile.am:
23712 * gst/sine/Makefile.am:
23713 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23714 (gst_sinesrc_set_property), (plugin_init):
23715 * gst/sine/gstsinesrc.h:
23716 * gst/volume/Makefile.am:
23717 * gst/volume/gstvolume.c: (gst_volume_set_volume),
23718 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23719 (volume_process_float), (volume_process_int16),
23720 (volume_set_property), (plugin_init):
23721 * gst/volume/gstvolume.h:
23722 deactivate and remove dparams (libgstcontrol)
23724 2005-07-29 Wim Taymans <wim@fluendo.com>
23726 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23727 Convert me to BaseTransform!! help..
23729 2005-07-29 Andy Wingo <wingo@pobox.com>
23731 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23734 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23735 support of both endiannesses.
23737 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23739 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23740 Fix confusing debug message (s/event/query/)
23742 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
23744 * gst/videotestsrc/videotestsrc.h:
23745 Use "_stdint.h" instead of <stdint.h>
23747 2005-07-27 Wim Taymans <wim@fluendo.com>
23749 * ext/vorbis/Makefile.am:
23750 Revert wrong commit.
23752 2005-07-27 Wim Taymans <wim@fluendo.com>
23754 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23755 More compilation fixen.
23757 2005-07-27 Wim Taymans <wim@fluendo.com>
23759 * gst-libs/gst/audio/gstbaseaudiosink.c:
23760 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23761 (gst_base_audio_sink_create_ringbuffer),
23762 (gst_base_audio_sink_change_state):
23765 2005-07-27 Wim Taymans <wim@fluendo.com>
23767 * examples/seeking/seek.c: (setup_dynamic_link),
23768 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23769 (query_positions_elems), (query_positions_pads), (do_seek):
23770 Update seek example.
23772 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23773 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23774 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23775 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23776 (gst_ogg_demux_handle_event),
23777 (gst_ogg_demux_deactivate_current_chain),
23778 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23779 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23780 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23781 (gst_ogg_demux_loop):
23782 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23783 * ext/theora/theoradec.c: (theora_dec_src_event),
23784 (theora_dec_src_getcaps), (theora_dec_sink_event),
23785 (theora_dec_push), (theora_dec_chain):
23786 * ext/vorbis/Makefile.am:
23787 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23788 (vorbis_dec_sink_event), (vorbis_dec_push),
23789 (vorbis_handle_data_packet):
23790 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23791 (gst_vorbisenc_chain):
23792 * gst/playback/gststreaminfo.c: (cb_probe):
23793 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23794 * gst/videorate/gstvideorate.c: (gst_videorate_event):
23795 * gst/videoscale/gstvideoscale.c:
23796 (gst_videoscale_handle_src_event):
23797 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23798 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23799 (gst_ximagesink_navigation_send_event):
23800 * sys/xvimage/xvimagesink.c:
23801 (gst_xvimagesink_navigation_send_event):
23802 Various event updates and cleanups
23804 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23806 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23807 Fix segfault for I420/YV12.
23809 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23811 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23814 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23816 * gst/playback/gstplaybin.c: (gen_video_element),
23817 (gen_audio_element):
23818 Switch to auto*sink elements as default sinks; add volume element
23819 so that volume control in totem works.
23821 2005-07-21 Wim Taymans <wim@fluendo.com>
23823 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23824 * gst/playback/gstplaybin.c: (setup_sinks),
23825 (gst_play_bin_change_state):
23826 Refcount fix and more comments.
23828 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23830 * sys/ximage/Makefile.am:
23831 * sys/ximage/ximage.c: (plugin_init):
23832 * sys/ximage/ximagesink.c:
23833 Prepare for adding ximagesrc, rename of plugin to ximage etc.
23836 2005-07-21 Wim Taymans <wim@fluendo.com>
23838 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23839 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23840 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23841 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23842 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23843 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23844 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23845 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23846 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23847 Generate correct disconts for live chained oggs.
23849 * gst-libs/gst/audio/gstbaseaudiosink.c:
23850 (gst_base_audio_sink_render),
23851 (gst_base_audio_sink_create_ringbuffer),
23852 (gst_base_audio_sink_change_state):
23853 Handle discont math correctly.
23855 * gst/playback/gstplaybin.c: (add_sink):
23856 Some small debug cleanup.
23858 2005-07-21 Wim Taymans <wim@fluendo.com>
23860 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23861 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23862 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23863 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23864 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23865 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23866 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23867 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23868 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23869 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23870 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23871 (gst_ogg_demux_change_state), (gst_ogg_print):
23872 Reorganize code to send the right disconts when in streaming
23875 2005-07-20 Andy Wingo <wingo@pobox.com>
23877 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23878 fix (?), fixes a seggie mcfalterson (#310894).
23880 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23882 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23883 (gst_ogg_mux_set_header_on_caps):
23884 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23885 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23886 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23887 * gst-libs/gst/audio/multichannel.c:
23888 (gst_audio_set_channel_positions),
23889 (gst_audio_set_structure_channel_positions_list):
23890 * gst/playback/gstdecodebin.c: (dynamic_create):
23891 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23892 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23893 Fixes for API changes in core.
23895 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23897 * gst/playback/gstplaybasebin.c: (fill_buffer):
23898 Use _new_custom() so we can set custom message types for buffering
23901 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
23904 * gst-libs/gst/Makefile.am:
23905 * gst-libs/gst/gconf/.cvsignore:
23906 * gst-libs/gst/gconf/Makefile.am:
23907 * gst-libs/gst/gconf/test-gconf.c:
23908 * pkgconfig/Makefile.am:
23909 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23910 * pkgconfig/gstreamer-gconf.pc.in:
23911 Remove gconf stuff, use gconf elements instead from now on.
23913 2005-07-20 Wim Taymans <wim@fluendo.com>
23915 * gst-libs/gst/audio/TODO:
23916 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23917 (gst_audio_clock_get_internal_time):
23918 * gst-libs/gst/audio/gstaudioclock.h:
23919 * gst-libs/gst/audio/gstbaseaudiosink.c:
23920 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23921 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23922 (gst_base_audio_sink_render),
23923 (gst_base_audio_sink_create_ringbuffer),
23924 (gst_base_audio_sink_change_state):
23925 Make sure the audio clock always returns an increasing value.
23927 2005-07-19 Andy Wingo <wingo@pobox.com>
23929 * gst/videotestsrc/: Cleanups.
23931 2005-07-19 Wim Taymans <wim@fluendo.com>
23933 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23936 2005-07-19 Wim Taymans <wim@fluendo.com>
23938 * examples/seeking/seek.c: (make_dv_pipeline),
23939 (make_vorbis_theora_pipeline), (query_rates),
23940 (query_positions_elems), (query_positions_pads), (do_seek):
23941 Make correct DV pipeline.
23943 2005-07-18 Andy Wingo <wingo@pobox.com>
23945 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23946 default. Also because it's the only thing that really works. (This
23947 is used in the GConf elements).
23948 Use AS_LIBTOOL_TAGS.
23950 2005-07-18 Wim Taymans <wim@fluendo.com>
23952 * gst/playback/gstdecodebin.c: (remove_element_chain):
23953 * gst/playback/gstplaybin.c: (add_sink):
23954 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23955 (gst_stream_info_set_mute):
23956 * gst/playback/gststreamselector.c:
23957 (gst_stream_selector_get_linked_pad),
23958 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23959 More leak and compile fixes.
23961 2005-07-18 Wim Taymans <wim@fluendo.com>
23963 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23964 (query_rates), (query_positions_elems), (query_positions_pads),
23965 (do_seek), (seek_cb), (stop_seek):
23966 Updated seek example.
23968 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23969 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23970 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23971 * gst/playback/gstplaybin.c: (add_sink):
23972 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23973 (gst_stream_info_set_mute):
23974 Some refcount leak fixes.
23976 2005-07-16 Wim Taymans <wim@fluendo.com>
23978 * gst-libs/gst/audio/gstbaseaudiosink.c:
23979 (gst_base_audio_sink_render):
23980 Align samples even if we have roundoff errors in the
23981 timestamp conversion.
23983 2005-07-16 Wim Taymans <wim@fluendo.com>
23985 * docs/libs/tmpl/gstringbuffer.sgml:
23986 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23987 (query_rates), (query_positions_elems), (query_positions_pads),
23988 (update_scale), (do_seek):
23989 Updated seek example.
23991 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23992 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23993 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23994 (gst_ogg_demux_loop):
23995 Push out correct discont values.
23997 * ext/theora/theoradec.c: (theora_dec_src_convert),
23998 (theora_dec_sink_convert), (theora_dec_src_getcaps),
23999 (theora_dec_sink_event), (theora_handle_type_packet),
24000 (theora_handle_header_packet), (theora_dec_push),
24001 (theora_handle_data_packet), (theora_dec_chain),
24002 (theora_dec_change_state):
24003 Better timestamping.
24005 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24006 (vorbis_dec_sink_event), (vorbis_dec_push),
24007 (vorbis_handle_data_packet), (vorbis_dec_chain):
24008 * ext/vorbis/vorbisdec.h:
24009 Better timestamping.
24011 * gst-libs/gst/audio/gstbaseaudiosink.c:
24012 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
24013 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
24014 Handle syncing on timestamps instead of sample offsets. Make
24015 use of DISCONT values as described in design docs.
24017 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24018 (gst_base_audio_src_get_time):
24019 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
24020 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
24021 (gst_ring_buffer_read):
24022 * gst-libs/gst/audio/gstringbuffer.h:
24023 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
24024 (gst_ximagesink_show_frame):
24025 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
24026 Correcly convert buffer timestamp to stream time.
24028 2005-07-16 Wim Taymans <wim@fluendo.com>
24030 * gst/audioconvert/gstaudioconvert.c:
24031 (gst_audio_convert_get_buffer):
24032 Timestamp buffers correctly.
24034 * gst/playback/gstplaybin.c: (gen_video_element):
24035 Make internal fakesink silent.
24037 2005-07-15 Wim Taymans <wim@fluendo.com>
24039 * gst/ffmpegcolorspace/Makefile.am:
24040 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24041 (gst_ffmpegcsp_caps_remove_format_info),
24042 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
24043 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
24044 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
24045 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
24046 Ported ffmpegcolorspace to basetransform.
24048 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
24049 * gst/volume/gstvolume.c: (volume_transform):
24052 2005-07-14 Wim Taymans <wim@fluendo.com>
24054 * gst/videotestsrc/Makefile.am:
24055 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
24056 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
24057 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
24058 (gst_videotestsrc_init), (gst_videotestsrc_event),
24059 (gst_videotestsrc_create), (gst_videotestsrc_start),
24060 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
24061 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
24062 (gst_videotestsrc_get_property):
24063 * gst/videotestsrc/gstvideotestsrc.h:
24064 Make videotestsrc a pushsrc.
24066 2005-07-14 Wim Taymans <wim@fluendo.com>
24068 * gst/tcp/gstfdset.c: (gst_fdset_free):
24069 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
24070 (gst_multifdsink_add), (gst_multifdsink_remove),
24071 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24072 (gst_multifdsink_remove_client_link),
24073 (gst_multifdsink_client_queue_data),
24074 (gst_multifdsink_client_queue_caps),
24075 (gst_multifdsink_client_queue_buffer),
24076 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24077 (gst_multifdsink_stop):
24078 * gst/tcp/gstmultifdsink.h:
24081 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24082 Also draw image when not from a pool.
24084 2005-07-14 Wim Taymans <wim@fluendo.com>
24086 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24087 (mute_stream), (silence_stream):
24088 Small debug additions.
24090 2005-07-14 Wim Taymans <wim@fluendo.com>
24092 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24093 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24094 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24095 Better error recovery, ignore unconnected pads and
24098 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
24100 * docs/libs/tmpl/gstaudio.sgml:
24101 * docs/libs/tmpl/gstcolorbalance.sgml:
24102 * docs/libs/tmpl/gstgconf.sgml:
24103 * docs/libs/tmpl/gstmixer.sgml:
24104 * docs/libs/tmpl/gstringbuffer.sgml:
24105 * docs/libs/tmpl/gsttuner.sgml:
24106 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24107 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24108 (gst_tcpclientsrc_class_init):
24109 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24110 (gst_tcpserversrc_class_init):
24111 * sys/v4l/gstv4lelement.c:
24112 more autistic cleanliness in functions/names/defines
24114 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
24117 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24118 added manually to each Makefile.am so we are sure it goes
24119 *last* and doesn't add -L flags before linking in libs of our
24120 own, like, say, internal .la libs, that then accidentally pick
24121 up the installed copy.
24122 * docs/libs/Makefile.am:
24123 * ext/alsa/Makefile.am:
24124 * ext/cdparanoia/Makefile.am:
24125 * ext/gnomevfs/Makefile.am:
24126 * ext/libvisual/Makefile.am:
24127 * ext/ogg/Makefile.am:
24128 * ext/theora/Makefile.am:
24129 * ext/vorbis/Makefile.am:
24130 * gst-libs/gst/video/Makefile.am:
24131 * gst/adder/Makefile.am:
24132 * gst/audioconvert/Makefile.am:
24133 * gst/audiorate/Makefile.am:
24134 * gst/audioscale/Makefile.am:
24135 * gst/ffmpegcolorspace/Makefile.am:
24136 * gst/playback/Makefile.am:
24137 * gst/sine/Makefile.am:
24138 * gst/subparse/Makefile.am:
24139 * gst/tags/Makefile.am:
24140 * gst/tcp/Makefile.am:
24141 * gst/typefind/Makefile.am:
24142 * gst/videorate/Makefile.am:
24143 * gst/videoscale/Makefile.am:
24144 * gst/videotestsrc/Makefile.am:
24145 * gst/volume/Makefile.am:
24146 * sys/v4l/Makefile.am:
24147 * sys/ximage/Makefile.am:
24148 * sys/xvimage/Makefile.am:
24149 adapt properly to this change. This should make sure that
24150 plugins and libs properly link to the as-yet-uninstalled
24151 copies of stuff like libgstinterfaces and libgstvideo
24153 2005-07-13 Andy Wingo <wingo@pobox.com>
24155 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24156 (gst_v4lsrc_fixate): Fixate on format as well.
24158 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
24159 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24160 buffer points to it.
24161 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24162 rather just doing X calls ourselves. Also fixes a memleak.
24164 2005-07-12 Andy Wingo <wingo@pobox.com>
24166 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
24167 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
24168 (gst_v4lsrc_create): Re-add the copy-mode property, default to
24169 TRUE to avoid deadlocks if an element holds on to our buffers.
24171 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
24173 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24174 (gst_sinesrc_init), (gst_sinesrc_create),
24175 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24176 (gst_sinesrc_start):
24177 * gst/sine/gstsinesrc.h:
24178 removing num-buffers property before moving it
24180 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
24183 use overridable ERROR_CFLAGS
24184 * docs/libs/gst-plugins-base-libs.types:
24185 * docs/libs/tmpl/gstringbuffer.sgml:
24186 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24187 (gst_alsasink_class_init):
24188 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24189 (gst_alsasrc_class_init):
24190 * gst-libs/gst/audio/audio.h:
24191 * gst-libs/gst/audio/gstaudioclock.h:
24192 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24193 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24194 (gst_audio_filter_link), (gst_audio_filter_init),
24195 (gst_audio_filter_chain), (gst_audio_filter_set_property),
24196 (gst_audio_filter_get_property),
24197 (gst_audio_filter_class_add_pad_templates):
24198 * gst-libs/gst/audio/gstaudiofilter.h:
24199 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24200 (gst_audio_filter_template_get_type),
24201 (gst_audio_filter_template_base_init),
24202 (gst_audio_filter_template_class_init),
24203 (gst_audio_filter_template_init),
24204 (gst_audio_filter_template_set_property),
24205 (gst_audio_filter_template_get_property), (plugin_init),
24206 (gst_audio_filter_template_setup),
24207 (gst_audio_filter_template_filter),
24208 (gst_audio_filter_template_filter_inplace):
24209 * gst-libs/gst/audio/gstaudiosink.c:
24210 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24211 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24212 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24213 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24214 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24215 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24216 * gst-libs/gst/audio/gstaudiosink.h:
24217 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24218 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24219 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24220 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24221 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24222 (gst_audio_src_class_init), (gst_audio_src_init),
24223 (gst_audio_src_create_ringbuffer):
24224 * gst-libs/gst/audio/gstaudiosrc.h:
24225 * gst-libs/gst/audio/gstbaseaudiosink.c:
24226 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24227 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24228 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24229 (gst_base_audio_sink_set_property),
24230 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24231 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24232 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24233 (gst_base_audio_sink_create_ringbuffer),
24234 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24235 * gst-libs/gst/audio/gstbaseaudiosink.h:
24236 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24237 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24238 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24239 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24240 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24241 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24242 (gst_base_audio_src_event), (gst_base_audio_src_create),
24243 (gst_base_audio_src_create_ringbuffer),
24244 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24245 * gst-libs/gst/audio/gstbaseaudiosrc.h:
24246 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24247 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24248 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24249 (gst_ring_buffer_debug_spec_caps),
24250 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24251 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24252 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24253 (gst_ring_buffer_start), (gst_ring_buffer_pause),
24254 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24255 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24256 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24257 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24258 (gst_ring_buffer_clear):
24259 * gst-libs/gst/audio/gstringbuffer.h:
24260 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24261 (gst_video_sink_class_init), (gst_video_sink_get_type):
24262 * gst-libs/gst/video/videosink.h:
24263 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24264 (gst_multifdsink_class_init),
24265 (gst_multifdsink_handle_client_write),
24266 (gst_multifdsink_change_state):
24267 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24268 (gst_tcpclientsink_setcaps):
24269 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24270 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24271 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24272 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24273 (gst_ximagesink_send_pending_navigation),
24274 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24275 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24276 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24277 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24278 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24279 (gst_xvimagesink_send_pending_navigation),
24280 (gst_xvimagesink_navigation_send_event),
24281 (gst_xvimagesink_set_xwindow_id),
24282 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24283 (gst_xvimagesink_get_type):
24284 more macro splitting
24286 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24288 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24289 plug a memleak, allows me to import 1479 albums in one go
24291 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24292 (vorbis_handle_type_packet), (vorbis_dec_chain),
24293 (vorbis_dec_change_state):
24294 fix some format strings
24296 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24298 * docs/libs/tmpl/gstcolorbalance.sgml:
24299 * docs/libs/tmpl/gstmixer.sgml:
24300 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24301 (gst_alsasink_set_property), (gst_alsasink_get_property):
24302 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24303 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24304 add device property
24306 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
24308 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24309 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24310 (audiocast_register_listener), (audiocast_thread_run),
24311 (gst_gnomevfssrc_send_additional_headers_callback),
24312 (gst_gnomevfssrc_received_headers_callback),
24313 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24314 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24315 (gst_gnomevfssrc_get_size):
24316 add/clean up debugging
24317 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24320 2005-07-07 Andy Wingo <wingo@pobox.com>
24322 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24323 framerate. Need to get a handle on when exactly this function is
24326 * sys/v4l/v4lsrc_calls.h:
24327 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24328 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24329 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24331 * sys/v4l/v4l_calls.h: Cast to V4lElement.
24332 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24333 v4lelements are sources.
24335 * sys/v4l/gstv4lxoverlay.h:
24336 * sys/v4l/gstv4lxoverlay.c:
24337 * sys/v4l/gstv4ltuner.h:
24338 * sys/v4l/gstv4ltuner.c: Header loc fixen.
24340 * sys/v4l/gstv4lsrc.h:
24341 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24342 PushSrc/BaseSrc. Removed most sync-related properties, videorate
24343 or something should handle that. Made a live source.
24345 * sys/v4l/gstv4lelement.h:
24346 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24347 signals. Some cleanups.
24349 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24351 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24354 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24357 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24359 2005-07-07 Wim Taymans <wim@fluendo.com>
24361 * ext/theora/theoradec.c: (theora_get_query_types),
24362 (theora_dec_src_getcaps), (theora_dec_push):
24363 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24364 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24365 Remove deprecated/unused query types.
24367 2005-07-06 Wim Taymans <wim@fluendo.com>
24369 * ext/alsa/Makefile.am:
24370 * ext/alsa/gstalsaplugin.c: (plugin_init):
24371 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24372 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24373 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24374 (gst_alsasrc_class_init), (gst_alsasrc_init),
24375 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24376 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24377 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24378 (gst_alsasrc_reset):
24379 * ext/alsa/gstalsasrc.h:
24380 * gst-libs/gst/audio/Makefile.am:
24381 * gst-libs/gst/audio/gstaudiosink.c:
24382 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24383 (gst_audioringbuffer_start):
24384 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24385 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24386 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24387 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24388 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24389 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24390 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24391 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24392 * gst-libs/gst/audio/gstaudiosrc.h:
24393 * gst-libs/gst/audio/gstbaseaudiosink.c:
24394 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24395 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24396 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24397 * gst-libs/gst/audio/gstbaseaudiosrc.c:
24398 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24399 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24400 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24401 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24402 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24403 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24404 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24405 (gst_baseaudiosrc_change_state):
24406 * gst-libs/gst/audio/gstbaseaudiosrc.h:
24407 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24408 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24409 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24410 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24411 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24412 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24413 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24414 * gst-libs/gst/audio/gstringbuffer.h:
24415 Added audiosource base classes.
24416 Ported alsasrc, still very basic.
24418 2005-07-06 Wim Taymans <wim@fluendo.com>
24420 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24421 (theora_dec_push), (theora_handle_data_packet):
24422 Prepare for better timestamp fix later.
24424 * gst/audioconvert/gstaudioconvert.c:
24425 List most accurate caps first
24427 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24428 Use proper pad task function.
24430 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24431 (gst_xvimagesink_show_frame):
24432 Fix deadlock when alloc failed.
24434 2005-07-05 Andy Wingo <wingo@pobox.com>
24436 * ext/gnomevfs/gstgnomevfssrc.c:
24437 * gst/sine/gstsinesrc.c:
24438 * gst/tcp/gsttcpserversrc.c:
24439 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24441 * sys/v4l/: Port from 0.8.
24443 * Many files: Null if we got it....
24445 2005-07-05 Andy Wingo <wingo@pobox.com>
24447 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
24448 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24451 2005-07-05 Wim Taymans <wim@fluendo.com>
24454 * gst/tcp/Makefile.am:
24456 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24457 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24458 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24459 (is_sync_frame), (gst_multifdsink_handle_client_write),
24460 (gst_multifdsink_render), (gst_multifdsink_start),
24461 (gst_multifdsink_stop), (gst_multifdsink_change_state):
24462 * gst/tcp/gstmultifdsink.h:
24463 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24464 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24465 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24466 * gst/tcp/gsttcp.h:
24467 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24468 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24469 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24470 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24471 * gst/tcp/gsttcpclientsink.h:
24472 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24473 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24474 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24475 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24476 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24477 * gst/tcp/gsttcpclientsrc.h:
24478 * gst/tcp/gsttcpplugin.c: (plugin_init):
24479 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24480 * gst/tcp/gsttcpserversink.h:
24481 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24482 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24483 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24484 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24485 (gst_tcpserversrc_stop):
24486 * gst/tcp/gsttcpserversrc.h:
24487 * gst/tcp/gsttcpsink.c:
24488 * gst/tcp/gsttcpsink.h:
24489 * gst/tcp/gsttcpsrc.c:
24490 * gst/tcp/gsttcpsrc.h:
24491 Ported tcp plugins to 0.9.
24494 2005-07-05 Andy Wingo <wingo@pobox.com>
24496 * gst/playback/gstplaybasebin.c (fill_buffer):
24497 message_new_application fixen.
24499 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24502 2005-07-04 Wim Taymans <wim@fluendo.com>
24504 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24505 Set caps on output buffer.
24507 2005-07-04 Andy Wingo <wingo@pobox.com>
24509 * ext/gnomevfs/gstgnomevfssrc.c
24510 (gst_gnomevfssrc_received_headers_callback)
24511 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24514 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24515 No refcount leakage.
24517 * configure.ac: Enable -Werror.
24519 * ext/theora/theoradec.c (theora_dec_src_getcaps):
24520 * gst/audioconvert/bufferframesconvert.c
24521 (buffer_frames_convert_fixate):
24522 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24523 (gst_audio_convert_fixate):
24524 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24525 (gst_sinesrc_create): Fixate func changes.
24527 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24528 (gst_ximagesink_buffer_alloc): Unused var.
24530 2005-07-01 Andy Wingo <wingo@pobox.com>
24532 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24533 getcaps to do explicit caps. Needs to be done in all decoders,
24534 possibly via a base class.
24536 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24538 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24539 caps on the sink pad, just rely on the pad template. Also, setting
24540 ANY caps on a pad is not valid because the caps are not fixed.
24542 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24543 caps on the buffer, and get the width from the desired_caps if
24545 (gst_ximagesink_renegotiate_size): Implement via setting the
24546 desired_caps on the ximagesink.
24547 (gst_ximagesink_setcaps): Only reset the width of the player if it
24548 wasn't already set. Not sure if this is right.
24549 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24551 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24552 that the user wants. NULL unless the window has been resized.
24554 * gst/volume/gstvolume.c (volume_transform): Adapt to
24555 basetransform refcount changes.
24557 2005-07-01 Andy Wingo <wingo@pobox.com>
24559 * gst/videoscale/gstvideoscale.c:
24560 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24561 from BaseTransform, implements a transform_caps. Removed dead code
24562 including some PAR stuff that was never reached -- should probably
24563 be added back somehow.
24565 2005-07-01 Andy Wingo <wingo@pobox.com>
24567 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24570 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
24573 * docs/libs/Makefile.am:
24574 * docs/libs/gst-plugins-libs.types:
24575 * ext/alsa/Makefile.am:
24576 * ext/alsa/gstalsamixer.h:
24577 * ext/alsa/gstalsamixeroptions.h:
24578 * ext/alsa/gstalsamixertrack.h:
24579 * gst-libs/gst/Makefile.am:
24580 * gst-libs/gst/colorbalance/.cvsignore:
24581 * gst-libs/gst/colorbalance/Makefile.am:
24582 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24583 * gst-libs/gst/colorbalance/colorbalance.c:
24584 * gst-libs/gst/colorbalance/colorbalance.h:
24585 * gst-libs/gst/colorbalance/colorbalance.vcproj:
24586 * gst-libs/gst/colorbalance/colorbalancechannel.c:
24587 * gst-libs/gst/colorbalance/colorbalancechannel.h:
24588 * gst-libs/gst/interfaces/Makefile.am:
24589 * gst-libs/gst/interfaces/colorbalance.c:
24590 (gst_color_balance_class_init):
24591 * gst-libs/gst/interfaces/colorbalance.h:
24592 * gst-libs/gst/interfaces/interfaces-marshal.list:
24593 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24594 * gst-libs/gst/interfaces/mixer.h:
24595 * gst-libs/gst/interfaces/mixeroptions.h:
24596 * gst-libs/gst/interfaces/navigation.c:
24597 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24598 * gst-libs/gst/interfaces/tuner.h:
24599 * gst/volume/Makefile.am:
24600 * gst/volume/gstvolume.c:
24601 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24602 * sys/ximage/Makefile.am:
24603 * sys/ximage/ximagesink.c:
24604 * sys/xvimage/Makefile.am:
24605 * sys/xvimage/xvimagesink.c:
24606 fold in all interfaces into an interfaces dir, preserving CVS
24609 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24611 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24612 Fix build after riff changes.
24614 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24616 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24617 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24618 (gst_riff_create_video_template_caps),
24619 (gst_riff_create_audio_template_caps),
24620 (gst_riff_create_iavs_template_caps):
24621 * gst-libs/gst/riff/riff-media.h:
24622 * gst-libs/gst/riff/riff-read.h:
24623 * gst-libs/gst/riff/riff.c: (gst_riff_init):
24624 Add gst_riff_init() to initialize the debug category, instead
24625 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24627 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24629 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24630 Oops, I shouldn't apply hacks.
24632 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24634 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24635 Remove pad_loop function which doesn't work.
24637 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24639 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24640 Send EOS when deactivating.
24641 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24642 (check_queue), (queue_threshold_reached), (queue_out_of_data),
24643 (gen_preroll_element), (probe_triggered), (mute_stream),
24644 (silence_stream), (new_decoded_pad), (setup_substreams),
24645 (set_active_source):
24646 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24647 (remove_sinks), (add_sink):
24648 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24649 Change for new probe API.
24651 2005-06-29 Wim Taymans <wim@fluendo.com>
24653 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24654 * gst-libs/gst/audio/gstbaseaudiosink.c:
24655 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24656 (gst_baseaudiosink_change_state):
24657 * gst-libs/gst/audio/gstbaseaudiosink.h:
24658 * gst-libs/gst/audio/gstringbuffer.c:
24659 (gst_ringbuffer_set_callback):
24660 Fix compilation error.
24661 Ringbuffer starts out as not running.
24662 Free our clock in dispose.
24663 When releasing the ringbuffer we need to renegotiate so
24664 clear the pad caps.
24666 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
24670 * docs/Makefile.am:
24671 * docs/libs/Makefile.am:
24672 * docs/libs/gst-plugins-libs-docs.sgml:
24673 * docs/libs/gst-plugins-libs-sections.txt:
24674 * docs/libs/gst-plugins-libs.types:
24675 * docs/libs/tmpl/gstaudio.sgml:
24676 * docs/libs/tmpl/gstcolorbalance.sgml:
24677 * docs/libs/tmpl/gstringbuffer.sgml:
24678 * gst-libs/gst/audio/gstringbuffer.c:
24679 (gst_ringbuffer_set_callback):
24680 reinstate gtk-doc docs for plugin libs
24682 2005-06-28 Wim Taymans <wim@fluendo.com>
24684 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24685 (gst_ogg_demux_init):
24686 Removed pad loop function.
24688 2005-06-28 Wim Taymans <wim@fluendo.com>
24690 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24691 If we're building a chain we are not in an error case
24692 when we queue a buffer.
24694 2005-06-28 Andy Wingo <wingo@pobox.com>
24696 * *.c: Don't cast to GstObject before reffing/unreffing.
24698 2005-06-27 Andy Wingo <wingo@pobox.com>
24700 * gst/videotestsrc/gstvideotestsrc.c
24701 (gst_videotestsrc_activate_push): Activation API changes.
24703 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
24704 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24705 they have refs on the decodebin.
24707 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24709 (gst_ogg_pad_typefind): Don't leak a pad ref.
24710 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24711 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
24712 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24714 2005-06-27 Edward Hervey <edward@fluendo.com>
24716 * ext/theora/theoradec.c: (theora_dec_change_state):
24717 re-arranged call to parent's state change in order to avoid locks (or
24720 2005-06-26 Edward Hervey <edward@fluendo.com>
24722 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24723 2nd argument of 'unknow-type' signal is a GstCaps and not a
24726 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
24727 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24728 Set the worker thread's running flag to TRUE before starting the
24730 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24731 Catch a failure to add typefind to the bin.
24733 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24735 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24736 (gst_sinesrc_init), (gst_sinesrc_create),
24737 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24738 (gst_sinesrc_start):
24739 * gst/sine/gstsinesrc.h:
24740 add num-buffers and timestamp-offset properties
24741 * gst/videotestsrc/gstvideotestsrc.c:
24742 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24743 (gst_videotestsrc_get_property):
24744 add timestamp-offset property
24746 2005-06-23 Christian Schaller <uraeus@gnome.org>
24748 * configure.ac: add videorate
24749 * gst-plugins-base.spec.in: add videorate
24751 2005-06-23 Wim Taymans <wim@fluendo.com>
24753 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24754 (gst_videorate_getcaps), (gst_videorate_setcaps),
24755 (gst_videorate_event), (gst_videorate_chain):
24756 Fixed videorate, fixating an already fixated caps is not
24759 2005-06-23 Wim Taymans <wim@fluendo.com>
24762 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24763 Buffer on caps is not boxed anymore.
24765 2005-06-22 Wim Taymans <wim@fluendo.com>
24767 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24768 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24769 Set buffers on caps as miniobjects and not as boxed.
24771 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24776 === release 0.9.1 ===
24778 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
24799 updates for release
24801 2005-06-09 Andy Wingo <wingo@pobox.com>
24803 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24805 2005-06-09 Andy Wingo <wingo@pobox.com>
24808 * gst-libs/gst/Makefile.am:
24809 * gst-libs/gst/net/Makefile.am:
24810 Add gstnet to build.
24812 2005-06-09 Andy Wingo <wingo@pobox.com>
24814 * gst-libs/gst/gconf/gconf.c:
24815 * gst/playback/test.c:
24816 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24819 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24821 * ext/theora/theoraenc.c (theora_enc_chain):
24822 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24824 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24827 2005-06-02 Wim Taymans <wim@fluendo.com>
24829 * gst-libs/gst/net/Makefile.am:
24830 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24831 * pkgconfig/gstreamer-libs.pc.in:
24832 Added net stuff, version net lib.
24834 2005-06-02 Wim Taymans <wim@fluendo.com>
24836 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24837 (query_rates), (query_positions_elems), (query_positions_pads),
24839 Updated seek example.
24841 2005-06-02 Andy Wingo <wingo@pobox.com>
24843 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24844 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24847 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24848 remove the typefind, the bin dispose will do it for us. When it's
24849 removed and unreffed, the signal handler will be disconnected,
24851 (unlinked): It's too difficult to disconnect from unlinked
24852 handlers, as they are on pads not elements. Just punt if the pads
24853 aren't grandkids of the bin.
24855 2005-06-02 Wim Taymans <wim@fluendo.com>
24858 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24859 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24860 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24861 * ext/theora/theoradec.c: (theora_dec_src_query),
24862 (theora_handle_data_packet):
24863 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24864 (theora_enc_chain):
24865 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24866 (vorbis_handle_data_packet):
24867 * gst/audioconvert/bufferframesconvert.c:
24868 (buffer_frames_convert_chain):
24869 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24870 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24871 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24872 (gst_ffmpegcsp_chain):
24873 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24874 (gst_videorate_getcaps), (gst_videorate_setcaps),
24875 (gst_videorate_event), (gst_videorate_chain):
24876 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24877 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24878 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24879 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24880 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24881 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24882 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24883 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24884 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24885 Cleanups and buffer alloc.
24887 2005-05-31 Wim Taymans <wim@fluendo.com>
24889 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24890 Don't try to call the delay method when the device is not
24893 2005-05-31 Wim Taymans <wim@fluendo.com>
24895 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24896 Get actual segment size and buffer size after opening
24899 2005-05-30 Wim Taymans <wim@fluendo.com>
24901 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24902 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24903 Also FLUSH upstream, makes the loop function exit faster.
24905 * ext/theora/theoradec.c: (theora_dec_src_query):
24906 Some more debug info in the query.
24908 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24909 (gst_ximagesink_setcaps):
24910 Release lock on par error, better error reporting.
24912 2005-05-26 Wim Taymans <wim@fluendo.com>
24914 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24915 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24916 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24917 Clear chains in READY
24918 Queue packets until the chain is activated.
24920 2005-05-25 Wim Taymans <wim@fluendo.com>
24922 * gst-libs/gst/audio/gstaudiosink.c:
24923 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24924 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24925 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24926 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24927 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24928 (gst_audiosink_create_ringbuffer):
24929 * gst-libs/gst/audio/gstbaseaudiosink.c:
24930 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24931 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24932 (gst_baseaudiosink_set_property), (build_linear_format),
24933 (debug_spec_caps), (debug_spec_buffer),
24934 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24935 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24936 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24937 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24938 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24939 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24940 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24941 (gst_ringbuffer_play), (gst_ringbuffer_pause),
24942 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24943 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24944 (wait_segment), (gst_ringbuffer_commit),
24945 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24946 (gst_ringbuffer_clear):
24947 Various small cleanups.
24949 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24950 (gst_audio_convert_change_state):
24951 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24952 No need to take the locks anymore.
24954 2005-05-25 Wim Taymans <wim@fluendo.com>
24956 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24957 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24958 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24960 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24961 (group_destroy), (group_commit), (queue_overrun),
24962 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24963 (mute_stream), (new_decoded_pad), (setup_substreams),
24964 (setup_source), (mute_group_type), (set_active_source),
24965 (gst_play_base_bin_change_state):
24966 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24967 (gen_video_element), (gen_text_element), (gen_audio_element),
24968 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24969 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24970 (gst_stream_info_dispose), (gst_stream_info_set_mute):
24971 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24972 Some playbin cleanups mostly refcounting sloppyness.
24974 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
24976 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24977 Work with streaming input.
24979 2005-05-25 Wim Taymans <wim@fluendo.com>
24981 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24982 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24983 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24984 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24985 No need to take the STREAM lock anymore.
24987 2005-05-25 Wim Taymans <wim@fluendo.com>
24989 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24990 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24991 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24992 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24993 (gst_ogg_demux_sink_activate):
24994 * ext/theora/theoradec.c: (theora_dec_src_event),
24995 (theora_handle_comment_packet), (theora_dec_chain),
24996 (theora_dec_change_state):
24997 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24998 (vorbis_handle_data_packet), (vorbis_dec_chain),
24999 (vorbis_dec_change_state):
25000 Remove STREAM locks as they are taken in core now.
25001 Never set bogus granulepos on vorbis/theora.
25002 Fix leaks in theoradec tag parsing.
25004 2005-05-25 Wim Taymans <wim@fluendo.com>
25006 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
25007 Fix memleaks, GST_BUFFER_DATA() is not freed.
25009 2005-05-25 Wim Taymans <wim@fluendo.com>
25011 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
25012 Open non-blocking, set to blocking mode afterwards to avoid
25013 lockups when audio device is busy.
25015 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25017 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
25018 This can't be good.
25020 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25022 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25023 (gst_audio_convert_chain), (gst_audio_convert_link_src),
25024 (gst_audio_convert_setcaps):
25025 Implement instant setup switching.
25027 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25029 * gst/playback/gstplaybasebin.c: (probe_triggered):
25030 Fix missing unlock.
25031 * gst/playback/gstplaybin.c: (add_sink):
25032 First add, then link (otherwise pad link fails).
25034 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25036 * examples/Makefile.am:
25037 fix buildbot (make distcheck)
25039 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25041 * gst/playback/gstplaybin.c: (gen_vis_element):
25042 Remove some wrong code. Doesn't work yet.
25044 2005-05-19 Wim Taymans <wim@fluendo.com>
25046 * gst-libs/gst/net/Makefile.am:
25047 * gst-libs/gst/net/README:
25048 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
25049 (gst_netbuffer_class_init), (gst_netbuffer_init),
25050 (gst_netbuffer_finalize), (gst_netbuffer_copy),
25051 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
25052 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
25053 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
25054 * gst-libs/gst/net/gstnetbuffer.h:
25055 Added buffer subclass to store extra to/from addresses for
25056 network sources/sinks.
25058 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25060 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25061 Don't lock an unassigned variable.
25063 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25065 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
25066 Increase buffer for video, decrease buffer for other media types.
25067 * gst/playback/gstplaybin.c: (gen_video_element),
25068 (gen_audio_element):
25069 Change names for debugging purposes.
25071 2005-05-18 Wim Taymans <wim@fluendo.com>
25073 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25074 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25075 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25076 (gst_ffmpegcsp_chain):
25077 Enable buffer alloc passthrough if the source and dest
25078 formats are the same.
25080 2005-05-17 Wim Taymans <wim@fluendo.com>
25082 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25083 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25084 (gst_ogg_demux_chain_unlocked):
25085 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25086 (gst_audio_convert_caps_remove_format_info),
25087 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25088 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25089 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25090 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25091 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25092 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25093 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25094 (gst_ffmpegcsp_get_property):
25095 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25096 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25097 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25098 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25099 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25100 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25101 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25102 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25103 Leak fixes in oggdemux.
25104 Some cleanups in audioconvert.
25105 Make passthrough work along with buffer_alloc etc.
25106 Make buffer_alloc and buffer recycling actually work in
25109 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
25111 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25112 make the compiler happy
25114 2005-05-17 Wim Taymans <wim@fluendo.com>
25116 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25117 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25118 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25119 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25120 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25121 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25122 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25123 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25124 (gst_xvimagesink_set_xwindow_id):
25125 * sys/xvimage/xvimagesink.h:
25126 Port xvimagesink to new MiniObject.
25128 2005-05-17 Wim Taymans <wim@fluendo.com>
25130 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25131 (gst_audiofilter_chain):
25132 * gst-libs/gst/audio/gstaudiosink.c:
25133 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25134 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25135 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25136 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25137 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25138 (gst_audiosink_create_ringbuffer):
25139 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25140 (gst_audio_convert_caps_remove_format_info),
25141 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25142 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25143 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25144 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25145 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25146 Fix passthrough in ffmpegcolorspace.
25147 Fix memset in audiosink on wrong memory.
25149 2005-05-16 David Schleef <ds@schleef.org>
25151 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25154 2005-05-16 David Schleef <ds@schleef.org>
25156 Port from GstData to GstMiniObject.
25157 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25158 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25159 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25160 (gst_ogg_mux_collected):
25161 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25162 * ext/theora/theoradec.c: (theora_handle_comment_packet),
25163 (theora_handle_data_packet):
25164 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25165 (theora_set_header_on_caps), (theora_enc_chain):
25166 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25167 (vorbis_handle_comment_packet):
25168 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25169 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25170 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25171 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25172 * gst/audioconvert/gstaudioconvert.c:
25173 (gst_audio_convert_get_buffer):
25174 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25175 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25176 (mute_stream), (silence_stream):
25177 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25178 * gst/volume/gstvolume.c: (volume_transform):
25179 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25180 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25181 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25182 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25183 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25184 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25185 (gst_ximagesink_buffer_alloc):
25186 * sys/ximage/ximagesink.h:
25188 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25190 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25191 (fill_buffer), (check_queue), (queue_threshold_reached),
25192 (queue_out_of_data):
25193 * gst/playback/gstplaybasebin.h:
25194 Post buffer-fullness on the bus.
25196 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25198 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25200 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25201 (group_commit), (probe_triggered), (setup_source),
25202 (gst_play_base_bin_change_state):
25203 * gst/playback/gstplaybasebin.h:
25204 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25205 (gst_play_bin_init), (remove_sinks), (setup_sinks),
25206 (gst_play_bin_change_state):
25207 Move setup_output_pads into a virtual function, remove
25208 group-switch (no longer needed) and redirect (handled by bus
25211 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25213 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25214 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25215 (get_active_group), (get_building_group), (group_destroy),
25216 (group_commit), (check_queue), (queue_overrun),
25217 (queue_threshold_reached), (queue_out_of_data),
25218 (gen_preroll_element), (remove_groups), (unknown_type),
25219 (add_element_stream), (no_more_pads), (probe_triggered),
25220 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25221 (setup_substreams), (setup_source), (finish_source),
25222 (prepare_output), (muted_group_change_state),
25223 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25224 (gst_play_base_bin_change_state):
25225 * gst/playback/gstplaybasebin.h:
25226 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25227 (gst_play_bin_init), (gst_play_bin_set_property),
25228 (gen_video_element), (gen_text_element), (gen_audio_element),
25229 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25230 (gst_play_bin_change_state):
25231 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25232 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25233 (stream_info_change_state), (gst_stream_info_set_mute),
25234 (gst_stream_info_get_property):
25235 * gst/playback/gststreaminfo.h:
25236 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25237 (gst_stream_selector_get_linked_pad),
25238 (gst_stream_selector_getcaps),
25239 (gst_stream_selector_get_linked_pads),
25240 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25241 * gst/playback/gststreamselector.h:
25242 Rough port of playbin. Needs some more work, but is mostly done,
25243 and uses a few locks in important places, which should make stuff
25244 like chain-switches clean. Still uses GST_STATE() in a few places,
25245 which isn't all that good an idea, subtitles/elements disabled
25246 because no elements to test with and thus probably broken, query
25247 and event handling moved to GstBin, internal thread removed
25248 alltogether because the pipeline does that for us now. Can play
25249 Ogg/Vorbis files. Haven't tested anything else yet.
25251 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25253 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25254 Do no-more-pads (needed for autoplugging).
25256 2005-05-10 Andy Wingo <wingo@pobox.com>
25258 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25259 message to the bus with the tags. Still not sent downstream tho.
25261 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25263 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25264 avoid refcounting hassles.
25266 2005-05-09 Andy Wingo <wingo@pobox.com>
25268 * gst/volume/Makefile.am:
25269 * gst/volume/demo.c
25270 * gst/volume/gstvolume.h
25271 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25272 basetransform. Probably need an audio filter base class.
25274 2005-05-09 Wim Taymans <wim@fluendo.com>
25276 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25277 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25278 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25279 (gst_vorbisenc_chain):
25280 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25281 (gst_audio_convert_caps_remove_format_info),
25282 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25283 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25284 Make caps writable before writing to it.
25285 Fix negotiation in audioconvert some more.
25287 2005-05-09 Wim Taymans <wim@fluendo.com>
25289 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25290 (gst_videorate_getcaps), (gst_videorate_setcaps),
25291 (gst_videorate_event), (gst_videorate_chain):
25292 Better negotiation.
25294 2005-05-09 Wim Taymans <wim@fluendo.com>
25296 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25297 (gst_videorate_getcaps), (gst_videorate_setcaps),
25298 (gst_videorate_blank_data), (gst_videorate_init),
25299 (gst_videorate_event), (gst_videorate_chain),
25300 (gst_videorate_change_state):
25301 Port videorate, do a better job at negotiation while we're at
25304 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
25309 * examples/Makefile.am:
25310 * gst-libs/gst/audio/Makefile.am:
25311 * gst-libs/gst/riff/Makefile.am:
25312 * gst-libs/gst/tag/Makefile.am:
25313 * gst-libs/gst/video/Makefile.am:
25314 Fixups for missing variables.
25316 2005-05-09 Wim Taymans <wim@fluendo.com>
25318 * examples/seeking/seek.c: (make_theora_pipeline),
25319 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25320 (query_rates), (query_positions_elems), (query_positions_pads),
25321 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25322 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25323 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25324 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25325 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25326 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25327 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25328 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25329 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25330 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25331 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25332 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25333 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25334 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25335 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25336 (theora_dec_src_convert), (theora_dec_sink_convert),
25337 (theora_dec_src_query), (theora_dec_sink_query),
25338 (theora_dec_src_event), (theora_dec_sink_event),
25339 (theora_handle_comment_packet), (theora_handle_type_packet),
25340 (theora_handle_header_packet), (theora_handle_data_packet),
25341 (theora_dec_chain):
25342 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25343 (vorbis_dec_convert), (vorbis_dec_src_query),
25344 (vorbis_dec_sink_query), (vorbis_dec_src_event),
25345 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25346 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25347 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25348 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25349 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25350 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25351 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25352 (gst_play_bin_query):
25353 * gst/playback/test3.c: (update_scale):
25354 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25355 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25356 * gst/subparse/gstsubparse.c: (gst_subparse_init):
25357 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25358 (gst_videotestsrc_src_query):
25359 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25360 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25361 (paint_hline_YUV9):
25362 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25363 Port to new query API.
25365 Cleanups in x[v]imagesink
25367 2005-05-09 Andy Wingo <wingo@pobox.com>
25369 * ext/alsa/gstalsasink.h:
25370 * ext/gnomevfs/gstgnomevfssrc.c:
25371 (gst_gnomevfssrc_get_icy_metadata):
25372 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25373 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25374 * ext/theora/theoradec.c (theora_dec_src_query)
25375 (theora_dec_src_event, theora_dec_sink_event)
25376 (theora_handle_comment_packet, theora_handle_data_packet):
25377 * ext/theora/theoraenc.c (theora_enc_chain):
25378 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25379 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25380 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25381 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25383 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25384 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25385 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25386 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25387 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25388 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25389 (paint_setup_xBGR8888, paint_setup_RGBx8888)
25390 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25391 (paint_setup_RGB565, paint_setup_xRGB1555):
25392 * gst/videotestsrc/videotestsrc.h:
25393 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25394 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25395 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25398 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25399 gst_pad_query_position. Fixes oggdemux.
25401 2005-05-08 David Schleef <ds@schleef.org>
25403 * configure.ac: Require liboil.
25404 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25406 * gst/videotestsrc/videotestsrc.c:
25407 * gst/videotestsrc/videotestsrc.h:
25409 2005-05-06 Wim Taymans <wim@fluendo.com>
25411 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25412 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25413 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25414 Well, unreffing a buffer right before pushing it is asking
25417 2005-05-06 Christian Schaller <uraeus@gnome.org>
25419 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25421 2005-05-06 Wim Taymans <wim@fluendo.com>
25423 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25424 (gst_audio_convert_caps_remove_format_info),
25425 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25426 (gst_audio_convert_fixate), (gst_audio_convert_channels):
25427 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25428 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25429 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25430 * gst/sine/Makefile.am:
25431 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25432 (gst_sinesrc_class_init), (gst_sinesrc_init),
25433 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25434 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25435 (gst_sinesrc_update_freq):
25436 * gst/sine/gstsinesrc.h:
25437 * gst/tcp/gstmultifdsink.c:
25438 * sys/xvimage/xvimagesink.c:
25439 Fixed negotiation wrt _peer_get_caps()
25443 2005-05-06 Wim Taymans <wim@fluendo.com>
25445 * gst-libs/gst/audio/gstaudiosink.c:
25446 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25447 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25448 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25449 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25450 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25451 (gst_audiosink_create_ringbuffer):
25452 * gst-libs/gst/audio/gstbaseaudiosink.c:
25453 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25454 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25455 (gst_baseaudiosink_set_property), (build_linear_format),
25456 (debug_spec_caps), (debug_spec_buffer),
25457 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25458 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25459 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25460 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25461 * gst-libs/gst/audio/gstbaseaudiosink.h:
25462 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25463 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25464 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25465 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25466 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25467 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25468 (wait_segment), (gst_ringbuffer_commit),
25469 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25470 (gst_ringbuffer_clear):
25471 * gst-libs/gst/audio/gstringbuffer.h:
25472 Make the base audiosink return an error when there is no
25473 audiobuffer negotiated.
25475 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25478 Disable cdparanoia until someone ports it!
25480 2005-05-06 Wim Taymans <wim@fluendo.com>
25482 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25483 (gst_ogg_demux_sink_activate):
25484 And revert after wingo's revert.. sigh..
25486 2005-05-05 Andy Wingo <wingo@pobox.com>
25488 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25490 * configure.ac: Return audiorate and subparse from the ghetto.
25491 Re-enable -Wall -Werror.
25492 * gst/subparse/gstsubparse.c:
25493 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25494 or chain-based. Cleaned up a bit. Not tested.
25496 2005-05-05 Christian Schaller <christian@fluendo.com>
25498 * Makefile.am: remove stuff that is not building
25499 * configure.ac: remove stuff that is not building
25500 * examples/Makefile.am: remove stuff that is not building
25501 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25502 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25503 * sys/Makefile.am: remove stuff that is not building
25504 * testsuite/Makefile.am: remove stuff that is not building
25506 2005-05-05 Andy Wingo <wingo@pobox.com>
25508 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25509 * gst-libs/gst/tag/gstvorbistag.c:
25510 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25511 * gst/adder/gstadder.h:
25512 * gst/audioconvert/gstchannelmix.c:
25513 (gst_audio_convert_fill_one_other):
25514 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25515 (gst_audiorate_init), (gst_audiorate_chain):
25516 * gst/playback/gstplaybasebin.c: (setup_source):
25517 * gst/playback/test3.c: (update_scale):
25535 2005-05-05 Wim Taymans <wim@fluendo.com>
25537 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25538 (gst_audio_convert_caps_remove_format_info),
25539 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25540 (gst_audio_convert_change_state), (gst_audio_convert_channels):
25541 * gst/videotestsrc/gstvideotestsrc.c:
25542 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25543 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25544 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25545 (gst_videotestsrc_init), (gst_videotestsrc_loop):
25546 Don't ignore _push() return values.
25547 Make sure no processing is done when shutting down.
25548 Videotestsrc pad activation fix.
25550 2005-05-05 Wim Taymans <wim@fluendo.com>
25552 * gst/adder/Makefile.am:
25553 * gst/adder/gstadder.c: (gst_adder_setcaps),
25554 (gst_adder_class_init), (gst_adder_init),
25555 (gst_adder_request_new_pad), (gst_adder_collected),
25556 (gst_adder_change_state):
25557 * gst/adder/gstadder.h:
25558 Ported adder as an example of a mixer element using
25559 collect pads. Needs more negotiation work.
25561 2005-05-05 Wim Taymans <wim@fluendo.com>
25563 * ext/theora/theoradec.c: (_inc_granulepos),
25564 (theora_dec_src_event), (theora_dec_sink_event),
25565 (theora_handle_comment_packet), (theora_handle_type_packet),
25566 (theora_handle_header_packet), (theora_handle_data_packet),
25567 (theora_dec_chain):
25568 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25569 (gst_theora_enc_init), (theora_enc_sink_setcaps),
25570 (theora_push_buffer), (theora_push_packet),
25571 (theora_enc_sink_event), (theora_enc_chain),
25572 (theora_enc_change_state), (theora_enc_set_property),
25573 (theora_enc_get_property):
25574 Added stream lock to decoder so that we can serialize
25576 More theoraenc porting, recover from errors, do clean
25579 2005-05-05 Wim Taymans <wim@fluendo.com>
25581 * ext/ogg/Makefile.am:
25583 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25584 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25586 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25587 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25588 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25589 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25590 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25591 (gst_ogg_mux_change_state):
25594 2005-05-05 Wim Taymans <wim@fluendo.com>
25596 * docs/design-audiosinks.txt:
25597 * gst-libs/gst/audio/TODO:
25598 * gst-libs/gst/audio/gstaudiosink.c:
25599 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25600 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25601 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25602 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25603 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25604 (gst_audiosink_create_ringbuffer):
25605 * gst-libs/gst/audio/gstbaseaudiosink.c:
25606 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25607 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25608 (gst_baseaudiosink_set_property), (build_linear_format),
25609 (debug_spec_caps), (debug_spec_buffer),
25610 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25611 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25612 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25613 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25614 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25615 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25616 (gst_ringbuffer_release), (gst_ringbuffer_play),
25617 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25618 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25619 (gst_ringbuffer_set_sample), (wait_segment),
25620 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25621 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25622 More work on the audiosink, mostly debugging and a race in
25625 2005-04-28 Wim Taymans <wim@fluendo.com>
25627 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25628 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25629 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25630 (vorbis_dec_src_query), (vorbis_dec_src_event),
25631 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25632 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25633 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25634 Don't crap out when seeking back to position 0.
25636 2005-04-28 Wim Taymans <wim@fluendo.com>
25638 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25639 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25640 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25641 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25642 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25643 Make audio sink configurable, use alsasink as default.
25645 2005-04-28 Wim Taymans <wim@fluendo.com>
25647 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25648 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25649 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25650 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25651 (vorbis_dec_change_state):
25652 * ext/vorbis/vorbisdec.h:
25653 Refactor, use STREAM_LOCK.
25655 2005-04-28 Wim Taymans <wim@fluendo.com>
25657 * ext/theora/theoradec.c: (_inc_granulepos),
25658 (theora_dec_sink_event), (theora_handle_comment_packet),
25659 (theora_handle_type_packet), (theora_handle_header_packet),
25660 (theora_handle_data_packet), (theora_dec_chain),
25661 (theora_dec_change_state):
25662 Refactor a bit, use STREAM_LOCK.
25664 2005-04-28 Wim Taymans <wim@fluendo.com>
25666 * ext/alsa/Makefile.am:
25667 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25668 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25669 (gst_alsa_link), (gst_alsa_close_audio):
25670 * ext/alsa/gstalsaplugin.c: (plugin_init):
25671 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25672 (gst_alsasink_dispose), (gst_alsasink_base_init),
25673 (gst_alsasink_class_init), (gst_alsasink_init),
25674 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25675 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25676 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25677 (gst_alsasink_reset):
25678 * ext/alsa/gstalsasink.h:
25679 Implement alsasink with simple open/write/close API.
25680 Make alsa dir build by disabling compilation of code.
25682 2005-04-28 Wim Taymans <wim@fluendo.com>
25684 * gst-libs/gst/audio/Makefile.am:
25685 * gst-libs/gst/audio/audio.h:
25686 * gst-libs/gst/audio/audioclock.c:
25687 * gst-libs/gst/audio/audioclock.h:
25688 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25689 (gst_audio_clock_class_init), (gst_audio_clock_init),
25690 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25691 * gst-libs/gst/audio/gstaudioclock.h:
25692 * gst-libs/gst/audio/gstaudiosink.c:
25693 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25694 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25695 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25696 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25697 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25698 (gst_audiosink_create_ringbuffer):
25699 * gst-libs/gst/audio/gstbaseaudiosink.c:
25700 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25701 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25702 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25703 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25704 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25705 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25706 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25707 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25708 * gst-libs/gst/audio/gstbaseaudiosink.h:
25709 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25710 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25711 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25712 (gst_ringbuffer_release), (gst_ringbuffer_play),
25713 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25714 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25715 (gst_ringbuffer_set_sample), (wait_segment),
25716 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25717 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25718 * gst-libs/gst/audio/gstringbuffer.h:
25719 Make ringbuffer faster and more simple by removing the locks
25720 in the playback thread.
25721 Add sample accurate playback based on buffer sample offsets.
25722 Make the baseaudiosink provide a clock.
25723 Parse caps in the base class.
25724 Correctly handle seeking, flushing and state changes.
25726 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
25729 * gst/audioconvert/Makefile.am:
25730 * gst/audioscale/Makefile.am:
25731 Fix part of the build. Come on guys, autogen didn't even work :)
25733 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25736 * gst-libs/gst/Makefile.am:
25737 * gst-libs/gst/media-info/.cvsignore:
25738 * gst-libs/gst/media-info/Makefile.am:
25739 * gst-libs/gst/media-info/README:
25740 * gst-libs/gst/media-info/media-info-priv.c:
25741 * gst-libs/gst/media-info/media-info-priv.h:
25742 * gst-libs/gst/media-info/media-info-test.c:
25743 * gst-libs/gst/media-info/media-info.c:
25744 * gst-libs/gst/media-info/media-info.h:
25745 * gst-libs/gst/media-info/media-info.vcproj:
25746 * pkgconfig/Makefile.am:
25747 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25748 * pkgconfig/gstreamer-media-info.pc.in:
25749 Remove media-info, which is also successed by playbin (see Totem
25752 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25755 * examples/Makefile.am:
25756 * examples/gstplay/.cvsignore:
25757 * examples/gstplay/Makefile.am:
25758 * examples/gstplay/player.c:
25759 * gst-libs/gst/Makefile.am:
25760 * gst-libs/gst/play/.cvsignore:
25761 * gst-libs/gst/play/Makefile.am:
25762 * gst-libs/gst/play/play.c:
25763 * gst-libs/gst/play/play.h:
25764 * gst-libs/gst/play/play.vcproj:
25765 * pkgconfig/Makefile.am:
25766 * pkgconfig/gstreamer-play-uninstalled.pc.in:
25767 * pkgconfig/gstreamer-play.pc.in:
25768 Remove libgstplay, playbin is now the official successor.
25770 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25773 * gst-libs/gst/Makefile.am:
25774 * gst-libs/gst/xwindowlistener/Makefile.am:
25775 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25776 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25777 Remove deprecated xwindowlistener (I've moved xwindowlistening
25778 in the v4l/v4l2 plugins over to serverside).
25780 2005-04-25 David Schleef <ds@schleef.org>
25782 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25783 to examples/dynparams. Examples do not belong interspersed with
25785 * examples/dynparams/demo-dparams.c:
25786 * gst/sine/Makefile.am:
25787 * gst/sine/demo-dparams.c:
25789 2005-04-25 David Schleef <ds@schleef.org>
25791 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25792 * gst-libs/gst/audio/Makefile.am:
25793 * gst-libs/gst/riff/Makefile.am:
25794 * gst-libs/gst/tag/Makefile.am:
25795 * gst-libs/gst/video/Makefile.am:
25796 * gst-libs/gst/xwindowlistener/Makefile.am:
25798 Convert to 0.9 API, seems to work:
25799 * sys/ximage/Makefile.am:
25800 * sys/ximage/ximagesink.c:
25802 2005-04-24 David Schleef <ds@schleef.org>
25804 Link plugins against libraries:
25805 * ext/alsa/Makefile.am:
25806 * gst/tcp/Makefile.am:
25808 Remove asm code that should be in liboil
25809 * gst/videoscale/Makefile.am:
25810 * gst/videoscale/videoscale_x86_asm.s:
25812 gettext wants these checked in:
25828 2005-04-24 David Schleef <ds@schleef.org>
25830 Convert gst_main() to g_main_loop_run()
25831 * gst/playback/decodetest.c: (main):
25832 * gst/playback/test2.c: (main):
25833 * gst/playback/test3.c: (main):
25834 * gst/playback/test4.c: (main):
25836 Link plugins against libraries:
25837 * ext/libvisual/Makefile.am:
25838 * sys/xvimage/Makefile.am:
25840 2005-04-24 David Schleef <ds@schleef.org>
25842 * configure.ac: Remove idct and resample libs
25843 * gst-libs/gst/Makefile.am: same
25845 Remove usage of gst_library_load():
25846 * ext/alsa/gstalsaplugin.c: (plugin_init):
25847 * ext/libvisual/visual.c: (plugin_init):
25848 * ext/ogg/gstogg.c: (plugin_init):
25849 * ext/theora/theora.c: (plugin_init):
25850 * ext/vorbis/vorbis.c: (plugin_init):
25851 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25852 * gst/audioscale/gstaudioscale.c:
25853 * gst/adder/gstadder.c: (plugin_init):
25854 * gst/audioconvert/plugin.c: (plugin_init):
25855 * sys/ximage/ximagesink.c: (plugin_init):
25856 * sys/xvimage/xvimagesink.c: (plugin_init):
25857 * gst/tcp/gsttcpplugin.c: (plugin_init):
25859 Link plugins against libraries:
25860 * ext/ogg/Makefile.am:
25861 * ext/theora/Makefile.am:
25862 * ext/vorbis/Makefile.am:
25863 * gst/audioconvert/Makefile.am:
25865 Create proper libraries:
25866 * gst-libs/gst/riff/Makefile.am:
25867 * gst-libs/gst/audio/Makefile.am:
25868 * gst-libs/gst/video/Makefile.am:
25870 Move resample library to audioscale plugin directory:
25871 * gst-libs/gst/resample/Makefile.am:
25872 * gst-libs/gst/resample/README:
25873 * gst-libs/gst/resample/dtof.c:
25874 * gst-libs/gst/resample/dtos.c:
25875 * gst-libs/gst/resample/functable.c:
25876 * gst-libs/gst/resample/private.h:
25877 * gst-libs/gst/resample/resample.c:
25878 * gst-libs/gst/resample/resample.h:
25879 * gst-libs/gst/resample/resample.vcproj:
25880 * gst-libs/gst/resample/test.c:
25881 * gst/audioscale/Makefile.am:
25882 * gst/audioscale/README:
25883 * gst/audioscale/dtof.c:
25884 * gst/audioscale/dtos.c:
25885 * gst/audioscale/functable.c:
25886 * gst/audioscale/private.h:
25887 * gst/audioscale/resample.c:
25888 * gst/audioscale/resample.h:
25889 * gst/audioscale/test.c:
25891 Move tagedit library to gst-libs:
25892 * gst-libs/gst/tag/Makefile.am:
25893 * gst-libs/gst/tag/gstid3tag.c:
25894 * gst-libs/gst/tag/gsttagediting.c:
25895 * gst-libs/gst/tag/gsttageditingprivate.h:
25896 * gst-libs/gst/tag/gstvorbistag.c:
25897 * gst/tags/Makefile.am:
25898 * gst/tags/gstid3tag.c:
25899 * gst/tags/gstvorbistag.c:
25901 Fix for core changes:
25902 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25903 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25904 (gst_sinesrc_getrange):
25906 2005-04-23 David Schleef <ds@schleef.org>
25908 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
25909 in gst-plugins in a long time, and properly belongs in liboil.
25910 * gst-libs/gst/idct/Makefile.am:
25911 * gst-libs/gst/idct/README:
25912 * gst-libs/gst/idct/dct.h:
25913 * gst-libs/gst/idct/doieee:
25914 * gst-libs/gst/idct/fastintidct.c:
25915 * gst-libs/gst/idct/floatidct.c:
25916 * gst-libs/gst/idct/idct.c:
25917 * gst-libs/gst/idct/idct.h:
25918 * gst-libs/gst/idct/idtc.vcproj:
25919 * gst-libs/gst/idct/ieeetest.c:
25920 * gst-libs/gst/idct/intidct.c:
25922 2005-04-20 Wim Taymans <wim@fluendo.com>
25924 * docs/design-audiosinks.txt:
25925 * gst-libs/gst/audio/Makefile.am:
25926 * gst-libs/gst/audio/TODO:
25927 * gst-libs/gst/audio/gstaudiosink.c:
25928 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25929 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25930 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25931 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25932 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25933 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25934 (gst_audiosink_class_init), (gst_audiosink_init),
25935 (gst_audiosink_create_ringbuffer):
25936 * gst-libs/gst/audio/gstaudiosink.h:
25937 * gst-libs/gst/audio/gstbaseaudiosink.c:
25938 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25939 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25940 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25941 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25942 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25943 (gst_baseaudiosink_create_ringbuffer),
25944 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25945 * gst-libs/gst/audio/gstbaseaudiosink.h:
25946 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25947 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25948 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25949 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25950 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25951 (gst_ringbuffer_play), (gst_ringbuffer_pause),
25952 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25953 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25954 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25955 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25956 * gst-libs/gst/audio/gstringbuffer.h:
25957 An attempt at a set of audio base classes together with some
25960 2005-04-20 Wim Taymans <wim@fluendo.com>
25962 * gst/audioconvert/Makefile.am:
25963 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25964 (gst_audio_convert_caps_remove_format_info),
25965 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25966 (gst_audio_convert_channels):
25967 Link against audio libs.
25968 Fix audio convert plugin.
25970 2005-04-20 Wim Taymans <wim@fluendo.com>
25972 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25973 (gst_ogg_demux_sink_activate):
25974 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25975 (theora_set_header_on_caps), (theora_enc_sink_event),
25976 (theora_enc_chain):
25977 Fix theora encoder.
25979 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
25981 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25982 * gst/playback/gstdecodebin.c: (find_compatibles):
25983 Work with staticpadtemplates in elementfactories.
25985 2005-04-12 Wim Taymans <wim@fluendo.com>
25987 * gst/playback/README:
25988 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25989 (compare_ranks), (print_feature), (gst_decode_bin_init),
25990 (dynamic_create), (dynamic_free), (find_compatibles),
25991 (mimetype_is_raw), (close_pad_link), (got_redirect),
25992 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25993 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25994 (gst_decode_bin_change_state):
25995 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25996 (gst_play_base_bin_init), (group_destroy), (group_commit),
25997 (check_queue), (queue_overrun), (queue_threshold_reached),
25998 (queue_out_of_data), (gen_preroll_element), (unknown_type),
25999 (new_decoded_pad), (setup_subtitle), (gen_source_element),
26000 (got_redirect), (setup_source), (play_base_eos),
26001 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
26002 (gst_play_base_bin_remove_element):
26003 * gst/playback/gstplaybasebin.h:
26004 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26005 (gst_play_bin_init), (gst_play_bin_dispose),
26006 (gst_play_bin_set_property), (gen_video_element),
26007 (gen_text_element), (gen_audio_element), (remove_sinks),
26008 (gst_play_bin_send_event):
26009 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
26010 (stream_info_change_state), (gst_stream_info_set_mute):
26011 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26012 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
26013 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
26014 (gst_stream_selector_chain):
26015 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26017 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
26018 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
26019 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26020 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
26021 Raw and crude port of decodebin.
26022 Make playbin compile.
26024 2005-04-06 Wim Taymans <wim@fluendo.com>
26026 * ext/gnomevfs/Makefile.am:
26027 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
26028 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26029 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26030 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
26031 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
26032 (gst_gnomevfssrc_stop):
26033 * ext/ogg/Makefile.am:
26034 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
26035 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
26036 * ext/theora/Makefile.am:
26037 * ext/theora/theoradec.c: (_inc_granulepos),
26038 (theora_dec_sink_event), (theora_dec_chain):
26039 * ext/vorbis/Makefile.am:
26040 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
26041 (vorbis_dec_sink_event), (vorbis_dec_chain):
26042 * gst-libs/gst/audio/Makefile.am:
26043 * sys/xvimage/Makefile.am:
26044 Make gnomevfssrc extend the source base class.
26045 Fix linking against libs in various plugins.
26047 2005-04-06 Andy Wingo <wingo@pobox.com>
26049 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
26052 * configure.ac: Add check and AC_SUBST for libgstbase.
26054 2005-03-31 Wim Taymans <wim@fluendo.com>
26056 * examples/seeking/Makefile.am:
26057 * examples/seeking/cdparanoia.c: (main):
26058 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
26059 (play_cb), (pause_cb), (stop_cb), (main):
26060 * examples/seeking/playbin.c:
26061 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
26062 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
26063 (make_sid_pipeline), (make_vorbis_pipeline),
26064 (make_theora_pipeline), (make_vorbis_theora_pipeline),
26065 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
26066 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
26067 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
26068 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
26070 * examples/seeking/spider_seek.c:
26071 * examples/seeking/vorbisfile.c:
26072 * ext/gnomevfs/Makefile.am:
26073 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26074 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
26075 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26076 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
26077 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
26078 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
26079 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26080 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26082 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26083 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26084 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26085 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26086 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26087 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26088 (gst_ogg_pad_event), (gst_ogg_pad_reset),
26089 (gst_ogg_demux_factory_filter), (compare_ranks),
26090 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26091 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26092 (gst_ogg_chain_new), (gst_ogg_chain_free),
26093 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26094 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26095 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26096 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26097 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26098 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26099 (gst_ogg_demux_get_prev_page),
26100 (gst_ogg_demux_deactivate_current_chain),
26101 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26102 (gst_ogg_demux_bisect_forward_serialno),
26103 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26104 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26105 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26106 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26107 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26108 (gst_ogg_demux_change_state), (gst_ogg_print):
26109 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26110 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26111 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26112 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26113 (gst_ogg_mux_loop):
26114 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26115 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26116 (theora_dec_src_convert), (theora_dec_sink_convert),
26117 (theora_dec_src_query), (theora_dec_src_event),
26118 (theora_dec_sink_event), (theora_dec_chain),
26119 (theora_dec_change_state):
26120 * ext/theora/theoraenc.c: (gst_theora_enc_init),
26121 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26122 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26123 (theora_enc_change_state):
26124 * ext/vorbis/Makefile.am:
26125 * ext/vorbis/oggvorbisenc.c:
26126 * ext/vorbis/oggvorbisenc.h:
26127 * ext/vorbis/vorbis.c: (plugin_init):
26128 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26129 (vorbis_dec_src_query), (vorbis_dec_src_event),
26130 (vorbis_dec_sink_event), (vorbis_dec_chain),
26131 (vorbis_dec_change_state):
26132 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26133 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26134 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26135 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26136 (gst_vorbisenc_change_state):
26137 * ext/vorbis/vorbisenc.h:
26138 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26139 * gst-libs/gst/audio/audioclock.c:
26140 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26141 (gst_audiofilter_init), (gst_audiofilter_chain):
26142 * gst-libs/gst/audio/testchannels.c: (main):
26143 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26144 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26145 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26146 (gmip_find_track_streaminfo), (gmip_find_track_format):
26147 * gst-libs/gst/media-info/media-info.c:
26148 (gst_media_info_read_idler):
26149 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26150 (gst_play_get_all_by_interface):
26151 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26152 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26153 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26154 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26155 (gst_riff_parse_info):
26156 * gst-libs/gst/riff/riff-read.h:
26157 * gst-libs/gst/riff/riff.c: (plugin_init):
26158 * gst-libs/gst/video/Makefile.am:
26159 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26160 (gst_videosink_class_init), (gst_videosink_get_type):
26161 * gst-libs/gst/video/videosink.h:
26162 * gst/audioconvert/bufferframesconvert.c:
26163 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26164 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26165 * gst/audioconvert/channelmixtest.c: (main):
26166 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26167 (gst_audio_convert_chain),
26168 (gst_audio_convert_caps_remove_format_info),
26169 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26170 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26171 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26172 (gst_audio_convert_buffer_to_default_format),
26173 (gst_audio_convert_buffer_from_default_format),
26174 (gst_audio_convert_channels):
26175 * gst/audioconvert/gstchannelmix.h:
26176 * gst/ffmpegcolorspace/avcodec.h:
26177 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26178 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26179 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26180 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26181 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26182 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26183 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26184 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26185 (mpeg_video_type_find), (mpeg_video_stream_type_find),
26187 * gst/videotestsrc/gstvideotestsrc.c:
26188 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26189 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26190 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26191 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26192 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26193 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26194 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26195 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26196 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26197 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26198 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26199 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26200 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26201 (gst_xvimagesink_navigation_send_event),
26202 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26203 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26204 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26205 * sys/xvimage/xvimagesink.h:
26206 Plugin port to 0.9, ogg/theora playback should work in the seek
26208 Removed old examples.
26209 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26210 explained in 0.9 TODO doc.
26213 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
26235 * testsuite/Makefile.am:
26236 remove a whole bunch of plugins. This module now contains a set
26237 of free reference plugins/elements as agreed.
26239 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
26242 hunting season on 0.9 is now OPEN
26244 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26246 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26247 Kick the hell out of gcc for not warning me about a symbol conflict.
26249 2005-02-22 Luca Ognibene <luogni@tin.it>
26251 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26253 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26254 Don't leak caps string (fixes #168134)
26256 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26257 (gst_jpegenc_init), (gst_jpegenc_finalize),
26258 (gst_jpegenc_change_state):
26259 Don't leak line buffers and context struct (fixes #168133).
26261 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
26264 * ext/dirac/gstdiracdec.cc:
26265 (gst_diracdec_chain):
26266 Since dirac 0.5.0 the framerate in dirac is expressed as a
26267 rational number. Fix build and up requirement to 0.5.0, and
26268 also pass parameters to gst_diracdec_link in the right order
26271 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
26273 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26274 * ext/faad/gstfaad.h:
26275 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
26276 certain invalid muxed streams, where some packets will contain
26277 junk after decoder data. Partially fixes #149158.
26279 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
26280 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26281 Make sure we only write to writable buffers
26283 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
26285 * gst-libs/gst/riff/riff-media.c:
26286 (gst_riff_create_audio_caps_with_data):
26287 Do actually fix invalid RIFF fmt header values for alaw
26288 and mulaw audio instead of just saying so.
26290 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26291 Give gst_riff_create_audio_caps_with_data() a chance to
26292 fix up broken format header fields before extracting any
26293 parameters from the header. (fixes #167633)
26295 2005-02-19 Martin Holters <martin.holters@gmx.de>
26297 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26299 * gst/audioconvert/bufferframesconvert.c:
26300 (buffer_frames_convert_link):
26301 Don't leak othercaps. (fixes #167878)
26303 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
26306 * ext/libvisual/visual.c: (gst_visual_srclink),
26307 (gst_visual_change_state):
26308 Support libvisual 0.2.0.
26310 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
26312 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26313 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26314 Use same rowstrides for I420 as used everywhere else.
26316 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
26318 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26319 Declare variables at beginning of block and make gcc-2.95 happy
26320 (fixes # 167482, patch by Gergely Nagy).
26322 * gst/tcp/gsttcpclientsrc.c:
26323 * gst/tcp/gsttcpclientsrc.h:
26324 Move some includes into the header, so that struct sockaddr_in is
26325 defined when it should be defined on FreeBSD as well (fixes
26328 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26329 Don't pass uninitialised values to setsockopt() here either.
26331 2005-02-17 Luca Ognibene <luogni at tin dot it>
26333 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
26335 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26336 Don't pass uninitialised values to setsockopt(). (fixes #167704)
26338 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26340 * gst/playback/gstplaybin.c: (add_sink):
26341 Invert bin_add/link order to workaround deadlock in opt.
26343 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26345 * gst/modplug/gstmodplug.cc:
26346 Add missing break causing position queries to fail.
26348 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26350 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26351 Granpos can apparently be -1, which screws up calculations...
26353 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
26355 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26356 (gst_ximagesink_send_pending_navigation),
26357 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26358 (gst_ximagesink_init):
26359 * sys/ximage/ximagesink.h:
26360 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26361 (gst_xvimagesink_send_pending_navigation),
26362 (gst_xvimagesink_navigation_send_event),
26363 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26364 * sys/xvimage/xvimagesink.h:
26365 Use a mutex protected list to marshal navigation
26366 events into the stream thread from whichever thread
26369 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
26371 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26372 Display current position and track length; misc. clean-ups.
26374 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26375 (speed_init), (speed_chain):
26376 Add query function, so that the stream length and current position
26377 get adjusted when queried (note that current position queries may
26378 still be wrong if the audio sink returns values based on buffer
26379 timestamps instead of passing on the query).
26381 2005-02-13 Benjamin Otte <otte@gnome.org>
26383 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26384 (gst_audio_convert_channels):
26385 create channel conversion matrix when linking
26386 * gst/audioconvert/.cvsignore:
26387 * gst/audioconvert/Makefile.am:
26388 * gst/audioconvert/channelmixtest.c: (main):
26389 add (ugly) test that ensures stereo <=> mono conversion works
26392 2005-02-13 Benjamin Otte <otte@gnome.org>
26394 * gst/audioconvert/gstchannelmix.h:
26395 include missing header file
26396 * gst/audioconvert/gstchannelmix.c:
26397 (gst_audio_convert_fill_compatible):
26398 use same sign for both channels when converting to/from compatible
26399 channel. Previously used different signs made the signals cancel
26400 each other out and appear like silence. (fixes #167269)
26402 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26404 * gst/ffmpegcolorspace/avcodec.h:
26405 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26406 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26407 (gst_ffmpegcsp_avpicture_fill):
26408 * gst/ffmpegcolorspace/imgconvert.c:
26409 Convert to and from YV12 (fixes #156379).
26411 2005-02-12 Julien MOUTTE <julien@moutte.net>
26413 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26414 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26415 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26416 (gst_ximagesink_expose), (gst_ximagesink_set_property),
26417 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26418 methods from chain and negotiation and vice versa (Fixes #166142).
26419 * sys/ximage/ximagesink.h: Add stream_lock.
26420 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26421 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26422 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26423 (gst_xvimagesink_expose): Check for xcontext before trying to link.
26425 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
26427 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26428 Don't send "Hey! You gave me a NULL pointer you naughty person" as
26429 error message when we can't open the DVD device (when dvdnav_open()
26430 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26431 the above). Send something more useful instead (fixes #167117).
26433 2005-02-11 Julien MOUTTE <julien@moutte.net>
26435 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26436 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26437 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26438 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26439 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26440 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26441 methods from chain and negotiation and vice versa (Fixes #166142).
26442 Fix a possible bug of images in the buffer pool being discarded because
26443 we are looking at the wrong geometry.
26444 * sys/xvimage/xvimagesink.h: Add stream_lock.
26446 2005-02-11 David Schleef <ds@schleef.org>
26448 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26449 unsigned int. (fixes #167128)
26451 2005-02-11 David Schleef <ds@schleef.org>
26453 * gst/librfb/Makefile.am: Testing stuff before committing is
26454 for wimps... and people with fast machines. Fix stupid
26457 2005-02-11 David Schleef <ds@schleef.org>
26459 * configure.ac: Pull in librfb from my CVS tree, because it is
26460 too small and annoying to be separate. Move rfbsrc plugin
26463 * ext/librfb/Makefile.am:
26464 * ext/librfb/gstrfbsrc.c:
26465 * gst/librfb/Makefile.am:
26466 * gst/librfb/gstrfbsrc.c:
26467 * gst/librfb/rfb.c:
26468 * gst/librfb/rfb.h:
26469 * gst/librfb/rfbbuffer.c:
26470 * gst/librfb/rfbbuffer.h:
26471 * gst/librfb/rfbbytestream.c:
26472 * gst/librfb/rfbbytestream.h:
26473 * gst/librfb/rfbcontext.h:
26474 * gst/librfb/rfbdecoder.c:
26475 * gst/librfb/rfbdecoder.h:
26476 * gst/librfb/rfbutil.h:
26478 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
26480 * gst/speed/Makefile.am:
26481 * gst/speed/demo-mp3.c: (main):
26482 * gst/speed/filter.func:
26483 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26484 (speed_class_init), (speed_init), (speed_chain_int16),
26485 (speed_chain_float32), (speed_chain), (speed_set_property),
26486 (speed_get_property), (speed_change_state):
26487 * gst/speed/gstspeed.h:
26488 Fix speed element and make it chain-based (fixes #156467),
26489 and make it handle more than one channel.
26491 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
26493 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26494 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26495 (gst_dtsdec_chain), (gst_dtsdec_change_state):
26496 * ext/dts/gstdtsdec.h:
26497 Don't clobber the stack constructing the channels array.
26498 Make the element chain-based. DTS tracks can now be played.
26500 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
26502 * gst-libs/gst/audio/multichannel.h:
26503 * gst-libs/gst/gconf/gconf.h:
26504 * gst-libs/gst/idct/idct.h:
26505 * gst-libs/gst/media-info/media-info-priv.h:
26506 * gst-libs/gst/play/play.h:
26507 * gst-libs/gst/resample/private.h:
26508 * gst-libs/gst/resample/resample.h:
26509 * gst-libs/gst/riff/riff-ids.h:
26510 * gst-libs/gst/video/video.h:
26511 * gst-libs/gst/video/videosink.h:
26512 Add G_BEGIN_DECLS and G_END_DECLS around headers where
26513 missing, so that they work when included from C++ code.
26515 2005-02-09 David Schleef <ds@schleef.org>
26517 * testsuite/gst-lint: Check for non-statically scoped
26518 parent_class variables. This won't be a problem once
26519 plugins are loaded with RTLD_LOCAL.
26521 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26523 * ext/mplex/gstmplexibitstream.cc:
26526 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26528 * ext/ogg/gstogmparse.c:
26529 * gst/debug/gstnavigationtest.c:
26530 Die, thou faulty symbol pollutors (non-static parent_class).
26532 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26534 * ext/mplex/gstmplexibitstream.cc:
26535 Fix event handling (#165525).
26537 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26539 * ext/mikmod/gstmikmod.c:
26540 * gst/modplug/gstmodplug.cc:
26541 Add missing endianness to template (fixes #165509).
26543 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26545 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26546 Fix wrong order of reading of optional bytes (#165290).
26548 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26550 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26551 Implement FILLER event awareness.
26553 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26555 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26556 Fix track calculations (#166208).
26558 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26560 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26562 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26563 * ext/libpng/gstpngenc.c:
26564 Fix byte-order, use proper fixed caps. Fixes #164197.
26566 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
26571 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26572 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26573 Don't push buffers if the src pad isn't negotiated yet.
26575 * gst/audioconvert/gstaudioconvert.c:
26576 (gst_audio_convert_buffer_to_default_format),
26577 (gst_audio_convert_buffer_from_default_format):
26578 Add support for 24-bit width.
26580 * gst/dvdlpcmdec/.cvsignore:
26581 * gst/dvdlpcmdec/Makefile.am:
26582 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26583 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26584 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26585 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26587 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26588 New decoder for rearranging DVD LPCM into our audio/x-raw-int
26589 format. Needs support for the channels maps if someone can find
26590 a DVD LPCM track with > 2 channels.
26592 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26593 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26594 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26595 * gst/mpegstream/gstdvddemux.h:
26596 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26597 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26598 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26599 * gst/mpegstream/gstmpegdemux.h:
26600 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26601 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26602 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26603 (gst_mpeg_parse_handle_src_query),
26604 (gst_mpeg_parse_handle_src_event):
26605 Use audio/x-dvd-lpcm for LPCM output.
26608 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
26610 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26612 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26613 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26614 Add BGRA handling (#165736).
26616 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
26618 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26620 * gst/law/alaw-decode.c: (alawdec_link):
26621 * gst/law/alaw-encode.c: (alawenc_link):
26622 * gst/law/mulaw-decode.c: (mulawdec_link):
26623 * gst/law/mulaw-encode.c: (mulawenc_link):
26624 Fix caps memleaks (#166600).
26626 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
26628 * ext/tarkin/mem.h:
26629 * ext/tarkin/wavelet.h:
26630 * ext/tarkin/yuv.h:
26631 * gst/ffmpegcolorspace/avcodec.h:
26632 Include "_stdint.h" instead of <stdint.h>. Fixes build on
26633 systems that don't have stdint.h, like Solaris9 (fixes #166631).
26635 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26637 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26638 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26639 (gst_xvimagesink_change_state):
26640 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26641 Xv video (and thereby regenerate Xv colourkey) in clear() so
26642 that PLAY -> READY -> PLAY works (fixes #162504).
26644 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26646 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26647 Switch to list instead of range, since MJPEG-devices really just
26648 support decimations, not any size.
26650 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26651 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26652 (gst_mpeg2dec_reset), (free_all_buffers),
26653 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26654 * ext/mpeg2dec/gstmpeg2dec.h:
26655 The libmpeg2 user-allocated buffer management is awkward,
26656 to say the least. Hopefully this fixes things.
26658 2005-02-04 Andy Wingo <wingo@pobox.com>
26660 * gst/audioconvert/bufferframesconvert.c
26661 (buffer_frames_convert_fixate): New function, fixates to 256
26662 frames per buffer by default. (Much better than 1.)
26663 (buffer_frames_convert_init): Set the fixate function for both src
26665 (buffer_frames_convert_link): After success setting nonfixed caps,
26666 get the negotiated caps so we can know how many buffer-frames it
26667 will be. No idea how this worked at all before.
26669 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
26671 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26672 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26673 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26674 (handle_sequence), (handle_picture):
26675 * ext/mpeg2dec/gstmpeg2dec.h:
26676 Rearrange buffer tracking and refcounting and refactor
26677 a little for readability.
26679 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
26680 * sys/v4l/gstv4l.c: (plugin_init):
26681 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26682 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26683 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26684 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26685 * sys/v4l/gstv4ljpegsrc.h:
26686 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26687 * sys/v4l/v4l_calls.h:
26688 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26689 (gst_v4lsrc_get_fps):
26690 * sys/v4l/v4lsrc_calls.h:
26691 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26692 you jpeg inside rgb frames" driver.
26693 Don't error in the v4lsrc link function, just return
26696 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26698 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26699 (gst_qcamsrc_open):
26700 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26702 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26704 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26705 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26707 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26709 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26710 Reset negotiated state on PAUSED->READY.
26712 2005-02-02 David Schleef <ds@schleef.org>
26714 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26715 whereever possible. (Fixes #165997)
26716 * examples/capsfilter/capsfilter1.c: (main):
26717 * examples/dynparams/filter.c: (create_ui):
26718 * examples/seeking/cdparanoia.c: (get_track_info), (main):
26719 * examples/seeking/chained.c: (main):
26720 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26721 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26722 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26723 (make_mpeg_pipeline), (make_mpegnt_pipeline):
26724 * examples/seeking/spider_seek.c: (make_spider_pipeline):
26725 * examples/switch/switcher.c: (main):
26726 * ext/dv/demo-play.c: (main):
26727 * ext/faad/gstfaad.c: (gst_faad_change_state):
26728 * ext/mad/gstmad.c: (gst_mad_chain):
26729 * ext/smoothwave/demo-osssrc.c: (main):
26730 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26731 (gst_gconf_render_bin_from_description),
26732 (gst_gconf_get_default_audio_sink),
26733 (gst_gconf_get_default_video_sink),
26734 (gst_gconf_get_default_audio_src),
26735 (gst_gconf_get_default_video_src),
26736 (gst_gconf_get_default_visualization_element):
26737 * gst/level/demo.c: (main):
26738 * gst/level/plot.c: (main):
26739 * gst/playback/gstplaybin.c: (gen_video_element),
26740 (gen_audio_element):
26741 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26742 * gst/playondemand/demo-mp3.c: (setup_pipeline):
26743 * gst/sine/demo-dparams.c: (main):
26744 * gst/spectrum/demo-osssrc.c: (main):
26745 * gst/speed/demo-mp3.c: (main):
26746 * gst/volume/demo.c: (main):
26747 * testsuite/embed/embed.c: (main):
26749 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26751 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26752 (gst_tcpclientsink_finalize):
26753 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26754 (gst_tcpclientsrc_finalize):
26755 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26756 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26757 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26758 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26759 Don't leak the hostname when shutting down.
26760 In tcpserversrc, take a copy of the default hostname.
26762 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26764 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26765 Set caps to systemstream=TRUE.
26767 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26769 * testsuite/Makefile.am:
26770 Fix more OSX buildbots.
26772 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
26774 * ext/mpeg2dec/gstmpeg2dec.c:
26775 Don't send things to NULL PAD_PEERs
26777 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26778 Copy-on-write the incoming buffer.
26780 * gst/mpegstream/gstdvddemux.h:
26781 * gst/mpegstream/gstmpegclock.h:
26782 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26783 (normal_seek), (gst_mpeg_demux_handle_src_event):
26784 * gst/mpegstream/gstmpegdemux.h:
26785 * gst/mpegstream/gstmpegpacketize.h:
26786 * gst/mpegstream/gstmpegparse.c:
26787 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26788 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26789 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26790 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26791 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26792 * gst/mpegstream/gstmpegparse.h:
26793 * gst/mpegstream/gstrfc2250enc.h:
26794 Various changes to the way time is computed that make seeking and
26795 total time estimation much better here.
26796 Use G_BEGIN/END_DECLS instead of __cplusplus
26798 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26799 Use gst_buffer_stamp instead of only copying the TIMESTAMP
26801 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26803 * gst/subparse/gstsubparse.c:
26806 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26808 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26809 (theora_enc_chain), (theora_enc_change_state):
26810 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26811 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26812 (gst_vorbisenc_change_state):
26813 * ext/vorbis/vorbisenc.h:
26814 Set granulepos and timestamp correctly for streams not
26815 starting at 0, taking into account the initial delay.
26817 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
26819 * gst/mpegstream/gstdvddemux.c:
26820 Add audio/x-dts to audio pad template caps
26822 2005-01-30 David Schleef <ds@schleef.org>
26824 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26825 (create_context), (gst_polypsink_link): Fix silly endianness
26826 bug. Add some debugging. Remove float from caps; it doesn't
26827 work. Attempt to get remote audio working.
26829 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26831 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26834 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26836 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26837 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26838 (gst_avi_demux_stream_data):
26839 * gst/avi/gstavidemux.h:
26840 Invert DIB images. Fixes #132341.
26842 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26844 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26845 (gst_ffmpegcsp_chain):
26846 D'oh, reference the palette data, not the palette structure.
26847 Fixes color distortion in #132341.
26849 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26851 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26852 PAR can be non-fixed when not provided as argument (#162626).
26854 2005-01-29 David Moore <dcm@acm.org>
26856 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26858 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26859 (gst_qtdemux_loop_header):
26860 Re-apply patch from #142272 that allows non-seekable sources,
26861 re-proposed by Daniel Drake <dsd@gentoo.org>.
26863 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26865 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26866 Use the src template for creating the src pad (#162330).
26868 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26871 * ext/musepack/Makefile.am:
26872 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26873 (gst_musepackdec_init), (gst_musepackdec_dispose),
26874 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26875 (gst_musepack_stream_init), (gst_musepackdec_loop),
26876 (gst_musepackdec_change_state):
26877 * ext/musepack/gstmusepackdec.cpp:
26878 * ext/musepack/gstmusepackdec.h:
26879 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26880 (gst_musepack_reader_read), (gst_musepack_reader_seek),
26881 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26882 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26883 * ext/musepack/gstmusepackreader.cpp:
26884 * ext/musepack/gstmusepackreader.h:
26885 Update to 1.1 API (#165446).
26887 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26892 2005-01-28 Andy Wingo <wingo@pobox.com>
26894 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26895 to reflect a different dubious internet source. Add a reference
26896 and some commentary.
26898 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26900 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26901 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26902 * gst/playback/gststreamselector.h:
26903 Be more selective when we're redoing caps negotiation from
26904 within the chain function on a stream change.
26906 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26910 * ext/amrnb/Makefile.am:
26911 * ext/amrnb/amrnb.c: (plugin_init):
26912 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26913 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26914 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26915 (gst_amrnbdec_state_change):
26916 * ext/amrnb/amrnbdec.h:
26917 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26918 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26919 (gst_amrnbparse_init), (gst_amrnbparse_formats),
26920 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26921 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26922 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26923 * ext/amrnb/amrnbparse.h:
26924 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26925 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26926 Add AMR-NB/-WB raw formats.
26927 * ext/alsa/gstalsa.c: (gst_alsa_link):
26928 Keep valid time when changing format.
26929 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26930 (qtdemux_parse_trak):
26931 Add some more format-specific options (#140141, #143555, #155163).
26933 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26935 * gst/matroska/matroska-demux.c:
26936 (gst_matroska_demux_parse_blockgroup):
26937 Fix logic error in timing of subtitle stream synchronization.
26938 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26939 Add skip-chunk, which is found in kodak-camera streams.
26941 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
26945 Adding Vietnamese translation (submitted by Clytie Siddall)
26947 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26949 * gst/playback/gstdecodebin.c: (try_to_link_1):
26950 Use realpad for signal.
26952 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26954 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26955 Fix category so decodebin picks it up.
26957 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26959 * ext/mad/Makefile.am:
26960 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26961 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26962 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26963 (found_type), (gst_id3demux_bin_change_state):
26964 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26965 (gst_id3_tag_init), (gst_id3_tag_handle_event),
26966 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26967 (gst_id3_tag_change_state), (plugin_init):
26968 * ext/mad/gstmad.h:
26969 Add id3demuxbin (which is a simple bin consisting of id3demux
26970 and typefind), take over rank from id3demux, remove typefind
26971 code from id3demux. Makes all broken mp3s that I know of work,
26972 and thereby fixes #152688.
26974 2005-01-27 Edward Hervey <bilboed@bilboed.com>
26976 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26978 * ext/mad/gstmad.c: (gst_mad_src_event):
26979 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26980 Allow seeks on audio pad, make mad forward those (#164826).
26981 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26982 Set duration (#165335).
26984 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26986 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26987 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26988 (gst_asf_demux_process_ext_content_desc),
26989 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26990 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26991 * gst/asfdemux/gstasfdemux.h:
26992 Improve metadata display, e.g. if the metadata comes before the
26993 streams are loaded (which is perfectly valid).
26995 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26997 * tools/gst-launch-ext-m.m:
26998 Fix AVI/ASF pipelines (#165340).
27000 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
27001 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
27002 build failure on amd64
27004 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
27006 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
27007 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
27008 Check environment variables GST_ID3V2_TAG_ENCODING,
27009 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
27010 list of character encodings to force interpretation of non-unicode
27011 strings stored in an ID3v2 tag to a particular encoding. If none
27012 is specified, try to use current locale's encoding, then fall back
27013 to ISO-8859-1 (which will always succeed). (Resolves #149274)
27014 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
27015 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
27016 Check environment variables GST_ID3V1_TAG_ENCODING,
27017 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
27018 list of character encodings to use in case a string encountered
27019 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
27020 specified, try to use the current locale's encoding, then fall
27021 back to ISO-8859-1 (which will always succeed).
27023 2005-01-25 Benjamin Otte <otte@gnome.org>
27025 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27026 - on half framerate, compute the rate in advance so the comparisons
27027 don't compare wrong values
27028 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
27030 - don't use mad_header_decode anymore, mad_frame_decode does that
27032 - when getting rid of consumed bytes, reset the stream's skiplen
27035 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
27037 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
27038 Use 1/2 a second for default max_discont, as PES streams from DVB
27039 seem to have larger spacings in the SCR.
27042 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27044 * gst/playback/gstplaybasebin.c: (group_commit):
27045 Notify delayed stream-info availability.
27047 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
27048 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27049 (gst_a52dec_handle_event), (gst_a52dec_chain):
27050 Add some debug output. Check that a discont has a valid
27052 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27053 (gst_alsa_sink_loop):
27054 Ignore TAG events. A little extra debug for broken timestamps.
27055 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
27056 (dvdnavsrc_change_state):
27057 Ensure we send a discont to engage the link before we send any
27059 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
27060 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
27061 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
27062 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
27063 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
27064 dvd://title works in totem because typefinding sends a seek that ends
27065 up going back to chapter 1 regardless.
27066 * ext/mpeg2dec/gstmpeg2dec.c:
27067 * ext/mpeg2dec/gstmpeg2dec.h:
27068 Output correct timestamps and handle disconts.
27069 * ext/ogg/gstoggdemux.c: (get_relative):
27070 Small guard against a null dereference.
27071 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
27072 (gst_textoverlay_set_property):
27073 Free memory when done. Don't call gst_event_filler_get_duration on
27074 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
27076 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
27077 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
27078 (gst_sw_srclink), (gst_smoothwave_chain):
27079 Draw solid lines, prettier colours.
27080 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27081 Add a default palette that'll work for some movies.
27082 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27083 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27084 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27085 * gst/mpegstream/gstdvddemux.h:
27086 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27087 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27088 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27089 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27090 * gst/mpegstream/gstmpegparse.h:
27091 Use PTM/NAV events when for timestamp adjustment when connected to
27092 dvdnavsrc. Don't use many discont events where one suffices.
27093 * gst/playback/gstplaybasebin.c: (group_destroy),
27094 (gen_preroll_element), (gst_play_base_bin_add_element):
27095 * gst/playback/gstplaybasebin.h:
27096 Make sure we remove subtitles from the same bin we put them in.
27097 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27098 (gst_subparse_buffer_format_autodetect),
27099 (gst_subparse_change_state):
27100 Fix some memleaks and invalid accesses.
27101 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27102 (oggskel_type_find), (cmml_type_find), (plugin_init):
27103 Some typefind functions for Annodex v3.0 files
27104 * gst/wavparse/gstwavparse.h:
27105 GstRiffReadClass is the correct parent class.
27107 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27109 * gst-libs/gst/riff/riff-media.c:
27110 (gst_riff_create_video_caps_with_data):
27111 Add extradata to huffyuv (fixes #165013).
27112 * gst-libs/gst/riff/riff-read.c:
27113 (gst_riff_read_strf_vids_with_data):
27114 Fix extradata extraction if it is in the chunk size.
27116 2005-01-25 Edward Hervey <bilboed@bilboed.com>
27118 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27120 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27121 (gst_quarktv_change_state), (gst_quarktv_dispose):
27122 Memory free'ing location fix (#164708).
27124 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27126 * gst/playback/gstplaybasebin.c: (group_commit),
27127 (gen_preroll_element), (probe_triggered), (gen_source_element),
27128 (setup_source), (gst_play_base_bin_change_state),
27129 (gst_play_base_bin_add_element):
27130 Don't block for streams.
27131 * gst/playback/gststreaminfo.c: (stream_info_change_state),
27132 (gst_stream_info_set_mute):
27133 Use gst_pad_set_active_recursive.
27135 2005-01-25 Andy Wingo <wingo@pobox.com>
27137 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27138 for #ifndef HAVE_XVIDEO.
27140 2005-01-24 Jeffrey C. Ollie
27142 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
27144 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27145 * ext/gsm/gstgsmdec.h:
27146 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27147 * ext/gsm/gstgsmenc.h:
27148 Fix rate to 8kHz as per spec, removes obscure errors when no rate
27149 was given by property. Add proper buffer timestamps and offsets.
27151 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27153 * gst-libs/gst/riff/riff-media.c:
27154 (gst_riff_create_audio_caps_with_data):
27155 Audio can be <8000Hz.
27157 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27159 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27160 Explicit state change to workaround refcount bugs.
27162 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27164 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27165 (gst_avimux_riff_get_avi_header):
27168 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27170 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27171 (gst_riff_read_element_data):
27172 * gst-libs/gst/riff/riff-read.h:
27173 Add _peek version (req'ed in CDXA).
27174 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27175 (gst_cdxaparse_loop):
27176 Fix parsing in playbin.
27177 * gst/playback/gstdecodebin.c: (close_pad_link):
27178 Ignore current_ pads, they cause major annoyance.
27180 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27182 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27185 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27187 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27190 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27192 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27193 Allow for 0-sized buffers. Fixes length query problems in
27194 starwars.mkv from the testsuite.
27196 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
27198 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27199 (gst_video_box_i420), (gst_video_box_chain):
27200 Fix row strides for I420 (fixes #163159)
27202 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27204 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27205 MPEG2 has a useful rate property, so we can actually use that.
27206 For MPEG-1, continue using the bytes/time properties.
27208 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27210 * gst-libs/gst/riff/riff-media.c:
27211 (gst_riff_create_video_caps_with_data),
27212 (gst_riff_create_video_template_caps):
27215 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27217 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27218 Fail if caps negotiation fails. Should fix #162184, and should
27219 definately be in there regardless of it fixing the actual bug.
27220 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27221 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27222 (gst_avimux_riff_get_avix_header),
27223 (gst_avimux_riff_get_video_header),
27224 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27225 (gst_avimux_start_file), (gst_avimux_handle_event),
27226 (gst_avimux_change_state):
27227 * gst/avi/gstavimux.h:
27228 Refactor structure writing to use GST_WRITE_UINT macros, add
27229 metadata writing support.
27231 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27233 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27234 Elements may already be destroyed when this function is called.
27236 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27238 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27239 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27240 More memory leak fixes (#149162).
27242 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27244 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27245 (gst_qtdemux_add_stream):
27248 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27250 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27253 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27255 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27256 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27257 when fixating to six channels in Totem.
27259 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27261 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27262 Fix compile warnings on Solaris 10 buildbot
27264 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27266 * ext/dvdread/dvdreadsrc.c: (_read):
27267 Don't read beyond the last cell in a chapter (fixes
27268 invalid memory access)
27270 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
27272 * ext/dvdread/stream_labels.c:
27273 (dvdreadsrc_get_audio_stream_labels):
27274 Use NULL for an empty GList instead of g_list_alloc(); fix
27275 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
27276 of GString (easier to bulk free later)
27278 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
27280 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27282 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27283 (gst_ffmpeg_pixfmt_to_caps):
27284 Fix BGRA32 caps (#164209).
27286 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
27288 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27290 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27291 (gst_ffmpeg_caps_to_pixfmt):
27292 alpha_mask can be RGBA/ABGR. Fixes #164265.
27294 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
27296 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27298 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27299 (gst_mpeg2dec_alloc_buffer):
27300 * ext/mpeg2dec/gstmpeg2dec.h:
27301 Crop if decoding size is not the actual image size (#163676).
27303 2005-01-17 Steve Baker <steve@stevebaker.org>
27305 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27307 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27308 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27309 Add libsndfile typefind functions (#163309).
27311 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27313 * tools/gst-launch-ext-m.m:
27314 Add .aac, fix .m1v/.m2v (#163891).
27316 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27318 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27319 Sanity check, don't wait endlessly since the clock might not
27320 actually run at this point (which is a deadlock). Fixes #164069.
27322 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27324 * gst/playback/gstplaybasebin.c: (probe_triggered):
27325 Of course, only pause if group is done...
27327 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27329 * gst/playback/gstplaybasebin.c: (probe_triggered):
27332 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
27334 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27335 Don't return state change success when the parent
27338 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27340 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27341 Free events (fix memleak in #162905).
27343 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
27345 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27347 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27348 (gst_ffmpeg_caps_to_pixfmt):
27349 Fix for depth = 15. Fixes #161675.
27351 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27353 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27354 Set FPS correctly, even for webcams and the like.
27355 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27356 Don error on setting while capturing.
27358 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27360 * ext/dv/gstdvdec.c:
27361 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27362 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27363 I'm a bad boy. using /1001. to force C to do float division
27364 and not integer division (as it did in my last commit)
27365 Thanks to David I. Lehn for pointing this mistake.
27367 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27369 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27370 Revert Johan's 1.35->1.36 since it breaks compat.
27372 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27374 * ext/dv/gstdvdec.c:
27375 * ext/libfame/gstlibfame.c:
27376 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27377 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27378 replace framerate aproximations by their real value
27379 (24000/1001, 30000/1001, 60000/1001)
27380 Finish fixing bug #164049
27382 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
27384 * ext/ogg/gstoggmux.c:
27386 * gst/tcp/gstmultifdsink.c:
27387 * gst/tcp/gstmultifdsink.h:
27388 * gst/tcp/gsttcp.c:
27389 * gst/tcp/gsttcp.h:
27390 * gst/tcp/gsttcpclientsink.c:
27391 * gst/tcp/gsttcpclientsrc.c:
27392 * gst/tcp/gsttcpserversink.c:
27393 * gst/tcp/gsttcpserversrc.c:
27394 improve reusability of elements after state changes and errors
27395 make multifdsink throw away streamheaders when receiving new ones
27397 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27399 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27400 Fix for if items are already in list...
27402 2005-01-12 Benjamin Otte <otte@gnome.org>
27404 * gst/adder/gstadder.c: (gst_adder_loop):
27405 fix adder a bit so it doesn't screw up with events as much anymore
27407 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
27409 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27410 (pixbufscale_scale), (gst_pixbufscale_chain):
27411 * ext/gdk_pixbuf/pixbufscale.h:
27412 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27413 to ensure rowstrides are calculated the same way as
27415 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27416 that we pick up duration and offset also.
27418 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27420 * gst/avi/gstavimux.c: (gst_avimux_class_init),
27421 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27424 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27426 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27427 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27428 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27429 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27430 Update flags when requested.
27432 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27434 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27437 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27439 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27440 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27441 (probe_triggered), (new_decoded_pad), (gen_source_element),
27442 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27443 * gst/playback/gstplaybasebin.h:
27444 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27445 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27446 (gst_play_bin_change_state):
27447 Implement group-switch signal for use in apps to clear metadata
27448 cache, clean up subtitle, add suburi property instead of # hack,
27449 some error-out fixes.
27451 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27453 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27455 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27456 If we got a state change in the _get handler, don't return success.
27458 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27460 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27461 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27462 Make jpegdec quiet on MJPEG decoding
27463 * gst/asfdemux/README:
27464 Fix mimetypes for MJPEG and H263
27466 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27468 * ext/theora/theoradec.c: (theora_dec_chain):
27469 Fix broken code generation by gcc by swapping arguments.
27470 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27473 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27476 delete this file, it is by far outdated
27477 * ext/alsa/gstalsa.1: remove
27478 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27479 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27480 (gst_alsa_get_caps):
27481 Add HW probing for supported sample rates. Fixes #161704
27483 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27485 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27486 Don't crash, biatch! :).
27488 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27490 * ext/musepack/gstmusepackreader.cpp:
27491 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27492 Some work on tags - still doesn't work in playbin...
27493 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27496 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27498 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27499 Also shove tags on kid pads.
27501 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27503 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27504 Don't bail on unknown events.
27505 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27506 Don't crash on events before negotiation.
27507 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27508 Send tags on pads, too.
27509 * gst/playback/gststreamselector.c:
27510 (gst_stream_selector_request_new_pad):
27511 Forward events on first pad if no input was selected yet.
27513 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27515 * gst/playback/gstplaybasebin.c: (setup_substreams):
27516 Don't disable streamtype if the stream doesn't exist, since
27517 then playing a video after audio will disable both and nothing
27518 will happen. Fixes the testsuite.
27520 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27522 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27523 (gst_v4l_xoverlay_set_xwindow_id):
27524 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27525 (gst_v4l2_xoverlay_set_xwindow_id):
27526 Add debug categories, fix overlay disabling.
27528 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27530 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27531 * ext/alsa/gstalsa.h:
27532 Add HW probing for period_count/size and buffer_size MIX/MAX
27533 Adjust default/user defined value if out of bounds
27534 Should fix bug #162024
27536 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27538 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27539 Fix warning (#161191).
27541 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27543 * ext/dvdread/stream_labels.c:
27544 (dvdreadsrc_get_audio_stream_labels):
27545 Fix warning (init the good variable in switch default)
27547 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
27549 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27551 * gst/tta/gstttaparse.c: (gst_tta_src_event):
27552 Fix gcc-2.95 compile (#163485).
27554 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27557 * ext/flac/gstflacenc.c: (gst_flacenc_init),
27558 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27559 (gst_flacenc_tell_callback), (gst_flacenc_chain),
27560 (gst_flacenc_change_state):
27561 * ext/flac/gstflacenc.h:
27562 Update for API change in flac-1.1.1. Update requirement in
27563 configure.ac. Fixes #162974.
27565 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27567 * gst/playback/gstplaybasebin.c: (group_destroy):
27568 Remove hack to get rid of assert and get rid of unlinked
27571 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27573 * gst/playback/gstplaybasebin.c: (setup_source):
27574 Set source to NULL so that resources are free'ed. Fixes issues
27575 with playback of CDDA and similar device-accessing things.
27577 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27579 * testsuite/embed/Makefile.am:
27580 test->noinst, fix make test in buildbot.
27582 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27584 * ext/dvdread/stream_labels.c: new file
27585 * ext/dvdread/stream_labels.h: new file
27586 * ext/dvdread/Makefile.am:
27587 * ext/dvdread/dvdreadsrc.c: (_seek_title):
27588 Extract audio stream label from DVD IFO files.
27589 It only dump them on the console for now, still have to
27590 make playbin aware of them.
27592 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27594 * gst/playback/gstplaybasebin.c: (setup_source):
27597 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27599 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27600 (gen_preroll_element), (remove_groups), (setup_subtitle),
27601 (gen_source_element), (setup_source):
27602 * gst/playback/gstplaybasebin.h:
27603 Multiple .sub files is just a stupid idea... Fix some threading
27604 mistakes. Interestingly, external .sub files cause playbin to
27605 hang, I don't know why... Parsing fixes contributed by Fran??ois
27606 Kooman <fkooman@tuxed.net>.
27608 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27610 * testsuite/embed/Makefile.am:
27613 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27615 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27617 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27618 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27619 (gst_pngenc_set_property):
27620 * ext/libpng/gstpngenc.h:
27621 Add compression level property (#163323).
27623 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27626 * examples/capsfilter/capsfilter1.c: (main):
27627 * examples/seeking/spider_seek.c: (make_spider_pipeline):
27628 * ext/dvdread/Makefile.am:
27629 * ext/dvdread/demo-play:
27630 * ext/dvdread/demo-play.c:
27631 * gconf/gstreamer.schemas.in:
27632 * gst-libs/gst/gconf/gconf.c:
27634 * testsuite/Makefile.am:
27635 * testsuite/embed/Makefile.am:
27636 * testsuite/embed/embed.c: (cb_expose), (main):
27637 Remove all references to xvideosink, fix examples (#140845).
27638 * gst/playback/gstplaybasebin.c: (group_destroy):
27639 Apparently, disposal does not unlink - so do explicitely.
27640 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27643 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
27645 * README: fix PKG_CONFIG_PATH instructions, what was there
27646 previously was breaking default search path, not nice.
27649 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27651 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27652 (gst_audioscale_chain):
27653 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27654 when resampling - how the ^@$^!@^! is this possible?!?
27656 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27658 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27659 Reset variables on READY.
27660 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27661 (gst_matroska_mux_loop):
27662 Require data before writing header.
27664 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
27666 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27668 * ext/mad/gstmad.c: (gst_mad_chain):
27669 Don't call mad_stream_sync() directly after recovering sync.
27672 2005-01-09 Martin Eikermann <meiker@upb.de>
27674 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27676 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27677 (snapshot_handler), (gst_snapshot_sinkconnect),
27678 (gst_snapshot_chain):
27679 Allocate resources when required, fix recursive signal emission
27680 and fix caps. Fixes #161667.
27682 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
27684 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27686 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27687 (gst_pngdec_chain):
27688 Handle only 8-bppc (bits-per-pixel-component) images, better
27689 error handling and correct strides. Fixes #163177.
27690 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27691 (gst_pngenc_chain):
27692 Better error handling. Fixes #163348.
27694 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27696 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27697 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27698 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27699 (dvdnavsrc_uri_handler_init):
27700 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27701 * gst/playback/gstplaybasebin.c: (gen_source_element):
27702 Add MMS to streaming URIs.
27704 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27706 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27707 * sys/xvimage/xvimagesink.c:
27708 (gst_xvimagesink_navigation_send_event):
27709 Check for pad availability before sending event.
27711 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27713 * gst-plugins.spec.in:
27716 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27719 Since we use functions from CVS, up requirement.
27721 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27723 * gst/playback/Makefile.am:
27724 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27725 (group_destroy), (group_commit), (group_is_muted),
27726 (gen_preroll_element), (add_stream), (unknown_type),
27727 (probe_triggered), (preroll_unlinked), (mute_stream),
27728 (silence_stream), (new_decoded_pad), (setup_substreams),
27729 (setup_source), (get_active_source), (mute_group_type),
27730 (muted_group_change_state), (set_active_source),
27731 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27732 (play_base_eos), (gst_play_base_bin_change_state):
27733 * gst/playback/gstplaybasebin.h:
27734 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27735 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27736 (gst_stream_info_dispose), (stream_info_mute_pad),
27737 (stream_info_change_state), (gst_stream_info_set_mute):
27738 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27739 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27740 (gst_stream_selector_init), (gst_stream_selector_dispose),
27741 (gst_stream_selector_get_linked_pad),
27742 (gst_stream_selector_get_caps), (gst_stream_selector_link),
27743 (gst_stream_selector_get_linked_pads),
27744 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27745 * gst/playback/gststreamselector.h:
27746 Adding stream selection support plus required properties for
27747 applications to use this. Fully fixes #100931.
27749 2005-01-08 Benjamin Otte <otte@gnome.org>
27751 * gst/games/gstpuzzle.c: (nav_event_handler):
27752 - handle nav events differently: forward every event no matter if it
27753 was handled or not.
27755 You can now cheat by using navigationtest ! puzzle and moving the
27756 mouse close to the edge of a tile. ;)
27758 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27761 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27762 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27763 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27764 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27765 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27766 (gst_ogm_parse_plugin_init):
27767 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27768 (gst_textoverlay_link), (gst_textoverlay_getcaps),
27769 (gst_textoverlay_event), (gst_textoverlay_video_chain),
27770 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27771 * ext/pango/gsttextoverlay.h:
27772 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27773 (gst_matroska_demux_handle_seek_event),
27774 (gst_matroska_demux_sync_streams),
27775 (gst_matroska_demux_parse_blockgroup),
27776 (gst_matroska_demux_subtitle_caps),
27777 (gst_matroska_demux_plugin_init):
27778 * gst/matroska/matroska-ids.h:
27779 * gst/playback/gstdecodebin.c: (close_pad_link):
27780 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27781 (gen_preroll_element), (remove_groups), (add_stream),
27782 (new_decoded_pad), (setup_subtitles), (gen_source_element),
27784 * gst/playback/gstplaybasebin.h:
27785 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27786 * gst/subparse/Makefile.am:
27787 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27788 (gst_subparse_base_init), (gst_subparse_class_init),
27789 (gst_subparse_init), (gst_subparse_formats),
27790 (gst_subparse_eventmask), (gst_subparse_event),
27791 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27792 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27793 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27794 (parse_mpsub_deinit), (parse_mpsub_init),
27795 (gst_subparse_buffer_format_autodetect),
27796 (gst_subparse_format_autodetect), (gst_subparse_loop),
27797 (gst_subparse_change_state), (gst_subparse_type_find),
27799 * gst/subparse/gstsubparse.h:
27800 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27802 Add subtitle support, .sub parser (supports SRT and MPsub),
27803 OGM text support, Matroska UTF-8 text support, deadlock fixes
27804 all over the place, subtitle awareness in decodebin/playbin
27805 and some fixes to textoverlay to handle subtitles in a stream
27806 correctly. Fixes #100931.
27808 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27810 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27811 Check for pad availability before doing a query on it.
27813 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27815 * ext/dv/gstdvdec.c:
27816 really fix bpp24/32 dvdec caps (classic rgba indeed)
27817 * gst/asfdemux/gstasfdemux.c:
27818 (gst_asf_demux_process_ext_content_desc):
27819 don't send text tags if they are empty (bis repetita)
27821 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27823 * ext/dv/gstdvdec.c:
27824 remove unneeded comment from dvdec
27825 (related to DV 4CC codes in AVI files)
27826 moved them in gstreamer/docs/random/mimetypes
27827 * gst/asfdemux/gstasfdemux.c:
27828 (gst_asf_demux_process_ext_content_desc):
27829 don't send text tags if they are empty
27830 fix mem leak on error path
27831 * gst/ffmpegcolorspace/avcodec.h:
27832 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27833 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27834 (gst_ffmpegcsp_avpicture_fill):
27835 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27836 * gst/ffmpegcolorspace/imgconvert_template.h:
27837 adds BGR32 and BGRA32 to ffmpegcolorspace
27838 (still bad colors, fixing it on next commit)
27839 helps with dvdec outputing BGR32
27841 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27843 * ext/dv/gstdvdec.c:
27844 Fix audio caps i just broke (missing ',')
27845 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27846 (gst_matroska_mux_reset):
27847 Fix typo + add FIXME about old "x-gst-metadata" crap
27849 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27851 * ext/dv/demo-play.c: (main):
27852 xvideosink -> xvimagesink
27853 * ext/dv/gstdvdec.c:
27854 change rgb 32/32 caps to 24/32 (no alpha)
27855 change nb of channels to be a list (2 or 4, not 2)
27856 change sample rate to be a list (32, 44.1, 48 kHz) not a range
27857 * gst/asfdemux/gstasfdemux.c:
27858 (gst_asf_demux_process_ext_content_desc):
27859 Add 'date/year' to extracted metadata list
27861 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27863 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27864 The return value of fixate_to does not imply that the requested
27865 value was set, so don't assume.
27867 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
27869 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27871 * ext/libpng/gstpngdec.c:
27872 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27873 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27874 * ext/libpng/gstpngenc.h:
27875 Alpha support (encoder; #163161), mime fixage.
27877 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
27879 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27881 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27882 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27883 (gst_faac_set_property), (gst_faac_get_property):
27884 * ext/faac/gstfaac.h:
27885 Allow for ADTS output (#153434).
27887 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27889 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27890 Fix against template (#150576).
27892 2005-01-06 Benjamin Otte <otte@gnome.org>
27894 * gst/games/gstpuzzle.c: (draw_puzzle):
27895 don't draw a puzzle if either width or height of tiles would be 0.
27897 2005-01-06 Benjamin Otte <otte@gnome.org>
27899 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27900 (gst_puzzle_class_init), (gst_puzzle_finalize):
27901 no memleaks, please
27902 (gst_puzzle_create), (gst_puzzle_init),
27903 (gst_puzzle_set_property), (gst_puzzle_setup):
27904 change initialization code around so we don't reshuffle on resize
27906 fix another stupid typo
27908 2005-01-06 Benjamin Otte <otte@gnome.org>
27910 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27911 fix stupid typo that borked copying on YUY2
27913 2005-01-06 Benjamin Otte <otte@gnome.org>
27915 * gst/games/gstpuzzle.c: (draw_puzzle):
27916 fix edges when image sizes aren't multiples of tile sizes
27918 2005-01-06 Benjamin Otte <otte@gnome.org>
27920 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27921 make RGB endianness work correctly
27922 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27923 refactor and fix race with initial shuffling
27924 (nav_event_handler):
27925 allow using the mouse to puzzle
27927 insist on tiles having width and height as multiples of 4 to get
27928 clean YUV image handling
27929 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27930 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27931 s/DEBUG/LOG/ for common messages
27932 (gst_xvimagesink_navigation_send_event):
27933 fix mouse event translation to not include screen PAR
27934 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27935 fix mouse event translation to actually work
27937 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27939 * gst/asfdemux/gstasfdemux.c:
27940 (gst_asf_demux_process_ext_content_desc):
27941 Extract TrackNumber metadata + clean up code
27942 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27943 Hope this is the good fix (var used unitialised)
27945 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27947 * ext/faad/gstfaad.c: (gst_faad_chain):
27948 Only increment timestamp if it's valid. Fixes raw AAC streams.
27950 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27953 * gst/games/Makefile.am:
27954 * gst/games/gstpuzzle.c:
27955 add a puzzle game with...
27956 * gst/games/gstvideoimage.c:
27957 * gst/games/gstvideoimage.h:
27958 ... full colorspace support (that includes YUV9 and RGB16)) stolen
27959 from videotestsrc and made into something that would be a nice
27960 library for a lot of other plugins.
27962 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27965 don't compile faad plugin if a RC of 2.0 is found
27966 Fixes #155346 (and FC1 buildbot)
27967 * gst/asfdemux/gstasfdemux.c:
27968 (gst_asf_demux_process_ext_content_desc):
27969 try to make Solaris compiler happier
27971 2005-01-06 Paul Jack <pjack@sfaf.org>
27973 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27975 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27976 Fix segfault (#161667).
27978 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27980 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27981 Fix framerate reporting.
27983 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
27985 * gst-libs/gst/riff/riff-ids.h:
27986 * gst/wavenc/riff.h:
27987 Add AMR (VBR and CBR) ids to riff.h audio codec list
27988 * gst/asfdemux/gstasfdemux.c:
27989 (gst_asf_demux_process_ext_content_desc),
27990 (gst_asf_demux_process_object):
27991 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27993 2005-01-05 Martin Eikermann <meiker@upb.de>
27995 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27997 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27998 (gst_dvd_demux_handle_discont):
27999 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
28000 (gst_mpeg_demux_handle_discont):
28001 Recreate pads on new-media (#160730).
28002 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
28003 Send discont even if manager changes timestamps (#161929).
28005 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
28007 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28009 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
28010 Fix invalid memory access (#159211).
28012 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28014 * examples/gstplay/player.c: (main):
28016 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
28017 Add visualizations.
28018 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
28019 (gst_a52dec_handle_frame):
28021 * ext/dvdnav/gst-dvd:
28022 Add audioconvert. Fixes #161325.
28023 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
28024 Explicitely case to gint64. Possible valgrind error.
28025 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
28026 (gst_play_tick_callback), (gst_play_change_state),
28027 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
28028 (gst_play_set_location), (gst_play_get_location),
28029 (gst_play_seek_to_time), (gst_play_set_data_src),
28030 (gst_play_set_video_sink), (gst_play_set_audio_sink),
28031 (gst_play_set_visualization), (gst_play_connect_visualization),
28032 (gst_play_get_framerate), (gst_play_get_all_by_interface),
28034 Use playbin. Fixes #139749 and #147744.
28035 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
28037 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28038 (audioscale_get_type), (gst_audioscale_base_init),
28039 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
28040 (gst_audioscale_getcaps), (gst_audioscale_fixate),
28041 (gst_audioscale_link), (gst_audioscale_get_buffer),
28042 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
28043 (gst_audioscale_init), (gst_audioscale_dispose),
28044 (gst_audioscale_chain), (gst_audioscale_set_property),
28045 (gst_audioscale_get_property), (plugin_init):
28047 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
28049 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
28050 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
28051 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
28052 Add more metadata (fixes #162656).
28054 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
28059 === release 0.8.7 ===
28061 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
28066 releasing 0.8.7, "Hyperspace"
28068 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
28070 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28072 * gst/playback/gstplaybasebin.c:
28073 Fix for #162924 - free caps after use, not before
28075 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
28077 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28079 * gst/playback/gstplaybasebin.c:
28080 * gst/wavparse/gstwavparse.c:
28081 Fix for #154773 - fixes playback of small .wav files
28083 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
28085 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28087 * gst/audioscale/gstaudioscale.c:
28088 Fix for #162819 - make audioscale reusable
28089 Fixes playback of more than one file with playbin/totem
28091 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
28093 * gst/ffmpegcolorspace/avcodec.h:
28094 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28095 * gst/ffmpegcolorspace/imgconvert.c:
28096 clean up the mess that made me cry and avoid needless duplication
28098 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
28100 * gst/ffmpegcolorspace/imgconvert.c:
28101 give some indication of why we're segfaulting
28103 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28106 Fix indentation, fix v4l2 plugin detection.
28108 Fix libmms location (Maciej, use diff -u!).
28109 * ext/alsa/gstalsa.c: (gst_alsa_init):
28110 Initialize caps cache to NULL.
28111 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28112 Only change state on audiosink if it exists.
28114 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
28116 * gst/matroska/matroska-demux.c:
28117 * gst/matroska/matroska-ids.h:
28118 * gst/matroska/matroska-demux.h:
28119 Fix Vorbis streams failing to decode in some files, where cluster_time
28120 isn't 0, because then it doesn't send codec_priv before actual data.
28121 Remove time-based test and replace it with marker set on beginning of
28124 2004-12-28 David Schleef <ds@schleef.org>
28126 Merge patch from Ronald fixing problems with streaming
28128 * ext/cairo/gstcairo.c: (plugin_init):
28129 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28130 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28131 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28132 (gst_textoverlay_font_init), (gst_textoverlay_init),
28133 (gst_textoverlay_set_property):
28134 * ext/cairo/gsttextoverlay.h:
28136 2004-12-27 David Schleef <ds@schleef.org>
28138 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28139 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28140 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28141 (gst_textoverlay_font_init), (gst_textoverlay_init),
28142 (gst_textoverlay_set_property): Improvements to actually
28143 render text as white on black outline on video, including
28144 font selection and horizontal/vertical alignment. (Ronald's
28146 * ext/cairo/gsttextoverlay.h:
28148 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28150 * ext/ogg/gstogg.c:
28151 * ext/ogg/gstogmparse.c:
28152 fix ogm[audio/video]parse plugin registration
28153 (riff won't load if bytestream is already loaded)
28155 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
28157 * gst/audioconvert/gstchannelmix.c:
28160 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
28164 disable docs again until it actually passes make distcheck.
28166 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28168 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28169 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28171 Add 3GP (variables name Q3GP because they can't start with a
28172 number). Add samr audio fourcc (used in .3gp files), decoder
28173 is work in progress. Also do a GST_WARNING instead of ERROR
28174 in case of unknown nodes, to decrease output.
28176 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
28181 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
28184 * ext/speex/gstspeexdec.h:
28185 * ext/speex/gstspeexenc.h:
28186 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
28187 Fix detection code in configure.ac
28189 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28191 * gst/matroska/matroska-demux.c:
28192 (gst_matroska_demux_parse_blockgroup):
28193 Save position, so that queries give proper return values. Don't
28194 know how this could ever have worked before...
28196 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
28199 Put additional LAME check inside the conditional. Fixes #152339
28201 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28203 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28204 (gst_avi_demux_stream_scan):
28205 Add some more debug. Fix logic error when setting movi offset
28206 while reading index.
28208 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28210 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28211 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28212 (gst_avi_demux_process_next_entry):
28213 Add some debugging. Better detection of broken indexes and the
28214 accompanying index recovery. No infinite loops on state changes
28215 when we're still in our loopfunction.
28217 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28222 2004-12-22 Archana Shah <archana.shah@wipro.com>
28224 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28226 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28227 Normalizing the value before setting
28228 (gst_sunaudiomixer_get_volume):
28229 Normalizing the value after getting. Fixes bug# 161980
28231 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28233 * Makefile.am: Make sure docs gets disted
28234 * docs/Makefile.am: Make sure all needed files get disted
28235 * gst-plugins.spec.in: latest updates
28237 2004-12-22 Wim Taymans <wim@fluendo.com>
28239 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28240 Revert patch 1.38 as clock distribution over schedulers does
28241 not work correcly in the core yet.
28243 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28245 * sys/oss/README: remove this file, which predates my birth
28246 (and which content is by far outdated)
28248 2004-12-20 Stefan Kost <ensonic@users.sf.net>
28252 * docs/Makefile.am:
28253 * docs/libs/Makefile.am:
28254 * docs/libs/gst-plugins-libs-docs.sgml:
28255 * docs/libs/gst-plugins-libs-sections.txt:
28256 * docs/libs/tmpl/gstgconf.sgml:
28258 * docs/version.entities.in:
28259 Added boilerplate gtk-doc files for plugin-libs documentation.
28261 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28263 * gst/auparse/gstauparse.c: fix int and float audio caps
28265 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28267 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28268 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28269 g_assert() can be a macro, don't use #ifdef inside it.
28271 2004-12-19 Edward Hervey <bilboed@bilboed.com>
28273 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28275 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28276 (gst_videorate_init), (gst_videorate_chain),
28277 (gst_videorate_change_state):
28278 Event handling (fixes #159986).
28280 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28282 * gst-libs/gst/riff/riff-media.c:
28283 (gst_riff_create_video_caps_with_data):
28284 Add BLZ0 (Blizzard's version of DivX) fourcc.
28286 2004-12-18 David Schleef <ds@schleef.org>
28288 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28291 2004-12-18 David Schleef <ds@schleef.org>
28293 * gst/tta/ttadec.h: Disable some header code that isn't used
28294 and clearly isn't portable.
28296 2004-12-18 David Schleef <ds@schleef.org>
28298 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28299 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28300 (avcodec_get_pix_fmt), (avpicture_layout),
28301 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28302 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28303 Fix code to not use GCC extensions (and c99 extensions that
28304 Forte does not like.)
28306 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
28308 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28310 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28311 (gst_deinterlace_chain):
28312 Rowstride fixes. Fixes #161039.
28313 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28314 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28315 (gst_video_crop_getcaps), (gst_video_crop_link),
28316 (gst_video_crop_i420), (gst_video_crop_chain),
28317 (gst_video_crop_change_state):
28318 Rework of negotiation. Actually works now. Fixes #158650.
28320 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28322 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28323 That was very stupid.
28325 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28327 * gst/matroska/matroska-demux.c:
28328 (gst_matroska_demux_parse_blockgroup):
28329 Fix possible crasher.
28331 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28333 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28334 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28335 Lace sizes can be zero.
28337 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28339 * ext/musepack/gstmusepackdec.cpp:
28340 Fetch error return values. Fixes #161624.
28341 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28344 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28346 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28347 Work for truncated (unfinished download etc.) files. Fixes #160514.
28349 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28351 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28352 Fix for integer overflow. Makes #156001 not crash. Probably masks
28355 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28357 * gst/ac3parse/gstac3parse.c: (plugin_init):
28358 Parsers never have ranks. Fixes #159651.
28360 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
28362 * gst/playback/gstdecodebin.c: (compare_ranks):
28363 make sure the facotries are ordered the same every time even if they
28364 have the same rank by using the name
28365 * gst/playback/gstdecodebin.c: (find_compatibles):
28366 make sure we don't add factories to the list twice
28368 2004-12-16 David Schleef <ds@schleef.org>
28370 * configure.ac: look for musepack headers as musepack/*.h
28372 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28373 * ext/musepack/gstmusepackreader.h: same
28375 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28377 * gst-libs/gst/riff/riff-read.c:
28378 (gst_riff_read_strf_auds_with_data):
28379 Read extradata correctly (fixes #155879).
28381 2004-12-16 David Schleef <ds@schleef.org>
28383 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28384 audio. does _not_ attempt or allow conversion unless channels
28387 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28389 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28391 2004-12-16 David Schleef <ds@schleef.org>
28393 * gst/audioscale/gstaudioscale.c: the resample library only
28394 handles 1 or 2 channels. Change caps to compensate.
28396 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28398 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28399 (gst_matroska_demux_audio_caps):
28400 Some MPEG-AAC hacks, because else it doesn't work...
28402 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28404 * gst-libs/gst/riff/riff-media.c:
28405 (gst_riff_create_video_caps_with_data),
28406 (gst_riff_create_video_template_caps):
28409 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28411 * gst-libs/gst/audio/Makefile.am:
28412 Try to fix buildbot.
28414 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
28416 * gst/tcp/gstmultifdsink.c:
28417 Clean up and uniformize debugging.
28419 2004-12-16 Edward Hervey <bilboed@bilboed.com>
28421 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28423 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28424 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28425 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28426 (gst_mpeg_demux_change_state):
28427 Reset on ready. Fixes 160276.
28429 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28431 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28433 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28434 (gst_ffmpegcsp_pad_link):
28435 Fix memleak (#154815).
28437 2004-12-16 James Bowes <bowes@cs.dal.ca>
28439 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28441 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28442 (gst_musicbrainz_init), (gst_musicbrainz_chain),
28443 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28444 * ext/musicbrainz/gsttrm.h:
28445 Add support for using a proxy server when getting a trm id from
28446 the MusicBrainz database (#149613).
28448 2004-12-16 Christophe Fergeau <teuf@gnome.org>
28450 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28452 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28453 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28454 Fix memleaks (#157233).
28456 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
28458 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28460 * gst-libs/gst/resample/resample.c: (gst_resample_close):
28461 * gst-libs/gst/resample/resample.h:
28462 * gst/audioscale/gstaudioscale.c:
28463 Fix memleak (#159215).
28465 2004-12-16 Toni Willberg <toniw@iki.fi>
28467 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28469 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28470 * sys/oss/oss_probe.c: (main):
28471 Check for mono/stereo support (similar to samplerate probing),
28472 fixes #159433. Also add missing copyright header to oss_probe.c.
28474 2004-12-15 David Schleef <ds@schleef.org>
28476 * configure.ac: add audioresample and cairo plugins. Remove
28477 HAVE_MMX stuff, because it's not used.
28478 * ext/Makefile.am: same
28479 * ext/audioresample/Makefile.am: You are not ready for an
28480 audio resampling element based on audioresample.
28481 * ext/audioresample/gstaudioresample.c:
28482 * ext/audioresample/gstaudioresample.h:
28483 * ext/cairo/Makefile.am: You are not ready for overlay elements
28484 based on cairo. Don't look too closely, these elements kinda
28486 * ext/cairo/gstcairo.c: new
28487 * ext/cairo/gsttextoverlay.c: new
28488 * ext/cairo/gsttextoverlay.h: new
28489 * ext/cairo/gsttimeoverlay.c: new
28490 * ext/cairo/gsttimeoverlay.h: new
28491 * gst-libs/gst/media-info/media-info-priv.h: fix compile
28492 problem with compilers that don't support variadic macros.
28494 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
28496 Reviewed by: David Schleef <ds@schleef.org>
28498 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
28499 Bala, registering sunaudiosrc (oops!), and cleaning up code a
28500 bit. Also ran indent-gst.
28501 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28502 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28503 (gst_sunaudiosrc_setparams):
28505 2004-12-14 David Schleef <ds@schleef.org>
28507 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28508 output rate to 16000. Should fix #160235.
28510 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28512 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28513 Add typefinding for mpeg2 pes streams
28515 2004-12-13 David Schleef <ds@schleef.org>
28517 * configure.ac: Applied patch from bug #143659, making default
28518 sources and sinks OS-dependent (for Solaris), and added code
28520 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28522 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28524 * gst-libs/gst/riff/riff-media.c:
28525 forgot to add h2.64 to avidemux template caps
28527 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28529 * gst/wavenc/riff.h:
28530 * gst-libs/gst/riff/riff-media.c:
28531 * gst-libs/gst/riff/riff-ids.h:
28532 * gst/avi/gstavimux.c
28533 add 4CC code for VideoSoft h264 in AVI (VSSH)
28535 remove s323 from riff, it's quicktime specific :(
28537 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28539 * gst/asfdemux/README
28540 * gst/wavenc/riff.h
28541 * gst-libs/gst/riff/riff-ids.h
28542 * gst-libs/gst/riff/riff-media.c
28543 * gst/qtdemux/qtdemux.c:
28544 add new 4CC codes for h263 related codecs
28545 fixes partially bug #155163
28547 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
28549 * configure.ac: Update polyaudio requirement to 0.7
28550 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28552 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
28554 * gst/interleave/deinterleave.c:
28555 fix my name's spelling! :)
28557 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28559 * AUTHORS ChangeLog
28560 * gst/auparse/gstauparse.c
28561 * gst/interleave/deinterleave.c
28563 alaw-decode.c alaw-encode.c
28564 mulaw-decode.c mulaw-encode.c
28565 * gst/oneton/gstoneton.c
28567 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28569 cocoawindow.h cocoawindow.m
28570 osxvideosink.h osxvideosink.m
28572 put the same mail address for Zaheer Abbas Merali everywhere
28574 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28576 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28577 Align by packetsize, and assert that we a packet available before
28578 playing. The first makes webstreams work (they often include
28579 trailing padding data in a packet), the second allows pausing a
28580 ASF stream in totem without getting demux errors afterwards.
28582 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28584 * ext/ogg/gstoggdemux.c: (get_relative):
28585 Check for non-NULL before accessing member (end-of-chain).
28587 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28589 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28590 (cdparanoia_set_property), (cdparanoia_get_property):
28591 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28592 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28593 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28594 (dvdreadsrc_init), (dvdreadsrc_set_property),
28595 (dvdreadsrc_get_property):
28596 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28597 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28598 Synchronize property names where not yet the case. Devices are
28599 now device=X, other versions are deprecated (but still exist).
28600 Also use g_free() unconditionally.
28601 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28602 (setup_source), (gst_play_base_bin_get_property):
28605 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
28607 * configure.ac: move GCONF macro outside conditional for the am
28608 conditional. Fixes #160439
28610 2004-12-08 David Schleef <ds@schleef.org>
28612 * tools/gst-visualise-m.m: Switch to elements that currently
28615 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28617 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28618 We love wrong commas.
28620 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28622 * gst/matroska/matroska-demux.c:
28623 (gst_matroska_demux_handle_src_query):
28624 Don't set DEFAULT, unsupported - makes length display incorrectly
28627 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28629 * gst/monoscope/README: remove blurb about files being GPL
28630 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28631 * gst/monoscope/monoscope.c: Change license to BSD with explanation
28632 monoscope is now effectively LGPL licensed
28634 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
28636 * gst/monoscope/README: Update information to be more correct
28637 * gst/monoscope/convolve.c: Relicense to LGPL
28638 * gst/monoscope/convolve.h: Relicense to LGPL
28640 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
28642 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28643 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28644 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28645 set default_duration for mpeg1 audio
28647 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
28649 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28650 * ext/alsa/gstalsa.h:
28651 refactor big chunks of the core caps negotiation code to make it
28652 a lot faster, because people claim it's really slow
28653 (actually, just cache the getcaps when the device is opened)
28655 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28657 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28658 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28659 (gst_a52dec_handle_frame), (gst_a52dec_chain),
28660 (gst_a52dec_change_state), (plugin_init):
28661 * ext/a52dec/gsta52dec.h:
28662 Do something useful with timestamps. Make chain-based (since
28663 there's really no reason to be loopbased).
28664 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28665 Update current_byte/frame correctly.
28667 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28669 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28670 (gst_ape_demux_stream_init):
28673 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28675 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28676 Let's make sure we're done typefinding when detecting tags.
28678 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28680 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28681 (gst_ebml_read_init), (gst_ebml_read_use_event),
28682 (gst_ebml_read_element_id), (gst_ebml_peek_id),
28683 (gst_ebml_read_seek), (gst_ebml_read_skip),
28684 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28685 (gst_ebml_read_master):
28686 * gst/matroska/ebml-read.h:
28687 * gst/matroska/matroska-demux.c:
28688 (gst_matroska_demux_parse_contents),
28689 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28690 Disgustingly evil hack for working around INTERRUPT events and
28691 their extremely annoying habit of being a pain in the ass. We
28692 simply peek a cluster before reading any of it.
28694 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28696 * ext/musepack/gstmusepackdec.cpp:
28697 There's also floating point libmusepacks.
28699 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28701 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28702 (gst_faad_chanpos_to_gst), (gst_faad_chain):
28703 Set DURATION even if source buffer didn't. Also use increasing
28705 * gst-libs/gst/riff/riff-media.c:
28706 (gst_riff_create_audio_caps_with_data):
28707 Block_align can have larger values than 8192.
28709 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28711 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28712 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28713 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28714 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28717 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28719 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28722 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28724 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28727 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28729 * ext/esd/esdsink.c: (gst_esdsink_chain):
28730 Make error actually say something useful (fixes #156798).
28731 * gst-libs/gst/riff/riff-media.c:
28732 (gst_riff_create_video_caps_with_data),
28733 (gst_riff_create_video_template_caps):
28734 Add Intel Video 5.0 fourcc (IV50).
28736 2004-12-01 Christophe Fergeau <teuf@gnome.org>
28738 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28739 detection on mono and stereo mp3 files.
28741 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28743 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28744 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28745 the contained stream).
28747 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28749 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28750 Oops, remove debug.
28752 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28754 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28756 * gst/law/alaw-decode.c: (alawdec_getcaps):
28757 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28758 Prevent warnings when negotiating caps (fixes #159338).
28760 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28762 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28763 (gst_ffmpegcsp_chain):
28764 Remove old leftover that shouldn't be there...
28766 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
28768 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28770 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28771 Don't forward DISCONT events (fixes #159684).
28773 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28775 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28776 Unlink manually since sometimes bin disposal (and therefore
28777 pad unlinking) is delayed, which will cause a new media file
28778 to not be able to start playing instantly.
28780 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28782 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28783 On mute of an unlinked stream, check for pad availability so
28784 we don't crash on unlinked pad.
28786 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28788 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28789 (gst_avi_demux_massage_index):
28790 Fix quite humiliating bug in omitting 0-sized index chunks but
28791 forgetting to count them for timestamps.
28793 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28795 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28796 Actually leave the loop if we failed to sync. Don't crash.
28798 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28800 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28801 (gst_dvd_demux_process_private):
28802 * gst/mpegstream/gstdvddemux.h:
28803 Fix crash (#159759). Doesn't work, though. :-(.
28805 2004-11-28 Benjamin Otte <otte@gnome.org>
28807 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28808 more overwriting protection due to modifying channels one by one
28809 instead of all at once
28811 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28813 * gst/audioconvert/gstchannelmix.c:
28814 (gst_audio_convert_fill_normalize):
28815 Normalize using absolute values.
28817 2004-11-28 Julien MOUTTE <julien@moutte.net>
28821 * ext/directfb/Makefile.am:
28822 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28823 (gst_directfbvideosink_get_pixel_format),
28824 (gst_directfbvideosink_get_format_from_fourcc),
28825 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28826 (gst_directfbvideosink_sink_link),
28827 (gst_directfbvideosink_change_state),
28828 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28829 (gst_directfbvideosink_buffer_alloc),
28830 (gst_directfbvideosink_interface_supported),
28831 (gst_directfbvideosink_interface_init),
28832 (gst_directfbvideosink_navigation_send_event),
28833 (gst_directfbvideosink_navigation_init),
28834 (gst_directfbvideosink_set_property),
28835 (gst_directfbvideosink_get_property),
28836 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28837 (gst_directfbvideosink_base_init),
28838 (gst_directfbvideosink_class_init),
28839 (gst_directfbvideosink_get_type), (plugin_init):
28840 * ext/directfb/directfbvideosink.h: Adding a first version of
28842 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28845 2004-11-28 Benjamin Otte <otte@gnome.org>
28847 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28848 walk the samples backwards if out_channels > in_channels so we don't
28851 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28853 * gst/audioconvert/Makefile.am:
28854 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28855 (gst_audio_convert_link), (gst_audio_convert_change_state),
28856 (gst_audio_convert_channels):
28857 * gst/audioconvert/gstchannelmix.c:
28858 (gst_audio_convert_unset_matrix),
28859 (gst_audio_convert_fill_identical),
28860 (gst_audio_convert_fill_compatible),
28861 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28862 (gst_audio_convert_fill_others),
28863 (gst_audio_convert_fill_normalize),
28864 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28865 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28866 * gst/audioconvert/gstchannelmix.h:
28867 Implement a channel mixer.
28869 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
28871 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28872 * ext/alsa/gstalsa.h:
28873 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28874 Make alsasink actually honor gst_element_set_clock and use that
28875 clock instead of its internal one.
28877 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28879 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28880 (gst_play_base_bin_change_state): nullify source and decoder when
28881 going from READY to NULL so that we don't try to do weird stuff with
28882 them when going from NULL to READY
28883 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28884 instead of g_object_unref
28885 (gen_video_element), (gen_audio_element): more refcounting fixes, now
28886 it should be correct
28887 (gst_play_bin_change_state): don't call remove_sinks if we are
28888 currently disposing the object
28890 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28892 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28893 Don't forget bass if it's there. Else left channel is silent...
28895 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28897 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28898 (gst_a52dec_change_state):
28899 Don't do sample adjusting anymore, we use float audio now.
28900 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28901 Don't fixate to non-existing properties.
28903 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28905 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28906 (gst_a52dec_change_state):
28907 Advertise that we can do surround sound.
28909 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28911 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28912 Add buffer-frames=0.
28913 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28914 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28915 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28916 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28917 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28918 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28919 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28920 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28921 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28922 * ext/dvdread/dvdreadsrc.h:
28923 Add seeking, querying for bytes, sectors, title, angle and
28924 chapter. Handle multiple chapters. Relicense to LGPL because
28925 Billy agreed on that (thanks Billy!).
28927 2004-11-27 Christophe Fergeau <teuf@gnome.org>
28929 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28930 call parent dispose method
28932 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
28934 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28935 (gst_audio_clock_get_internal_time):
28936 Fix active <-> inactive transitions: ensure time value always
28937 grows and avoid abrupt value changes.
28939 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
28942 * gst/tta/Makefile.am:
28944 * gst/tta/filters.h:
28945 * gst/tta/gsttta.c:
28946 * gst/tta/gstttadec.c:
28947 * gst/tta/gstttadec.h:
28948 * gst/tta/gstttaparse.c:
28949 * gst/tta/gstttaparse.h:
28950 * gst/tta/ttadec.h:
28951 added TTA parser and decoder
28953 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28955 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28956 (probe_triggered), (check_queue), (buffer_underrun),
28957 (buffer_running), (buffer_overrun), (gen_source_element),
28959 * gst/playback/gstplaybasebin.h:
28960 Implement buffering. Needs some more work.
28962 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28964 * ext/theora/theoradec.c: (theora_dec_chain):
28965 Fix ilog mask range overflow.
28967 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28969 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28970 Don't omit the last (which in case of dmix is the only :) )
28971 channel count. Don't set channels if <= 2.
28973 2004-11-26 Christophe Fergeau <teuf@gnome.org>
28975 * gst/playback/gstplaybin.c: (gen_video_element),
28976 (gen_audio_element): Removed 2 obsolete comments
28978 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28980 * ext/vorbis/oggvorbisenc.c
28981 * ext/vorbis/vorbisenc.c :
28982 change description fields of those plugins to differentiate them
28983 (pitivi show Encoders by description, they had the same one)
28985 2004-11-25 Christophe Fergeau <teuf@gnome.org>
28987 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28989 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28990 (gst_play_bin_set_property), (gen_video_element),
28991 (gen_audio_element):
28992 Refcounting fixes for provided audio-/videosinks.
28994 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28996 * gst/playback/gstplaybin.c: (gen_video_element),
28997 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28998 Don't reference all sinks, but only the video- and audiosinks.
28999 The vis. element should be disposed when we're done with it.
29000 We don't have any reason to keep it around. This fixes warnings
29001 when reusing playbin for playing multiple audio files with
29002 vis. enabled. Also release audio device on pause - idea stolen
29005 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29007 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
29008 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
29009 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
29010 * ext/alsa/gstalsaplugin.c: (plugin_init):
29011 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
29012 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
29013 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
29014 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
29015 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
29016 (gst_faad_change_state), (plugin_init):
29017 * ext/faad/gstfaad.h:
29018 * ext/vorbis/vorbis.c: (plugin_init):
29019 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29020 * gst-libs/gst/audio/Makefile.am:
29021 * gst-libs/gst/audio/audio.c: (plugin_init):
29022 * gst-libs/gst/audio/multichannel.c:
29023 (gst_audio_check_channel_positions),
29024 (gst_audio_get_channel_positions),
29025 (gst_audio_set_channel_positions),
29026 (gst_audio_set_structure_channel_positions_list),
29027 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
29028 (gst_audio_fixate_channel_positions):
29029 * gst-libs/gst/audio/multichannel.h:
29030 * gst-libs/gst/audio/testchannels.c: (main):
29031 * gst/audioconvert/gstaudioconvert.c:
29032 (gst_audio_convert_class_init), (gst_audio_convert_init),
29033 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
29034 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
29035 (gst_audio_convert_fixate), (gst_audio_convert_channels):
29036 * gst/audioconvert/plugin.c: (plugin_init):
29037 Surround sound support.
29039 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29041 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29042 Fix position for discont if we're close as well. Nitpicking, but
29043 saves a few milliseconds of extra waiting or skipping.
29045 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29047 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
29048 We sometimes need parsers for playback, so add those too.
29050 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29053 * gst/apetag/Makefile.am:
29054 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
29055 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
29056 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
29057 (gst_ape_demux_get_src_query_types),
29058 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
29059 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
29060 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
29061 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
29062 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
29063 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
29064 (gst_ape_demux_change_state):
29065 * gst/apetag/apedemux.h:
29066 * gst/apetag/apetag.c: (plugin_init):
29067 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
29069 APE v1/2 tag reader plus typefind function.
29071 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29074 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29075 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29076 Remove hacks for older core. Require newer core version
29079 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29081 * gst/cdxaparse/Makefile.am:
29082 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29083 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29084 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29085 * gst/cdxaparse/gstcdxaparse.h:
29086 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29087 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29088 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29089 (gst_cdxastrip_get_src_query_types),
29090 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29091 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29092 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29093 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29094 * gst/cdxaparse/gstcdxastrip.h:
29095 SVCD/VCD header stripping separated from CDXA image parsing.
29096 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29098 Add VCD/SVCD header typefinding for VCD/SVCD.
29099 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29100 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29101 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29102 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29103 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29104 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29105 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29106 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29107 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29108 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29109 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29110 * sys/vcd/vcdsrc.h:
29111 Fix up, add seeking, querying, URI interface. Works in totem now.
29113 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
29118 === release 0.8.6 ===
29120 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
29138 releasing 0.8.6, "IOU Love"
29140 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29142 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29144 * gst/playback/gstplaybasebin.c:
29145 Fix unplayable files error handling. Fixes #158365
29147 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29149 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29151 * gst/typefind/gsttypefindfunctions.c:
29152 Fix broken mp3 typefinding. Fixes #158375
29154 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29156 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29158 * ext/ogg/gstoggdemux.c:
29159 Fix sync on broken files. Fixes #158976
29161 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29163 patch by: Edward Hervey <bilboed@bilboed.com>
29165 * ext/libpng/gstpngenc.c:
29166 Copy over buffer properties. Fixes #158832
29168 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29170 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29172 * ext/dvdread/dvdreadsrc.c:
29173 Fixes invalid reads (#158462)
29175 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29177 * sys/v4l/gstv4lsrc.c:
29178 * sys/v4l/gstv4lsrc.h:
29179 * sys/v4l/v4lsrc_calls.c:
29180 Probe less and cache it. Fixes #159187.
29182 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
29184 * gst/videorate/gstvideorate.c:
29185 Handle all video formats. Fixes #159186.
29187 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
29188 * gst/synaesthesia/gstsynaesthesia.c:
29189 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29190 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29191 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29192 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29193 (gst_synaesthesia_change_state), (plugin_init):
29194 Fix up synaesthesia to work under different samplerates/ buffer sizes.
29195 Force 320x200 output, as that's the only thing the underlying
29196 synaesthesia implementation supports. Still needs to be made
29199 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29202 Fix mpeg2enc configure check (similar to mplex check below).
29204 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
29206 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29208 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29209 Fix for gcc-2.95 (fixes #158221).
29211 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29213 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29214 Re-add clock distribution hack (until new core is released).
29217 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
29219 fix mplex configure check segfaulting on some systems (bug #140994)
29221 2004-11-13 Benjamin Otte <otte@gnome.org>
29223 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29225 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29226 do a wait when we enter the loop func with no data available to
29227 write instead of getting into an 100% CPU loop by just returning and
29228 being called again by the scheduler
29230 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
29233 * ext/libvisual/visual.c: (gst_visual_get_type),
29234 (libvisual_log_handler), (gst_visual_getcaps),
29235 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29237 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29238 * ext/smoothwave/Makefile.am:
29239 * ext/smoothwave/demo-osssrc.c: (main):
29240 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29241 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29242 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29244 * ext/smoothwave/gstsmoothwave.h:
29245 Make gstsmoothwave a working element in the 20th century.
29247 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29248 Fix incorrect link function
29250 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29252 * gst/volume/gstvolume.c:
29253 Allow buffer-frames=0.
29255 2004-11-12 Iain <iaingnome@gmail.com>
29257 * configure.ac: Check for polypaudio
29259 * ext/Makefile.am: Build the polyp dir
29261 * ext/polyp: The polypsink sources.
29263 2004-10-30 Iain <iaingnome@gmail.com>
29265 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29266 caps to reflect the new number of channels.
29268 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29270 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29271 Fix for negotiation order problem. This would show when the
29272 ALSA loopfuction was called before any other function. ALSA
29273 wouldn't do anything because we're not negotiated yet, leading
29274 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29276 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
29278 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29280 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29281 No warnings (#157986).
29283 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29285 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29286 Prefer apev1/2 and id3v1 (at end of file) over musepack.
29288 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29290 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29291 Signal no-more-pads (so it works in playbin).
29293 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29295 * ext/musepack/gstmusepackreader.cpp:
29296 Workaround for older core.
29298 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29300 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29301 Actually test for odd width/height rather than testing whether
29302 a temporary variable that was 0 before we subtracted 1 is now
29303 not equal to zero (which it always is).
29305 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29307 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29308 Fix compilation if HAVE_XVIDEO is not defined
29310 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29312 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29313 Fix compilation if HAVE_XVIDEO is not defined
29315 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
29317 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29318 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29319 (gst_goom_change_state), (plugin_init):
29320 Use the bytestream adapter so goom doesn't depend on the input
29322 Add a debug category
29324 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29326 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29327 Only set hardware parameters *after* negotiation. Before
29328 negotiation, it will set ANY and that seems to cause crashes
29329 (see e.g. #151288, #153227).
29331 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29333 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29334 This seems to be antique leftover. It needs to pass error
29336 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29337 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29338 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29339 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29340 Fix GstXOverlay implementation (#151059).
29342 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29344 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29345 Don't assert (#157853).
29347 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29349 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29350 Fix bytes/samples confustion.
29351 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29352 Fix for underrun (#144389).
29354 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29356 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29357 Disable halfway-seek for pending release (since it needs a new
29360 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29362 * sys/v4l/gstv4lsrc.c:
29363 * sys/v4l/gstv4lsrc.h:
29364 * sys/v4l/v4lsrc_calls.c:
29365 add autoprobe-fps property so we can separate autoprobing parts
29367 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
29369 * sys/v4l/gstv4lsrc.c:
29370 * sys/v4l/v4lsrc_calls.c:
29371 initialise fourcc to catch unset fourcc's, and debug
29373 2004-11-09 Wim Taymans <wim@fluendo.com>
29375 * gst/playback/README:
29376 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29377 * gst/playback/gstplaybin.c: (gst_play_bin_init),
29378 (gst_play_bin_dispose), (gst_play_bin_set_property),
29379 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29380 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29381 (gst_play_bin_get_formats), (gst_play_bin_convert),
29382 (gst_play_bin_get_query_types), (gst_play_bin_query):
29383 Cleanups and some more documentation.
29385 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
29387 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29388 (gst_cacasink_init), (gst_cacasink_chain):
29389 * ext/libcaca/gstcacasink.h:
29390 Cacasink inherits from VideoSink, so let that store the clock.
29392 2004-11-09 Wim Taymans <wim@fluendo.com>
29394 * gst/playback/README:
29395 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29396 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29397 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29398 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29399 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29401 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29402 (gst_stream_info_is_mute), (gst_stream_info_set_property):
29403 * gst/playback/gststreaminfo.h:
29405 Only switch groups if all streams have muted (EOSed).
29406 Send Tags in sync with the stream playback instead of in
29407 the playback/preroll phase.
29408 Some cleanups, free the fakesrc elements.
29410 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
29412 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29413 buffer-frames property was missing
29414 * ext/arts/gst_arts.c:
29415 rate missing from sinkcaps
29416 * ext/audiofile/gstafparse.c:
29417 * ext/audiofile/gstafsink.c:
29418 * ext/audiofile/gstafsrc.c:
29419 * ext/swfdec/gstswfdec.c:
29420 int audio doesn't know buffer-frames
29421 * ext/cdparanoia/gstcdparanoia.c:
29422 int audio doesn't know chunksize either
29423 * ext/nas/nassink.c:
29424 it's endianness, not endianess
29425 * gst-libs/gst/audio/audio.h:
29426 make float standard pad template caps really describe float
29427 * gst/law/mulaw.c: (linear_factory):
29428 signed only, please
29429 * gst/mpegstream/gstdvddemux.c:
29430 widths of 20 are not valid
29432 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
29434 Submitted by: Luca Ferretti <elle.uca@infinito.it>
29440 2004-11-08 Wim Taymans <wim@fluendo.com>
29442 * gst/playback/README:
29443 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29444 * gst/playback/gstplaybasebin.c: (probe_triggered),
29445 (gst_play_base_bin_change_state):
29446 Updated README, added more comments for fixmes etc..
29448 2004-11-08 Wim Taymans <wim@fluendo.com>
29450 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29451 We can remove this hack now.
29453 2004-11-08 Wim Taymans <wim@fluendo.com>
29455 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29456 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29457 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29458 Only mix AYUV for maximum quality.
29460 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29462 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29463 (gst_ogg_demux_push), (gst_ogg_pad_push):
29464 Let's act as if we're synchronized now! :).
29465 * ext/theora/theoradec.c: (theora_dec_chain):
29468 2004-11-08 Wim Taymans <wim@fluendo.com>
29470 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29471 (gst_alpha_set_property), (gst_alpha_sink_link),
29472 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29473 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29474 (gst_alpha_init_params), (gst_alpha_chain):
29475 Implement alpha functions for AYUV too, this increases
29476 accuracy quite a bit.
29478 2004-11-08 Wim Taymans <wim@fluendo.com>
29480 * gst/ffmpegcolorspace/avcodec.h:
29481 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29482 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29483 (gst_ffmpegcsp_avpicture_fill):
29484 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29485 (gst_ffmpegcsp_caps_remove_format_info):
29486 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29487 (shrink12), (img_get_alpha_info), (deinterlace_line),
29488 (deinterlace_line_inplace):
29489 * gst/ffmpegcolorspace/imgconvert_template.h:
29490 Added AYUV colorspace and handle RGBA a bit more respectful.
29492 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29494 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29495 Actually always send a discont (cornercase when resending the
29496 same serial-tagged chain twice).
29498 2004-11-08 Julien MOUTTE <julien@moutte.net>
29500 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29501 (gst_ximagesink_finalize):
29502 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29503 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29505 2004-11-08 Wim Taymans <wim@fluendo.com>
29507 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29508 Don't segfault on NULL data.
29510 2004-11-08 Wim Taymans <wim@fluendo.com>
29512 * gst/playback/gstdecodebin.c: (unlinked):
29513 * gst/playback/gstplay-marshal.list:
29514 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29515 (gst_play_base_bin_init), (group_create), (get_active_group),
29516 (get_building_group), (group_destroy), (group_commit),
29517 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29518 (add_element_stream), (no_more_pads), (probe_triggered),
29519 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29520 (state_change), (setup_source), (gst_play_base_bin_get_property),
29521 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29522 (gst_play_base_bin_link_stream),
29523 (gst_play_base_bin_get_streaminfo):
29524 * gst/playback/gstplaybasebin.h:
29525 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29526 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29527 Add support for chained ogg files. Prepare for playlist
29528 support. This patch introduces the concept of pad groups, which
29529 together compose one playable media file.
29531 2004-11-07 David Schleef <ds@schleef.org>
29533 * testsuite/gst-lint: Check for pad templates that aren't statically
29536 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29540 * ext/musepack/Makefile.am:
29541 * ext/musepack/gstmusepackdec.cpp:
29542 * ext/musepack/gstmusepackdec.h:
29543 * ext/musepack/gstmusepackreader.cpp:
29544 * ext/musepack/gstmusepackreader.h:
29545 Add musepack decoder.
29546 * ext/faad/gstfaad.c: (gst_faad_base_init):
29547 Make pad templates static.
29548 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29550 Add musepack typefinder, make mp3 typefinding work halfway stream,
29551 which doesn't actually work yet because id3demux doesn't implement
29554 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29556 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29557 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29558 Fix interrupt event handling (#144436).
29560 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29562 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29565 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29567 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29569 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29570 Fix weird caps (#157548).
29572 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
29574 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29576 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29577 Add missing NULL terminator (#157543).
29579 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
29581 * gst/tcp/gsttcp.h:
29582 * gst/tcp/gsttcpclientsink.c:
29583 * gst/tcp/gsttcpclientsrc.c:
29584 * gst/tcp/gsttcpserversink.c:
29585 * gst/tcp/gsttcpserversrc.c:
29586 ports can go up to 65535. Move common defines to gsttcp.h
29588 2004-11-05 Wim Taymans <wim@fluendo.com>
29590 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29591 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29592 Added two more colorspaces.
29594 2004-11-05 Wim Taymans <wim@fluendo.com>
29596 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29597 (gst_ffmpegcsp_avpicture_fill):
29598 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29599 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29600 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29603 2004-11-05 Wim Taymans <wim@fluendo.com>
29605 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29606 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29607 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29608 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29609 (gst_videomixer_loop):
29612 2004-11-05 Benjamin Otte <otte@gnome.org>
29614 * ext/mad/gstmad.c: (gst_mad_chain):
29615 don't overflow data buffer. Flush not needed sync data when syncing
29618 2004-11-04 Wim Taymans <wim@fluendo.com>
29620 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29621 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29622 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29623 (gst_alpha_init_params), (gst_alpha_chain),
29624 (gst_alpha_change_state):
29625 Updated the chroma keying algorithm with something more
29628 2004-11-03 Wim Taymans <wim@fluendo.com>
29630 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29631 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29632 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29633 Fix stride issues. Does not completely work for odd
29636 2004-11-03 Wim Taymans <wim@fluendo.com>
29638 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29639 (gst_alpha_chroma_key), (gst_alpha_chain):
29640 Fix stride issues. Does not completely work for odd
29643 2004-11-03 Christophe Fergeau <teuf@gnome.org>
29645 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29646 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29649 2004-11-03 Wim Taymans <wim@fluendo.com>
29651 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29652 (gst_ffmpegcsp_avpicture_fill):
29653 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29655 * gst/ffmpegcolorspace/imgconvert_template.h:
29656 Use correct _fill function to get correct strides.
29658 2004-11-02 David Schleef <ds@schleef.org>
29660 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29661 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29662 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29663 Change all g_print()s to debugging. Add a bunch of consistency
29666 2004-11-02 Wim Taymans <wim@fluendo.com>
29668 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29669 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29670 (unlinked), (no_more_pads), (close_link):
29671 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29672 (unknown_type), (add_element_stream), (new_decoded_pad),
29673 (removed_decoded_pad), (setup_source):
29674 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29675 (gst_stream_info_class_init), (gst_stream_info_init),
29676 (gst_stream_info_new), (gst_stream_info_dispose),
29677 (stream_info_mute_pad), (gst_stream_info_set_property),
29678 (gst_stream_info_get_property):
29679 * gst/playback/gststreaminfo.h:
29680 Fix playback of multiple files.
29681 a slightly different approach to handling dynamic pad removals.
29682 This one only looks at pads that we have linked.
29684 2004-11-01 Christophe Fergeau <teuf@gnome.org>
29686 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29687 free" warning from libc.
29689 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29691 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29692 (get_unconnected_element), (remove_starting_from), (pad_removed),
29694 Implement support for dynamic pad changing. We listen to "live"
29695 pad removals (i.e. while playing) and re-setup autoplugging
29696 after that. Playbasebin/playbin need some more work for this
29697 to finally work, but decodebin supports (and replugs) chained
29700 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
29702 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29703 (gst_alsa_finalize):
29704 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29705 (gst_cdaudio_finalize):
29706 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29707 (cdparanoia_finalize):
29708 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29709 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29710 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29711 (dvdreadsrc_finalize):
29712 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29713 (gst_flacdec_finalize):
29714 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29715 (gst_flacenc_finalize):
29716 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29717 (gst_gnomevfssink_finalize):
29718 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29719 (gst_gnomevfssrc_finalize):
29720 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29721 (gst_fameenc_finalize):
29722 * ext/nas/nassink.c: (gst_nassink_class_init),
29723 (gst_nassink_finalize):
29724 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29725 (gst_sdlvideosink_class_init):
29726 * ext/sndfile/gstsf.c: (gst_sf_dispose):
29727 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29728 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29729 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29730 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29731 (gst_x_window_listener_dispose):
29732 * gst/audioscale/gstaudioscale.c:
29733 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29734 (play_on_demand_finalize):
29735 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29736 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29737 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29738 (cdplayer_finalize):
29739 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29740 (gst_glimagesink_class_init):
29741 * sys/oss/gstosselement.c: (gst_osselement_class_init),
29742 (gst_osselement_finalize):
29743 * sys/oss/gstosssink.c: (gst_osssink_dispose):
29744 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29745 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29746 Fixes a bunch of problems with finalize and dispose functions,
29747 either assumptions that dispose is only called once, or not calling
29748 the parent class dispose/finalize function
29750 2004-11-01 Stefan Kost <ensonic@users.sf.net>
29752 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29753 added two api precondition guards
29754 use g_strdup with getenv to fix crash when using ENVVAR
29756 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
29757 * ext/esd/esdsink.c: (gst_esdsink_class_init),
29758 (gst_esdsink_finalize):
29759 Use a finalize function, not dispose, and more importantly,
29760 call the parent class finalize function too
29762 2004-11-01 Johan Dahlin <johan@gnome.org>
29764 * ext/ogg/gstoggdemux.c:
29765 * gst/tags/gstvorbistag.c:
29768 2004-10-31 Benjamin Otte <otte@gnome.org>
29770 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29771 lotsa memleaks today. But they're all small...
29773 2004-10-31 Benjamin Otte <otte@gnome.org>
29775 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29776 another memleak crushed
29778 2004-10-31 Benjamin Otte <otte@gnome.org>
29780 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29783 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29785 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29786 Hack to prevent crash when going to READY inside signal handler
29787 while this function is active.
29789 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29791 * gst/ffmpegcolorspace/Makefile.am:
29792 * gst/ffmpegcolorspace/avcodec.h:
29793 * gst/ffmpegcolorspace/common.h:
29794 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29795 * gst/ffmpegcolorspace/dsputil.h:
29796 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29797 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29798 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29799 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29800 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29801 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29802 (gst_ffmpegcsp_avpicture_fill):
29803 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29804 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29805 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29806 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29807 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29808 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29809 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29810 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29811 * gst/ffmpegcolorspace/imgconvert.c:
29812 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29813 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29814 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29815 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29816 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29817 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29818 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29819 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29820 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29821 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29822 (grow21), (grow22), (grow41), (grow44), (conv411),
29823 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29824 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29825 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29826 (avpicture_free), (is_yuv_planar), (img_convert),
29827 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29828 (deinterlace_line_inplace), (deinterlace_bottom_field),
29829 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29830 * gst/ffmpegcolorspace/imgconvert_template.h:
29831 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29832 * gst/ffmpegcolorspace/mmx.h:
29833 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29834 (av_fast_realloc), (av_mallocz_static), (av_free_static),
29835 (av_freep), (avcodec_get_context_defaults),
29836 (avcodec_alloc_context), (avcodec_init):
29837 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29838 handling plus update from ffmpeg CVS. Large clean-up.
29840 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29842 * gst/playback/Makefile.am:
29843 We need the marshallers for decodebin, too.
29845 2004-10-30 David Schleef <ds@schleef.org>
29847 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29848 quicktime typefinding work with 64-bit offsets.
29850 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
29852 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29853 Set EOS on the element when processing an EOS event.
29854 * ext/speex/gstspeexdec.h:
29855 * ext/speex/gstspeexenc.h:
29856 Only keep a const ptr to the mode
29857 * gst-libs/gst/riff/riff-media.c:
29858 (gst_riff_create_audio_caps_with_data),
29859 (gst_riff_create_audio_template_caps):
29860 Allow WMAV3, with up to 6 channels.
29861 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29862 Don't call gst_pad_set_event_function on a sink pad.
29863 * gst/mpegstream/gstdvddemux.c:
29864 (gst_dvd_demux_get_subpicture_stream),
29865 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29866 Copy the explicit caps that were set across to the cur_* pads,
29867 instead of trying to use a possibly non-existent negotiated caps.
29868 Reset the type of subpicture pads to UNKNOWN after calling
29869 init_stream, so that the caps get set.
29871 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
29873 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29875 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29876 Don't touch buffer if it is of size 0 (fixes #151064).
29878 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29880 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29881 Synchronized discont handling.
29883 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29885 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29886 (gst_ogg_demux_push):
29887 Make seeking sort-of exact again (fixes #156387).
29889 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29891 * gst/playback/gstplaybasebin.c: (unknown_type),
29892 (add_element_stream), (new_decoded_pad),
29893 (gst_play_base_bin_change_state):
29894 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29895 (gst_stream_info_init), (gst_stream_info_new),
29896 (gst_stream_info_dispose), (gst_stream_info_get_property):
29897 * gst/playback/gststreaminfo.h:
29898 Make caps explicitely available. Makes testing for unsupported
29899 types possible. Improves error reporting.
29901 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29903 * gst/audioconvert/gstaudioconvert.c:
29904 (gst_audio_convert_buffer_to_default_format):
29905 Really don't touch read-only buffers (#156563).
29907 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
29909 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29911 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29912 Fix memleak (#155223).
29914 2004-10-29 Wim Taymans <wim@fluendo.com>
29916 * gst/tcp/.cvsignore:
29917 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29918 (gst_multifdsink_class_init), (gst_multifdsink_init),
29919 (gst_multifdsink_add), (gst_multifdsink_remove),
29920 (gst_multifdsink_remove_client_link), (is_sync_frame),
29921 (gst_multifdsink_new_client),
29922 (gst_multifdsink_handle_client_write),
29923 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29924 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29925 (gst_multifdsink_get_property):
29926 * gst/tcp/gstmultifdsink.h:
29927 Added burst on connect sync_method, deprecated sync_clients,
29928 streamlined the sync code some more.
29930 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29932 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29933 (gst_play_base_bin_change_state):
29934 Improve error reporting.
29936 2004-10-28 Wim Taymans <wim@fluendo.com>
29938 * gst/tcp/Makefile.am:
29939 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29940 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29941 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29942 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29943 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29944 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29946 Added more locks around fdset structures. Fixed/reworked
29947 the poll array resizing code.
29948 Added stress test for fdset.
29950 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
29952 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29955 2004-10-28 Benjamin Otte <otte@gnome.org>
29957 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29958 fix link function to always query channels and query width for
29962 * gst/equalizer/Makefile.am:
29963 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29964 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29965 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29966 (arg_to_scale), (setup_filter),
29967 (gst_iir_equalizer_compute_frequencies),
29968 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29969 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29973 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29975 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29979 Added Norwegian Bokmaal translation
29981 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
29983 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29984 Don't break on options (fixes #156488).
29986 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
29989 * ext/cdaudio/Makefile.am:
29991 fix build on older automake
29993 2004-10-26 Wim Taymans <wim@fluendo.com>
29995 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29996 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29997 Allow a little margin when negotiating the framerate.
29999 2004-10-26 Stefan Kost <ensonic@users.sf.net>
30001 * gst/level/gstlevel.c:
30002 synchonised naming of pads and pad-templates
30004 2004-10-26 Wim Taymans <wim@fluendo.com>
30006 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
30007 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
30008 (_find_streams_check), (gst_ogg_demux_push):
30009 Fix EOS again. Needs to be done in a better way. We should not
30010 remove the pad if there is no new chained stream.
30012 2004-10-26 Iain <iaingnome@gmail.com>
30014 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
30015 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
30017 * gst/interleave/interleave.c (interleave_class_init): Hook up release
30019 (interleave_release_pad): Remove the pad.
30020 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
30021 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
30023 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
30025 (gst_xvimagesink_xcontext_clear): Free the xcontext.
30026 (gst_xvimagesink_finalize): Free the par.
30028 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30030 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
30031 (gst_avimux_stop_file):
30032 First calculate the rate, and only then use it. Hdr.rate is a
30033 multiple and not a derivative of hdr.scale. Scale is not the
30034 same as blockalign but is solely related to rate.
30036 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30038 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
30039 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
30042 2004-10-25 James Henstridge <james@jamesh.id.au>
30044 Reviewed by: David Schleef <ds@schleef.org>
30046 * examples/gstplay/player.c: (got_stream_length), (main):
30047 * examples/seeking/cdplayer.c: (update_scale):
30048 * examples/seeking/seek.c: (format_value), (update_scale):
30049 * examples/seeking/spider_seek.c: (format_value), (update_scale),
30051 Build fixes on AMD64.
30053 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30055 reviewed by: Ronald Bultje <rbultje at gnome dot org>
30057 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
30058 Fix for some v4l cards which hang in v4lsrc
30060 2004-10-25 Wim Taymans <wim@fluendo.com>
30062 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
30063 (gst_ogg_demux_push), (gst_ogg_chains_clear):
30064 Make sure to remove the pad when a new chain is
30065 encountered. Set some vars to NULL so we don't try
30066 to reference freed memory.
30068 2004-10-25 Wim Taymans <wim@fluendo.com>
30070 * examples/seeking/Makefile.am:
30071 * examples/seeking/cdplayer.c: (update_scale):
30072 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
30073 * examples/seeking/playbin.c: (make_playerbin_pipeline),
30074 (format_value), (update_scale), (iterate), (start_seek),
30075 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
30076 (print_usage), (main):
30077 Added some more examples, update others.
30079 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30081 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30082 * ext/speex/gstspeexdec.c: (speex_dec_chain):
30083 * ext/theora/theoradec.c: (theora_dec_chain):
30084 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30085 Add codec-name metadata.
30087 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
30089 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30091 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30092 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30093 * ext/alsa/gstalsamixertrack.h:
30095 ALSA mixer track label internationalization (#154054).
30097 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30099 * ext/theora/theoradec.c: (theora_dec_chain):
30100 Export bitrate as metadata.
30102 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30104 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30105 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30106 * ext/alsa/gstalsamixertrack.h:
30107 Fix names, fix loop.
30109 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30111 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30112 (speex_dec_convert):
30113 sinkconvert function so oggdemux can get the file length (totem).
30115 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
30117 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30119 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30120 Don't push incomplete packets.
30121 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30122 Fix MPEG-4 audio typefinding.
30124 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30126 * sys/v4l/Makefile.am:
30127 * sys/v4l/gstv4l.c: (plugin_init):
30128 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30129 (gst_v4lelement_init), (gst_v4lelement_dispose),
30130 (gst_v4lelement_change_state):
30131 * sys/v4l/gstv4lelement.h:
30132 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30133 (gst_v4l_xoverlay_close), (idle_refresh),
30134 (gst_v4l_xoverlay_set_xwindow_id):
30135 * sys/v4l/gstv4lxoverlay.h:
30136 * sys/v4l/v4l-overlay_calls.c:
30137 * sys/v4l/v4l_calls.h:
30138 * sys/v4l2/Makefile.am:
30139 * sys/v4l2/gstv4l2.c: (plugin_init):
30140 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30141 (gst_v4l2element_init), (gst_v4l2element_dispose),
30142 (gst_v4l2element_change_state):
30143 * sys/v4l2/gstv4l2element.h:
30144 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30145 (gst_v4l2_xoverlay_close), (idle_refresh),
30146 (gst_v4l2_xoverlay_set_xwindow_id):
30147 * sys/v4l2/gstv4l2xoverlay.h:
30148 * sys/v4l2/v4l2-overlay_calls.c:
30149 * sys/v4l2/v4l2_calls.h:
30150 Remove client-side overlay handling, use the X-server v4l plugin
30151 for that. Nicer overlay, less code. Also make the plugin
30152 compileable without X (but then without overlay, obviously).
30153 Makes xwindowlistener obsolete, should we remove that?
30155 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30157 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30158 (gst_osssrc_src_query):
30159 * sys/oss/gstosssrc.h:
30160 OK, so people want offset in DEFAULT. This time, actually fix all
30162 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30165 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30167 * gst/asfdemux/gstasfmux.c:
30168 * gst/avi/gstavimux.c:
30171 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30173 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30174 Fix properties (channel, norm, frequency).
30176 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30178 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30180 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30183 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30185 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30188 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30190 * sys/v4l2/gstv4l2element.h:
30191 Yet Another Hack (tm) for kernel header borkedness.
30192 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30193 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30194 (gst_v4l2src_link), (gst_v4l2src_getcaps),
30195 (gst_v4l2src_change_state):
30196 * sys/v4l2/gstv4l2src.h:
30197 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30198 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30199 Fix caps, keep track of state, work.
30201 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30203 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30206 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30208 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30209 Don't mix bytes and samples.
30211 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30213 * ext/ogg/gstoggmux.c:
30214 Basic pad template which accepts OGM tracks, speex, flac, vorbis
30215 and theora. Any is incorrect.
30216 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30218 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30219 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30220 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30221 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30222 * sys/v4l/gstv4lmjpegsrc.h:
30223 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30224 (gst_v4lsrc_change_state):
30225 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30226 (gst_v4lmjpegsrc_capture_stop):
30227 Fix caps. Keep track of internal state. Work.
30229 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30232 Fix the build fixes.
30234 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30236 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30237 (gst_ogg_demux_src_event), (_find_chain_seek),
30238 (gst_ogg_pad_push):
30239 Check for pad availability before using it.
30240 * ext/ogg/gstoggdemux.c: (_find_chain_process):
30241 Fix parsing of chained ogg. Needs more work on the decoder side.
30243 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
30245 * gst/spectrum/Makefile.am:
30246 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30248 Fix demo and reenable it. Yes, I'm currently playing with audio
30251 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30253 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30254 We love it if files that start at zero work too...
30256 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30258 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30259 Handle files with missing EOS headers.
30261 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30263 * gst/tcp/gsttcpserversink.c:
30264 (gst_tcpserversink_handle_server_read),
30265 (gst_tcpserversink_init_send):
30266 Zero some variables first (need for accept not to return EINVAL)
30268 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30270 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30271 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30272 * ext/theora/theoradec.c: (theora_dec_sink_convert),
30273 (theora_dec_chain):
30274 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30275 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30276 Seeking and querying finetune.
30278 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
30282 * ext/raw1394/Makefile.am:
30285 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30287 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30289 * gst/playback/Makefile.am:
30290 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30291 * gst/playback/gstplay-marshal.list:
30292 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30295 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30297 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30300 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30302 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30303 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30304 (gst_ogg_pad_push):
30305 Yay for non-lineair granulepos in theora.
30307 2004-10-18 Wim Taymans <wim@fluendo.com>
30309 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30310 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30311 * ext/dv/gstdvdec.h:
30312 Make sure we renegotiate aspect ratio when the camera switches.
30314 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30316 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30317 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30319 * ext/theora/theoradec.c: (theora_dec_chain):
30320 Skip headers. Bad idea for chained ogg, but fixes seeking.
30322 2004-10-18 Wim Taymans <wim@fluendo.com>
30325 I swear, this is the last time I touch this.
30327 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30329 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30330 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30331 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30333 * ext/theora/theoradec.c: (theora_dec_sink_convert):
30334 Time-to-default conversion.
30335 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30336 Don't error on unknown packets, just skip. We should probably
30337 read them if we want to support chained ogg.
30339 2004-10-18 Wim Taymans <wim@fluendo.com>
30342 Added cdaudio to wrong list.
30344 2004-10-18 Wim Taymans <wim@fluendo.com>
30349 2004-10-18 Wim Taymans <wim@fluendo.com>
30351 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30352 (gst_dvdec_video_link), (gst_dvdec_push):
30353 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30354 (gst_smokeenc_resync), (gst_smokeenc_chain):
30355 Fix mimetype on smoke encoder.
30356 Add aspect ratio to dvdec. Not sure if these
30357 values are correct though....
30359 2004-10-18 Wim Taymans <wim@fluendo.com>
30361 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30362 Fix vorbis property descriptions and ranges.
30364 2004-10-18 Wim Taymans <wim@fluendo.com>
30366 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30367 Really do nothing when no data is available.
30368 Go to the playing state when the stream is not seekable
30369 instead of failing.
30371 2004-10-18 Wim Taymans <wim@fluendo.com>
30373 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30374 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30375 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30376 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30377 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30378 Added uri handler for cd://
30381 2004-10-18 Wim Taymans <wim@fluendo.com>
30383 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30384 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30385 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30386 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30387 (remove_prerolls), (unknown_type), (add_element_stream),
30388 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30389 (gst_play_base_bin_remove_element),
30390 (gst_play_base_bin_link_stream):
30391 * gst/playback/gstplaybin.c: (gen_video_element),
30392 (gen_vis_element), (remove_sinks), (setup_sinks):
30393 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30394 (gst_stream_info_get_type), (gst_stream_info_class_init),
30395 (gst_stream_info_init), (gst_stream_info_new),
30396 (gst_stream_info_dispose), (stream_info_mute_pad),
30397 (gst_stream_info_set_property), (gst_stream_info_get_property):
30398 * gst/playback/gststreaminfo.h:
30399 Add sink padtemplate to decodebin.
30400 Added some more comments.
30401 Make queue size configurable in playbasebin.
30402 Added possibility to use elements as sinks (ex cdaudio).
30404 2004-10-15 Wim Taymans <wim@fluendo.com>
30406 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30407 (gst_speexenc_chain):
30408 Fix speex timestamps so that it gets muxed properly.
30410 2004-10-15 Wim Taymans <wim@fluendo.com>
30412 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30413 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30414 (gst_dv1394src_init), (gst_dv1394src_dispose),
30415 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30416 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30417 (gst_dv1394src_event), (gst_dv1394src_get_formats),
30418 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30419 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30420 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30421 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30422 * ext/raw1394/gstdv1394src.h:
30423 Added conversion/query functions.
30424 Update buffer timestamps,
30426 Added uri dv:// so it might play from the firewire in playbin.
30427 Fix a possible leak.
30430 2004-10-15 Wim Taymans <wim@fluendo.com>
30432 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30433 (gst_dv1394src_init), (gst_dv1394src_set_property),
30434 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30435 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30436 * ext/raw1394/gstdv1394src.h:
30437 Added AV/C VTR control support needed for some cameras.
30438 Added automatic port detection.
30439 Added properties for selecting the channel.
30440 The configure.ac script is not yet updated to reflect the
30441 new libavc1394 and librom1394 dependencies.
30443 2004-10-15 Wim Taymans <wim@fluendo.com>
30445 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30446 (qtdemux_parse), (gst_qtdemux_handle_esds):
30447 An esds box is not a container.
30448 Fix parsing of mp4v boxes.
30449 Do not try to renegotiate fps for each frame. Need to
30450 find a better method. This should fix mp4 playback.
30452 2004-10-14 David Schleef <ds@schleef.org>
30454 * configure.ac: update for swfdec-0.3 and liboil-0.2
30455 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30456 * ext/swfdec/gstswfdec.h: same
30457 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30458 * gst/videotestsrc/videotestsrc.c: same
30460 2004-10-14 Wim Taymans <wim@fluendo.com>
30462 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30463 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30464 (is_sync_frame), (gst_multifdsink_new_client),
30465 (gst_multifdsink_handle_client_write),
30466 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30467 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30468 Turn warnings into info.
30469 Don't allow a state change in the streaming thread.
30471 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
30473 * ext/vorbis/oggvorbisenc.c:
30474 * ext/vorbis/vorbisdec.c:
30475 fix template sample rate
30477 2004-10-13 Wim Taymans <wim@fluendo.com>
30479 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30480 Decoding the header first fixes some problems in resyncing
30483 2004-10-12 Wim Taymans <wim@fluendo.com>
30485 * gst/playback/gstplaybin.c: (gen_video_element),
30486 (gen_vis_element), (remove_sinks), (setup_sinks):
30487 Added vis plugin support, need to configure the vis
30488 element to activate it.
30490 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30492 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30493 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30495 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30496 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30497 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30498 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30499 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30500 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30501 * gst/avi/gstavidemux.h:
30502 Support for openDML-2.0 indx/ix## chunks. Support for broken index
30503 recovery (where, if part of the index is broken, we will still read
30504 the rest of the index and recover the broken part by stream
30505 scanning). More broken media support. EOS workarounds. General AVI
30506 braindamage headache recovery. Aspirin included.
30508 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30510 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30511 (cdparanoia_event), (cdparanoia_query):
30512 Get rid of hideous lead-in.
30514 2004-10-11 Wim Taymans <wim@fluendo.com>
30516 * gst/playback/gstplaybasebin.c: (setup_source):
30517 Wrong var used to get g_list_next.
30519 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30521 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30522 (cdparanoia_get), (cdparanoia_open):
30523 Report discid as metadata, add duration.
30525 2004-10-11 Wim Taymans <wim@fluendo.com>
30527 * gst/playback/gstplaybasebin.c: (setup_source):
30528 Cleanup the previous pipeline a little earlier for the
30529 case that a source element provides raw data.
30531 2004-10-11 Benjamin Otte <otte@gnome.org>
30533 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30534 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30535 consuming the last 128 bytes, even though it was valid mp3 data.
30537 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30539 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30540 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30541 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30542 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30544 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
30546 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30547 Fix for webcams that support only specific width or height
30549 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30551 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30553 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30554 Fix wrong discont event setup (fixes #154967).
30556 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
30558 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30560 * gst/auparse/gstauparse.c: (gst_auparse_chain):
30561 Error out on invalid data (fixes #154807).
30563 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
30565 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30567 * ext/dvdread/dvdreadsrc.c: (_read):
30568 Make titles > 0 work again (fixes #154834).
30570 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30572 * gst-libs/gst/riff/riff-media.c:
30573 (gst_riff_create_video_template_caps):
30574 WMV3 missing in template caps.
30576 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30578 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30579 OK, so the original code was too strict. It makes random AVI files
30580 hang for seconds upon opening, which is unacceptable and is far
30581 beyond the original goal of getting multiple chunks for one-chunk
30582 sounc stream files. So now do just that.
30584 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30586 * gst/playback/gstplaybasebin.c: (setup_source),
30587 (gst_play_base_bin_change_state):
30588 Actually clean up streaminfo if output fails. This would trigger
30589 if, for example, there was no CD in the drive. No preroll, so
30590 a streaminfo structure is created, but the subsequent state change
30591 of the thread fails.
30592 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30593 Don't change state if parent failed.
30595 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30597 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30598 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30599 (gen_video_element), (remove_sinks):
30600 Add small bits of code for screenshot handling.
30602 2004-10-08 Wim Taymans <wim@fluendo.com>
30604 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30605 (gen_video_element), (gen_audio_element), (setup_sinks):
30606 Don't assume the user provided sinks are named "sink"...
30608 2004-10-08 Wim Taymans <wim@fluendo.com>
30610 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30611 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30612 (gst_play_base_bin_link_stream):
30613 Do not try to autoplug sources that generate raw streams like
30615 disconnect the preroll overrun signal when we don't need it anymore.
30617 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
30619 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30620 Added reworked patch from #154903 from milosz derezynski (deadchip).
30622 2004-10-08 Wim Taymans <wim@fluendo.com>
30624 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30625 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30626 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30627 (cdparanoia_convert), (cdparanoia_uri_get_type),
30628 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30629 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30630 * ext/cdparanoia/gstcdparanoia.h:
30631 This adds the cdda://<tracknum> uri.
30633 2004-10-08 Wim Taymans <wim@fluendo.com>
30635 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30636 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30637 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30638 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30639 (unknown_type), (gst_play_base_bin_remove_element),
30640 (gst_play_base_bin_link_stream):
30641 * gst/playback/gstplaybasebin.h:
30642 * gst/playback/gstplaybin.c: (gst_play_bin_init),
30643 (gst_play_bin_set_property), (gen_video_element),
30644 (gen_audio_element), (setup_sinks):
30645 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30646 (gst_stream_info_get_type), (gst_stream_info_class_init),
30647 (gst_stream_info_init), (gst_stream_info_new),
30648 (gst_stream_info_dispose), (stream_info_mute_pad),
30649 (gst_stream_info_set_property), (gst_stream_info_get_property):
30650 * gst/playback/gststreaminfo.h:
30651 Reuse the audio and video bins.
30652 Some internal cleanups in the stream selection code.
30654 2004-10-08 Julien MOUTTE <julien@moutte.net>
30656 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30657 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30658 * sys/ximage/ximagesink.h:
30659 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30660 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30661 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30662 not coming from those elements. Moreover these elements should not keep
30663 the xid they have been given when in NULL state.
30665 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30667 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30668 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30669 * sys/ximage/ximagesink.h:
30670 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30671 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30672 * sys/xvimage/xvimagesink.h:
30673 Actually only create a new toplevel window if we're not gonna
30674 embed it right after.
30676 2004-10-07 Wim Taymans <wim@fluendo.com>
30678 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30679 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30680 * gst/playback/gstplaybin.c: (setup_sinks):
30681 Implement muting/unmuting of streams, mute streams that are not
30684 2004-10-07 Wim Taymans <wim@fluendo.com>
30686 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30688 Added lame audio/x-ac3 typefind function.
30690 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30695 === release 0.8.5 ===
30697 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30702 releasing 0.8.5, "Take You On"
30704 2004-10-06 Wim Taymans <wim@fluendo.com>
30706 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30707 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30708 (no_more_pads), (close_link), (type_found):
30709 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30710 * gst/playback/gstplaybin.c: (gen_video_element):
30711 Do not signal the no_more_pads after the first pad when
30712 we are plugging a non dynamic element with multiple
30713 output pads (like swfdec, dvdec, ...).
30715 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30718 bump for prerelease
30720 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30722 * gst/wavparse/gstwavparse.c:
30723 add ATRAC3 to STATIC CAPS to fix a warning
30725 * gst/matroska/ebml-read.c:
30726 * gst-libs/gst/riff/riff-read.c:
30729 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30731 * gst-libs/gst/riff/riff-media.c:
30732 generate caps for ATRAC3 audio streams
30734 * gst/realmedia/rmdemux.c:
30735 generate caps for ATRAC3 audio streams
30737 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30739 * gst/wavparse/Makefile.am
30740 * gst/wavparse/riff.h
30741 * gst/wavparse/wavparse.vcproj
30742 riff.h removal (unused and duplication with riff-ids.h)
30744 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30746 * gst/wavparse/gstwavparse.h
30747 remove duplicated defines for audio codec codes
30749 * gst-libs/gst/riff/riff-ids.h
30750 * gst/wavenc/riff.h:
30751 add "4CC" code for ATRAC3 audio streams
30752 add "4CC" code for ITU_G721_ADPCM (unused for now)
30754 2004-10-06 Wim Taymans <wim@fluendo.com>
30756 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30757 Actually _do_ negotiation. Pass gdouble as arg instead
30758 of guint64 for the framerate.
30760 2004-10-06 Wim Taymans <wim@fluendo.com>
30762 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30763 (find_compatibles), (close_pad_link), (try_to_link_1),
30764 (no_more_pads), (close_link), (type_found):
30765 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30766 * gst/playback/gstplaybin.c: (gen_video_element),
30767 (gen_audio_element):
30768 Set state on newly added element to READY so that negotiation
30770 Addes some more debug info.
30771 Do not try to plug pads with multiple caps structures or ANY
30772 because it is too dangerous since we do not do dynamic
30775 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
30777 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30781 add Oriya translation
30783 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30785 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30786 Prevent overwrite of size member. Makes audio sound crappy.
30788 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
30790 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30791 Add rmvb to the list of known RealMedia extensions
30793 2004-10-05 Wim Taymans <wim@fluendo.com>
30795 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30796 (mngdec_openstream), (mngdec_closestream),
30797 (mngdec_handle_sink_event), (mngdec_readdata),
30798 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30799 (mngdec_getcanvasline), (mngdec_refresh),
30800 (gst_mngdec_change_state):
30801 Set the framerate correctly.
30803 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30805 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30806 There was something wrong with the index massaging.
30808 2004-10-04 Wim Taymans <wim@fluendo.com>
30810 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30811 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30812 (gst_smokedec_chain):
30813 * ext/jpeg/gstsmokedec.h:
30814 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30815 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30816 * ext/jpeg/gstsmokeenc.h:
30817 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30818 (smokecodec_decode_new), (smokecodec_info_free),
30819 (smokecodec_set_quality), (smokecodec_get_quality),
30820 (smokecodec_set_threshold), (smokecodec_get_threshold),
30821 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30822 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30823 (smokecodec_encode), (smokecodec_parse_id),
30824 (smokecodec_parse_header), (smokecodec_decode):
30825 * ext/jpeg/smokecodec.h:
30826 * ext/jpeg/smokeformat.h:
30827 Updated smoke, new bitstream, allows embedding in ogg.
30829 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30831 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30832 Fix seeking in some files. All this code is no longer needed (and
30833 actually breaks stuff) because we now synchronize the full index
30834 right when reading the header.
30836 2004-10-04 Wim Taymans <wim@fluendo.com>
30839 configure update for libmng.
30841 2004-10-04 Wim Taymans <wim@fluendo.com>
30843 * ext/libmng/Makefile.am:
30844 * ext/libmng/gstmng.c: (plugin_init):
30845 * ext/libmng/gstmng.h:
30846 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30847 (gst_mngdec_base_init), (gst_mngdec_class_init),
30848 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30849 (gst_mngdec_loop), (gst_mngdec_get_property),
30850 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30851 (mngdec_closestream), (mngdec_handle_sink_event),
30852 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30853 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30854 (gst_mngdec_change_state):
30855 * ext/libmng/gstmngdec.h:
30856 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30857 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30858 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30859 (gst_mngenc_chain), (gst_mngenc_get_property),
30860 (gst_mngenc_set_property):
30861 * ext/libmng/gstmngenc.h:
30862 Added basic MNG decoder. Needs more work. The encoder does
30865 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30867 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30868 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30869 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30870 Don't hang on length=0 chunks. Some negotiation fixes. Signal
30873 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
30876 you need at least 1.0.4 of speex
30878 2004-10-04 Iain <iaingnome@gmail.com>
30880 * ext/speex/gstspeexdec.h: Revert the includes changes.
30882 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30884 2004-09-30 Iain <iaingnome@gmail.com>
30886 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30887 found during init or set as a property instead of hardcoding /dev/audio
30889 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30891 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30892 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30893 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30894 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30895 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30896 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30897 (gst_rmdemux_dump_data):
30898 Use debug category, fix EOS handling. filesrc ! rmdemux now
30901 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30903 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30904 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30905 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30906 Improve allocation, cutting and sorting of the index. How takes a
30907 few seconds instead of minutes.
30909 2004-10-03 Christophe Fergeau <teuf@gnome.org>
30911 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30914 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30916 * gst-libs/gst/riff/riff-media.c:
30917 (gst_riff_create_video_caps_with_data),
30918 (gst_riff_create_video_template_caps):
30919 Add wing commander format mimetype/fourccs.
30920 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30921 Don't crash if some value is 0.
30923 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30925 * gst-libs/gst/riff/riff-media.c:
30926 (gst_riff_create_video_caps_with_data),
30927 (gst_riff_create_video_template_caps):
30928 Add DIB fourcc (raw, palettized 8-bit RGB).
30929 * gst-libs/gst/riff/riff-read.c:
30930 (gst_riff_read_strf_vids_with_data):
30931 Oops, fix strf_data reading bug.
30932 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30933 Use a non-NULL tag.
30934 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30935 Time for hacks. Sorry Dave. At least one quicktime movie (a
30936 trailer) that I've encountered contains multiple video tracks.
30937 One of those is the actual video track, the other are one-frame
30938 tracks (images). Unfortunately, the number of frames according
30939 to the trak header is 1 for each, so that doesn't help. So
30940 instead, I look at the duration and discard tracks with a
30941 duration shorter than 20% of the length of the stream. Better
30944 2004-10-01 Christian Schaller <christian@fluendo.com>
30946 * ext/ivorbis/vorbis.c:
30947 Patch from Phil Blundell (Bug 152341)
30949 2004-10-01 Wim Taymans <wim@fluendo.com>
30951 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30952 (speex_dec_get_formats), (speex_dec_convert),
30953 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30954 (speex_dec_chain), (gst_speexdec_get_property),
30955 (gst_speexdec_set_property):
30958 2004-10-01 Wim Taymans <wim@fluendo.com>
30960 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30961 (gst_wavparse_stream_init), (gst_wavparse_fmt),
30962 (gst_wavparse_other), (gst_wavparse_loop),
30963 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30964 (gst_wavparse_srcpad_event):
30965 * gst/wavparse/gstwavparse.h:
30966 Added some more debugging info.
30967 Fix the case where the length of the file is 0.
30968 Make sure we seek to sample borders.
30970 2004-10-01 Wim Taymans <wim@fluendo.com>
30972 * gst/playback/README:
30973 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30974 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30975 (try_to_link_1), (no_more_pads), (close_link), (type_found):
30976 Add some debug info to decodebin, update README
30978 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30980 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30981 Don't use g_print(); use GST_DEBUG().
30983 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30985 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30986 (gst_ogg_mux_queue_pads):
30987 Handle EOS properly.
30989 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
30991 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
30993 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30994 (gst_faad_chain), (gst_faad_change_state):
30995 * ext/faad/gstfaad.h:
30996 Allow playback of raw (unframed) MPEG AAC files (#148993).
30998 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
31000 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31002 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
31003 Throw error if we didn't recognize the stream. Fixes #152289.
31005 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31007 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
31010 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
31012 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31014 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
31017 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
31019 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31021 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
31023 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
31026 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31028 * gst-libs/gst/riff/riff-media.c:
31029 (gst_riff_create_video_caps_with_data),
31030 (gst_riff_create_audio_caps_with_data):
31031 Add codec_data handling (like asfdemux used to do).
31032 * gst/asfdemux/gstasf.c: (plugin_init):
31033 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31034 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
31035 Use riff-media for caps creation instead of our own (mostly
31036 broken) copy of its functions.
31038 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31040 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
31041 Don't actually error out if we get another return value than
31042 -EINVAL. Opposite to what I first thought, drivers have random
31043 return values for this, although -EINVAL is the expected return
31044 value. Since this is not fatal, we shouldn't use
31045 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
31047 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31049 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
31050 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
31051 (dvdreadsrc_get_property), (_open), (_seek), (_read),
31052 (dvdreadsrc_get), (dvdreadsrc_open_file),
31053 (dvdreadsrc_change_state):
31054 Fix. Don't do one big huge loop around the whole DVD, that will
31055 cache all data and thus eat sizeof(dvd) (several GB) before we
31057 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31058 Actually NULL'ify event after using it.
31059 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
31060 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
31061 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31062 (gst_ebml_read_seek), (gst_ebml_read_skip):
31064 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
31065 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
31066 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
31067 Fix timing (this will probably break if I seek using menus, but
31068 I didn't get there yet). VOBs and normal DVDs should now work.
31069 Add a mpeg2-only pad with high rank so this get autoplugged for
31071 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
31072 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
31073 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
31074 (gst_mpeg_demux_get_audio_stream),
31075 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
31076 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
31077 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
31078 MPEG-1 but use dvddemux for MPEG-2.
31079 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31080 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31081 (gst_mpeg_parse_parse_packhead):
31082 Timing. Only add pad template if it exists. Add sink template from
31083 class and not from ourselves. This means we will always use the
31084 correct sink template even if it is not the one defined in this
31087 2004-09-29 Wim Taymans <wim@fluendo.com>
31089 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31090 (gst_mpeg_demux_parse_pes):
31091 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31092 Fix playback of mpeg again, timestamps where screwed up by
31095 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31097 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31098 Only return true if we actually filled something in. Prevents
31099 player applications from showing a random length for flac files.
31100 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31101 (gst_riff_read_use_event), (gst_riff_read_handle_event),
31102 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31103 (gst_riff_read_strf_vids_with_data),
31104 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31105 OK, ok, so I implemented event handling. Apparently it's normal
31106 that we receive random events at random points without asking
31108 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31109 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31110 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31111 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31112 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31113 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31114 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31115 * gst/avi/gstavidemux.h:
31116 Implement non-lineair chunk handling and subchunk processing.
31117 The first solves playback of AVI files where the audio and video
31118 data of individual buffers that we read are not synchronized.
31119 This should not happen according to the wonderful AVI specs, but
31120 of course it does happen in reality. It is also a prerequisite for
31121 the second. Subchunk processing allows us to cut chunks in small
31122 pieces and process each of these pieces separately. This is
31123 required because I've seen several AVI files with incredibly large
31124 audio chunks, even some files with only one audio chunk for the
31125 whole file. This allows for proper playback including seeking.
31126 This patch is supposed to fix all AVI A/V sync issues.
31127 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31128 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31130 * gst/modplug/gstmodplug.cc:
31131 Proper return value setting for the query() function.
31132 * gst/playback/gstplaybasebin.c: (setup_source):
31133 Being in non-playing state (after, e.g., EOS) is not necessarily
31134 a bad thing. Allow for that. This fixes playback of short files.
31135 They don't actually playback fully now, because the clock already
31136 runs. This means that small files (<500kB) with a small length
31137 (<2sec) will still not or barely play. Other files, such as mod
31138 or flx, will work correctly, however.
31140 2004-09-28 Wim Taymans <wim@fluendo.com>
31142 * ext/speex/gstspeex.c: (plugin_init):
31143 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31144 (gst_speex_dec_class_init), (speex_dec_get_formats),
31145 (speex_get_event_masks), (speex_get_query_types),
31146 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31147 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31148 (gst_speexdec_get_property), (gst_speexdec_set_property),
31149 (speex_dec_change_state):
31150 * ext/speex/gstspeexdec.h:
31151 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31152 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31153 (gst_speexenc_base_init), (gst_speexenc_class_init),
31154 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31155 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31156 (gst_speexenc_src_query), (gst_speexenc_init),
31157 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31158 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31159 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31160 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31161 (gst_speexenc_chain), (gst_speexenc_get_property),
31162 (gst_speexenc_set_property), (gst_speexenc_change_state):
31163 * ext/speex/gstspeexenc.h:
31164 Rewrote speex encoder, make sure it can be embedded in ogg.
31165 Implemented speex decoder.
31167 2004-09-28 Christian Schaller <christian@fluendo.com>
31170 Remove kioslave plugin. Markey is brewing a new working one
31171 * ext/Makefile.am: Remove kioslave plugin
31173 * gst-plugins.spec.in: remove kio plugin from spec
31175 2004-09-27 Wim Taymans <wim@fluendo.com>
31177 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31178 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31179 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31180 (gst_multifdsink_new_client),
31181 (gst_multifdsink_handle_client_write),
31182 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31183 (gst_multifdsink_handle_clients):
31184 * gst/tcp/gstmultifdsink.h:
31185 Make syncing to keyframes actually work for new clients and lagging
31188 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
31190 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31191 (gst_navigationtest_handle_src_event), (draw_box_planar411),
31192 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31193 * gst/debug/gstnavigationtest.h:
31194 make navigationtest display button-press and button-release events
31196 2004-09-26 Iain <iaingnome@gmail.com>
31198 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31199 the channels have received a new media event.
31200 (interleave_buffered_loop): Compresses a new media event on all
31203 2004-09-26 Iain <iaingnome@gmail.com>
31205 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31206 call the sinkpad's default event handler and not the srcpads. He also
31207 says this is confusing :)
31208 (gst_wavenc_stop_file): Company says that seek events only go upstream
31209 we should send a discontinuous downstream instead.
31211 2004-09-25 Christian Schaller <christian@fluendo.com>
31213 * Update SPEC file to be usable in conjunction with Fedora Core,
31214 Fedora.us and freshrpms packages
31215 * Fix typo in multifilesrc test Makefile
31217 2004-09-24 Wim Taymans <wim@fluendo.com>
31219 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31220 Only signal the no_more_pads signal when we have
31221 added the stream to our list.
31223 2004-09-24 Wim Taymans <wim@fluendo.com>
31225 * gst/playback/gstplaybasebin.c: (remove_prerolls),
31227 * gst/playback/gstplaybasebin.h:
31228 * gst/playback/gstplaybin.c: (setup_sinks):
31229 Don't try to preroll or decode more than one audio/video
31232 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31234 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31235 Throw error if we failed to find a suitable output. This should
31236 throw an error if we successfully set up a pipeline (e.g. because
31237 we recognized a media file) but found no decodable streams in it
31238 (e.g. because it contains only media stream types for which we
31239 have no decoders, or because it's not a media type).
31241 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31243 * ext/dirac/Makefile.am:
31244 * ext/dirac/gstdirac.cc:
31245 * ext/dirac/gstdiracdec.cc:
31246 * ext/dirac/gstdiracdec.h:
31247 Do something. Don't actually know if this works because I don't
31248 have a demuxer yet.
31249 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31250 Add channels=1 to caps returned from _getcaps().
31251 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31252 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31253 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31254 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31255 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31256 (gst_ogm_parse_change_state):
31257 Separate between audio/video so ogmaudioparse actually uses the
31258 audio pad templates. Both audio and video work now, including
31259 autoplugging. Also use sometimes-srcpad hack.
31260 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31261 Handle events better. Don't hang on infinite loops.
31262 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31263 (gst_avi_demux_init), (gst_avi_demux_reset),
31264 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31265 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31266 (gst_avi_demux_change_state):
31267 * gst/avi/gstavidemux.h:
31268 Improve A/V sync. Still not perfect.
31269 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31270 (gst_ebml_read_skip):
31271 Handle events better.
31272 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31273 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31274 (qtdemux_audio_caps):
31275 Add IMA4. Improve event handling. Save offset after a seek when
31276 the headers are at the end of the file so that we don't end up in
31278 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31279 Add low-priority typefind support for files with no length.
31281 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31283 * testsuite/multifilesink/Makefile.am:
31286 2004-09-22 Julien MOUTTE <julien@moutte.net>
31288 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31289 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31290 mistakes from thaytan's patches.
31292 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
31294 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31295 For completeness, XSync in the destroy function as xvimage does.
31297 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
31299 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31300 Correct caps negotiation
31301 * gst/volume/gstvolume.c: (volume_chain_float),
31302 (volume_chain_int16):
31303 Modify debug output to be little more informative
31304 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31305 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31306 (gst_xvimagesink_xvimage_destroy):
31307 Add XSync calls after detaching from the shared memory segment to
31310 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31312 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31313 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31314 * ext/vorbis/vorbis.c: (plugin_init):
31315 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31316 (gst_vorbisenc_chain):
31317 * ext/vorbis/vorbisenc.h:
31318 remove explicit newmedia support from oggmux and vorbisenc
31319 add debug category to vorbisenc
31320 * gst/multifilesink/gstmultifilesink.c:
31321 (gst_multifilesink_class_init), (gst_multifilesink_init),
31322 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31323 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31324 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31326 * gst/multifilesink/gstmultifilesink.h:
31327 add support for streamheader in multifilesink
31329 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31331 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31332 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31333 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31334 Prevent infinite loops. More correct error reporting.
31335 * gst/auparse/gstauparse.c: (gst_auparse_chain):
31336 Error out if negotiation fails.
31337 * gst/playback/gstplaybasebin.c: (setup_source),
31338 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31339 (gst_play_base_bin_found_tag):
31340 Error/tag forwarding. Pre-roll fixes for source errors on state
31341 changes (e.g. "file does not exist") to prevent hangs.
31343 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31345 * testsuite/multifilesink/Makefile.am:
31346 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31347 (gst_newmedia_class_init), (gst_newmedia_init),
31348 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31349 (newfile_signal), (test_signal), (main):
31350 * testsuite/multifilesink/multifilesrc_test.c: (main):
31351 * testsuite/multifilesink/oggtheora_test.c:
31352 (gst_newmedia_base_init), (gst_newmedia_class_init),
31353 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31354 (test_format), (newfile_signal), (test_signal), (main):
31355 * testsuite/multifilesink/oggvorbis_test.c:
31356 (gst_newmedia_base_init), (gst_newmedia_class_init),
31357 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31358 (test_format), (newfile_signal), (test_signal), (main):
31359 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31360 (gst_newmedia_class_init), (gst_newmedia_init),
31361 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31362 (newfile_signal), (test_signal), (main):
31365 2004-09-20 Christian Schaller <christian@fluendo.com>
31367 * Fix mikmod license to LGPL as they have relicensed
31368 * Move Dirac and Effectv into LGPL section of README_license
31370 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31372 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31373 (gst_mad_change_state):
31374 Allow for mp3 rate/channels changes. However, only very
31375 conservatively. Reason that we *have* to enable this is smiply
31376 because the mad find_sync() function is not good enough, it will
31377 regularly sync on random data as valid frames and therefore make
31378 us provide random caps as *final* caps of the stream. The best fix
31379 I could think of is to simply require several of the same stream
31380 changes in a row before we change caps.
31381 The actual testcase that works now is #
31382 * ext/ogg/Makefile.am:
31383 * ext/ogg/gstogg.c: (plugin_init):
31384 * ext/ogg/gstogmparse.c:
31385 OGM support (video only for now; I need an audio sample file).
31386 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31387 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31388 (gst_asf_demux_add_video_stream):
31390 * gst/playback/gstplaybasebin.c: (unknown_type):
31391 Don't error out on single unknown-types after all. It's wrong.
31392 If we found type of video and audio but not of a subtitle stream,
31393 it will still error out (which is unwanted). Will find a better fix
31395 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31396 (ogmaudio_type_find), (plugin_init):
31399 2004-09-20 Johan Dahlin <johan@gnome.org>
31401 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31402 after setting caps.
31404 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31406 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31407 * gst/wavenc/gstwavenc.h:
31408 Added newmedia support to wavenc
31410 2004-09-17 Wim Taymans <wim@fluendo.com>
31412 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31413 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31414 (gst_fdset_fd_can_write), (gst_fdset_wait):
31415 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31416 (gst_multifdsink_init), (gst_multifdsink_add),
31417 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31418 (gst_multifdsink_remove_client_link),
31419 (gst_multifdsink_client_queue_buffer),
31420 (gst_multifdsink_handle_client_write),
31421 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31422 (gst_multifdsink_close), (gst_multifdsink_change_state):
31423 * gst/tcp/gstmultifdsink.h:
31424 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31425 (gst_tcpserversink_removed):
31426 Small cleanups in fdset.c
31427 Use a hastable to map fd to the client structure for faster
31428 lookup in _remove and get_stats.
31429 Added virtual function to close the fds.
31430 Handle clients even when the select/poll call was unblocked because
31432 Implement syncing to keyframe in the recovery procedure.
31434 2004-09-16 Iain <iaingnome@gmail.com>
31436 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31439 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31441 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31442 Caps are only set if the type of the stream is unknown, but this
31443 is initialized in ->init_stream(), so set to UNKNOWN after calling
31444 ->init_stream() so that capsnego starts.
31446 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31448 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31449 (gst_avi_demux_stream_data):
31450 Just hardcode for raw audio then. AVI audio sucks.
31452 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
31454 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31455 * gst/matroska/matroska-mux.c: (audiosink_templ),
31456 (gst_matroska_mux_audio_pad_link):
31457 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31458 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31460 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31462 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31463 (gst_avi_demux_stream_data):
31464 Try to fix a/v sync issues.
31466 2004-09-15 David Schleef <ds@schleef.org>
31468 * configure.ac: remove NASM check, since we don't use it. Update
31470 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31471 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31472 Initialized variables.
31473 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31474 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31475 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31478 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31480 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31481 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31482 * gst/avi/gstavidemux.h:
31483 Fix for compressed audio (mp3) timestamp generation. How did this
31486 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31488 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31489 Volume is a double not a float.
31491 2004-09-15 Wim Taymans <wim@fluendo.com>
31493 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31494 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31495 Don't close the fd in multifdsink as we didn't open it in the
31496 first place. Some cleanups.
31498 2004-09-15 Wim Taymans <wim@fluendo.com>
31500 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31501 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31502 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31503 Fix the case where the muxer would mark pages as delta
31504 frames when they are not (vorbis only ogg).
31506 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31508 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31509 (gst_play_base_bin_change_state):
31510 Handle the case where we failed to setup a clear pipeline. This
31511 will throw an error (or EOS, another nice case) and if you don't
31512 catch that, the app will wait for the signal forever (and thus
31515 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31517 * ext/gnomevfs/gstgnomevfssink.c:
31518 (gst_gnomevfssink_uri_get_protocols):
31519 * ext/gnomevfs/gstgnomevfssrc.c:
31520 (gst_gnomevfssrc_uri_get_protocols):
31521 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31522 * ext/gnomevfs/gstgnomevfsuri.h:
31523 Use _uri_new() instead of _open(), so it doesn't take as long and
31524 Christophe's computer won't hang.
31525 * gst/playback/gstplaybasebin.c: (unknown_type):
31526 Throw error on unknown media type, so apps actually display it.
31528 2004-09-14 Brian Cameron <brian.cameron@sun.com
31530 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
31531 this script to work on Solaris since bash shell handles echo
31532 differenly than bash.
31534 2004-09-17 Wim Taymans <wim@fluendo.com>
31536 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31537 (setup_source), (gst_play_base_bin_set_property),
31538 (gst_play_base_bin_add_element):
31539 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31540 Some more work on making sure seeking pauses the pipeline and
31541 that changing the uri actually does something.
31543 2004-09-17 Wim Taymans <wim@fluendo.com>
31545 * gst/tcp/gstfdset.c: (gst_fdset_wait):
31546 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31547 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31548 (gst_tcpserversink_close):
31549 Be a bit more paranoid when freeing memory.
31551 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31553 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31554 (qtdemux_parse_trak):
31555 Don't crash by dividing by zero (see sample movie in #126922).
31557 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31559 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31560 Don't touch non-existing data (fixes crash on file in #140147).
31562 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31564 * gst/playback/gstplaybasebin.c:
31565 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31566 Handle double disposals, and proper change of URIs.
31568 2004-09-13 Martin Eikermann <meiker@upb.de>
31570 * gst/mpegstream/gstmpegparse.c:
31571 fix synchronistation for streams recorded from digital PCR
31574 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31576 * ext/gnomevfs/Makefile.am:
31577 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31578 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31579 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31580 (gst_gnomevfssink_uri_get_type),
31581 (gst_gnomevfssink_uri_get_protocols),
31582 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31583 (gst_gnomevfssink_uri_handler_init),
31584 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31585 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31586 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31587 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31588 (gst_gnomevfssrc_uri_get_type),
31589 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31590 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31591 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31592 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31593 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31594 * ext/gnomevfs/gstgnomevfsuri.h:
31595 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31596 of fake URIs to see which this version of Gnome-VFS likes, and
31597 uses that for the Gst-URI interface. Makes playbin support http://
31598 streams. Also fix up some stupid behaviour in gnomevfssrc.
31600 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31602 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31603 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31604 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31605 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31606 Update mixer (to sync with other sessions) if we try to obtain
31607 a new value. This makes alsamixer work accross applications.
31608 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31609 Only call sync functions if we're running, else alsalib asserts.
31610 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31611 Sometimes fails to compile. Possibly a gcc bug.
31612 * gst/playback/gstplaybin.c: (gen_video_element),
31613 (gen_audio_element):
31614 Add a reference to an application-provided object, because we lose
31615 this same reference if we add it to the bin. If we don't do this,
31616 we can only use this object once and thus crash if we go from
31617 ready to playing, back to ready and back to playing again.
31618 Also add an audioscale element because several cheap soundcards -
31619 like mine - don't support all samplerates.
31620 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31621 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31622 Fix wrong order or PAR calls. Makes automatically obtained PAR
31623 from the X server atually being used.
31625 2004-09-12 David Schleef <ds@schleef.org>
31627 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31628 #151887, #152102, #152247.
31629 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31630 * examples/seeking/cdparanoia.c: same
31631 * examples/seeking/cdplayer.c: same
31632 * examples/seeking/seek.c: same
31633 * examples/seeking/spider_seek.c: same
31634 * examples/seeking/vorbisfile.c: same
31635 * examples/stats/mp2ogg.c: same
31636 * ext/esd/esdsink.c: (gst_esdsink_class_init),
31637 (gst_esdsink_dispose): Dispose of element properly.
31638 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31640 * ext/nas/nassink.c: (gst_nassink_class_init),
31641 (gst_nassink_dispose): Dispose of element correctly.
31642 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31643 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31644 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31645 Fix 64-bit warning.
31646 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31647 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31648 Fix 64-bit warning.
31650 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
31652 * configure.ac : change speex detection as 1.1.6 now uses
31653 .pc/pkg-config and they changed their headers location.
31655 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
31657 * gst/matroska/matroska-mux.h:
31658 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31659 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31660 (gst_matroska_mux_write_data):
31661 Write multiple blocks/frames per cluster.
31662 Write meta-seek information (seek heads).
31664 2004-09-09 Scott Wheeler <wheeler@kde.org>
31666 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31667 (gst_play_bin_set_property), (gst_play_bin_get_property),
31668 (gen_audio_element), (gen_audio_element):
31669 Add a volume element / property to the pipeline.
31671 2004-09-07 Wim Taymans <wim@fluendo.com>
31673 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31674 Copy timestamps from the master pad to the output buffers.
31676 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
31678 * ext/raw1394/gstdv1394src.c:
31679 throw errors when applicable
31681 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
31683 * gst/matroska/ebml-ids.h:
31684 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31685 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31686 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31687 automatically convert unix time <-> ebml time when reading/writing
31688 a date, use gst_ebml_write_uint to write CUETIME,
31689 not gst_ebml_write_date.
31690 * gst/matroska/matroska-ids.h:
31691 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31692 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31693 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31694 (gst_matroska_mux_write_data):
31695 Write track and segment UIDs, write muxing date, write
31696 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31697 Create cues for audio only files.
31699 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
31701 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31702 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31703 Re-commit ALSA switches.
31704 * gst/adder/gstadder.c: (gst_adder_loop):
31705 64-bit fix (#151416).
31706 * gst/debug/progressreport.c: (gst_progressreport_report):
31707 64-bit fix (#151419).
31708 * gst/matroska/matroska-demux.c:
31709 (gst_matroska_demux_parse_contents):
31710 64-bit fix (#151420).
31711 * gst/playback/test3.c: (update_scale):
31712 64-bit fix (#151421).
31714 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31719 === release 0.8.4 ===
31721 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
31723 * configure.ac: releasing 0.8.4, "Alias"
31725 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
31727 * ext/theora/Makefile.am:
31728 fix makefile. Fixes #151462.
31730 2004-08-30 Wim Taymans <wim@fluendo.com>
31732 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31733 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31734 (gst_multifdsink_remove_client_link),
31735 (gst_multifdsink_client_queue_buffer),
31736 (gst_multifdsink_handle_client_write):
31737 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31738 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31739 Fix some memory leaks.
31741 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31743 Patch by: David Schleef
31747 rename our detection macro for V4L2. Fixes #151236.
31749 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
31751 Patch by: David Schleef
31754 check to define LAMEPRESET. Fixes #151232.
31756 2004-08-27 David Schleef <ds@schleef.org>
31758 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31759 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31760 (gst_glimagesink_fixate): Move local variable declarations to
31761 make gcc-2.95 happy.
31763 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31766 bump nano for prerelease
31768 2004-08-27 David Schleef <ds@schleef.org>
31770 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31771 * sys/sunaudio/gstsunaudiosrc.c:
31772 * sys/sunaudio/gstsunaudiosrc.h:
31774 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31776 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31777 handle EOS correctly
31778 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31779 * gst/matroska/matroska-mux.h:
31780 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31781 VFW compatibility mode
31783 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
31785 patch by: Zaheer Abbas Merali
31787 * ext/ogg/gstoggmux.c:
31788 * ext/vorbis/vorbisenc.c:
31789 * ext/vorbis/vorbisenc.h:
31792 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31794 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31795 fix byte order reversion on little endian machines.
31796 * gst/matroska/matroska-mux.c: (audiosink_templ),
31797 (gst_matroska_mux_audio_pad_link):
31798 add TTA codec to the list of supported codecs.
31799 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31800 (gst_matroska_mux_start), (gst_matroska_mux_finish),
31801 (gst_matroska_mux_write_data):
31802 * gst/matroska/matroska-mux.h:
31803 write segment duration correctly, write muxing app string, fixes bugs
31804 #140897 and #140898.
31805 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31806 wait for all pads to be negotiated before starting to mux.
31808 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31810 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31811 * ext/lame/gstlame.h:
31812 Added new media support to lame
31814 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31816 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31817 send vorbis headers at the beginning of a stream, fixes bug #141554.
31818 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31820 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31821 (gst_matroska_demux_plugin_init):
31822 * gst/matroska/matroska-ids.h:
31823 enable demuxing of TTA audio streams, fixes bug #148951.
31824 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31825 enable typefinding for TTA audio files, fixes bug #148711.
31826 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31827 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31828 fixes playback of packed bitstream and xvid with bframes, bug #135407.
31830 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
31832 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31833 (gst_riff_read_element_data), (gst_riff_read_seek),
31834 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31835 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31838 2004-08-23 Iain <iaingnome@gmail.com>
31840 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31841 tags. They appear to be handled differently to normal.
31842 (tag_list_to_id3_tag_foreach): Ditto.
31844 2004-08-22 Wim Taymans <wim@fluendo.com>
31846 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31847 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31848 Make sure we never send -1 granulepos.
31850 2004-08-20 Wim Taymans <wim@fluendo.com>
31852 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31853 (gst_ogg_mux_loop):
31854 I will accept bitchslappings with non sharp objects.
31856 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31859 Clean up the test for lame presets
31861 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31864 * ext/lame/Makefile.am:
31865 * ext/lame/gstlame.c: (gst_lame_class_init),
31866 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31867 Only enable lame presets if version of lame has presets in API
31869 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
31870 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31871 * gst/udp/gstudpsrc.h:
31872 Don't call gst_pad_push in a get function. Fixes #150449
31874 2004-08-18 Wim Taymans <wim@fluendo.com>
31876 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31877 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31878 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31879 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31880 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31882 * gst/tcp/gstfdset.h:
31883 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31884 (gst_multifdsink_client_queue_buffer),
31885 (gst_multifdsink_handle_client_write):
31886 * gst/tcp/gstmultifdsink.h:
31887 Some extra checks in gstfdset.
31888 Only use send() when the fd is a socket. Don't try to
31889 read from write only fds.
31891 2004-08-18 Wim Taymans <wim@fluendo.com>
31893 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31894 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31895 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31896 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31898 Add more locking and bounds checking.
31900 2004-08-18 Wim Taymans <wim@fluendo.com>
31902 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31903 Realloc test fdset in the lock and right before starting
31904 the poll call. Bump the limit to 4096.
31906 2004-08-17 David Schleef <ds@schleef.org>
31908 * sys/sunaudio/Makefile.am:
31909 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31910 of rates and channels. Make debugging less obnoxious.
31912 Patch from Balamurali Viswanathan implementing a mixer for
31913 Sun audio. (bug #144091):
31914 * sys/sunaudio/gstsunelement.c:
31915 * sys/sunaudio/gstsunelement.h:
31916 * sys/sunaudio/gstsunmixer.c:
31917 * sys/sunaudio/gstsunmixer.h:
31919 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31921 * gst/audioscale/gstaudioscale.c:
31922 * gst/audioscale/gstaudioscale.h:
31923 made audioscale resample from any sample rate to any sample rate
31925 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31927 * ext/libpng/gstpngdec.c:
31928 error out on unsupported types
31930 2004-08-17 Iain <iaingnome@gmail.com>
31932 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31933 mid_side and loose_mid_side properties if its a stereo stream.
31935 2004-08-17 Wim Taymans <wim@fluendo.com>
31937 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31938 (theora_get_formats), (theora_dec_src_convert),
31939 (theora_dec_sink_convert), (theora_dec_src_query),
31940 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31943 2004-08-17 Wim Taymans <wim@fluendo.com>
31945 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31946 (gst_ogg_pad_push):
31947 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31948 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31949 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31950 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31951 Mark delta units in the muxer.
31952 Try to decode the packet after an out-of-sync error from
31955 2004-08-17 Wim Taymans <wim@fluendo.com>
31957 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31958 (gst_multifdsink_init), (gst_multifdsink_add),
31959 (gst_multifdsink_client_queue_buffer),
31960 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31961 * gst/tcp/gstmultifdsink.h:
31962 Added option to send a keyframe to clients as the first buffer.
31963 Make timeout property writable.
31965 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
31967 patch by: Wim Taymans
31969 * gst/tcp/gstfdset.c:
31970 * gst/tcp/gstmultifdsink.c:
31971 fix index comparison, should include 0
31973 2004-08-16 Wim Taymans <wim@fluendo.com>
31975 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31976 (gst_fdset_add_fd), (gst_fdset_remove_fd),
31977 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31978 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31980 copy when reallocing for poll so the select arguments don't get
31981 changed during the call
31983 2004-08-16 Wim Taymans <wim@fluendo.com>
31985 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31986 (gst_theora_enc_class_init), (theora_enc_sink_link),
31987 (theora_buffer_from_packet), (theora_enc_chain):
31988 Fix bug where buffers were not marked as keyframes
31991 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31993 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31994 (gst_lame_preset_get_type), (gst_lame_class_init):
31995 describe the enum values for vbr mode and presets more verbosely
31997 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
31999 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
32000 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
32001 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
32002 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
32003 * ext/lame/gstlame.h:
32004 add preset property to lame so it can use lame presets
32006 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32008 * ext/lame/gstlame.c: (gst_lame_get_property):
32009 whoops forgot break, thanks teuf
32011 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32013 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
32014 (gst_lame_class_init), (gst_lame_src_getcaps),
32015 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
32016 (gst_lame_get_property), (gst_lame_setup):
32017 * ext/lame/gstlame.h:
32018 fix lame's broken vbr stuff, allow it to resample if need be, and also
32019 make xing header optional
32021 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32023 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
32024 added getcaps function so samplerate doesnt get fixated to silly values
32026 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32028 * ext/lame/gstlame.c: (gst_lame_src_link):
32029 revert previous fix
32031 2004-08-12 Johan Dahlin <johan@gnome.org>
32033 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
32034 checks. Doesn't matter what state we are in. Interfaces are a
32035 compile time thing, not runtime. It also broke the python bindings.
32037 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32039 * ext/lame/gstlame.c: (gst_lame_src_link):
32040 made source pad link function check if sinkpad is ok..fixes the problem
32041 where core fixates the output rate of lame stupidly
32043 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
32045 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
32046 * sys/v4l/v4l_calls.c:
32047 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
32048 fix fixate function to handle nonsimple caps.
32049 remove bogus check in _link
32052 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32054 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
32055 set default compression ratio parameter to 0.0 so bitrate parameter
32058 2004-08-11 David Schleef <ds@schleef.org>
32060 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
32062 2004-08-11 David Schleef <ds@schleef.org>
32064 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
32067 2004-08-11 David Schleef <ds@schleef.org>
32069 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
32071 2004-08-11 David Schleef <ds@schleef.org>
32073 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
32075 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
32076 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
32078 * gst/auparse/gstauparse.c: Fix plugin license field.
32079 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32080 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32081 * gst/rtp/gstrtp.c: Fix plugin license field.
32083 2004-08-11 Wim Taymans <wim@fluendo.com>
32085 * gst/tcp/Makefile.am:
32086 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32087 (ensure_size), (gst_fdset_new), (gst_fdset_free),
32088 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32089 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32090 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32091 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32092 (gst_fdset_fd_can_write), (gst_fdset_wait):
32093 * gst/tcp/gstfdset.h:
32094 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32095 (gst_multifdsink_class_init), (gst_multifdsink_init),
32096 (gst_multifdsink_add), (gst_multifdsink_remove),
32097 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32098 (gst_multifdsink_remove_client_link),
32099 (gst_multifdsink_handle_client_read),
32100 (gst_multifdsink_client_queue_data),
32101 (gst_multifdsink_client_queue_caps),
32102 (gst_multifdsink_client_queue_buffer),
32103 (gst_multifdsink_handle_client_write),
32104 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32105 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32106 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32107 (gst_multifdsink_close):
32108 * gst/tcp/gstmultifdsink.h:
32109 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32110 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32111 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32112 (gst_tcpserversink_close):
32113 * gst/tcp/gsttcpserversink.h:
32114 Abstracted away the select call, implemented poll (yes we ran into
32115 the 1024 limit in production).
32117 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
32119 * gst/tcp/gsttcp.c:
32120 * gst/tcp/gsttcpplugin.c:
32121 improve debuggging, remove assert
32123 2004-08-10 Wim Taymans <wim@fluendo.com>
32125 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32126 (gst_client_status_get_type), (gst_multifdsink_class_init),
32127 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32128 (gst_multifdsink_handle_client_read),
32129 (gst_multifdsink_handle_client_write),
32130 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32131 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32132 (gst_multifdsink_get_property):
32133 * gst/tcp/gstmultifdsink.h:
32134 * gst/tcp/gsttcp-marshal.list:
32135 Starting to prepare for specifying buffer time in other units
32136 than buffers. Expose remove reason in signal.
32138 2004-08-10 Wim Taymans <wim@fluendo.com>
32140 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32141 (gst_multifdsink_remove), (gst_multifdsink_clear),
32142 (gst_multifdsink_remove_client_link),
32143 (gst_multifdsink_handle_client_read),
32144 (gst_multifdsink_client_queue_data),
32145 (gst_multifdsink_client_queue_buffer),
32146 (gst_multifdsink_handle_client_write),
32147 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32148 (gst_multifdsink_chain), (gst_multifdsink_close):
32149 * gst/tcp/gstmultifdsink.h:
32150 Added more debugging info. Changed the way clients are
32151 removed from the lists. Fixed a bug where a bad file descriptor
32152 could cause many clients to be removed.
32154 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
32156 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32157 allow all pixel-aspect-ratios, not just 1:1
32159 2004-08-09 David Schleef <ds@schleef.org>
32161 * sys/glsink/ARB_multitexture.h: Remove old files.
32162 * sys/glsink/EXT_paletted_texture.h:
32163 * sys/glsink/NV_register_combiners.h:
32164 * sys/glsink/gstgl_nvimage.c:
32165 * sys/glsink/gstgl_pdrimage.c:
32166 * sys/glsink/gstgl_rgbimage.c:
32167 * sys/glsink/gstglsink.c:
32168 * sys/glsink/gstglsink.h:
32169 * sys/glsink/gstglxwindow.c:
32170 * sys/glsink/regcomb_yuvrgb.c:
32172 2004-08-09 David Schleef <ds@schleef.org>
32174 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32175 GL sink plugin. (Bug #147302)
32177 * configure.ac: Test for OpenGL
32178 * sys/Makefile.am: Use test for OpenGL
32179 * sys/glsink/Makefile.am:
32180 * sys/glsink/glimagesink.c: rewrite
32181 * sys/glsink/glimagesink.h: rewrite
32183 2004-08-09 David Schleef <ds@schleef.org>
32185 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
32187 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32188 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32189 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32191 2004-08-09 Wim Taymans <wim@fluendo.com>
32193 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32194 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32195 (gst_multifdsink_client_remove),
32196 (gst_multifdsink_handle_client_read),
32197 (gst_multifdsink_handle_client_write),
32198 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32199 Do a bit more logging, make the client_read code more robust.
32201 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32203 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32204 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32205 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32206 (gst_jpegdec_init), (gst_jpegdec_chain):
32207 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32208 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32209 cleanups, debugging fixes and memleak plugging
32211 2004-08-09 Wim Taymans <wim@fluendo.com>
32213 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32214 (theora_get_formats), (theora_dec_src_convert),
32215 (theora_dec_sink_convert), (theora_dec_src_query),
32216 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32217 (theora_dec_change_state):
32218 Don't crash on missing header packets.
32220 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32224 Added Albanian translation (Laurent Dhima)
32228 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32230 * ext/lame/gstlame.c:
32233 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
32235 * sys/ximage/ximagesink.c:
32236 * sys/xvimage/xvimagesink.c:
32237 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
32239 2004-08-06 Wim Taymans <wim@fluendo.com>
32241 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32242 (gst_multifdsink_add), (gst_multifdsink_get_stats),
32243 (gst_multifdsink_client_remove),
32244 (gst_multifdsink_handle_client_read),
32245 (gst_multifdsink_handle_client_write),
32246 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32247 Make sure we don't try to read more from a client that what
32248 ioctl says us or we deadlock.
32250 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
32252 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32253 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32254 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32255 decouple running_time and n_frames so it can handle changing
32256 framerate while running
32258 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
32262 updated translations
32264 2004-08-04 Benjamin Otte <otte@gnome.org>
32266 * gst/videotestsrc/gstvideotestsrc.c:
32267 (gst_videotestsrc_get_capslist), (generate_capslist),
32269 generate the list of supported caps at startup and reuse it instead
32270 of always generating it
32272 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
32274 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32275 whoops, last checkin broke normal build
32277 2004-08-03 Benjamin Otte <otte@gnome.org>
32279 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32280 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32281 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32282 (gst_alsa_mixer_get_option):
32283 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32284 (dvdnavsrc_print_event):
32285 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32286 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32287 (gst_ogg_mux_pad_unlink):
32288 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32289 (gst_multipart_mux_pad_unlink):
32290 * gst/videofilter/gstvideobalance.c:
32291 (gst_videobalance_colorbalance_set_value):
32292 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32293 (gst_videomixer_pad_unlink):
32295 * sys/oss/gstossmixer.c:
32296 * sys/v4l/gstv4lcolorbalance.c:
32297 * sys/v4l/gstv4ltuner.c:
32298 * sys/v4l/v4lsrc_calls.c:
32299 * sys/v4l2/gstv4l2colorbalance.c:
32300 * sys/v4l2/gstv4l2tuner.c:
32301 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32303 2004-08-03 Benjamin Otte <otte@gnome.org>
32305 * examples/dynparams/filter.c: (ui_control_create):
32306 * examples/gstplay/player.c: (print_tag):
32307 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32308 * ext/gdk_pixbuf/gstgdkanimation.c:
32309 (gst_gdk_animation_iter_may_advance):
32310 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32311 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32312 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32313 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32314 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32315 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32316 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32317 * gst/sine/demo-dparams.c: (main):
32318 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32319 * testsuite/alsa/formats.c: (create_pipeline):
32320 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32321 fixes for G_DISABLE_ASSERT and friends
32322 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32323 (mp3_type_frame_length_from_header), (mp3_type_find),
32325 require mp3 typefinding to have at least MIN_HEADERS valid headers
32326 add typefinding for AAC adts files
32328 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
32330 * sys/ximage/ximagesink.c:
32331 (gst_ximagesink_calculate_pixel_aspect_ratio):
32332 * sys/xvimage/xvimagesink.c:
32333 (gst_xvimagesink_calculate_pixel_aspect_ratio):
32334 Make sure we calculate pixel-aspect-ratio using floating point maths
32336 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32339 updated translation
32341 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
32343 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32344 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32345 add debugging for display PAR calculation
32347 2004-08-02 David Schleef <ds@schleef.org>
32349 * configure.ac: Fix mikmod CFLAGS.
32351 2004-07-27 Benjamin Otte <otte@gnome.org>
32353 * gst/audioscale/gstaudioscale.c:
32354 - fix templates to only support S16, it's the only format that works
32355 - make caps nego code use try_set_caps_nonfixed and fixation instead
32356 of try_set_caps twice, which is not nice for autopluggers
32357 - change rank to secondary, so autopluggers can pick it up after
32360 2004-08-02 Iain <iain@prettypeople.org>
32362 * gst/interleave/interleave.c (interleave_init),
32363 (interleave_request_new_pad),
32364 (interleave_pad_removed),
32365 (interleave_buffered_loop): Use the real pad count, not the artificial
32368 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32370 * configure.ac: bump nano back to development
32372 === release 0.8.3 ===
32374 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32376 * configure.ac: releasing 0.8.3, "Water"
32378 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32380 * sys/xvimage/xvimagesink.c:
32381 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32382 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32383 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32384 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32385 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32386 * sys/xvimage/xvimagesink.h:
32387 apply similar PAR fixes as to ximagesink
32389 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
32391 patch from: Benjamin Otte
32393 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32394 add link function to lame. Fixes #148986.
32396 2004-08-02 Johan Dahlin <johan@gnome.org>
32398 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32401 2004-07-30 David Schleef <ds@schleef.org>
32403 * gst/videomixer/Makefile.am: Fix things that should have been
32404 fixed in the last checkin.
32406 2004-07-30 David Schleef <ds@schleef.org>
32408 * gst/multipart/Makefile.am: Fix things that should have been
32409 fixed in the last checkin.
32411 2004-07-30 David Schleef <ds@schleef.org>
32413 * testsuite/multifilesink/Makefile.am: Fix unused variable.
32415 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32418 bump nano for prerelease
32430 2004-07-30 Wim Taymans <wim@fluendo.com>
32432 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32433 (gst_multifdsink_add), (gst_multifdsink_remove),
32434 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32435 (gst_multifdsink_client_remove),
32436 (gst_multifdsink_handle_client_write),
32437 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32438 * gst/tcp/gstmultifdsink.h:
32439 Recover from a select with a bad file descriptor by removing
32442 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
32445 fix requirement of core
32446 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32447 (gst_play_pipeline_setup):
32448 don't use colorspace element. do use hermescolorspace element.
32449 make macro to get a colorspace element.
32450 mark strings for translation.
32462 update translations
32464 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32466 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32467 fix default for newmedia flag
32469 2004-07-30 Wim Taymans <wim@fluendo.com>
32471 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32472 (gst_theora_dec_init), (theora_get_formats),
32473 (theora_dec_src_convert), (theora_dec_sink_convert),
32474 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32475 (theora_dec_chain), (theora_dec_set_property),
32476 (theora_dec_get_property):
32477 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32478 (gst_theora_enc_class_init), (gst_theora_enc_init),
32479 (theora_enc_sink_link), (theora_enc_chain),
32480 (theora_enc_set_property), (theora_enc_get_property):
32481 Added cropping option to theora decoder.
32482 Added border option to theora encoder.
32484 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32486 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32487 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32488 (gst_pngenc_set_property):
32489 * ext/libpng/gstpngenc.h:
32490 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
32492 2004-07-30 Wim Taymans <wim@fluendo.com>
32494 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32495 (theora_enc_sink_link), (theora_enc_chain),
32496 (theora_enc_set_property), (theora_enc_get_property):
32497 Fix encoding of non-multiple-of-16 video.
32499 2004-07-29 David Schleef <ds@schleef.org>
32501 * configure.ac: make test for audiofile more strict
32503 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
32505 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32506 give different names to typefind functions
32508 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32510 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32511 (gst_ximagesink_calculate_pixel_aspect_ratio),
32512 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32513 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32514 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32515 (gst_ximagesink_get_property), (gst_ximagesink_init):
32516 * sys/ximage/ximagesink.h:
32517 allocate PAR's dynamically.
32518 use autodetected PAR if no object-set PAR is given.
32519 add workaround for directfb's X not setting physical size.
32520 fix to xvimagesink will follow tomorrow.
32522 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32524 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32525 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32526 (gst_shout2send_get_type), (gst_shout2send_set_clock),
32527 (gst_shout2send_class_init), (gst_shout2send_init),
32528 (set_shout_metadata), (gst_shout2send_set_metadata),
32529 (gst_shout2send_chain), (gst_shout2send_set_property),
32530 (gst_shout2send_get_property), (gst_shout2send_connect),
32531 (gst_shout2send_change_state):
32532 * ext/shout2/gstshout2.h:
32533 - fix for sending mp3 audio to icecast2 server, if pad link function not
32534 called before PAUSED state
32535 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32536 - added tagging support for mp3 audio broadcasted
32537 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32540 2004-07-28 Wim Taymans <wim@fluendo.com>
32542 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32543 (gst_ogg_demux_push):
32544 Return query failure when we don't know the length of
32545 an ogg stream insteda of returning TRUE with a bogus value.
32547 2004-07-28 Wim Taymans <wim@fluendo.com>
32549 * ext/theora/theoradec.c: (theora_get_formats),
32550 (theora_dec_src_convert), (theora_dec_sink_convert),
32551 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32552 (theora_dec_chain):
32553 Don't screw up the 1 Chroma for 1 luma sample situation when we
32554 have an odd offset/width by adding a black border in those cases.
32556 2004-07-28 Wim Taymans <wim@fluendo.com>
32558 * ext/theora/theoradec.c: (theora_get_formats),
32559 (theora_dec_src_convert), (theora_dec_sink_convert),
32560 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32561 (theora_dec_chain):
32562 * ext/theora/theoraenc.c: (theora_enc_sink_link):
32563 Added first attempt at cropping of the image as required by the
32564 theora spec. We need more properties in the caps (offset_x,
32565 offset_y,stride) to implement this correctly.
32567 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
32569 * ext/dvdnav/README:
32570 Update the README to use dvddemux
32571 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32572 Ensure getcaps returns a subset of the template caps
32573 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32574 (gst_mpeg2subt_init):
32575 Ensure getcaps returns a subset of the template caps
32576 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32577 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32578 (gst_dvd_demux_get_subpicture_stream),
32579 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32580 * gst/mpegstream/gstdvddemux.h:
32581 Set the explicit caps on the current_video pad before pushing
32583 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32584 (gst_mpeg_demux_get_audio_stream):
32585 Free caps used to gst_pad_set_explicit_caps, which takes a const
32588 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
32590 * configure.ac: update GStreamer requirement to 0.8.4 because of
32593 2004-07-28 Wim Taymans <wim@fluendo.com>
32595 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32596 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32597 Add the pad to the element after setting up the caps. This
32598 makes it a lot easier to autoplug.
32600 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32602 * gst/median/gstmedian.c:
32603 * gst/mpeg2subt/gstmpeg2subt.c:
32604 * gst/mpegaudioparse/gstmpegaudioparse.c:
32605 * gst/mpegstream/gstdvddemux.c:
32606 * gst/mpegstream/gstmpegdemux.c:
32607 * gst/mpegstream/gstmpegpacketize.c:
32608 * gst/rtjpeg/gstrtjpeg.c:
32609 * gst/rtjpeg/gstrtjpegdec.c:
32610 * gst/rtjpeg/gstrtjpegenc.c:
32611 * gst/sine/gstsinesrc.c:
32612 * gst/smooth/gstsmooth.c:
32613 * gst/smpte/gstsmpte.c:
32614 * gst/smpte/gstsmpte.h:
32615 * gst/stereo/gststereo.c:
32616 * gst/videofilter/gstgamma.c:
32617 * gst/videofilter/gstvideobalance.c:
32618 * gst/videofilter/gstvideofilter.c:
32619 * gst/videofilter/gstvideoflip.c:
32620 * gst/videoscale/gstvideoscale.c:
32621 * gst/videoscale/videoscale.c:
32622 * gst/videotestsrc/gstvideotestsrc.c:
32623 * gst/videotestsrc/videotestsrc.c:
32624 * gst/wavenc/gstwavenc.c:
32625 * gst/wavparse/gstwavparse.c:
32626 fix local includes and 64 bits constants
32628 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32631 * gst-libs/gst/*/*.vcproj:
32633 more working plugins
32635 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32637 * testsuite/alsa/Makefile.am:
32638 * testsuite/alsa/srcstate.c:
32639 add test for alsasrc changing state
32641 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
32643 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32645 * gst/silence/gstsilence.h:
32646 fix silence generation for 16bit raw audio
32648 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32650 * gst/matroska/matroska-demux.c:
32651 (gst_matroska_demux_parse_metadata),
32652 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32653 * gst/mpegaudio/common.c:
32654 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32655 (gst_videoscale_getcaps), (gst_videoscale_link),
32656 (gst_videoscale_src_fixate), (gst_videoscale_init),
32657 (gst_videoscale_finalize):
32658 * gst/videoscale/gstvideoscale.h:
32659 * gst/videotestsrc/gstvideotestsrc.c:
32660 (gst_videotestsrc_get_capslist):
32661 * gst/wavenc/gstwavenc.c:
32662 * sys/oss/gstossmixer.c: (fill_labels):
32663 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32664 (gst_ximagesink_handle_xevents),
32665 (gst_ximagesink_calculate_pixel_aspect_ratio),
32666 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32667 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32668 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32669 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32670 (gst_ximagesink_init), (gst_ximagesink_class_init):
32671 * sys/ximage/ximagesink.h:
32672 * sys/xvimage/xvimagesink.c:
32673 (gst_xvimagesink_calculate_pixel_aspect_ratio),
32674 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32675 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32676 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32677 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32678 * sys/xvimage/xvimagesink.h:
32679 first batch of pixel aspect ratio commits.
32681 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32683 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32684 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32685 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32686 handle stride, needs work if we want to move stride handling
32687 upstream, but works correctly for our purposes.
32689 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32691 * gst/videoscale/README:
32692 add testing examples
32693 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32694 (gst_videoscale_chain):
32695 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32696 (gst_videoscale_get_size):
32697 add get_size function that handles stride like videotestsrc.
32698 fixes conversion for YUV formats for as much as I can test them.
32700 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
32702 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32703 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32704 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32705 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32706 (gst_xvimagesink_xvimage_put):
32707 further cleanups, logging, error handling and synchronizing
32709 2004-07-27 Wim Taymans <wim@fluendo.com>
32711 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32712 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32713 (gst_videomixer_pad_set_property),
32714 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32715 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32716 (gst_videomixer_class_init), (gst_videomixer_init),
32717 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32718 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32719 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32720 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32721 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32722 (gst_videomixer_loop), (plugin_init):
32723 Be a nicer negotiation citizen and provide a getcaps function on
32724 the srcpad. This also fixes a crash when resizing.
32726 2004-07-27 Julien MOUTTE <julien@moutte.net>
32728 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32729 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32731 2004-07-27 Wim Taymans <wim@fluendo.com>
32733 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32734 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32735 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32736 (gst_pngenc_set_property):
32737 * ext/libpng/gstpngenc.h:
32738 Added snapshot property to pngenc.
32739 removed g_print from pngdec
32741 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
32743 * gst/ac3parse/ac3parse.vcproj
32744 * gst/adder/adder.vcproj
32745 * gst/alpha/alpha.vcproj
32746 * gst/alpha/alphacolor.vcproj
32747 * gst/asfdemux/asf.vcproj
32748 * gst/audioconvert/audioconvert.vcproj
32749 * gst/audiorate/audiorate.vcproj
32750 * gst/audioscale/audioscale.vcproj
32751 * gst/auparse/auparse.vcproj
32752 * gst/avi/avi.vcproj
32753 * gst/cdxaparse/cdxaparse.vcproj
32754 * gst/chart/chart.vcproj
32755 * gst/colorspace/colorspace.vcproj
32756 * gst/cutter/cutter.vcproj
32757 * gst/debug/debug.vcproj
32758 * gst/debug/efence.vcproj
32759 * gst/debug/navigationtest.vcproj
32760 * gst/deinterlace/deinterlace.vcproj
32761 * gst/effectv/effectv.vcproj
32762 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32763 * gst/filter/filter.vcproj
32764 * gst/flx/flxdec.vcproj
32765 * gst/goom/goom.vcproj
32766 * gst/interleave/interleave.vcproj
32767 * gst/law/alaw.vcproj
32768 * gst/law/mulaw.vcproj
32769 * gst/matroska/matroska.vcproj
32770 * gst/median/median.vcproj
32771 * gst/mixmatrix/mixmatrix.vcproj
32772 * gst/mpeg1sys/mpeg1systemencode.vcproj
32773 * gst/mpeg1videoparse/mp1videoparse.vcproj
32774 * gst/mpeg2sub/mpeg2subt.vcproj
32775 * gst/mpegaudio/mpegaudio.vcproj
32776 * gst/mpegaudioparse/mpegaudioparse.vcproj
32777 * gst/mpegstream/mpegstream.vcproj
32778 * gst/multifilesink/multifilesink.vcproj
32779 * gst/multipart/multipart.vcproj
32780 * gst/oneton/oneton.vcproj
32781 * gst/overlay/overlay.vcproj
32782 * gst/passthrough/passthrough.vcproj
32783 * gst/qtdemux/qtdemux.vcproj
32784 * gst/realmedia/rmdemux.vcproj
32785 * gst/rtjpeg/rtjpeg.vcproj
32786 * gst/rtp/rtp.vcproj
32787 * gst/silence/silence.vcproj
32788 * gst/sine/sinesrc.vcproj
32789 * gst/smooth/smooth.vcproj
32790 * gst/smpte/smpte.vcproj
32791 * gst/spectrum/spectrum.vcproj
32792 * gst/speed/speed.vcproj
32793 * gst/stereo/stereo.vcproj
32794 * gst/switch/switch.vcproj
32795 * gst/tags/tagedit.vcproj
32796 * gst/tcp/tcp.vcproj
32797 * gst/typefind/typefindfunctions.vcproj
32798 * gst/udp/udp.vcproj
32799 * gst/videobox/videobox.vcproj
32800 * gst/videocrop/videocrop.vcproj
32801 * gst/videodrop/videodrop.vcproj
32802 * gst/videofilter/gamma.vcproj
32803 * gst/videofilter/videobalance.vcproj
32804 * gst/videofilter/videofilter.vcproj
32805 * gst/videofilter/videoflip.vcproj
32806 * gst/videoflip/videoflip.vcproj
32807 * gst/videomixer/videomixer.vcproj
32808 * gst/videorate/videorate.vcproj
32809 * gst/videoscale/videoscale.vcproj
32810 * gst/videotestsrc/videotestsrc.vcproj
32811 * gst/virtualdub/virtualdub.vcproj
32812 * gst/volenv/volenv.vcproj
32813 * gst/volume/volume.vcproj
32814 * gst/wavenc/wavenc.vcproj
32815 * gst/wavparse/wavparse.vcproj
32816 * gst/y4m/y4menc.vcproj
32817 * gst-libs/gst/audio/audio.vcproj
32818 * gst-libs/gst/audio/audiofilter.vcproj
32819 * gst-libs/gst/colorbalance/colorbalance.vcproj
32820 * gst-libs/gst/idct/idtc.vcproj
32821 * gst-libs/gst/media-info/media-info.vcproj
32822 * gst-libs/gst/mixer/mixer.vcproj
32823 * gst-libs/gst/navigation/navigation.vcproj
32824 * gst-libs/gst/play/play.vcproj
32825 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32826 * gst-libs/gst/resample/resample.vcproj
32827 * gst-libs/gst/riff/riff.vcproj
32828 * gst-libs/gst/tuner/tuner.vcproj
32829 * gst-libs/gst/video/video.vcproj
32830 * gst-libs/gst/xoverlay/xoverlay.vcproj
32831 avoid problems with math.h, fix release dependancy
32832 rename GStreamer-0.8.lib to libgstreamer.lib
32834 2004-07-27 Julien MOUTTE <julien@moutte.net>
32836 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32837 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32838 the atom is not available we have to unlock the mutex. Fixes #148023
32840 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32842 * gst-libs/gst/media-info/media-info.h:
32843 issue for a vararg macro with MSVC
32845 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32847 * gst/effectv/effectv.vcproj
32848 * gst-libs/gst/idct/idct.vcproj:
32849 * gst-libs/gst/media-info/media-info.vcproj:
32850 * gst-libs/gst/navigation/navigation.vcproj:
32851 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32852 * gst-libs/gst/video/video.vcproj:
32853 * gst-libs/gst/xoverlay/xoverlay.vcproj:
32854 fixes for build problems
32856 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32858 * gst-libs/gst/audio/audio.def:
32859 * gst-libs/gst/audio/riff.def:
32860 add some definitions needed by plugins
32862 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32864 * gst/asfdemux/gstasfmux.c
32865 Fix some 64 bits constants to be glib friendly
32867 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32869 * gst/ac3parse/gstac3parse.c
32870 * gst/audioscale/gstaudioscale.c
32871 * gst/auparse/gstauparse.c
32872 * gst/colorspace/gstcolorspace.c
32873 * gst/colorspace/yuv2rgb.h
32874 local include fixes
32876 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32879 add more plugins to the build
32881 2004-07-26 Julien MOUTTE <julien@moutte.net>
32883 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32884 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32886 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32888 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32889 (gst_level_set_property), (gst_level_get_property),
32890 (gst_level_base_init), (gst_level_class_init):
32891 add debugging categories. cleanups.
32893 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32895 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32896 (gst_videoscale_planar411), (gst_videoscale_planar400),
32897 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32898 (gst_videoscale_scale_nearest_str1),
32899 (gst_videoscale_scale_nearest_str2),
32900 (gst_videoscale_scale_nearest_str4),
32901 (gst_videoscale_scale_nearest_16bit),
32902 (gst_videoscale_scale_nearest_24bit):
32903 fixed stride issues
32904 tested with 320x240 -> 321, 322, 324 x240
32905 tested with YV12, I420, YUY2, UYVY
32906 fixed packed422rev (don't think it could have worked before)
32907 by testing with UYVY
32909 2004-07-26 Benjamin Otte <otte@gnome.org>
32911 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32912 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32914 add debugging category, add error checks like checking return values
32915 of setup calls, make sure it still works after
32916 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32918 2004-07-26 Wim Taymans <wim@fluendo.com>
32920 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32921 (gst_mpeg_demux_get_audio_stream),
32922 (gst_mpeg_demux_process_private):
32923 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32924 Check for error codes from the negotiation functions. Make sure
32925 we really set the pad caps when a new pad is created.
32927 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
32929 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32930 (gst_ffmpeg_caps_to_pix_fmt):
32931 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32932 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32933 (gst_ffmpegcolorspace_pad_link):
32934 don't make function do two things at the same time without reason.
32936 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
32938 * gst/ac3parse/ac3parse.vcproj
32939 * gst/adder/adder.vcproj
32940 * gst/alpha/alpha.vcproj
32941 * gst/alpha/alphacolor.vcproj
32942 * gst/asfdemux/asf.vcproj
32943 * gst/audioconvert/audioconvert.vcproj
32944 * gst/audiorate/audiorate.vcproj
32945 * gst/audioscale/audioscale.vcproj
32946 * gst/auparse/auparse.vcproj
32947 * gst/avi/avi.vcproj
32948 * gst/cdxaparse/cdxaparse.vcproj
32949 * gst/chart/chart.vcproj
32950 * gst/colorspace/colorspace.vcproj
32951 * gst/cutter/cutter.vcproj
32952 * gst/debug/debug.vcproj
32953 * gst/debug/efence.vcproj
32954 * gst/debug/navigationtest.vcproj
32955 * gst/deinterlace/deinterlace.vcproj
32956 * gst/effectv/effectv.vcproj
32957 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32958 * gst/filter/filter.vcproj
32959 * gst/flx/flxdec.vcproj
32960 * gst/goom/goom.vcproj
32961 * gst/interleave/interleave.vcproj
32962 * gst/law/alaw.vcproj
32963 * gst/law/mulaw.vcproj
32964 * gst/matroska/matroska.vcproj
32965 * gst/median/median.vcproj
32966 * gst/mixmatrix/mixmatrix.vcproj
32967 * gst/mpeg1sys/mpeg1systemencode.vcproj
32968 * gst/mpeg1videoparse/mp1videoparse.vcproj
32969 * gst/mpeg2sub/mpeg2subt.vcproj
32970 * gst/mpegaudio/mpegaudio.vcproj
32971 * gst/mpegaudioparse/mpegaudioparse.vcproj
32972 * gst/mpegstream/mpegstream.vcproj
32973 * gst/multifilesink/multifilesink.vcproj
32974 * gst/multipart/multipart.vcproj
32975 * gst/oneton/oneton.vcproj
32976 * gst/overlay/overlay.vcproj
32977 * gst/passthrough/passthrough.vcproj
32978 * gst/qtdemux/qtdemux.vcproj
32979 * gst/realmedia/rmdemux.vcproj
32980 * gst/rtjpeg/rtjpeg.vcproj
32981 * gst/rtp/rtp.vcproj
32982 * gst/silence/silence.vcproj
32983 * gst/sine/sinesrc.vcproj
32984 * gst/smooth/smooth.vcproj
32985 * gst/smpte/smpte.vcproj
32986 * gst/spectrum/spectrum.vcproj
32987 * gst/speed/speed.vcproj
32988 * gst/stereo/stereo.vcproj
32989 * gst/switch/switch.vcproj
32990 * gst/tags/tagedit.vcproj
32991 * gst/tcp/tcp.vcproj
32992 * gst/typefind/typefindfunctions.vcproj
32993 * gst/udp/udp.vcproj
32994 * gst/videobox/videobox.vcproj
32995 * gst/videocrop/videocrop.vcproj
32996 * gst/videodrop/videodrop.vcproj
32997 * gst/videofilter/gamma.vcproj
32998 * gst/videofilter/videobalance.vcproj
32999 * gst/videofilter/videofilter.vcproj
33000 * gst/videofilter/videoflip.vcproj
33001 * gst/videoflip/videoflip.vcproj
33002 * gst/videomixer/videomixer.vcproj
33003 * gst/videorate/videorate.vcproj
33004 * gst/videoscale/videoscale.vcproj
33005 * gst/videotestsrc/videotestsrc.vcproj
33006 * gst/virtualdub/virtualdub.vcproj
33007 * gst/volenv/volenv.vcproj
33008 * gst/volume/volume.vcproj
33009 * gst/wavenc/wavenc.vcproj
33010 * gst/wavparse/wavparse.vcproj
33011 * gst/y4m/y4menc.vcproj
33012 more plugins supported under windows
33014 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
33016 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33017 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
33018 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
33019 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33020 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
33021 Add debugging statements. Use the sizes as returned by the
33022 *CreateImage calls.
33024 2004-07-26 Johan Dahlin <johan@gnome.org>
33026 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
33027 the pad is negotiated.
33029 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
33031 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
33033 * gst-libs/gst/colorbalance/colorbalance.vcproj:
33034 * gst-libs/gst/idct/idct.vcproj:
33035 * gst-libs/gst/media-info/media-info.vcproj:
33036 * gst-libs/gst/mixer/mixer.vcproj:
33037 * gst-libs/gst/navigation/navigation.vcproj:
33038 * gst-libs/gst/play/play.vcproj:
33039 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
33040 * gst-libs/gst/resample/resample.vcproj:
33041 * gst-libs/gst/tuner/tuner.vcproj:
33042 * gst-libs/gst/video/video.vcproj:
33043 * gst-libs/gst/xoverlay/xoverlay.vcproj:
33044 more plugins supported under windows
33046 2004-07-25 Iain <iain@prettypeople.org>
33048 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
33049 pad now rather than when the pad is created because state changes wipe
33050 explicit caps (fixes #148043).
33052 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
33054 reviewed by Benjamin Otte <otte@gnome.org>
33056 * ext/mad/gstmad.c:
33057 fix mad plugin crashing on Sun (fixes #148289)
33059 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33062 * gst/avi/avi.vcproj:
33063 * gst/matroska/matroska.def:
33064 * gst/matroska/matroska.vcproj:
33065 remove unused .def files
33067 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33069 * gst-libs/gst/audio/gstaudiofilter.c:
33070 Clean the local include
33072 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33075 * gst-libs/gst/audio/audio.def:
33076 * gst-libs/gst/audio/audio.vcproj:
33077 * gst-libs/gst/audio/audiofilter.vcproj:
33078 * gst-libs/gst/audio/riff.def:
33079 * gst-libs/gst/audio/riff.vcproj:
33080 * gst-libs/gst/gst-libs.def:
33081 * gst-libs/gst/gst-libs.vcproj:
33082 * gst/avi/avi.vcproj:
33083 * gst/avi/avi.vcproj:
33084 Copy the files where needed after building, cleaner projects
33086 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
33088 * gst/matroska/ebml-write.c:
33089 Fix some 64 bits constants to be glib friendly
33091 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
33094 * gst-libs/gst/gst-libs.def:
33095 * gst-libs/gst/gst-libs.vcproj:
33096 * gst/matroska/matroska.def:
33097 * gst/matroska/matroska.vcproj:
33098 Add the preliminary canvas to build plugins on Win32
33100 2004-07-23 Benjamin Otte <otte@gnome.org>
33102 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33103 don't enfore negotiation from source side, it breaks
33104 sinesrc ! audioconvert ! osssink
33106 2004-07-22 David Schleef <ds@schleef.org>
33108 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33109 for ELF files, since they can easily be recognized as audio/mpeg.
33112 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
33114 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33115 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33116 (gst_videoscale_scale_nearest_24bit),
33117 (gst_videoscale_scale_nearest_16bit):
33118 fix 16bit and 24bit for stride (24bit might need testing)
33119 don't pretend we do more than one algorithm
33121 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
33125 * gst/multifilesink/Makefile.am:
33126 * gst/multifilesink/gstmultifilesink.c:
33127 (gst_multifilesink_get_formats),
33128 (gst_multifilesink_get_query_types), (_do_init),
33129 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33130 (gst_multifilesink_init), (gst_multifilesink_dispose),
33131 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33132 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33133 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33134 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33135 (gst_multifilesink_chain), (gst_multifilesink_change_state),
33136 (gst_multifilesink_uri_get_type),
33137 (gst_multifilesink_uri_get_protocols),
33138 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33139 (gst_multifilesink_uri_handler_init), (plugin_init):
33140 * gst/multifilesink/gstmultifilesink.h:
33141 * testsuite/Makefile.am:
33142 * testsuite/multifilesink/Makefile.am:
33143 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33144 (gst_newmedia_class_init), (gst_newmedia_init),
33145 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33146 (newfile_signal), (test_signal), (main):
33147 multifilesink plugin for creating new files every time a new media
33148 discontinuity event occurs
33150 2004-07-22 Wim Taymans <wim@fluendo.com>
33152 * gst/alpha/Makefile.am:
33153 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33154 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33155 (gst_alpha_color_init), (gst_alpha_color_set_property),
33156 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33157 (transform), (gst_alpha_color_chain),
33158 (gst_alpha_color_change_state), (plugin_init):
33159 Stupid plugin to to RGBA to AYUV conversion because none of
33160 the colorspace plugins can handle that yet.
33162 2004-07-22 Wim Taymans <wim@fluendo.com>
33164 * examples/seeking/seek.c: (update_scale), (main):
33165 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33166 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33167 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33168 (gst_decode_bin_init), (gst_decode_bin_dispose),
33169 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33170 (no_more_pads), (close_link), (type_found),
33171 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33173 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33174 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33175 (gst_play_base_bin_dispose), (queue_overrun),
33176 (gen_preroll_element), (remove_prerolls), (unknown_type),
33177 (no_more_pads), (new_stream), (setup_source),
33178 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33179 (play_base_eos), (gst_play_base_bin_change_state),
33180 (gst_play_base_bin_add_element),
33181 (gst_play_base_bin_remove_element),
33182 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33183 (gst_play_base_bin_unlink_stream),
33184 (gst_play_base_bin_get_streaminfo):
33185 * gst/playback/gstplaybin.c: (gen_video_element),
33186 (gen_audio_element):
33187 * gst/playback/gststreaminfo.h:
33188 More playback updates, attempt to fix things after the state change
33191 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
33193 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33194 (gst_videoscale_scale_nearest_16bit):
33197 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
33199 * gst/videotestsrc/gstvideotestsrc.c:
33200 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33201 (gst_videotestsrc_init), (gst_videotestsrc_get),
33202 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33203 (gst_videotestsrc_get_property):
33204 * gst/videotestsrc/gstvideotestsrc.h:
33205 * gst/videotestsrc/videotestsrc.c:
33206 * gst/videotestsrc/videotestsrc.h:
33207 cleanup and commenting
33209 2004-07-21 Wim Taymans <wim@fluendo.com>
33211 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33212 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33213 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33214 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33215 (_find_chain_get_unknown_part), (_find_streams_check),
33216 (gst_ogg_demux_push), (gst_ogg_pad_push):
33217 * ext/theora/theoradec.c: (theora_get_formats),
33218 (theora_dec_src_convert), (theora_dec_sink_convert),
33219 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33220 (theora_dec_chain):
33221 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33222 (vorbis_dec_convert), (vorbis_dec_src_query),
33223 (vorbis_dec_src_event), (vorbis_dec_event):
33224 More seeking fixes, oggdemux now supports seeking to time and
33225 uses the downstream element to convert granulepos to time.
33226 Seeking in theora-only ogg files now works.
33228 2004-07-21 Wim Taymans <wim@fluendo.com>
33230 * ext/theora/theoradec.c: (gst_theora_dec_init),
33231 (theora_get_formats), (theora_get_event_masks),
33232 (theora_get_query_types), (theora_dec_src_convert),
33233 (theora_dec_sink_convert), (theora_dec_src_query),
33234 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33235 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33236 (vorbis_get_event_masks), (vorbis_get_query_types),
33237 (gst_vorbis_dec_init), (vorbis_dec_convert),
33238 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33239 Added query/convert/formats functions to vorbis and theora decoders
33240 so that the outside world can use them too. Fixed seeking on an
33241 ogg/theora/vorbis file by disabling the seeking seeking on the
33244 2004-07-21 Julien MOUTTE <julien@moutte.net>
33246 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33247 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33248 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33249 images creation for both elements. We don't create the image on caps
33250 nego or renego, we just destroy the internal one if present if it does
33251 not match the needs. The chain function takes care of creating a new
33253 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33254 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33255 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33256 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33257 the image format information. The buffer pool checks for the context
33258 image format and discard images with different formats.
33259 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33261 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
33263 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33264 (gst_ffmpegcolorspace_chain):
33265 no point in doing any chaining if the pad we want to push from
33268 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
33270 * gst-libs/gst/riff/riff-media.c:
33271 (gst_riff_create_audio_caps_with_data):
33272 Fix double end-to-native symbol conversion (#148021).
33274 2004-07-20 David Schleef <ds@schleef.org>
33276 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33277 Don't use an Atom that doesn't exist.
33279 2004-07-20 Wim Taymans <wim@fluendo.com>
33281 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33282 (gst_multifdsink_add), (gst_multifdsink_get_stats),
33283 (gst_multifdsink_client_remove),
33284 (gst_multifdsink_handle_client_write),
33285 (gst_multifdsink_queue_buffer):
33286 * gst/tcp/gstmultifdsink.h:
33287 More multifdsink stats. Avoid deadlock by releasing locks
33288 before sending out a signal.
33290 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
33294 added Hungarian translation (Laszlo Dvornik)
33296 2004-07-20 Wim Taymans <wim@fluendo.com>
33298 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33299 (gst_multifdsink_add), (gst_multifdsink_client_remove),
33300 (gst_multifdsink_handle_client_write),
33301 (gst_multifdsink_queue_buffer):
33302 * gst/tcp/gsttcp-marshal.list:
33303 Fixed the stupid marshal definition.
33305 2004-07-20 Wim Taymans <wim@fluendo.com>
33307 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33308 (gst_multifdsink_init), (gst_multifdsink_add),
33309 (gst_multifdsink_client_remove),
33310 (gst_multifdsink_handle_client_write),
33311 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33312 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33313 (gst_multifdsink_init_send):
33314 * gst/tcp/gstmultifdsink.h:
33315 Added more stats, added timeout for a client, fixed some typos
33316 and added some comments.
33318 2004-07-20 Wim Taymans <wim@fluendo.com>
33320 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33321 (gst_multifdsink_add), (gst_multifdsink_get_stats),
33322 (gst_multifdsink_client_remove),
33323 (gst_multifdsink_handle_client_write):
33324 * gst/tcp/gstmultifdsink.h:
33325 * gst/tcp/gsttcp-marshal.list:
33326 Added get_stats method that returns a GValueArray of
33329 2004-07-19 Benjamin Otte <otte@gnome.org>
33331 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33332 make sure longname, description and author are valid UTF-8
33334 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
33336 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33337 (gst_ximagesink_set_property):
33338 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33339 (gst_xvimagesink_set_property):
33340 make sure SYNCHRONOUS is respected after getting the X context
33342 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33344 * gst/matroska/matroska-demux.c:
33345 (gst_matroska_demux_handle_src_event),
33346 (gst_matroska_demux_parse_blockgroup):
33347 * gst/matroska/matroska-ids.h:
33348 add BlockReference tag and ignore it to clear out log.
33349 ignore NAVIGATION events to clear out log.
33351 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
33353 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33354 (gst_matroska_demux_add_stream):
33355 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33356 add debug categories
33358 2004-07-16 Wim Taymans <wim@fluendo.com>
33360 * ext/libpng/Makefile.am:
33361 * ext/libpng/gstpng.c: (plugin_init):
33362 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33363 (gst_pngdec_get_type), (gst_pngdec_base_init),
33364 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33365 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33366 * ext/libpng/gstpngdec.h:
33369 2004-07-16 Julien MOUTTE <julien@moutte.net>
33371 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33372 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33373 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33374 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33375 (gst_ximagesink_buffer_alloc):
33376 * sys/ximage/ximagesink.h:
33377 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33378 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33379 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33380 (gst_xvimagesink_buffer_alloc):
33381 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33382 again. Using internal data pointer of the x(v)image to store image's
33383 data to be coherent with the buffer alloc mechanism. Investigated the
33384 image destruction code to be sure that everything gets freed correctly.
33386 2004-07-16 Wim Taymans <wim@fluendo.com>
33388 * gst-libs/gst/riff/riff-read.c:
33389 (gst_riff_read_strf_vids_with_data),
33390 (gst_riff_read_strf_auds_with_data):
33391 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33392 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33393 Make sure we don't create 0 sized subbuffers in riff-read.
33394 Signal the no more pads signal after reading the avi header.
33396 2004-07-16 Wim Taymans <wim@fluendo.com>
33398 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33399 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33400 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33401 (gst_decode_bin_init), (gst_decode_bin_dispose),
33402 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33403 (no_more_pads), (close_link), (type_found),
33404 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33405 (gst_decode_bin_change_state), (plugin_init):
33406 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33407 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33408 (gst_play_base_bin_dispose), (queue_overrun),
33409 (gen_preroll_element), (remove_prerolls), (unknown_type),
33410 (no_more_pads), (new_stream), (setup_source),
33411 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33412 (play_base_eos), (gst_play_base_bin_change_state),
33413 (gst_play_base_bin_add_element),
33414 (gst_play_base_bin_remove_element),
33415 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33416 (gst_play_base_bin_unlink_stream),
33417 (gst_play_base_bin_get_streaminfo):
33418 * gst/playback/gstplaybasebin.h:
33419 Better error recovery. Added configurable preroll queue size. Faster
33420 detection of no-more-pads.
33422 2004-07-16 Wim Taymans <wim@fluendo.com>
33424 * gst-libs/gst/video/video.h:
33425 Added 32 bits RGBA. Not sure if we should use another mime-type
33426 for alpha rgb. Currently the presence of the alpha_mask property
33427 signals an alpha channel.
33429 2004-07-16 Wim Taymans <wim@fluendo.com>
33431 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33432 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33433 FPS seems to be 0.0 to MAX everywhere else.
33435 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
33437 * gst-libs/gst/riff/riff-media.c:
33438 (gst_riff_create_video_caps_with_data):
33439 mp42/mp43 (no caps) exist too.
33440 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33441 Set pixel_width/height; we've got them in-caps.
33442 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33443 * gst/wavparse/gstwavparse.c: (plugin_init):
33444 Both are valid primary.
33445 * sys/oss/gstossmixer.c:
33446 Remove i18n hack and enable translations.
33448 2004-07-15 Benjamin Otte <otte@gnome.org>
33450 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33451 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33452 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33454 2004-07-15 Benjamin Otte <otte@gnome.org>
33456 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33457 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33458 (gst_alsa_close_audio):
33459 disable some of the debugging code for now. Writing debugging to a
33460 buffer is broken in current alsalib releases.
33462 2004-07-12 Benjamin Otte <otte@gnome.org>
33464 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33467 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
33469 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33470 (theora_dec_src_query), (theora_dec_event):
33471 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33472 add debugging categories. Remove \n's.
33474 2004-07-13 Johan Dahlin <johan@gnome.org>
33476 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33477 (gst_play_bin_get_property): Impl.
33479 2004-07-13 Wim Taymans <wim@fluendo.com>
33481 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33482 When trying to find the stream length, seek back N pages
33483 instead of just one, where N is the number of streams in
33486 2004-07-13 Wim Taymans <wim@fluendo.com>
33488 * gst-libs/gst/riff/riff-media.c:
33489 (gst_riff_create_audio_caps_with_data),
33490 (gst_riff_create_audio_caps),
33491 (gst_riff_create_audio_template_caps):
33492 * gst-libs/gst/riff/riff-media.h:
33493 * gst-libs/gst/riff/riff-read.c:
33494 (gst_riff_read_strf_vids_with_data),
33495 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33496 * gst-libs/gst/riff/riff-read.h:
33497 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33498 (gst_avi_demux_add_stream):
33499 Set codec_data on caps for avidemuxer.
33501 2004-07-12 David Schleef <ds@schleef.org>
33503 * configure.ac: Fix test for Objective C
33505 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
33506 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33507 (gst_gdk_pixbuf_chain):
33508 Add svg and pcx to template caps, and ensure that getcaps returns a
33509 subset of the template caps.
33510 Copy each row manually for output, as gdkpixbuf may pad the
33511 rowstride to a 32-bit word boundary.
33513 2004-07-12 Wim Taymans <wim@fluendo.com>
33515 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33516 (gst_riff_create_video_template_caps):
33517 Fix the template caps to include some more media types.
33519 2004-07-12 Wim Taymans <wim@fluendo.com>
33521 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33522 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33523 (compare_ranks), (print_feature), (gst_decode_bin_init),
33524 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33525 (try_to_link_1), (new_pad), (close_link), (type_found),
33526 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33527 (gst_decode_bin_change_state), (plugin_init):
33528 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33529 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33530 (gst_play_base_bin_dispose), (queue_overrun),
33531 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33532 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33533 (gst_play_base_bin_get_property), (play_base_eos),
33534 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33535 (gst_play_base_bin_remove_element),
33536 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33537 (gst_play_base_bin_unlink_stream),
33538 (gst_play_base_bin_get_streaminfo):
33539 * gst/playback/gstplaybasebin.h:
33540 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33541 (gst_play_bin_class_init), (gst_play_bin_init),
33542 (gst_play_bin_dispose), (gst_play_bin_set_property),
33543 (gst_play_bin_get_property), (gen_video_element),
33544 (gen_audio_element), (remove_sinks), (setup_sinks),
33545 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33546 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33547 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33548 (gst_play_bin_query), (plugin_init):
33549 * gst/playback/test4.c: (main):
33550 More fixes on reusing of the element.
33552 2004-07-11 Benjamin Otte <otte@gnome.org>
33554 * ext/mad/gstmad.c: (normal_seek):
33555 allow seeking for other methods than just SET
33557 2004-07-11 Andy Wingo <wingo@pobox.com>
33559 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33560 float, "any" caps -> buffer_frames=[0,MAX].
33562 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33563 doesn't intersect our caps with the template any more. Do it
33565 (interleave_buffered_loop): Use g_newa instead of malloc/free.
33567 2004-07-09 Wim Taymans <wim@fluendo.com>
33569 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33570 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33571 (compare_ranks), (print_feature), (gst_decode_bin_init),
33572 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33573 (try_to_link_1), (new_pad), (close_link), (type_found),
33574 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33575 (gst_decode_bin_change_state), (plugin_init):
33576 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33577 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33578 (gst_play_base_bin_dispose), (queue_overrun),
33579 (gen_preroll_element), (remove_prerolls), (no_more_pads),
33580 (new_stream), (setup_source), (gst_play_base_bin_set_property),
33581 (gst_play_base_bin_get_property), (play_base_eos),
33582 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33583 (gst_play_base_bin_remove_element),
33584 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33585 (gst_play_base_bin_unlink_stream),
33586 (gst_play_base_bin_get_streaminfo):
33587 * gst/playback/gstplaybasebin.h:
33588 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33589 (gst_play_bin_class_init), (gst_play_bin_init),
33590 (gst_play_bin_dispose), (gst_play_bin_set_property),
33591 (gst_play_bin_get_property), (gen_video_element),
33592 (gen_audio_element), (remove_sinks), (setup_sinks),
33593 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33594 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33595 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33596 (gst_play_bin_query), (plugin_init):
33597 * gst/playback/test4.c: (main):
33598 Work on object reuse and seeking.
33600 2004-07-09 Wim Taymans <wim@fluendo.com>
33602 * examples/seeking/seek.c: (iterate):
33603 Don't consume all CPU in the idle loop.
33605 2004-07-09 Wim Taymans <wim@fluendo.com>
33607 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33608 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33609 Add pad to element *after* setting the pad functions so that
33610 the scheduler can use the correct ones.
33612 2004-07-09 Wim Taymans <wim@fluendo.com>
33614 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33615 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33616 Sync to keyframe after seek
33618 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33620 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33621 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33622 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33623 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33624 * ext/libvisual/visual.c: (gst_visual_change_state):
33625 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33626 * ext/theora/theoradec.c: (theora_dec_change_state):
33627 * ext/theora/theoraenc.c: (theora_enc_change_state):
33628 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33629 * gst-libs/gst/navigation/navigation.c:
33630 * gst/adder/gstadder.c: (gst_adder_change_state):
33631 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33632 (gst_audio_convert_get_buffer):
33633 * gst/multipart/multipartdemux.c:
33634 (gst_multipart_demux_change_state):
33635 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33636 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33637 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33638 * gst/videoscale/gstvideoscale.c:
33639 (gst_videoscale_handle_src_event):
33640 * gst/volume/gstvolume.c: (volume_chain_int16):
33641 don't assert in state change, this should be done by the base
33643 various debugging fixes.
33645 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33648 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33649 (gst_play_dispose), (gst_play_set_location),
33650 (gst_play_set_data_src), (gst_play_set_video_sink),
33651 (gst_play_set_audio_sink), (gst_play_set_visualization),
33652 (gst_play_connect_visualization), (gst_play_get_sink_element),
33653 (gst_play_get_all_by_interface):
33654 * gst-libs/gst/play/play.h:
33655 add new method to get elements implementing an interface.
33656 add various error logging
33658 2004-07-08 Wim Taymans <wim@fluendo.com>
33660 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33661 (make_mpeg_pipeline), (make_mpegnt_pipeline),
33662 (make_playerbin_pipeline), (query_durations_elems),
33663 (query_durations_pads), (query_positions_elems),
33664 (query_positions_pads), (update_scale), (iterate), (stop_seek),
33666 Added playbin seeking example.
33668 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33670 * gst-libs/gst/play/play.c: (gst_play_set_location),
33671 (gst_play_set_data_src), (gst_play_set_video_sink),
33672 (gst_play_set_audio_sink), (gst_play_set_visualization),
33673 (gst_play_connect_visualization), (gst_play_get_framerate):
33674 use a macro to look up elements from hash table
33676 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33678 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33679 (gst_play_get_length_callback), (gst_play_set_location),
33680 (gst_play_seek_to_time), (gst_play_set_data_src),
33681 (gst_play_set_video_sink), (gst_play_set_audio_sink),
33682 (gst_play_set_visualization), (gst_play_connect_visualization),
33683 (gst_play_get_sink_element):
33684 - add debugging info
33685 - fix looking up sink elements by iterating over complete caps
33686 - put everything except for source and autoplugger in a complete bin
33688 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33690 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33691 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33692 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33693 (gst_alsa_sink_write), (gst_alsa_sink_loop):
33694 * ext/alsa/gstalsasink.h:
33695 - add debugging info
33696 - clean up schizophrenia of data/buffer/event
33697 - fix double event unref error
33699 2004-07-08 Wim Taymans <wim@fluendo.com>
33701 * gst/playback/Makefile.am:
33702 Add headers to noinst
33704 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33706 * tools/gst-launch-ext-m.m:
33707 * tools/gst-launch-ext.1.in:
33708 convert to the third millenium
33710 2004-07-07 David Schleef <ds@schleef.org>
33712 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33714 2004-07-07 Wim Taymans <wim@fluendo.com>
33716 * gst/playback/Makefile.am:
33717 * gst/playback/README:
33718 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33719 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33720 (compare_ranks), (print_feature), (gst_decode_bin_init),
33721 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33722 (try_to_link_1), (new_pad), (close_link), (type_found),
33723 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33725 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33726 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33727 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33728 (gen_preroll_element), (no_more_pads), (new_stream),
33729 (setup_source), (gst_play_base_bin_set_property),
33730 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33731 (gst_play_base_bin_add_element),
33732 (gst_play_base_bin_remove_element),
33733 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33734 (gst_play_base_bin_unlink_stream),
33735 (gst_play_base_bin_get_streaminfo):
33736 * gst/playback/gstplaybasebin.h:
33737 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33738 (gst_play_bin_class_init), (gst_play_bin_init),
33739 (gst_play_bin_dispose), (gst_play_bin_set_property),
33740 (gst_play_bin_get_property), (gen_video_element),
33741 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33742 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33743 (gst_play_bin_get_formats), (gst_play_bin_convert),
33744 (gst_play_bin_get_query_types), (gst_play_bin_query),
33746 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33747 (gst_stream_info_get_type), (gst_stream_info_class_init),
33748 (gst_stream_info_init), (gst_stream_info_new),
33749 (gst_stream_info_dispose), (gst_stream_info_set_property),
33750 (gst_stream_info_get_property):
33751 * gst/playback/gststreaminfo.h:
33752 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33754 * gst/playback/test2.c: (main):
33755 * gst/playback/test3.c: (update_scale), (main):
33756 More playbin fixes. Added README. Do better element filtering.
33757 Added base class to preroll media. Added test apps.
33759 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
33761 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33762 * ext/mpeg2dec/gstmpeg2dec.h:
33763 various debugging improvements. Reset stream to next picture
33764 instead of sequence header, otherwise seeks cannot work.
33766 2004-07-07 Wim Taymans <wim@fluendo.com>
33768 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33769 (gst_video_box_class_init), (gst_video_box_set_property),
33770 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33771 Use pad_alloc where possible.
33773 2004-07-07 Wim Taymans <wim@fluendo.com>
33775 * sys/oss/gstosselement.c: (gst_osselement_reset),
33776 (gst_osselement_parse_caps):
33777 * sys/oss/gstosselement.h:
33778 * sys/oss/gstosssrc.c: (gst_osssrc_get):
33779 Fix offset on osssrc.
33781 2004-07-07 Wim Taymans <wim@fluendo.com>
33783 * ext/theora/theora.c: (plugin_init):
33784 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33785 (theora_dec_src_query), (theora_dec_chain):
33786 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33787 (theora_enc_sink_link), (theora_buffer_from_packet),
33788 (theora_push_packet), (theora_enc_chain):
33789 Fix theora granulepos calculation.
33790 Fix overflow in duration/position calculation.
33791 Bump rank to PRIMARY for theoradec.
33792 Use granulepos of last packet to calculate position.
33793 Set keyframe flag on buffers when needed.
33795 2004-07-06 David Schleef <ds@schleef.org>
33797 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
33798 serious? (Fixed, obviously.)
33800 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
33804 added Czech translation (Miloslav Trmac)
33806 2004-07-05 Wim Taymans <wim@fluendo.com>
33808 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33809 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33810 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33811 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33812 (close_link), (type_found), (gst_decode_bin_set_property),
33813 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33814 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33815 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33816 (gst_decode_bin_query), (plugin_init):
33817 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33818 (gst_play_bin_class_init), (gst_play_bin_init),
33819 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33820 (get_video_element), (new_pad), (setup_source),
33821 (gst_play_bin_set_property), (gst_play_bin_get_property),
33822 (gst_play_bin_change_state), (gst_play_bin_add_element),
33823 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33824 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33825 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33826 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33827 * gst/playback/test.c: (main):
33828 More fixes, cleaned up playbin, make it use decodebin. Added
33829 threaded property to playbin.
33831 2004-07-05 Wim Taymans <wim@fluendo.com>
33834 * gst/playback/Makefile.am:
33835 * gst/playback/decodetest.c: (main):
33836 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33837 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33838 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33839 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33840 (close_link), (type_found), (gst_decode_bin_set_property),
33841 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33842 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33843 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33844 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33846 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33847 (gst_play_bin_class_init), (gst_play_bin_init),
33848 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33849 (collect_sink_pads), (find_compatibles), (close_pad_link),
33850 (try_to_link_1), (new_pad), (close_link), (type_found),
33851 (setup_source), (gst_play_bin_set_property),
33852 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33853 (compare_ranks), (gst_play_bin_collect_factories),
33854 (gst_play_bin_change_state), (gst_play_bin_add_element),
33855 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33856 (gst_play_bin_send_event), (gst_play_bin_get_formats),
33857 (gst_play_bin_convert), (gst_play_bin_get_query_types),
33858 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33859 * gst/playback/test.c: (main):
33860 Added some playback helper elements and some test apps, very alpha
33863 2004-07-04 Benjamin Otte <otte@gnome.org>
33865 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33866 only restart audio when we indeed have an xrun to fix repeated
33867 xruns. Fix suggested by Giuliano Pochini.
33869 2004-07-03 David Schleef <ds@schleef.org>
33871 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33872 call to gst_debug_log() if debugging is disabled (bug #145118)
33874 2004-07-03 Benjamin Otte <otte@gnome.org>
33876 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33877 use our own functions for restarting the alsa device.
33878 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33879 I should apply patches myself - use MIN for the third argument, not
33880 the second, this fixes seeking
33882 2004-07-02 David Schleef <ds@schleef.org>
33884 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33885 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
33888 2004-07-02 David Schleef <ds@schleef.org>
33890 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
33891 output buffers. Fix logic mistake. (bug #144866)
33893 2004-07-02 David Schleef <ds@schleef.org>
33895 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33896 on X. (bug #144753)
33898 2004-07-02 David Schleef <ds@schleef.org>
33900 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33901 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33903 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33904 (gst_osselement_rate_probe_check): Add another workaround for
33905 buggy drivers (bug #145336)
33907 2004-07-02 David Schleef <ds@schleef.org>
33909 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33910 Most systems don't have MSG_NOSIGNAL.
33912 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
33915 * gst-libs/gst/colorbalance/Makefile.am:
33916 * gst-libs/gst/mixer/Makefile.am:
33917 * gst-libs/gst/play/Makefile.am:
33918 * gst-libs/gst/tuner/Makefile.am:
33919 (hopefully) fix both install and dist and make error message useful.
33920 needs testing across automakes.
33922 2004-07-02 Benjamin Otte <otte@gnome.org>
33924 * ext/ogg/gstogg.c: (plugin_init):
33925 we require bytestream now
33926 * ext/ogg/gstoggdemux.c:
33927 huge diff to implement chain setup in a fast and generic way. This
33928 improves tag reading and startup of huge files (read: Theora videos)
33929 quite a bit. It probably contains bugs, too, so please test.
33930 Seeking is not improved to the fast method.
33932 2004-06-29 Wim Taymans <wim@fluendo.com>
33934 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33935 * ext/ogg/gstoggmux.c:
33936 Fix memleak in oggdemux when running unconnected pads.
33937 doc update in mux, start working on keyframe mode.
33939 2004-06-29 Benjamin Otte <otte@gnome.org>
33941 * sys/oss/gstosssink.c:
33942 * sys/oss/gstosssrc.c:
33943 advertise correct template caps - we indeed do non-native endianness
33944 and 8bit audio has no endianness
33945 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33946 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33947 avoid (wrong) duplications in getcaps function and return
33950 2004-06-29 Wim Taymans <wim@fluendo.com>
33952 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33953 (gst_multifdsink_class_init), (gst_multifdsink_add),
33954 (gst_multifdsink_remove), (gst_multifdsink_clear),
33955 (gst_multifdsink_client_remove),
33956 (gst_multifdsink_handle_client_read),
33957 (gst_multifdsink_client_queue_data),
33958 (gst_multifdsink_client_queue_caps),
33959 (gst_multifdsink_client_queue_buffer),
33960 (gst_multifdsink_handle_client_write),
33961 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33962 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33963 (gst_multifdsink_init_send), (gst_multifdsink_close):
33964 Fix wrong GList iteration that could crash the server when
33965 more then 2 clients disconnect at the same time. Read all the
33966 pending commands in one batch to recover from command storms under
33969 2004-06-28 Wim Taymans <wim@fluendo.com>
33971 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33972 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33973 (gst_videomixer_pad_set_property),
33974 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33975 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33976 (gst_videomixer_class_init), (gst_videomixer_init),
33977 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33978 (pad_zorder_compare), (gst_videomixer_sort_pads),
33979 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33980 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33981 (gst_videomixer_update_queues), (gst_videomixer_loop),
33983 Avoid divide by zero, choose masterpad as the pad with the highest
33986 2004-06-27 Julien Moutte <julien@moutte.net>
33988 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33989 (gst_ximagesink_xwindow_new):
33990 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33991 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33992 function directly. We might want to call it from somewhere else one day.
33994 2004-06-27 Julien Moutte <julien@moutte.net>
33996 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33997 (gst_ximagesink_xwindow_new):
33998 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33999 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
34000 window decorations.
34002 2004-06-27 Wim Taymans <wim@fluendo.com>
34004 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
34005 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
34006 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
34007 (gst_dvdec_set_property), (gst_dvdec_get_property):
34008 * ext/dv/gstdvdec.h:
34009 Implement drop_factor property to lower the framerate with
34012 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
34014 * gst-libs/gst/colorbalance/Makefile.am:
34015 * gst-libs/gst/mixer/Makefile.am:
34016 * gst-libs/gst/play/Makefile.am:
34017 * gst-libs/gst/tuner/Makefile.am:
34018 unbreak Company's fix that didn't install the -enum.h files
34020 2004-06-27 Wim Taymans <wim@fluendo.com>
34022 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
34023 (gst_dvdec_change_state):
34024 * ext/dv/gstdvdec.h:
34025 Fix timestamp, duration and offset of the buffers.
34027 2004-06-27 Wim Taymans <wim@fluendo.com>
34029 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34030 (gst_multifdsink_class_init), (gst_multifdsink_add),
34031 (gst_multifdsink_remove), (gst_multifdsink_clear),
34032 (gst_multifdsink_client_remove),
34033 (gst_multifdsink_handle_client_read),
34034 (gst_multifdsink_client_queue_data),
34035 (gst_multifdsink_client_queue_caps),
34036 (gst_multifdsink_client_queue_buffer),
34037 (gst_multifdsink_handle_client_write),
34038 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34039 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34040 (gst_multifdsink_init_send), (gst_multifdsink_close):
34041 * gst/tcp/gstmultifdsink.h:
34042 * gst/tcp/gsttcpserversink.c:
34043 (gst_tcpserversink_handle_server_read),
34044 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
34045 More multifdsink fixes, more recovery policy fixes.
34046 Removed stupid g_print
34048 2004-06-26 Wim Taymans <wim@fluendo.com>
34050 * gst/tcp/Makefile.am:
34051 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34052 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
34053 (gst_multifdsink_class_init), (gst_multifdsink_init),
34054 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
34055 (gst_multifdsink_handle_client_read),
34056 (gst_multifdsink_client_queue_data),
34057 (gst_multifdsink_client_queue_caps),
34058 (gst_multifdsink_client_queue_buffer),
34059 (gst_multifdsink_handle_client_write),
34060 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34061 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34062 (gst_multifdsink_chain), (gst_multifdsink_set_property),
34063 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
34064 (gst_multifdsink_close), (gst_multifdsink_change_state):
34065 * gst/tcp/gstmultifdsink.h:
34066 * gst/tcp/gsttcpplugin.c: (plugin_init):
34067 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
34068 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
34069 (gst_tcpserversink_handle_server_read),
34070 (gst_tcpserversink_handle_select),
34071 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
34072 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34073 * gst/tcp/gsttcpserversink.h:
34074 Added multifdsink, made tcpserversink a subclass of fdsink, removed
34075 one of the locks, added recovery policy to multifdsink.
34077 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
34079 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34080 fix decision for when getting frames with same timestamp
34081 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34082 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34083 (gst_v4lsrc_get_property):
34084 * sys/v4l/gstv4lsrc.h:
34085 add latency offset property
34087 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
34089 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34091 fix debugging. add category.
34093 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
34095 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34098 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
34100 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34101 (gst_alsa_src_get_time), (gst_alsa_src_loop),
34102 (gst_alsa_src_change_state):
34103 return a time that is in sync with the element's processing
34105 2004-06-25 Wim Taymans <wim@fluendo.com>
34107 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34108 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34109 (gst_tcpserversink_client_remove),
34110 (gst_tcpserversink_handle_client_read),
34111 (gst_tcpserversink_client_queue_data),
34112 (gst_tcpserversink_client_queue_caps),
34113 (gst_tcpserversink_client_queue_buffer),
34114 (gst_tcpserversink_handle_client_write),
34115 (gst_tcpserversink_queue_buffer),
34116 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34117 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34118 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34119 (gst_tcpserversink_close):
34120 * gst/tcp/gsttcpserversink.h:
34121 Serversink rewrite. Really do non blocking writes to clients and
34122 maintain an internal queue to handle slower clients while not
34123 disturbing fast clients.
34125 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
34127 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34128 better debug, don't override OFFSET and OFFSET_END
34130 2004-06-25 Iain <iain@prettypeople.org>
34132 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34133 name=source for the wavparse pipeline.
34135 2004-06-24 Johan Dahlin <johan@gnome.org>
34137 * ext/theora/theoraenc.c (theora_enc_chain): Call
34138 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34139 streamheader caps are set correctly.
34141 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
34143 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34144 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34145 respect minimum bitrate; same could be done for max bitrate
34147 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
34149 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34150 (gst_vorbisenc_setup):
34151 fix sample rate range
34153 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
34155 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34156 (gst_oggvorbisenc_setup):
34157 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34158 (gst_vorbisenc_setup):
34159 resolve ambiguities in code and description
34161 2004-06-24 Wim Taymans <wim@fluendo.com>
34163 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34164 * ext/alsa/gstalsa.h:
34165 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34166 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34167 Use alsa trigger_tstamp to get the timestamp of the first
34168 sample in the buffer for more precise sync. Some cleanups.
34170 2004-06-24 Wim Taymans <wim@fluendo.com>
34172 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34173 (gst_audiorate_init), (gst_audiorate_chain),
34174 (gst_audiorate_set_property), (gst_audiorate_get_property):
34175 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34176 (gst_videorate_chain):
34177 Added some logging, fixed an overflow bug in videorate.
34179 2004-06-24 Benjamin Otte <otte@gnome.org>
34181 * ext/kio/Makefile.am:
34182 fix for builddir != srcdir and distcheck
34184 2004-06-24 Benjamin Otte <otte@gnome.org>
34186 * gst-libs/gst/colorbalance/Makefile.am:
34187 * gst-libs/gst/mixer/Makefile.am:
34188 * gst-libs/gst/play/Makefile.am:
34189 * gst-libs/gst/tuner/Makefile.am:
34190 * gst/tcp/Makefile.am:
34191 * sys/dxr3/Makefile.am:
34192 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34194 Also add all *.list files that were missing.
34196 add a distcheck hook to ensure the above doesn't happen again.
34198 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
34200 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34202 2004-06-23 Colin Walters <walters@redhat.com>
34204 * m4/Makefile.am: Distribute gst-fionread.m4.
34206 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
34208 * configure.ac: back to dev
34210 2004-06-23 Wim Taymans <wim@fluendo.com>
34212 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34213 (gst_alsa_xrun_recovery):
34214 * ext/alsa/gstalsa.h:
34215 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34216 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34217 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34218 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34219 (gst_alsa_src_loop):
34220 Add clock to alsasrc. Take new capture timestamp when
34221 restarting after an overrun. Split up some functions between
34222 alsasrc and alsasink.
34224 === release 0.8.2 ===
34226 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
34228 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34229 (gst_alsa_change_state), (gst_alsa_update_avail),
34230 (gst_alsa_xrun_recovery):
34231 * ext/alsa/gstalsa.h:
34232 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34233 merge back changes from release
34235 2004-06-23 Wim Taymans <wim@fluendo.com>
34237 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34238 (gst_audiorate_init), (gst_audiorate_chain),
34239 (gst_audiorate_set_property), (gst_audiorate_get_property):
34240 Implement sample dropping and notify
34242 2004-06-22 Wim Taymans <wim@fluendo.com>
34244 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34245 (theora_enc_sink_link), (theora_buffer_from_packet),
34246 (theora_push_packet), (theora_enc_chain):
34247 Some cleanups, make sure the timestamps are correct.
34249 2004-06-22 Wim Taymans <wim@fluendo.com>
34251 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34252 (gst_alsa_change_state), (gst_alsa_update_avail),
34253 (gst_alsa_xrun_recovery):
34254 * ext/alsa/gstalsa.h:
34255 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34256 Cleanups, take queued samples into account when reporting
34259 2004-06-22 Wim Taymans <wim@fluendo.com>
34261 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34262 (gst_videorate_init):
34263 Initialize the property as well.
34265 2004-06-22 Wim Taymans <wim@fluendo.com>
34267 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34268 (gst_videorate_init), (gst_videorate_chain),
34269 (gst_videorate_set_property), (gst_videorate_get_property):
34270 Add property to make videorate silent.
34271 Add property to prefer new frames over old ones.
34273 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34275 * sys/osxvideo/Makefile.am:
34276 Workaround so that the osxvideo .so file gets linked with the
34277 Cocoa, OpenGL and QuickTime frameworks
34279 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34281 * sys/osxaudio/Makefile.am:
34282 Workaround so that the osxaudio .so file gets linked with the
34283 CoreAudio framework
34285 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34288 Whoops, my fault...fixed build issues
34290 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34293 Add objective-c support if running in Darwin/Mac OS X
34296 * sys/osxvideo/Makefile.am:
34297 * sys/osxvideo/osxvideosink.h:
34298 * sys/osxvideo/osxvideosink.m:
34299 * sys/osxvideo/cocoawindow.h:
34300 * sys/osxvideo/cocoawindow.m:
34301 Add osxvideosink, a cocoa-based osx video sink
34304 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
34305 * ext/dvdnav/gst-dvd:
34306 Grab the gconf key from the right spot
34307 * gst/debug/gstnavseek.c: (gst_navseek_init),
34308 (gst_navseek_segseek), (gst_navseek_handle_src_event),
34309 (gst_navseek_chain):
34310 * gst/debug/gstnavseek.h:
34311 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34312 and loop parameters of a segment seek.
34313 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34314 (gst_videotestsrc_get_event_masks),
34315 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34316 * gst/videotestsrc/gstvideotestsrc.h:
34317 Add seeking support to videotestsrc
34318 Initialise the timestamp_offset variable.
34320 2004-06-18 Wim Taymans <wim@fluendo.com>
34322 * ext/sidplay/gstsiddec.cc:
34323 Fix negotiation and set correct end offset.
34325 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
34327 * configure.ac: branch and prerelease
34329 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34331 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34332 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34333 (gst_tcpclientsrc_init_receive):
34334 * gst/tcp/gsttcpclientsrc.h:
34335 read caps when connecting to server for GDP so we set them correctly
34337 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34339 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34340 notify drops and duplicates
34341 * gst/videoscale/videoscale.c: (videoscale_get_structure):
34342 no good reason to limit ourselves to 100x100
34344 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34346 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34347 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34348 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34349 (gst_v4lsrc_get_property):
34350 * sys/v4l/gstv4lsrc.h:
34351 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34352 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34353 (gst_v4l_set_audio):
34354 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34355 (gst_v4lsrc_try_capture):
34356 * sys/v4l/v4lsrc_calls.h:
34357 change try_palette to more general try_capture
34358 add autoprobe option so we can turn off autoprobing
34361 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
34365 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34366 (gst_ximagesink_class_init):
34367 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34368 (gst_xvimagesink_class_init):
34369 run them as finalize, not dispose, since dispose can be invoked
34372 2004-06-17 Wim Taymans <wim@fluendo.com>
34374 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34375 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34376 * ext/alsa/gstalsa.h:
34377 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34378 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34379 (gst_alsa_src_change_state):
34380 * ext/alsa/gstalsasrc.h:
34381 Make the xrun code timestamp and offset the buffers correctly.
34382 moved the clock to the base class, use alsa methods to get time.
34383 Do correct timestamping on outgoing buffers.
34385 2004-06-17 Wim Taymans <wim@fluendo.com>
34387 * gst/audiorate/Makefile.am:
34388 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34389 (gst_audiorate_base_init), (gst_audiorate_class_init),
34390 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34391 (gst_audiorate_set_property), (gst_audiorate_get_property),
34392 (gst_audiorate_change_state), (plugin_init):
34393 Added an audiorate converter that fills in gaps.
34395 2004-06-17 Johan Dahlin <johan@gnome.org>
34397 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34399 2004-06-16 Wim Taymans <wim@fluendo.com>
34401 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34402 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34403 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34404 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34405 (gst_v4lsrc_get_property):
34406 * sys/v4l/gstv4lsrc.h:
34407 Added a copy mode to v4lsrc where it will output a copied version
34408 of its internal hardware buffer.
34409 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34412 2004-06-16 Wim Taymans <wim@fluendo.com>
34414 * sys/oss/gstosssrc.c: (gst_osssrc_get):
34417 2004-06-16 Wim Taymans <wim@fluendo.com>
34419 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34420 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34421 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34422 (gst_v4lsrc_get_property):
34423 * sys/v4l/gstv4lsrc.h:
34424 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34425 Added a sync mode enum property to control v4lsrc timestamp method
34426 Removed the use-fixed-fps property and moved functionality in
34428 Don't error on an error value from v4l-conf, it might not always
34431 2004-06-16 Wim Taymans <wim@fluendo.com>
34433 * gst/videorate/Makefile.am:
34434 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34435 (gst_videorate_base_init), (gst_videorate_class_init),
34436 (gst_videorate_getcaps), (gst_videorate_link),
34437 (gst_videorate_init), (gst_videorate_chain),
34438 (gst_videorate_set_property), (gst_videorate_get_property),
34439 (gst_videorate_change_state), (plugin_init):
34440 Added a video timestamp corrector.
34442 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34444 fixed a potential leak with previous commit
34446 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34448 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34450 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34451 Added missing refcount, fixes bug #144425
34452 Cheers Tim for finding the bug
34454 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
34456 * sys/v4l/gstv4l.c: (plugin_init):
34457 * sys/v4l/gstv4lcolorbalance.c:
34458 * sys/v4l/gstv4lcolorbalance.h:
34459 * sys/v4l/gstv4lelement.c:
34460 * sys/v4l/gstv4lelement.h:
34461 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34462 * sys/v4l/gstv4lmjpegsink.h:
34463 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34464 * sys/v4l/gstv4lmjpegsrc.h:
34465 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34466 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34467 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34468 * sys/v4l/gstv4lsrc.h:
34469 * sys/v4l/gstv4ltuner.c:
34470 * sys/v4l/gstv4ltuner.h:
34471 * sys/v4l/gstv4lxoverlay.c:
34472 * sys/v4l/gstv4lxoverlay.h:
34473 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34474 (gst_v4l_set_window), (gst_v4l_enable_overlay):
34475 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34476 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34477 (gst_v4l_set_audio):
34478 * sys/v4l/v4l_calls.h:
34479 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34480 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34481 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34482 (gst_v4lmjpegsink_playback_init),
34483 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34484 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34485 (gst_v4lmjpegsink_playback_stop),
34486 (gst_v4lmjpegsink_playback_deinit):
34487 * sys/v4l/v4lmjpegsink_calls.h:
34488 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34489 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34490 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34491 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34492 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34493 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34494 * sys/v4l/v4lmjpegsrc_calls.h:
34495 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34496 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34497 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34498 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34499 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34500 (gst_v4lsrc_try_palette):
34501 * sys/v4l/v4lsrc_calls.h:
34502 bunch of paranoia cleanups
34504 2004-06-14 David Schleef <ds@schleef.org>
34506 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34507 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34508 Send discont events and change timestamps appropriately when
34509 we get a seek event. (bug #144240)
34510 * ext/cdparanoia/gstcdparanoia.h:
34512 2004-06-14 Benjamin Otte <otte@gnome.org>
34514 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34515 snd_pcm_hw_params_set_rate since the latter fails for no good
34516 reason on some setups.
34518 2004-06-14 David Schleef <ds@schleef.org>
34520 * gst/volume/demo.c: (value_changed_callback): exp10() is not
34521 standard. Thank you for playing.
34523 2004-06-14 Wim Taymans <wim@fluendo.com>
34525 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34526 Patch 1.3 broke the ordering of the colorspace info and
34527 made the plugin basically work by coincidence, reordered
34530 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34532 * ext/lame/gstlame.c:
34533 * ext/mad/gstmad.c:
34534 sync caps. Make sure mad can only output a list of rates, not
34535 a full range. In the future, have three caps lists for each of the
34536 mpeg versions. Change mpegversion to a double as well.
34538 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
34540 * gst/volume/.cvsignore:
34541 * gst/volume/Makefile.am:
34542 * gst/volume/demo.c: (value_changed_callback), (idler),
34543 (setup_gui), (main):
34544 added small demo app
34546 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
34547 * ext/esd/esdsink.c: (gst_esdsink_change_state):
34548 * ext/esd/esdsink.h:
34549 Close the esd connection on pause, because esd will just wait -
34550 blocking all other esd clients indefinitely.
34552 2004-06-12 Christophe Fergeau <teuf@gnome.org>
34554 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34555 previous commit with GST_DEBUG
34557 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
34560 add a header check for a dvdread header in dvdnav. Fixes #133002
34562 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34564 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34565 * gst/tcp/gsttcpclientsink.h:
34566 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34567 * gst/tcp/gsttcpclientsrc.h:
34568 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34569 (gst_tcpserversink_handle_server_read),
34570 (gst_tcpserversink_init_send):
34571 * gst/tcp/gsttcpserversink.h:
34572 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34573 * gst/tcp/gsttcpserversrc.h:
34574 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34577 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34580 Added ogg library so that OSX detects libtheora properly
34582 2004-06-11 Wim Taymans <wim@fluendo.com>
34584 * ext/theora/theoradec.c: (theora_dec_chain),
34585 (theora_dec_change_state):
34586 Don't try to decode frames before we received a keyframe.
34588 2004-06-11 Wim Taymans <wim@fluendo.com>
34590 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34591 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34592 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34593 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34594 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34595 Added property to set the maximum delay of a page.
34597 2004-06-10 Wim Taymans <wim@fluendo.com>
34599 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34600 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34601 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34602 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34603 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34604 Added max-delay property to control the maximum amount
34605 of data to put in one page.
34607 2004-06-10 Wim Taymans <wim@fluendo.com>
34609 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34610 (gst_theora_enc_init), (theora_enc_sink_link),
34611 (theora_buffer_from_packet), (theora_enc_set_property),
34612 (theora_enc_get_property):
34613 Set duration on encoded buffer, added some more properties
34615 2004-06-10 Wim Taymans <wim@fluendo.com>
34617 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34618 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34619 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34620 * ext/theora/theoraenc.c: (theora_enc_chain):
34621 Fix refcounting bugs
34623 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
34625 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34626 (gst_asf_demux_loop), (gst_asf_demux_process_file),
34627 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34628 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34629 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34630 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34631 (gst_asf_demux_change_state):
34632 * gst/asfdemux/gstasfdemux.h:
34633 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34634 feels like. I think we should set a new requirement for demuxers
34635 from now on to implement sane loop functions, data loops, query
34636 and seek functions before first commit into CVS. And this commit
34637 fixes all of the above.
34639 2004-06-10 Christophe Fergeau <teuf@gnome.org>
34641 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34642 vorbis comments are properly encoded in UTF-8 before adding them
34645 2004-06-09 Benjamin Otte <otte@gnome.org>
34647 * ext/alsa/gstalsa.c: (add_channels):
34648 handle min <= max correctly
34649 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34650 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34651 add fixation functions so we fixate correctly. No preferring of alaw
34652 anymore because it's the first structure.
34653 * ext/alsa/gstalsa.h:
34654 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34655 (gst_alsa_hw_params_dump):
34656 add functions to ease debugging in alsalib
34657 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34658 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34659 (gst_alsa_start_audio):
34660 only specify hw params if we really setup a format (fixes #134007 -
34661 or at least works around it)
34663 2004-06-09 Wim Taymans <wim@fluendo.com>
34665 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34666 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34667 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34668 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34669 (gst_ogg_mux_loop):
34670 Use stream caps to setup the initial pages in the ogg stream.
34671 Correctly set the streamheader caps on the srcpad.
34673 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
34675 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34676 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34677 (gst_v4lsrc_getcaps):
34678 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34679 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34680 add querying of fps lists for webcams. Negotiating to a framerate
34683 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34685 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34686 (theora_push_buffer), (theora_push_packet),
34687 (theora_set_header_on_caps), (theora_enc_chain):
34688 mark buffers and put on streamheader, raw theora streaming
34689 now works too, whee
34691 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34693 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34694 (gst_tcp_gdp_read_caps):
34695 do a looping read for caps and GDP headers too
34697 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34699 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34700 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34701 return EOS instead of NULL in _get
34703 2004-06-08 Wim Taymans <wim@fluendo.com>
34705 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34706 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34707 (gst_tcp_gdp_write_caps):
34708 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34709 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34710 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34713 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34715 * ext/vorbis/Makefile.am:
34716 * ext/vorbis/vorbis.c: (plugin_init):
34717 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34718 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34719 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34720 (vorbis_parse_change_state):
34721 * ext/vorbis/vorbisparse.h:
34722 adding a vorbisparse element that marks the buffers, streaming
34723 raw vorbis using GDP now works, whee
34725 2004-06-08 Wim Taymans <wim@fluendo.com>
34727 * ext/jpeg/Makefile.am:
34729 * ext/jpeg/gstjpeg.c: (plugin_init):
34730 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34731 (gst_smokedec_base_init), (gst_smokedec_class_init),
34732 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34733 * ext/jpeg/gstsmokedec.h:
34734 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34735 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34736 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34737 (gst_smokeenc_resync), (gst_smokeenc_chain),
34738 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34739 * ext/jpeg/gstsmokeenc.h:
34740 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34741 (smokecodec_flush_destination), (smokecodec_term_destination),
34742 (smokecodec_init_source), (smokecodec_fill_input_buffer),
34743 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34744 (smokecodec_term_source), (smokecodec_encode_new),
34745 (smokecodec_decode_new), (smokecodec_info_free),
34746 (smokecodec_set_quality), (smokecodec_get_quality),
34747 (smokecodec_set_threshold), (smokecodec_get_threshold),
34748 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34749 (find_best_size), (abs_diff), (put), (smokecodec_encode),
34750 (smokecodec_parse_header), (smokecodec_decode):
34751 * ext/jpeg/smokecodec.h:
34752 Added a new simple jpeg based codec
34754 2004-06-08 Wim Taymans <wim@fluendo.com>
34756 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34757 (gst_multipart_mux_loop):
34760 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34762 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34763 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34764 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34765 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34766 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34767 * gst/tcp/gsttcpserversink.h:
34768 take streamheader into account
34770 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34772 * gst/level/Makefile.am:
34773 * gst/level/gstlevel.c: (gst_level_class_init):
34774 clean up marshal generation
34776 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
34778 * gst/tcp/Makefile.am:
34779 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34780 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34781 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34782 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34783 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34784 (gst_tcpclientsrc_get_property):
34785 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34786 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34787 (gst_tcpserversink_handle_client_read),
34788 (gst_tcpserversink_handle_client_write),
34789 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34790 * gst/tcp/gsttcpserversink.h:
34791 add signals client-added and client-removed
34792 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34793 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34794 (gst_tcpserversrc_get_property):
34795 uniformized, change default protocol to NONE
34796 * gst/tcp/gsttcp-marshal.list: added
34797 2004-06-07 Benjamin Otte <otte@gnome.org>
34799 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34800 handle discont events if they happen before caps nego
34802 2004-06-07 Wim Taymans <wim@fluendo.com>
34804 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34805 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34806 (gst_multipart_demux_plugin_init):
34807 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34808 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34809 (gst_multipart_mux_change_state):
34810 Small updates, fix a memleak
34812 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34814 * configure.ac: OSS portability
34815 * ext/arts/gst_arts.c: idem
34816 * sys/oss/gstosselement.c: idem
34817 * sys/oss/gstossmixer.c: idem
34818 * sys/oss/gstosssink.c: idem
34819 * sys/oss/gstosssrc.c: idem
34820 * sys/oss/oss_probe.c: idem
34821 - check for soundcard.h in different places for some BSD
34823 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
34826 Add me to the authors file
34828 Increase the libdv requirement to >= version 0.100
34829 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34830 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34831 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34832 * ext/dv/gstdvdec.h:
34833 Add support for the new_media flag when sending DISCONT events
34834 Make the querying work when video pad is not linked
34836 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34838 reviewed by Benjamin Otte <otte@gnome.org>
34840 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34841 create a NULL-initialized array of pads, so we don't think they
34842 exist already. (fixes #143130)
34844 2004-06-07 Benjamin Otte <otte@gnome.org>
34846 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34847 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34848 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34849 don't use // coments
34851 2004-06-07 Benjamin Otte <otte@gnome.org>
34853 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34854 cast to GstClockTime to get higher granularity
34855 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34856 use gst_element_set_time_delay to get the exact time
34857 * ext/mad/gstmad.c: (gst_mad_chain):
34858 use the negotiated rate instead of the current frame's rate which
34859 might be wrong because of bit errors. This avoids emitting totally
34860 bogus timestamps and screwing sync.
34863 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
34865 reviewed by Benjamin Otte <otte@gnome.org>
34867 * gst/adder/gstadder.c: (gst_adder_loop):
34868 properly error out when no negotiation has happened yet. (fixes
34871 2004-06-06 Benjamin Otte <otte@gnome.org>
34873 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34874 forward correctly transformed offset in discont events. Based on
34875 patch by Arwed v. Merkatz. (fixes #142851)
34877 2004-06-06 David Schleef <ds@schleef.org>
34879 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34880 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
34881 problems on several systems.
34883 2004-06-06 Benjamin Otte <otte@gnome.org>
34885 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34886 use explicit caps on the srcpad
34887 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34888 properly error out if caps couldn't be set (fixes #142764)
34890 2004-06-06 Benjamin Otte <otte@gnome.org>
34892 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34893 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34894 (gst_alsa_start_audio):
34895 - don't call set_periods_integer anymore, it breaks the
34896 configuration randomly
34897 - call snd_pcm_hw_params_set_access directly instead of using masks
34898 - don't fail if the sw_params can't be set, just use the default
34899 params and hope it works. Alsalib has weird issues when you touch
34900 sw_params and does no proper error reporting about what failed.
34901 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34902 (gst_alsa_close_audio):
34903 make our alsa debugging go via gst debugging and not conditionally
34905 * ext/alsa/gstalsa.h:
34906 add ALSA_DEBUG_FLUSH macro
34907 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34909 wrap alsa errors to be printed via the gst debugging system and not
34912 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
34914 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34915 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34916 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34917 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34918 (qtdemux_parse_trak):
34919 * gst/qtdemux/qtdemux.h:
34920 Bitch. Also known as seeking, querying & co.
34921 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34922 (gst_osssink_change_state):
34923 * sys/oss/gstosssink.h:
34924 Resyncing is for weenies, this hack is no longer needed and was
34925 broken anyway (since it - unintendedly - always leaves resync to
34928 2004-06-05 Andrew Turner <zxombie@hotpop.com>
34930 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34931 * gst/tcp/gsttcpclientsrc.h: idem
34932 - define MSG_NOSIGNAL if not done
34933 - include unistd.h for off_t
34936 2004-06-05 Benjamin Otte <otte@gnome.org>
34939 * ext/kio/Makefile.am:
34940 check for qt's moc preprocessor explicitly and use it
34942 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
34944 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34945 don't get a signal for EPIPE on socket writes
34946 (somebody check if this works on other platforms)
34948 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34950 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34951 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34952 check error condition on available samples correctly
34954 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
34956 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34958 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34959 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34960 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34961 (gst_tcpserversrc_gdp_read_header):
34962 use ssize_t over size_t since the former is signed and thus the
34963 check for error codes can work
34965 2004-06-02 Wim Taymans <wim@fluendo.com>
34969 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34970 (gst_multipart_mux_loop):
34973 2004-06-02 Wim Taymans <wim@fluendo.com>
34975 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34976 (gst_multipart_mux_init), (gst_multipart_mux_loop),
34977 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34978 (gst_multipart_mux_change_state):
34979 Added configurable boundary specifier, added the value as a
34980 caps field as well.
34982 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
34984 * gst/tcp/gsttcp.c:
34985 * gst/tcp/gsttcpclientsrc.c:
34986 * gst/tcp/gsttcpclientsrc.h:
34987 * gst/tcp/gsttcpserversrc.c:
34988 - portability fix, to compile on OSX
34991 * sys/osxaudio/gstosxaudioelement.c:
34992 * sys/osxaudio/gstosxaudiosink.c:
34993 * sys/osxaudio/gstosxaudiosrc.c:
34994 - compilation warnings on OSX
34997 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34999 * ext/vorbis/vorbisdec.c : sign warning fixes
35001 * gst-libs/gst/mixer/mixertrack.c :
35002 do no use defines which are glib 2.4 specific
35004 2004-06-01 Christophe Fergeau <teuf@gnome.org>
35006 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
35007 buffer since libflac doesn't expect it (reports a sync error when
35008 it encounters that)
35011 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
35013 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
35014 * gst-libs/gst/mixer/mixertrack.c:
35015 (gst_mixer_track_get_property), (get_mixer_track_init),
35016 (get_mixer_track_get_property): Added property accessors
35017 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
35018 * gst-libs/gst/mixer/mixeroptions.c:
35019 (gst_mixer_options_get_values): Added
35020 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
35021 * gst-libs/gst/mixer/mixer.c: Fixed comment
35024 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
35026 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35027 improve error messages on open
35030 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
35032 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
35033 check if v4l-conf is in path
35035 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
35037 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
35038 change assert to a more readable error message
35040 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35042 * gst-libs/gst/tuner/tunerchannel.h:
35043 - add a freq_multiplicator field to make the conversion
35044 between internal frequency unit and Hz
35045 * sys/v4l/gstv4lelement.c:
35046 * sys/v4l2/gstv4l2element.c:
35047 - change default video device to /dev/video0
35048 * sys/v4l/v4l_calls.c:
35049 * sys/v4l2/v4l2_calls.c:
35050 - we only expose frequency to the user in Hz instead of
35051 bastard v4lX unit (either 62.5kHz or 62.5Hz)
35053 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
35054 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35055 Initialise b_o_s and e_o_s variables
35056 * gst-libs/gst/riff/riff-media.c:
35057 (gst_riff_create_video_caps_with_data):
35058 Add some unusual fourcc's from mplayer avi's
35059 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
35060 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
35063 2004-05-28 Wim Taymans <wim@fluendo.com>
35066 * gst/alpha/Makefile.am:
35067 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
35068 (gst_alpha_get_type), (gst_alpha_base_init),
35069 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
35070 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
35071 (gst_alpha_chroma_key), (gst_alpha_chain),
35072 (gst_alpha_change_state), (plugin_init):
35073 A plugin to add an alpha channel to I420 video. Can optionally do
35075 * gst/multipart/Makefile.am:
35076 * gst/multipart/multipart.c: (plugin_init):
35077 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
35078 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
35079 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35080 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35081 (gst_multipart_demux_change_state),
35082 (gst_multipart_demux_plugin_init):
35083 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35084 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35085 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35086 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35087 (gst_multipart_mux_pad_unlink),
35088 (gst_multipart_mux_request_new_pad),
35089 (gst_multipart_mux_handle_src_event),
35090 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35091 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35092 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35093 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35094 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35095 send multipart jpeg images to a browser.
35096 * gst/videobox/Makefile.am:
35097 * gst/videobox/README:
35098 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35099 (gst_video_box_get_type), (gst_video_box_base_init),
35100 (gst_video_box_class_init), (gst_video_box_init),
35101 (gst_video_box_set_property), (gst_video_box_get_property),
35102 (gst_video_box_sink_link), (gst_video_box_i420),
35103 (gst_video_box_ayuv), (gst_video_box_chain),
35104 (gst_video_box_change_state), (plugin_init):
35105 Crops or adds borders around an image. can do alpha channel
35107 * gst/videomixer/Makefile.am:
35108 * gst/videomixer/README:
35109 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35110 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35111 (gst_videomixer_pad_get_sink_event_masks),
35112 (gst_videomixer_pad_get_property),
35113 (gst_videomixer_pad_set_property),
35114 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35115 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35116 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35117 (gst_videomixer_base_init), (gst_videomixer_class_init),
35118 (gst_videomixer_init), (gst_videomixer_request_new_pad),
35119 (gst_videomixer_handle_src_event),
35120 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35121 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35122 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35123 (gst_videomixer_loop), (gst_videomixer_get_property),
35124 (gst_videomixer_set_property), (gst_videomixer_change_state),
35126 Generic video mixer plugin, can handle multiple inputs all with
35127 different framerates and video sizes. Is fully alpha channel
35130 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
35132 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35133 Select first track as master track. Not sure how else to handle
35135 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35136 Discard discont events. Should fix #142962.
35138 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
35140 * ext/alsa/Makefile.am:
35141 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35142 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35143 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35144 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35145 (gst_alsa_mixer_get_option):
35146 * ext/alsa/gstalsamixer.h:
35147 * ext/alsa/gstalsamixeroptions.c:
35148 (gst_alsa_mixer_options_get_type),
35149 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35150 (gst_alsa_mixer_options_new):
35151 * ext/alsa/gstalsamixeroptions.h:
35152 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35153 * ext/alsa/gstalsamixertrack.h:
35154 Add enumerations (as GstMixerOptions). Make correct distinction
35155 between input/output tracks. Add capture/playback private flag.
35156 Use flag to decide on whether to set capture or playback volumes
35157 or switches. Use playback and record switches.
35158 * gst-libs/gst/mixer/Makefile.am:
35159 * gst-libs/gst/mixer/mixer-marshal.list:
35160 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35161 (gst_mixer_set_option), (gst_mixer_get_option),
35162 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35163 (gst_mixer_volume_changed), (gst_mixer_option_changed):
35164 * gst-libs/gst/mixer/mixer.h:
35165 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35166 (gst_mixer_options_class_init), (gst_mixer_options_init),
35167 (gst_mixer_options_dispose):
35168 * gst-libs/gst/mixer/mixeroptions.h:
35169 Add GstMixerOptions.
35170 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35171 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35172 broken device detection on computers with multiple OSS sound
35175 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
35177 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35178 fixate nicely even when the peer is not negotiating
35180 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
35182 * gst/audioconvert/gstaudioconvert.c:
35183 (gst_audio_convert_parse_caps):
35184 make sure we don't allow depth > width
35185 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35186 fixate endianness to G_BYTE_ORDER as default
35187 * gst/audioscale/gstaudioscale.c:
35188 we don't handle another endianness as host-endianness
35190 2004-05-25 David Schleef <ds@schleef.org>
35192 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
35194 2004-05-24 Benjamin Otte <otte@gnome.org>
35196 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35197 (gst_oggvorbisenc_setup):
35198 properly fail when we can't setup the vorbis encoder due to
35199 unsupported settings
35200 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35201 (gst_vorbisenc_setup):
35203 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35204 fix case where warnings occured when one pad was unlinked while the
35205 other's link function was called
35207 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
35209 * gst/tcp/Makefile.am:
35212 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
35214 * gst-libs/gst/resample/private.h:
35215 don't use optimizations that are #if 0'ed
35217 2004-05-24 Wim Taymans <wim@fluendo.com>
35219 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35220 Fix potential division by zero error and hopefully get
35221 the position query right to get correct timestamps on avi
35224 2004-05-24 Wim Taymans <wim@fluendo.com>
35226 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35227 (gst_videoscale_scale_nearest_str2),
35228 (gst_videoscale_scale_nearest_str4),
35229 (gst_videoscale_scale_nearest_32bit),
35230 (gst_videoscale_scale_nearest_24bit),
35231 (gst_videoscale_scale_nearest_16bit):
35232 Fix the scaling algorithm and avoid a buffer overflow.
35233 removed the while loop in the scaling function as it
35234 was used for point sampling only.
35236 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
35238 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35239 (gst_id3_tag_class_init), (gst_id3_tag_init),
35240 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35241 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35242 (gst_id3_tag_send_tag_event):
35243 lots of fixes to make id3mux work and id3demux work correctly
35245 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35248 add rules to build shout2send (was removed by accident
35249 when this module was no more marked experimental/broken)
35251 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
35253 * ext/shout2/gstshout2.c:
35254 * ext/shout2/gstshout2.h:
35255 adding a "connection problem" signal to shout2send
35258 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
35260 * ext/kio/kioreceiver.cpp:
35261 * ext/kio/kioreceiver.h:
35262 fix sign comparison issues
35264 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35266 * gst/cdxaparse/gstcdxaparse.c:
35267 * gst/cdxaparse/gstcdxaparse.h:
35269 add some checks/sanity
35270 prepare for seek addition
35272 * sys/sunaudio/gstsunaudio.c:
35273 remove exported dupe init function
35275 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
35277 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35278 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35279 Fix format conversion and position querying.
35280 * gst/debug/progressreport.c: (gst_progressreport_report):
35281 Don't output a bogus total value that we didn't query.
35282 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35283 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35284 only a blank window after xine has been used.
35286 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
35289 sync with upstream version to fix test on FC2
35290 readd with -ko to preserve Id header
35292 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35295 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35296 * gst/tcp/gsttcpclientsrc.c: idem
35297 * gst/tcp/gsttcpserversink.c: idem
35298 * gst/tcp/gsttcpserversrc.c: idem
35299 * m4/gst-fionread.m4: idem
35301 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35303 * configure.ac: enable speex plugin for speex 1.1.5+
35304 * ext/speex/gstspeexenc.c: fix cast warning
35306 * ext/esd/README: fix typo
35308 2004-05-20 David Schleef <ds@schleef.org>
35310 * configure.ac: Minor cosmetic change to convince the buildbot to
35312 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35313 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35314 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35315 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35316 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35317 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35318 More hacking. Plays audio now.
35320 2004-05-20 David Schleef <ds@schleef.org>
35325 2004-05-20 David Schleef <ds@schleef.org>
35327 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
35328 * sys/osxaudio/gstosxaudio.c:
35329 * sys/osxaudio/gstosxaudioelement.c:
35330 * sys/osxaudio/gstosxaudioelement.h:
35331 * sys/osxaudio/gstosxaudiosink.c:
35332 * sys/osxaudio/gstosxaudiosink.h:
35333 * sys/osxaudio/gstosxaudiosrc.c:
35334 * sys/osxaudio/gstosxaudiosrc.h:
35336 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35338 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35339 (gst_vorbisenc_chain):
35340 put the codec headers on the caps as streamheader as well as
35343 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35345 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35346 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35347 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35348 split up push_packet into two functions
35350 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
35352 * gst/tcp/.cvsignore:
35354 * gst/tcp/Makefile.am:
35356 * gst/tcp/gsttcp.c:
35357 * gst/tcp/gsttcp.h:
35358 * gst/tcp/gsttcpclientsink.c:
35359 * gst/tcp/gsttcpclientsink.h:
35360 * gst/tcp/gsttcpclientsrc.c:
35361 * gst/tcp/gsttcpclientsrc.h:
35362 * gst/tcp/gsttcpplugin.c:
35363 * gst/tcp/gsttcpserversink.c:
35364 * gst/tcp/gsttcpserversink.h:
35365 * gst/tcp/gsttcpserversrc.c:
35366 * gst/tcp/gsttcpserversrc.h:
35367 add new tcp elements
35369 2004-05-19 Wim Taymans <wim@fluendo.com>
35371 * gst/law/mulaw-conversion.c: (mulaw_encode):
35372 Fix overflow bug in ulaw encoding.
35374 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35376 * ext/mad/gstmad.c: (gst_mad_handle_event):
35377 don't unref the event twice
35379 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35382 remove -Wno-sign-compare
35384 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35387 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35388 if you want to work against glib 2.2 and 2.4
35390 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
35392 * gst/tcp/Makefile.am:
35393 * gst/tcp/gsttcp.c:
35394 * gst/tcp/gsttcp.h:
35395 * gst/tcp/gsttcpsink.h:
35396 * gst/tcp/gsttcpsrc.h:
35397 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35399 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35401 * gst/debug/tests.c: (md5_get_value):
35402 fix segfault on gst-inspect
35404 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
35406 * gst/debug/testplugin.c:
35407 * gst/debug/tests.c:
35408 * gst/debug/tests.h:
35409 add new extensible and configurable testing element. Current tests
35410 include buffer count, stream length, timestamp/duration matching and
35412 * gst/debug/Makefile.am:
35413 * gst/debug/gstdebug.c: (plugin_init):
35414 add infrastructure for new element
35416 2004-05-19 Johan Dahlin <johan@gnome.org>
35418 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35419 ending of the array. Fixes gst-inspect segfault on ppc.
35421 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35423 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35425 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35427 2004-05-18 David Schleef <ds@schleef.org>
35429 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35430 warnings (bugs, actually) noticed by gcc but not forte.
35432 2004-05-18 David Schleef <ds@schleef.org>
35434 * sys/sunaudio/Makefile.am:
35435 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35437 2004-05-18 David Schleef <ds@schleef.org>
35439 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35440 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
35441 to allow qtdemux to use non-seekable streams. (bug #142272)
35443 2004-05-18 David Schleef <ds@schleef.org>
35445 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35446 (gst_resample_sinc_ft_float): Remove use of static temporary
35447 buffer. This code was obviously not supposed to last long, but
35448 it's stuck in our ABI, so it required a little hack to make it
35449 ABI-compatible. Fixes #142585.
35450 * gst-libs/gst/resample/resample.h: same.
35452 2004-05-18 David Schleef <ds@schleef.org>
35454 * configure.ac: Add sunaudio
35455 * examples/Makefile.am: make gstplay depend on gconf
35456 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35457 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35458 (convert_table_lookup), (img_convert): remove c99-isms
35459 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35460 unsigned, to fix a warning on Solaris
35461 * gst/mpeg1sys/systems.c: bcopy->memcpy
35462 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35463 * sys/Makefile.am: Add sunaudio
35465 2004-05-18 Wim Taymans <wim@fluendo.com>
35467 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35468 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35469 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35470 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35471 (gst_ogg_mux_loop):
35472 Fix an ugly memleak where the muxer didn't flush enough ogg
35473 pages. This also resulted in badly muxed ogg files.
35475 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35477 * gst/asfdemux/asfheaders.c :
35478 * gst/asfdemux/asfheaders.h :
35479 * gst/asfdemux/gstasfdemux.c :
35480 - fix ASF_OBJ_PADDING guid
35481 - add 3 new object guids (language list, metadata,
35482 extended stream properties)
35483 - add a function to parse extended header objects
35485 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
35487 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35488 remove leftover debugging g_print
35490 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
35492 * ext/mad/gstmad.c: (gst_mad_handle_event):
35493 Fix for when the first format in a discont event is not a
35494 byte-based one. Should fix #137710.
35496 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35498 * m4/a52.m4 : fix compilation with -Wall -Werror
35499 * m4/libfame.m4 : idem
35500 * m4/libmikmod.m4 : idem
35502 2004-05-17 Benjamin Otte <otte@gnome.org>
35504 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35505 signal the new tags before giving up the reference
35507 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
35509 * ext/shout2/gstshout2.c:
35510 use application/ogg instead of application/x-ogg (patch by Patrick
35511 Guimond, fixes #142432)
35512 * sys/oss/gstosselement.c: (gst_osselement_reset),
35513 (gst_osselement_sync_parms):
35514 don't set fragment size unless specified (fixes #142493)
35516 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35518 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35521 2004-05-17 Benjamin Otte <otte@gnome.org>
35523 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35524 compute offsets correctly for internal buffers so timestamps are set
35525 correctly when we can't seek. Also handle cases where there are no
35526 offsets. (based on a patch by David Moore, fixes #142507)
35528 2004-05-17 Benjamin Otte <otte@gnome.org>
35530 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35531 use correct variable when determining amount of data to skip so we
35532 don't skip into the void and segfault
35534 2004-05-16 Benjamin Otte <otte@gnome.org>
35536 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35539 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35541 * gst/asfdemux/gstasfdemux.c:
35542 - fix a mem leak and always propagate tags
35543 - add WMV3 to known video codecs (but no decoder yet)
35544 - replace "surplus data" at end of audio header for what
35545 it is : codec specific data
35548 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
35550 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
35552 * gst-libs/gst/audio/audioclock.c:
35553 Fix wrong return type (#142205).
35555 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35557 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35558 Ignore CRCs by default (fixes #142566).
35560 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35562 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35563 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35564 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35565 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35566 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35567 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35568 Fix for cases where we fail to attach to a mixer.
35570 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
35572 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35573 Don't touch events after not owning them anymore.
35574 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35575 (gst_wavparse_fmt), (gst_wavparse_other),
35576 (gst_wavparse_handle_seek), (gst_wavparse_loop),
35577 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35578 (gst_wavparse_srcpad_event):
35579 * gst/wavparse/gstwavparse.h:
35580 Add seeking, fix querying.
35582 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35584 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35585 - process comments even if they don't end with \0\0
35586 g_convert would ignore them if present and works well without them
35588 2004-05-16 Benjamin Otte <otte@gnome.org>
35590 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35593 2004-05-16 Benjamin Otte <otte@gnome.org>
35595 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35596 don't write to memory we might not write to - g_convert does that
35597 for us anyway (fixes #142613)
35598 (gst_asf_demux_audio_caps):
35599 comment out gst_util_dump_mem
35601 2004-05-16 Benjamin Otte <otte@gnome.org>
35603 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35604 compute correct expected timestamps after seek (broken since
35606 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35607 rename element and debugging category to gdkpixbufscale
35609 2004-05-16 Benjamin Otte <otte@gnome.org>
35611 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35612 add error checking to snd_pcm_delay and remove duplicate call to
35613 snd_pcm_delay that caused issues (see inline code comments)
35614 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35615 make more readable and fix return value when snd_pcm_delay fails
35618 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
35619 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35620 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35621 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35622 (gst_pixbufscale_link), (gst_pixbufscale_init),
35623 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35624 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35625 (gst_pixbufscale_get_property), (pixbufscale_init):
35626 * ext/gdk_pixbuf/pixbufscale.h:
35627 Add these files I forgot earlier
35629 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
35630 * ext/gdk_pixbuf/Makefile.am:
35631 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35632 * ext/gdk_pixbuf/gstgdkpixbuf.h:
35633 Add new pixbufscale element to scale RGB video
35634 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35635 and HYPER interpolation correctly.
35636 * ext/theora/theoraenc.c: (theora_enc_chain),
35637 Discard buffer and return if explicit caps could not be set
35638 (theora_enc_get_property):
35639 Make _get return kbps for the bitrate consistent with
35643 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
35645 * ext/libvisual/visual.c: (gst_visual_chain):
35646 add missing visual_audio_analyze
35648 2004-05-14 David Schleef <ds@schleef.org>
35650 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35651 is killed while we're playing.
35652 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35653 gst_element_no_more_pads().
35655 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35657 * gst-libs/gst/riff/riff-read.c :
35658 - fix INFO tag extraction in RIFF/AVI files
35659 because gst_event_unref (event) also freed taglist
35662 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35664 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35665 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35667 * gst/auparse/gstauparse.c :
35668 - add code (commented for now) to support audio/x-adpcm on src pad
35669 (we have no decoder for those layout yet)
35671 * gst/cdxaparse/gstcdxaparse.c :
35672 * gst/cdxaparse/gstcdxaparse.h :
35673 - partial rewrite using RiffRead (ripped iain's wavparse code)
35675 * gst/rtp/gstrtpL16enc.c : typo
35676 * gst/rtp/gstrtpgsmenc.c : typo
35678 2004-05-13 Benjamin Otte <otte@gnome.org>
35681 check for exact version of libvisual, it's not supposed to be
35684 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
35686 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35687 signal no-more-pads
35689 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35691 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35692 Report which format was used for GST_FORMAT_DEFAULT
35693 * gst/debug/Makefile.am:
35694 * gst/debug/gstdebug.c: (plugin_init):
35695 * gst/debug/progressreport.c: (gst_progressreport_base_init),
35696 (gst_progressreport_class_init), (gst_progressreport_init),
35697 (gst_progressreport_report), (gst_progressreport_set_property),
35698 (gst_progressreport_get_property), (gst_progressreport_chain),
35699 (gst_progressreport_plugin_init):
35700 Add progressreport element for testing.
35702 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
35704 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35705 * sys/v4l/gstv4lsrc.h:
35706 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35707 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35708 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35709 (gst_v4lsrc_grab_frame):
35711 send a discont at start
35713 2004-05-12 Colin Walters <walters@redhat.com>
35715 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35716 inflooping if we can't find a chunk. Or in other words, don't blow
35717 chunks if we don't have a chunk to blow.
35719 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
35720 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35721 Remove old debug output
35722 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35723 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35724 (gst_dvdec_set_property), (gst_dvdec_get_property):
35725 Change the quality setting to an enum, so it works from gst-launch
35726 Don't renegotiate a non-linked pad. Allows audio only decoding.
35727 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35728 (gst_deinterlace_link), (gst_deinterlace_init):
35729 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35730 (gst_videodrop_link):
35731 Some caps negotiation fixes
35733 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35735 * ext/tarkin/gsttarkin.c :
35736 - Change RANK from NONE to PRIMARY
35737 * ext/gdk_pixbuf/gstgdkpixbuf.c :
35738 - Change RANK from NONE to MARGINAL
35739 * ext/divx/gstdivxenc.c :
35740 - Change RANK from PRIMARY to NONE (encoder/spider issue)
35742 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
35744 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35745 (gst_vorbisenc_push_packet):
35746 copy a function that was added between 1.0 and 1.0.1 until we
35747 depend on worthwhile features of post-1.0
35749 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
35752 enable shout2 by default
35753 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35754 (gst_shout2send_base_init), (gst_shout2send_init),
35755 (gst_shout2send_connect), (gst_shout2send_change_state):
35756 * ext/shout2/gstshout2.h:
35757 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35759 * ext/theora/theora.c: (plugin_init):
35760 don't set rank on encoders
35762 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
35764 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35765 Use codec_data property instead of flag1 and flag2 for wma
35767 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35769 * gst/cdxaparse/gstcdxaparse.c :
35770 - Add mpegversion to CAPS to make it link
35771 - Rank is as GST_RANK_SECONDARY instead of NONE
35772 * gst/auparse/gstauparse.c :
35773 - Document all audio encoding we can encounter from Solaris 9
35774 headers and libsndfile information.
35775 - Increase max. rate from 48000 to 192000 (to match other elements)
35776 - Don't try to play junk data between header and samples
35778 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35780 * ext/libvisual/visual.c: (gst_visual_getcaps):
35781 use the right caps depending on endianness (I hope)
35782 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35783 use GST_RANK_NONE for all non-decoding elements or spider gets
35786 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
35788 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35789 Fix some odd cases and fix BE metadata parsing of unicode16 text.
35791 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
35793 * gst/switch/gstswitch.c: (gst_switch_release_pad),
35794 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35795 (gst_switch_loop), (gst_switch_get_type):
35796 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35797 HEADERS. Had to be said.
35799 2004-05-10 David Schleef <ds@schleef.org>
35801 * configure.ac: Add prototype Dirac support.
35803 * ext/dirac/Makefile.am:
35804 * ext/dirac/gstdirac.cc:
35805 * ext/dirac/gstdiracdec.cc:
35807 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35809 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35810 (gst_auparse_init), (gst_auparse_chain),
35811 (gst_auparse_change_state):
35812 Hack around spider. Remove me some day please.
35814 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
35816 * gst/auparse/gstauparse.c: (gst_auparse_chain):
35817 Fix for some uninitialized variables in previous patch, also
35818 makes it work. Fixes #142286 while we're at it.
35820 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35822 * gst/auparse/gstauparse.c:
35823 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35824 only unsupported formats are ADPCM/CCITT G.72x
35826 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35828 2004-05-10 Wim Taymans <wim@fluendo.com>
35830 * ext/vorbis/Makefile.am:
35831 * ext/vorbis/README:
35832 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35833 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35834 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35835 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35836 (gst_oggvorbisenc_convert_sink),
35837 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35838 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35839 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35840 (get_constraints_string), (update_start_message),
35841 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35842 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35843 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35844 * ext/vorbis/oggvorbisenc.h:
35845 * ext/vorbis/vorbis.c: (plugin_init):
35846 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35847 (raw_caps_factory), (gst_vorbisenc_class_init),
35848 (gst_vorbisenc_init), (gst_vorbisenc_setup),
35849 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35850 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35851 * ext/vorbis/vorbisenc.h:
35852 Added a raw vorbis encoder to be used with the oggmuxer.
35853 We still need the old encoder for some gnome applications,
35854 read the README to find out how that works.
35855 The raw encoder is called "rawvorbisenc" until 0.9.
35857 2004-05-10 Wim Taymans <wim@fluendo.com>
35859 * ext/ogg/gstogg.c: (plugin_init):
35860 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35862 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35863 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35864 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35865 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35866 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35867 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35868 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35869 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35870 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35871 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35872 Added an ogg muxer.
35873 Small typo fixes in the demuxer.
35875 2004-05-10 Wim Taymans <wim@fluendo.com>
35877 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35878 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35879 (theora_enc_change_state), (theora_enc_set_property),
35880 (theora_enc_get_property):
35881 Mark the last packet with an EOS flag which is not really needed
35883 Do some better video framerate initialisation.
35884 Update the buffer timestamp.
35886 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
35888 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35889 Return the result of the parent state change call
35891 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35893 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35894 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35895 * gst/law/alaw-encode.c : (idem)
35896 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35897 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35898 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35900 2004-05-09 Benjamin Otte <otte@gnome.org>
35902 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35903 don't use a fixed buffer size when writing variable length data to
35904 it. Fixes memory corruption and makes alsasrc work
35906 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35908 * ext/gnomevfs/gstgnomevfssink.c:
35909 (_gst_boolean_allow_overwrite_accumulator),
35910 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35911 Run glib's default signal handler (??) in RUN_CLEANUP rather than
35912 RUN_LAST, and don't use that to set the accumulator value because
35913 then it's always FALSE.
35915 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
35917 * gst-libs/gst/riff/riff-media.c:
35918 (gst_riff_create_video_caps_with_data),
35919 (gst_riff_create_audio_caps),
35920 (gst_riff_create_audio_template_caps):
35921 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35922 Fix for unaligned RIFF files (i.e. where all the chunks together
35923 in a LIST chunk are not of the same size as the size given in
35924 the LIST chunk header). Fixes several odd WAVE files. Also fix
35925 ADPCM (block_align property) in audio, so that wavparse based
35926 on this works now as it used to stand-alone.
35928 2004-05-09 Edward Hervey <bilboed@bilboed.com>
35930 reviewed by Benjamin Otte <otte@gnome.org>
35932 * ext/a52dec/gsta52dec.c:
35933 * ext/divx/gstdivxdec.c:
35934 * ext/divx/gstdivxenc.c:
35935 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35936 * ext/faac/gstfaac.c: (gst_faac_base_init):
35937 * ext/faad/gstfaad.c: (gst_faad_base_init):
35938 * ext/ivorbis/vorbisfile.c:
35939 * ext/lame/gstlame.c:
35940 * ext/libfame/gstlibfame.c:
35941 * ext/mpeg2enc/gstmpeg2enc.cc:
35942 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35943 * ext/sidplay/gstsiddec.cc:
35944 * ext/speex/gstspeexdec.c:
35945 * ext/speex/gstspeexenc.c:
35946 * ext/xvid/gstxviddec.c:
35947 * ext/xvid/gstxvidenc.c:
35948 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35951 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
35953 * ext/alsa/gstalsa.c: (device_list),
35954 (gst_alsa_class_probe_devices):
35955 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35956 Fix alsa oddness in mixer after the combination of using mixer
35957 in source/sink elements and using hw:x,y instead of just hw:x.
35959 2004-05-09 Benjamin Otte <otte@gnome.org>
35961 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35962 (gst_wavparse_create_sourcepad):
35963 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35966 2004-05-09 Benjamin Otte <otte@gnome.org>
35968 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35969 allow discont events before caps nego
35971 2004-05-08 Benjamin Otte <otte@gnome.org>
35973 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35976 2004-05-08 Benjamin Otte <otte@gnome.org>
35978 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35979 (gst_level_change_state), (gst_level_init):
35980 * gst/level/gstlevel.h:
35981 figure out if we're initialized directly instead of keeping a
35982 variable that's wrong in 90% of cases
35983 don't initialize pads and then leak them and use a new unitialized
35984 pad. (fixes #142084)
35985 these were bugs so n00bish I didn't find them for an hour :/
35987 2004-05-08 Iain <iain@prettypeople.org>
35989 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35990 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35991 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35992 return the length that was read.
35993 (gst_riff_read_strf_auds): Allow fmt tags as well.
35995 2004-05-07 David Schleef <ds@schleef.org>
35997 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35998 signed char assumption in faad.h.
36000 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
36002 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
36003 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
36005 2004-05-07 Colin Walters <walters@redhat.com>
36007 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
36008 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
36010 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
36011 Add dispose function.
36013 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
36014 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
36015 Fix caps nego and pad templates. RGB mode caps should
36017 * ext/dvdnav/gst-dvd:
36018 Move mpeg2dec inside the thread because otherwise the
36019 queue rejects cap changes mid-stream
36020 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36021 (gst_mpeg2dec_flush_decoder):
36022 For mpeg2dec > 0.4.0, call the flush function instead of
36023 manually extracting all in-flight frames.
36024 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
36025 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
36026 Change mime type video/dv go video/x-dv to match the
36027 rest of gst-plugins
36029 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
36031 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
36032 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
36033 (gst_alsa_sink_class_init):
36034 * ext/alsa/gstalsasink.h:
36035 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
36036 (gst_alsa_src_class_init):
36037 * ext/alsa/gstalsasrc.h:
36038 Make alsasink/src a subclass of alsamixer so that mixer stuff
36039 shows up in gst-rec. Needs some finetuning.
36041 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
36043 * ext/lame/gstlame.c: (gst_lame_chain):
36045 * ext/mad/gstmad.c: (gst_mad_handle_event):
36047 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
36048 be able to detect mp3 files < 4096 bytes
36050 2004-05-06 Wim Taymans <wim@fluendo.com>
36052 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
36053 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
36054 (theora_enc_set_property), (theora_enc_get_property):
36055 Also encode the first frame, cleanup some code.
36057 2004-05-06 Wim Taymans <wim@fluendo.com>
36059 * ext/mpeg2enc/gstmpeg2enc.cc:
36060 Forward events first before deciding that negotiation was
36063 2004-05-06 Wim Taymans <wim@fluendo.com>
36065 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36066 First process the events before deciding that negotiation
36069 2004-05-06 Wim Taymans <wim@fluendo.com>
36071 * ext/theora/Makefile.am:
36072 * ext/theora/theora.c: (plugin_init):
36073 * ext/theora/theoradec.c: (theora_dec_change_state):
36074 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
36075 (gst_theora_enc_class_init), (gst_theora_enc_init),
36076 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
36077 (theora_enc_chain), (theora_enc_change_state),
36078 (theora_enc_set_property), (theora_enc_get_property):
36079 Added a theora encoder, grouped the encoder and decoder into the
36082 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
36084 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36085 (gst_jpegenc_chain):
36086 fix DURATION on outgoing buffers
36087 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36088 debug using time formats
36089 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36090 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36091 (gst_xvimagesink_sink_link):
36092 windows with width/height 0 generate X errors, so don't allow them
36094 2004-05-05 Wim Taymans <wim@fluendo.com>
36096 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36097 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36098 (gst_mpeg2dec_negotiate_format):
36099 * ext/mpeg2dec/gstmpeg2dec.h:
36100 removed the static pad template so that we can add the
36101 more accurate framerate value to the caps.
36104 2004-05-04 Benjamin Otte <otte@gnome.org>
36107 check for kdemacros.h, too (should fix #141821)
36108 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36109 don't crash if no header was sent, but nicely error out (fixes part
36112 2004-05-04 Wim Taymans <wim@fluendo.com>
36114 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36115 parent dispose function to avoid segfault on destroy.
36117 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
36119 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36121 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36122 (gst_xvimagesink_sink_link):
36123 clean up debugging caps
36124 also recreate xvimage when format has changed
36126 2004-05-04 Benjamin Otte <otte@gnome.org>
36128 * ext/libvisual/Makefile.am:
36129 * ext/libvisual/visual.c: (gst_visual_class_init),
36130 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36131 (gst_visual_srclink), (gst_visual_chain),
36132 (gst_visual_change_state), (plugin_init):
36133 use a GstAdapter to correctly adapt buffer sizes - allows using a
36136 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36138 * sys/v4l/gstv4lelement.h:
36139 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36140 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36141 (gst_v4lsrc_buffer_free):
36142 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36143 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36144 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36145 (gst_v4lsrc_requeue_frame):
36146 move some debugging categories around
36147 query for fps index and set accordingly if found
36149 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36151 * ext/lame/gstlame.c:
36152 correct defaults that lame_init puts out of range
36154 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36156 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36157 (gst_divxenc_class_init):
36158 fix range since -1 is the default
36159 * gst/mpeg1sys/gstmpeg1systemencode.c:
36160 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36161 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36162 (gst_rtjpegdec_chain):
36163 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36164 (gst_rtjpegenc_chain):
36165 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36166 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36167 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36168 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36169 * sys/v4l/gstv4lsrc.c:
36170 * sys/v4l/v4l_calls.c: (gst_v4l_open):
36171 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36172 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36173 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36174 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36175 remove gst_info calls
36177 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36186 Updated translations
36188 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
36190 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36191 refactor/comment code
36193 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
36195 * gst/asfdemux/Makefile.am:
36196 * gst/asfdemux/asfheaders.c:
36197 * gst/asfdemux/asfheaders.h:
36198 * gst/asfdemux/gstasf.c: (plugin_init):
36199 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36200 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36201 (gst_asf_demux_setup_pad):
36202 * gst/asfdemux/gstasfdemux.h:
36203 * gst/asfdemux/gstasfmux.c:
36204 * gst/asfdemux/gstasfmux.h:
36205 Add tagging support to demuxer, split out registration in its own
36206 file instead of in demux (hacky), and prevent having some tables
36207 in our memory multiple times (in asfheaders.h).
36209 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
36211 * gst/matroska/matroska-demux.c:
36212 (gst_matroska_demux_parse_metadata):
36213 * gst/matroska/matroska-ids.h:
36214 Basic tag reading support.
36216 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
36218 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36219 Really detect ac-3 audio.
36220 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36221 really detect matroska files (off-by-1).
36223 2004-04-30 David Schleef <ds@schleef.org>
36225 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36226 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36227 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36228 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36229 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36230 hackage -- parse a lot more atoms, extract a few tags. One might even
36231 mistake this for tag support. Maybe it is.
36232 * gst/qtdemux/qtdemux.h:
36234 2004-04-30 Colin Walters <walters@verbum.org>
36236 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36238 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
36240 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36241 (gst_ffmpegcolorspace_getcaps):
36242 remove broken nego fix
36244 2004-04-30 Benjamin Otte <otte@gnome.org>
36248 * ext/libvisual/Makefile.am:
36249 * ext/libvisual/visual.c:
36250 add initial support for libvisual (http://libvisual.sourceforge.net)
36251 libvisual is still quite alpha, so expect crashes in there :)
36253 2004-04-29 David Schleef <ds@schleef.org>
36255 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36256 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36257 up qtdemux to make it spit out codec_data. Do _not_ look at this
36258 code; you will no longer respect me.
36260 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36262 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36263 * ext/alsa/gstalsa.h :
36264 change alsa pcm device discovery to find more than 1 device
36265 per card. code review by Ronald.
36267 2004-04-29 David Schleef <ds@schleef.org>
36269 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36270 Add a check for a driver bug on FreeBSD. (bug #140565)
36272 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
36274 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36275 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36276 (gst_jpegenc_getcaps):
36277 move format setting to inner loop
36278 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36279 (gst_ffmpegcolorspace_getcaps):
36280 use GST_PAD_CAPS if available so that we use already negotiated
36282 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36283 (qtdemux_parse_moov), (qtdemux_parse):
36285 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36286 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36287 move hardcoded path to DEFINE
36289 2004-04-28 David Schleef <ds@schleef.org>
36291 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
36294 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
36296 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36297 Don't probe for playback device if we're a source element. Fixes
36300 2004-04-29 Benjamin Otte <otte@gnome.org>
36302 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36303 (gst_id3_tag_chain):
36304 rewrite buffer offset
36306 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
36310 * ext/dts/Makefile.am:
36311 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36312 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36313 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36314 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36315 (gst_dtsdec_loop), (gst_dtsdec_change_state),
36316 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36318 * ext/dts/gstdtsdec.h:
36320 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36321 (gst_faad_srcconnect):
36322 Add ESDS atom handling (.m4a).
36324 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
36326 * ext/divx/gstdivxdec.c: (plugin_init):
36327 Remove comment that makes no sense.
36328 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36329 Fix for obvious typo that resulted in warnings during gst-register.
36330 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36331 (gst_xviddec_sink_link):
36332 Fix caps negotiation a bit better.
36333 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36334 We call this 'codec_data', not 'esds'.
36336 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
36338 * gst/monoscope/gstmonoscope.c:
36339 make sure we only provide 256x128
36340 * gst/monoscope/monoscope.c: (monoscope_init):
36341 assert size of 256x128
36343 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36346 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36347 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36348 fixate to max width and height of device
36350 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36353 * sys/v4l/gstv4l.c:
36354 * sys/v4l/gstv4lsrc.c:
36355 * sys/v4l/v4l_calls.c:
36356 * sys/v4l/v4lsrc_calls.c:
36357 fix for qc-usb driver which fakes having more than one buffer
36358 by handing the same buffer twice, which confused GStreamer's/v4lsrc
36359 buffer_free override
36362 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
36365 * gst/videotestsrc/gstvideotestsrc.c:
36366 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36367 (gst_videotestsrc_init), (gst_videotestsrc_get),
36368 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36369 * gst/videotestsrc/gstvideotestsrc.h:
36370 add num-buffers property
36372 2004-04-26 Benjamin Otte <otte@gnome.org>
36374 * ext/mad/gstid3tag.c: (plugin_init):
36375 set id3mux rank to NONE so it doesn't confuse spider
36376 require audio/mpeg,mpegversion=1 in id3mux
36378 2004-04-26 Benjamin Otte <otte@gnome.org>
36381 detect faad correctly as non-working if it's indeed non-working
36383 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
36386 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36387 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36388 fix _getcaps so it only negotiates to its supported format
36390 2004-04-25 Benjamin Otte <otte@gnome.org>
36392 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36395 2004-04-23 Benjamin Otte <otte@gnome.org>
36397 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36398 audio/x-raw-int with height rules! not. Now it's depth.
36400 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
36402 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36403 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36404 (gst_wavparse_loop):
36405 Missing variable initialization. Add handling of DVI ADPCM. Fix
36406 mis-parsing of LIST chunks. This works around a bug where we mis-
36407 parse non-aligning LIST chunks (so LIST chunks where the contents
36408 don't align with the actual LIST size). The correct fix is to use
36409 rifflib, I'm not going to fix wavparse - too much work. All this
36412 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
36414 reviewed by Benjamin Otte <otte@gnome.org>
36416 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36417 fix shoutcast not working (fixes #140844)
36419 2004-04-22 Benjamin Otte <otte@gnome.org>
36421 * ext/hermes/gsthermescolorspace.c:
36422 (gst_hermes_colorspace_caps_remove_format_info):
36423 * gst/colorspace/gstcolorspace.c:
36424 (gst_colorspace_caps_remove_format_info):
36425 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36426 (gst_ffmpegcolorspace_caps_remove_format_info):
36427 s/gst_caps_simplify/gst_caps_do_simplify/
36429 2004-04-22 Benjamin Otte <otte@gnome.org>
36431 * gst-libs/gst/riff/riff-media.c:
36432 (gst_riff_create_video_caps_with_data):
36433 mpegversion is an int
36434 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36435 don't try to create pad templates with NULL caps, use any caps
36438 2004-04-20 David Schleef <ds@schleef.org>
36440 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36441 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
36444 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36446 reviewed by David Schleef
36448 * ext/mad/gstid3tag.c: Add stdlib.h
36449 * gst/rtp/gstrtpgsmenc.c: same
36450 * gst/tags/gstid3tag.c: same
36451 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36452 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36453 GST_DISABLE_LOADSAVE use.
36454 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36455 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36456 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36458 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36459 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36461 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36462 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36464 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36467 2004-04-20 David Schleef <ds@schleef.org>
36469 * gst/realmedia/rmdemux.c: This was supposed to part of the
36470 last checkin. Same idea.
36472 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
36474 reviewed by David Schleef
36476 * configure.ac: bump required gstreamer version to 0.8.1.1
36477 because of following changes [--ds]
36479 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
36480 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36481 (gst_riff_read_header): Use GST_READ_UINT*
36482 macros to access possibly unaligned memory.
36484 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36485 (mp3_type_find): Use GST_READ_UINT*
36486 macros to access possibly unaligned memory.
36487 (mp3_type_find, mpeg1_parse_header, qt_type_find)
36488 (speex_type_find): Likewise
36490 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36492 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36493 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36494 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36495 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36496 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36497 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
36498 macros to access possibly unaligned memory.
36500 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36503 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36504 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36506 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36509 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36510 (gst_mpeg2subt_chain_subtitle): Likewise.
36512 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36513 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36516 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36519 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36522 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36525 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36528 update required version of GStreamer because of GST_TIME_FORMAT
36530 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
36532 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36533 remove leftover g_print
36534 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36535 don't try setting only a subset of the caps. We don't want to kill
36536 autoplugging on purpose
36538 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36540 * sys/ximage/ximagesink.c: (plugin_init):
36541 * sys/xvimage/xvimagesink.c: (plugin_init):
36542 add debugging categories
36544 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
36548 Adding en_GB translation (Gareth Owen)
36550 2004-04-20 David Schleef <ds@schleef.org>
36552 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36553 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36554 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36555 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36556 A number of new features and hacks to extract the esds atom and
36557 put it into the caps. (bug #137724)
36559 2004-04-19 David Schleef <ds@schleef.org>
36561 * gconf/Makefile.am: Fix for non-GNU make
36562 * gst-libs/gst/Makefile.am: Change directory order to handle
36563 GstPlay linking with gstinterfaces
36564 * gst-libs/gst/audio/make_filter: make use of tr portable
36565 * gst-libs/gst/play/Makefile.am: Add intended \
36566 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36567 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36568 function prototype instead of void *.
36569 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36571 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36572 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36573 * gst/videofilter/make_filter: make use of tr portable
36574 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36576 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
36580 Added Ukrainian translation (Maxim V. Dziumanenko)
36582 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36584 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36585 (gst_gsmdec_link), (gst_gsmdec_chain):
36586 Fix capsnego, simplify chain function slightly.
36587 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36590 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
36592 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36593 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36594 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36595 Hack to make wavparse work with spider (always -> sometimes pad).
36596 Fixes #135862 && #140411.
36598 2004-04-18 Benjamin Otte <otte@gnome.org>
36600 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36601 (gst_osselement_rate_probe_check),
36602 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36603 get rid of \n in debug output
36605 2004-04-17 Iain <iain@prettypeople.org>
36607 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36610 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36612 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36613 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36614 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36615 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36616 (gst_id3_tag_src_link), (gst_id3_tag_chain),
36617 (gst_id3_tag_change_state), (plugin_init):
36618 deprecate id3tag element and replace with id3demux/id3mux.
36619 great side effect: this ugly file is now even uglier, yay!
36620 * ext/mad/gstmad.h:
36621 remove non-available function
36622 update for new get_type
36624 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
36627 require mpeg2dec >= 0.4.0
36629 2004-04-17 Benjamin Otte <otte@gnome.org>
36631 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36632 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36633 (gst_xvimagesink_set_xwindow_id):
36634 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36635 assorted cleanup fixes.
36637 2004-04-16 David Schleef <ds@schleef.org>
36639 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36640 * sys/xvimage/xvimagesink.h: same
36642 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
36644 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36645 Fix GST_ELEMENT_ERROR with (NULL)
36647 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36649 * gst-libs/gst/riff/riff-media.c:
36650 (gst_riff_create_video_caps_with_data):
36651 Add div[3456] as fourccs for DivX 3 (fixes #140137).
36653 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
36655 * gst-libs/gst/riff/riff-media.c:
36656 (gst_riff_create_video_caps_with_data),
36657 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36658 (gst_riff_create_video_template_caps),
36659 (gst_riff_create_audio_template_caps):
36660 * gst-libs/gst/riff/riff-media.h:
36661 * gst-libs/gst/riff/riff-read.c:
36662 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36663 * gst-libs/gst/riff/riff-read.h:
36664 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36665 Add MS RLE support. I added some functions to read out strf chunks
36666 into strf chunks and the data behind it. This is usually color
36667 palettes (as in RLE, but also in 8-bit RGB). Also use those during
36668 caps creation. Lastly, add ADPCM (similar to wavparse - which
36669 should eventually be rifflib based).
36670 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36671 (gst_matroska_demux_init), (gst_matroska_demux_reset):
36672 * gst/matroska/matroska-demux.h:
36673 Remove placeholders for some prehistoric tagging system. Didn't add
36674 support for any tag system really anyway.
36675 * gst/qtdemux/qtdemux.c:
36676 Add support for audio/x-m4a (MPEG-4) through spider.
36677 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36678 (gst_wavparse_loop):
36679 ADPCM support (#135862). Increase max. buffer size because we
36680 cannot split buffers for ADPCM (screws references) and I've seen
36681 files with 2048 byte chunks. 4096 seems safe for now.
36683 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36685 * configure.ac: bump nano to 1
36687 === release 0.8.1 ===
36689 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
36691 * configure.ac: releasing 0.8.1, "Comforting Sounds"
36693 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
36695 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36696 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36699 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36701 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36702 lower rank of dvddemux so that it's not used for mpeg playback.
36704 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
36707 save libs correctly when checking mad
36709 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
36711 * ext/mad/gstid3tag.c: (plugin_init):
36712 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
36714 2004-04-13 David Schleef <ds@schleef.org>
36716 * common/m4/gst-feature.m4: Call -config scripts with
36717 --plugin-libs if it is supported.
36718 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36719 JPEG images are image/jpeg.
36720 * gst/debug/Makefile.am:
36721 * gst/debug/negotiation.c: (gst_negotiation_class_init),
36722 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36723 (gst_negotiation_update_caps), (gst_negotiation_get_property),
36724 (gst_negotiation_plugin_init): Add a property that acts like
36726 * testsuite/gst-lint: Move license checking to be a standard
36729 2004-04-13 David Schleef <ds@schleef.org>
36731 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36732 patch from Sebastien Cote (bug #139958)
36734 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36736 * examples/gstplay/Makefile.am:
36737 * examples/gstplay/player.c: (main):
36738 make the commandline player example use gconf settings
36740 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
36742 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36743 (gst_cacasink_sinkconnect), (gst_cacasink_init),
36744 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36745 init/end library during state transition, not object
36746 creation/disposal. get rid of custom dispose handler.
36749 2004-04-12 Christian Schaller <Uraeus@gnome.org>
36751 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36754 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36756 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36757 Handle JUNK chunks inside data section. Prevents warnings.
36759 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36761 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36762 (gst_riff_create_video_template_caps):
36764 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36765 (gst_avi_demux_stream_data):
36766 Add support for "rec-list" chunks.
36768 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36770 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36771 Fix another codecname mismatch.
36773 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
36775 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36776 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36777 so that MJPEG plays back.
36779 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36781 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36782 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36783 * gst/mpeg1videoparse/gstmp1videoparse.h:
36784 Fix for some slight mis-cuts in buffer parsing, and for some
36785 potential overflows or faults-causers. Adds disconts. Also fixes
36786 #139105 while we're at it.
36788 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36791 * sys/v4l2/gstv4l2element.h:
36792 Workaround for missing struct v4l2_buffer declaration in Suse 9
36793 and Mandrake 10 linux/videodev2.h header file (#135919).
36795 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36797 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36798 Bail out if no filename was given.
36800 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
36802 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36803 (gst_v4l2_fourcc_from_structure):
36804 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36807 2004-04-09 Benjamin Otte <otte@gnome.org>
36809 * ext/gnomevfs/gstgnomevfssink.c:
36810 (_gst_boolean_allow_overwrite_accumulator),
36811 (gst_gnomevfssink_class_init):
36812 fix erase signal - if any handler returns false the file will not be
36813 overwritten. If no handler is connected, the file will not be
36814 overwritten either.
36815 renamed signal to "allow-overwrite"
36816 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36817 free string when adding it to ID3 failed
36818 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36819 unref event when done
36820 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36822 * gst/typefind/gsttypefindfunctions.c:
36823 (mpeg_video_stream_type_find):
36826 2004-04-08 David Schleef <ds@schleef.org>
36828 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36829 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36831 2004-04-08 David Schleef <ds@schleef.org>
36833 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36834 we don't support (bug #139532)
36836 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
36838 * ext/mad/gstmad.c: (gst_mad_handle_event),
36839 (gst_mad_check_caps_reset), (gst_mad_chain),
36840 (gst_mad_change_state):
36841 only set explicit caps if they haven't been set before for
36842 this stream. MPEG-audio sample rate/channels aren't allowed
36843 to change in-stream.
36846 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
36848 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36849 (_gst_boolean_did_something_accumulator),
36850 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36851 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36852 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36853 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36854 (gst_gnomevfssink_change_state):
36855 Fix erase signal. Don't erase by default. Remove handoff signal.
36856 Remove erase property. Don't segfault. General cleanup.
36858 2004-04-07 Benjamin Otte <otte@gnome.org>
36860 * gst-libs/gst/gconf/test-gconf.c: (main):
36861 add missing gst_init
36863 2004-04-07 Benjamin Otte <otte@gnome.org>
36865 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36866 free the mutexes, too
36868 2004-04-07 Benjamin Otte <otte@gnome.org>
36870 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36871 actually free the URI string
36872 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36873 compute offset correctly when passing discont events
36874 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36875 don't leak discont events
36876 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36877 add some missing breaks so caps aren't copied randomly
36878 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36879 if we realloc memory, we better use it
36881 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
36883 * ext/mad/gstmad.c: (normal_seek):
36884 fix GST_FORMAT_TIME usage
36886 2004-04-05 David Schleef <ds@schleef.org>
36888 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
36889 a deprecated function (hack!)
36891 2004-04-05 Benjamin Otte <otte@gnome.org>
36893 * ext/esd/esdmon.c: (gst_esdmon_get):
36894 fix nonterminated vararg and memleak
36896 2004-04-05 Benjamin Otte <otte@gnome.org>
36898 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36899 (gst_ladspa_init), (gst_ladspa_force_src_caps),
36900 (gst_ladspa_set_property), (gst_ladspa_get_property),
36901 (gst_ladspa_instantiate), (gst_ladspa_activate),
36902 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36905 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
36907 reviewed by Benjamin Otte <otte@gnome.org>
36909 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36910 check for broken LADSPA parameters (fixes #138635)
36912 2004-04-05 Benjamin Otte <otte@gnome.org>
36914 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36915 advertise buffer-frames correctly on sinkpads
36917 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36919 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36920 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36921 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36922 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36923 (gst_mad_check_caps_reset), (gst_mad_chain):
36924 add more debugging, only reset caps when we're not in error state
36926 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
36928 * ext/mad/gstmad.c: add debugging category, comment + cleanups
36930 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36932 reviewed by Benjamin Otte <otte@gnome.org>
36935 fix == in test(1) operator
36937 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
36939 reviewed by Benjamin Otte <otte@gnome.org>
36942 fix --export-symblos-regex to a working regex.
36944 2004-04-04 Benjamin Otte <otte@gnome.org>
36946 * sys/oss/.cvsignore:
36949 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
36951 reviewed by Benjamin Otte <otte@gnome.org>
36953 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36954 add missing 'new_media' argument (fixes #138168)
36955 * gst/matroska/matroska-demux.c:
36956 (gst_matroska_demux_handle_seek_event):
36957 add vararg terminator (fixes #138169)
36959 2004-04-02 David Schleef <ds@schleef.org>
36961 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
36962 disted (bug #138914)
36964 2004-04-01 Benjamin Otte <otte@gnome.org>
36966 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36967 (gst_alsa_close_audio):
36968 handle case better where a soundcard can't pause
36969 * ext/ogg/gstoggdemux.c:
36970 don't crash when we get events but don't have pads yet
36972 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
36974 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36975 throw an error if we couldn't probe any caps.
36977 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36979 * ext/dvdnav/gst-dvd:
36980 Add a really simple sample DVD player
36982 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
36984 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36985 (gst_a52dec_push), (gst_a52dec_handle_event),
36986 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36987 (gst_a52dec_change_state):
36988 * ext/a52dec/gsta52dec.h:
36989 Use a debug category, Output timestamps correctly
36990 Emit tag info, Handle events, tell liba52dec about cpu
36991 capabilities so it can use MMX etc.
36992 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36993 Fix a crasher accessing invalid memory
36994 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36995 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36996 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36997 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36999 Some support for byte-format seeking.
37000 Small fixes for still frames and menu button overlays
37001 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
37002 (gst_mpeg2dec_alloc_buffer):
37003 Use a debug category. Adjust the report level of several items to
37004 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
37005 so it doesn't lose the GstBuffer pointer
37006 * gst/debug/Makefile.am:
37007 * gst/debug/gstdebug.c: (plugin_init):
37008 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
37009 (gst_navseek_base_init), (gst_navseek_class_init),
37010 (gst_navseek_init), (gst_navseek_seek),
37011 (gst_navseek_handle_src_event), (gst_navseek_set_property),
37012 (gst_navseek_get_property), (gst_navseek_chain),
37013 (gst_navseek_plugin_init):
37014 * gst/debug/gstnavseek.h:
37015 Add the navseek debug element for seeking back and forth in a
37016 video stream using arrow keys.
37017 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
37018 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
37019 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
37020 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
37021 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
37022 (gst_mpeg2subt_parse_header), (gst_get_nibble),
37023 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
37024 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
37025 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
37026 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
37027 * gst/mpeg2sub/gstmpeg2subt.h:
37028 Pretty much a complete rewrite. Now a loopbased element. May still
37029 require work to properly synchronise subtitle buffers.
37030 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
37031 (gst_dvd_demux_send_subbuffer):
37032 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
37033 Don't attempt to create subbuffers of size 0
37034 Reduce a couple of error outputs to warnings.
37035 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
37036 (gst_y4mencode_chain):
37037 Output the y4m frame header correctly.
37039 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
37041 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37042 throw errors instead of allowing SIGFPE
37044 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
37046 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
37047 (gst_gconf_render_bin_from_key):
37048 leak plugging and style fixing
37050 2004-03-31 David Schleef <ds@schleef.org>
37052 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
37053 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
37055 * gst/debug/Makefile.am:
37056 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
37057 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
37059 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
37060 (gst_negotiation_base_init), (gst_negotiation_class_init),
37061 (gst_negotiation_init), (gst_negotiation_getcaps),
37062 (gst_negotiation_pad_link), (gst_negotiation_chain),
37063 (gst_negotiation_set_property), (gst_negotiation_get_property),
37064 (gst_negotiation_plugin_init): New element to talk about random
37065 negotiation things happening in a pipeline.
37067 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
37069 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37070 fix integer addition with help of Stefan Kost
37072 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
37074 * po/nl.po: updated Dutch translation (Elros Cyriatan)
37076 2004-03-30 David Schleef <ds@schleef.org>
37078 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
37079 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
37080 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37082 * ext/mpeg2dec/gstmpeg2dec.h:
37084 2004-03-30 David Schleef <ds@schleef.org>
37086 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37088 2004-03-30 David Schleef <ds@schleef.org>
37090 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
37091 Michael Petullo) to handle .mov
37093 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37095 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37096 (gst_osselement_rate_check_rate):
37097 probe caps correctly for sound cards that only support one format
37099 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37101 * ext/kio/kiosrc.cpp: (process_events):
37102 update handling event processing if inside KDE - untested
37104 2004-03-29 David Schleef <ds@schleef.org>
37106 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37107 by 2 to not interfere with other colorspaces.
37108 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37109 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37110 one to not interfere with ffmpeg_colorspace.
37112 2004-03-29 David Schleef <ds@schleef.org>
37114 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37115 aren't in the caps.
37116 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37117 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37119 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37121 * gst-libs/gst/riff/riff-media.c:
37122 fail on error, don't try to set stuff on NULL caps
37124 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
37128 * ext/kio/Makefile.am:
37129 * ext/kio/kioreceiver.cpp:
37130 * ext/kio/kioreceiver.h:
37131 * ext/kio/kiosrc.cpp:
37132 * ext/kio/kiosrc.h:
37133 add experimental kiosrc plugin
37134 * ext/alsa/gstalsaplugin.c: (plugin_init):
37135 initialize debugging category only when we're sure registering the
37138 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
37140 * examples/gstplay/player.c: (main):
37141 * gst-libs/gst/play/play.c: (gst_play_class_init),
37142 (gst_play_set_location), (gst_play_set_data_src),
37143 (gst_play_set_video_sink), (gst_play_set_audio_sink),
37144 (gst_play_set_visualization), (gst_play_connect_visualization):
37145 check return values of element_set_state and return FALSE where
37148 2004-03-29 Benjamin Otte <otte@gnome.org>
37150 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37151 try harder to check if an event is really a discont
37153 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
37155 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37158 2004-03-28 Benjamin Otte <otte@gnome.org>
37160 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37161 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37162 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37163 get rid of non-standard "..." ranges in case statements.
37165 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
37167 * gst/mpegstream/gstmpegdemux.c:
37168 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37169 specific functionality split to the new dvddemux element.
37170 * gst/mpegstream/gstdvddemux.c:
37171 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37172 streams, derived from mpegdemux.
37173 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37174 up. SCR based timestamp rewriting can be turned off (will probably
37175 completely disappear soon).
37176 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37177 hacking. General cleanup. All printf statements replaced by
37178 debugging messages. Almost complete libdvdnav support.
37179 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37180 by events. New properties for audio and subpicture languages.
37181 (dvdnavsrc_update_highlight): Now uses events.
37182 (dvdnavsrc_user_op): Cleaned up.
37183 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37184 based). Lots of cleanup, and propper support for most libdvdnav
37186 (dvdnavsrc_make_dvd_event): New function.
37187 (dvdnavsrc_make_dvd_nav_packet_event): New function.
37188 (dvdnavsrc_make_clut_change_event): New function.
37190 2004-03-26 Benjamin Otte <otte@gnome.org>
37192 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37193 fix bug where typefinding would claim it's theora whenever less then
37194 7 bytes of data were available
37196 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
37198 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37199 (gst_alawdec_base_init), (gst_alawdec_class_init),
37200 (gst_alawdec_init), (gst_alawdec_chain):
37201 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37202 (gst_alawenc_base_init), (gst_alawenc_class_init),
37203 (gst_alawenc_init), (gst_alawenc_chain):
37204 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37205 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37206 (gst_mulawdec_init), (gst_mulawdec_chain):
37207 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37208 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37209 (gst_mulawenc_init), (gst_mulawenc_chain):
37210 Fix capsnego in all four, remove the unused property functions and
37211 simplify the chain functions slightly. I guess we could use macros
37212 or something similar for those, since the code is so similar, but
37213 I'm currently too lazy...
37215 2004-03-24 David Schleef <ds@schleef.org>
37217 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37218 (gst_osselement_close_audio), (gst_osselement_probe_caps),
37219 (gst_osselement_get_format_structure),
37220 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37221 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37222 (gst_osselement_rate_int_compare): Add code to handle rate probing
37224 * sys/oss/gstosselement.h: same
37225 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37226 Use rate probing provided by osselement.
37227 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37229 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
37231 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37232 (gst_xvidenc_get_property):
37235 2004-03-24 David Schleef <ds@schleef.org>
37237 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37238 (gst_speexdec_init):
37239 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37240 (gst_speexenc_init): Create the pad template correctly (from
37241 the static pad template, not a NULL pointer.)
37243 2004-03-25 Benjamin Otte <otte@gnome.org>
37245 * gst/debug/Makefile.am:
37246 * gst/debug/breakmydata.c:
37247 add element that quasi-randomly changes bytes in the stream.
37248 Intended use is robustness checking of demuxers and decoders in
37251 2004-03-24 Benjamin Otte <otte@gnome.org>
37253 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37254 (gst_alsa_probe_hw_params):
37255 * ext/alsa/gstalsa.h:
37256 debugging output fixes
37258 2004-03-24 Benjamin Otte <otte@gnome.org>
37260 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37261 don't g_return_if_fail if element is PLAYING, fail silently as every
37263 * gst/effectv/gstquark.c: (gst_quarktv_chain):
37264 only fix needed for cast lvalue issues in gst-plugins
37265 * gst/volenv/gstvolenv.c: (gst_volenv_init):
37268 2004-03-24 Benjamin Otte <otte@gnome.org>
37270 * gst/level/gstlevel.c: (gst_level_init):
37271 add proxying getcaps function, so level doesn't advertise impossible
37274 2004-03-24 David Schleef <ds@schleef.org>
37276 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37277 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37278 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37279 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37280 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37281 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37282 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37283 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37284 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
37285 messages. Divide the chunk size by the compression ratio
37286 (needed for MACE audio)
37288 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37290 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37291 Fix buffer overflow read error.
37293 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
37295 * ext/alsa/gstalsa.h:
37296 Remove unused entry.
37297 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37299 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37300 (gst_videodrop_link), (gst_videodrop_chain):
37301 Fix, sort of. Was horribly broken with new capsnego. Bah...
37303 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
37305 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37307 Add a monkeysaudio typefind function
37309 2004-03-23 Johan Dahlin <johan@gnome.org>
37311 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37312 (gst_play_video_fixate): Check so the structure has the field
37313 before trying to fixate them, this makes it possible to have
37314 fakesinks for video and audio output without printing errors on
37315 the output console.
37317 2004-03-22 David Schleef <ds@schleef.org>
37319 * sys/oss/Makefile.am:
37320 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37321 (check_rate), (add_rate): Rate probing test app.
37323 2004-03-21 Benjamin Otte <otte@gnome.org>
37325 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37326 (_fixate_caps_to_int), (gst_audio_convert_fixate):
37327 add a fixation function that pretty much does the right thing (fixes
37330 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
37332 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37334 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
37336 reviewed by: Benjamin Otte <otte@gnome.org>
37338 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37339 terminate gst_event_new_discontinuous correctly (fixes parts of
37342 2004-03-19 David Schleef <ds@schleef.org>
37344 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
37345 since it doesn't depend on X, and it's part of our ABI.
37347 2004-03-19 Iain <iain@prettypeople.org>
37349 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37350 is_int in the structure, not the local variable.
37352 2004-03-19 David Schleef <ds@schleef.org>
37354 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37355 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37356 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37357 Improvements in caps negotiation.
37359 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37363 adding Afrikaans (Petri Jooste)
37365 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37367 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37368 (gst_ffmpegcolorspace_chain):
37369 throw error instead of g_critical (#137588)
37371 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
37375 dist common and m4 correctly
37378 2004-03-17 David Schleef <ds@schleef.org>
37380 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
37383 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37387 adding Swedish translation (Christian Rose)
37389 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
37391 * Makefile.am: use release.mak
37393 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37395 * common/ChangeLog:
37396 * common/gst-autogen.sh:
37397 add some explanation about the version detection
37401 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37403 * configure.ac: bump nano to 1
37405 === release 0.8.0 ===
37407 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37409 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37411 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
37414 update libtool version
37415 * gst-libs/gst/media-info/Makefile.am:
37416 actually use libtool version
37418 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37420 * configure.ac: fix speex detection to work with 1.0 but not 1.1
37422 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37425 * gst-plugins.spec.in:
37426 * pkgconfig/Makefile.am:
37427 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37428 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37429 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37430 * pkgconfig/gstreamer-libs.pc.in:
37431 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37432 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37433 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37434 * pkgconfig/gstreamer-plugins.pc.in:
37435 remove @VERSION@ from some of the pc files since core and plugins
37437 created gstreamer-plugins.pc as it's a better name, but keeping
37438 -libs around for now to get fixes upstream done first.
37440 2004-03-15 Julien MOUTTE <julien@moutte.net>
37442 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37443 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37444 * gst-libs/gst/play/play.h:
37446 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37448 * *.c, *.cc: don't mix tabs and spaces
37450 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37452 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37453 use the new ffmpegcolorspace
37454 * gst-plugins.spec.in:
37455 package new colorspace and media-info
37457 * pkgconfig/Makefile.am:
37458 fix some more disting issues
37459 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37460 * pkgconfig/gstreamer-media-info.pc.in:
37461 generate media-info pc files
37463 2004-03-15 Johan Dahlin <johan@gnome.org>
37465 * *.h: Revert indenting
37467 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37470 adding ffmpegcolorspace element
37471 * gst/ffmpegcolorspace/Makefile.am:
37472 * gst/ffmpegcolorspace/avcodec.h:
37473 * gst/ffmpegcolorspace/common.h:
37474 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37475 * gst/ffmpegcolorspace/dsputil.h:
37476 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37477 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37478 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37479 (gst_ffmpeg_caps_to_pix_fmt):
37480 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37481 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37482 (gst_ffmpegcolorspace_caps_remove_format_info),
37483 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37484 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37485 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37486 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37487 (gst_ffmpegcolorspace_set_property),
37488 (gst_ffmpegcolorspace_get_property),
37489 (gst_ffmpegcolorspace_register):
37490 * gst/ffmpegcolorspace/imgconvert.c:
37491 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37492 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37493 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37494 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37495 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37496 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37497 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37498 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37499 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37500 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37501 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37502 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37503 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37504 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37505 (img_get_alpha_info), (deinterlace_line),
37506 (deinterlace_line_inplace), (deinterlace_bottom_field),
37507 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37508 * gst/ffmpegcolorspace/imgconvert_template.h:
37509 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37510 * gst/ffmpegcolorspace/mmx.h:
37511 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37512 adding ffmpegcolorspace element supplied by Ronald after cleaning
37513 up and pulling in the right bits of upstream source.
37514 I'm sure a better C/compiler wizard could do some cleaning up (for
37515 example use GLIB's malloc stuff), but as a first pass this
37518 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
37520 * ext/alsa/gstalsa.h:
37521 I assume Ronald forgot to commit the change to have cardname
37522 as a struct member. Expect some public spanking at the next
37525 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
37527 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37528 (gst_alsa_open_audio), (gst_alsa_close_audio):
37529 * ext/alsa/gstalsa.c:
37530 Don't open the device if we're a mixer (= padless).
37531 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37532 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37533 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37534 Open mixer during state change rather than during object
37535 initialization. Also, get a device name. Currently in a somewhat
37536 hackish fashion, but I didn't really find something better.
37538 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
37540 * *.c, *.h: run gst-indent
37542 2004-03-14 Benjamin Otte <otte@gnome.org>
37544 * gst/modplug/gstmodplug.cc:
37545 * gst/modplug/gstmodplug.h:
37546 set correct timestamps on outgoing buffers
37548 2004-03-14 Benjamin Otte <otte@gnome.org>
37550 * gst/modplug/gstmodplug.cc:
37551 handle events - don't do crap when a discont arrives that's not
37553 This allows correct loading and playback of mods in Rhythmbox
37555 2004-03-14 Benjamin Otte <otte@gnome.org>
37558 * gst-libs/gst/gconf/Makefile.am:
37559 * pkgconfig/Makefile.am:
37560 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37561 they get rebuilt properly
37563 when checking for vorbis, try pkgconfig first.
37564 * gst/modplug/gstmodplug.cc:
37565 add fixate function
37567 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
37569 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37570 Fix for obvious mistake, where we first shift the offset and then
37571 read a samplesize element assuming the old offset. Note that this
37572 part still has something weird, i.e. my movies containing those
37573 don't actually play well, but at least there's something that looks
37576 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
37577 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37579 Add a typefind function for speex format
37581 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37583 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37584 (gst_asf_demux_setup_pad):
37585 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37586 instead of 0. Reason is simple: some elements have a fps range
37587 of 1-max instead of 0-max. So now ASF video actually works.
37589 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
37593 adding serbian as a language
37595 2004-03-13 Benjamin Otte <otte@gnome.org>
37597 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37598 return taglist correctly from _get function, don't gst_pad_push it.
37601 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37602 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37604 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37606 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37607 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37608 (gst_alsa_mixer_track_new):
37609 * ext/alsa/gstalsamixertrack.h:
37610 Fix ancient leftovers... MixerTrack is a GObject.
37612 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
37614 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37615 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37616 Don't block during probing...
37618 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
37620 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37621 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37622 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37623 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37624 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37625 (gst_alsa_open_audio), (gst_alsa_close_audio):
37626 * ext/alsa/gstalsa.h:
37627 Add propertyprobe interface implementation, add some device-name
37628 property, all this so that it looks good in gnome-volume-control.
37630 2004-03-12 David Schleef <ds@schleef.org>
37632 * configure.ac: the Hermes library controls hermescolorspace, not
37634 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37635 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37637 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37638 * ext/sdl/sdlvideosink.h: ditto.
37639 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37641 2004-03-12 Benjamin Otte <otte@gnome.org>
37643 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37644 (gst_x_overlay_got_xwindow_id):
37645 * gst-libs/gst/xoverlay/xoverlay.h:
37646 replace XID with unsigned long to get rid of the xlibs dependency in
37647 XOverlay (fixes #137004)
37649 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
37650 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37651 (gst_agingtv_setup):
37652 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37653 (gst_dicetv_base_init), (gst_dicetv_class_init),
37654 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37655 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37656 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37657 (gst_edgetv_setup), (gst_edgetv_rgb32):
37658 * gst/effectv/gsteffectv.c:
37659 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37660 (gst_quarktv_set_property):
37661 * gst/effectv/gstrev.c: (gst_revtv_get_type),
37662 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37663 (gst_revtv_setup), (gst_revtv_rgb32):
37664 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37665 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37666 (gst_shagadelictv_init), (gst_shagadelictv_setup),
37667 (gst_shagadelictv_rgb32):
37668 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37669 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37670 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37671 * gst/effectv/gstwarp.c:
37672 Port everything that can be ported to videofilter and fix up the caps.
37673 Can someone with a big-endian machine please check these?
37675 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37677 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37678 (gst_osssink_chain), (gst_osssink_change_state):
37679 Latest fixes for A/V sync, audio playback and such. This is about
37680 all... MPEG playback issues are mostly related to the async build-
37681 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37683 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37685 patch from: Stephane Loeuillet
37688 use pkg-config for some libraries, falling back to the old .m4 way
37693 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
37696 * tools/Makefile.am:
37697 * tools/Makefile.in:
37698 * tools/gst-launch-ext-m.m:
37699 * tools/gst-launch-ext.1.in:
37700 * tools/gst-visualise-m.m:
37701 * tools/gst-visualise.1:
37702 * tools/gst-visualise.1.in:
37703 reorganizing generation of script tools
37705 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
37707 * ext/divx/gstdivxdec.c:
37708 Downgrade priority. We prefer ffdec_mpeg4.
37709 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37710 (gst_faad_chain), (gst_faad_change_state):
37711 Fix capsnego. Doesn't work for some sounds because we don't have
37712 a 5:1 to stereo element.
37713 * ext/xvid/gstxvid.c: (plugin_init):
37715 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37716 (gst_osssink_change_state):
37717 Add discont handling.
37719 2004-03-09 Colin Walters <walters@verbum.org>
37721 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37724 2004-03-09 Benjamin Otte <otte@gnome.org>
37726 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37727 the signals take 2 arguments
37729 2004-03-09 David Schleef <ds@schleef.org>
37731 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37732 (gst_alsa_fixate): Add fixate function. (bug #136686)
37733 * ext/alsa/gstalsa.h:
37734 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37736 2004-03-09 Benjamin Otte <otte@gnome.org>
37738 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37739 (gst_mikmod_change_state):
37740 * ext/mikmod/gstmikmod.h:
37741 make mikmod's loop function not loop infinitely and call
37742 gst_element_yield anymore
37743 * gst/modplug/gstmodplug.cc:
37744 fix pad negotiation (fixes #136590)
37746 2004-03-09 David Schleef <ds@schleef.org>
37748 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
37749 doesn't conflict with the internal colorspace plugin.
37750 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
37751 satisfy the crappy-ass shell shipped by a certain vendor.
37752 * gst/videofilter/make_filter: same (bug #135299)
37754 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37756 * configure.ac: bump nano to 1
37758 === release 0.7.6 ===
37760 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37762 * configure.in: releasing 0.7.6, "There"
37764 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37766 * pkgconfig/gstreamer-play-uninstalled.pc.in:
37767 * pkgconfig/gstreamer-play.pc.in:
37768 synchronize the two
37770 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37772 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37773 (cdparanoia_open), (cdparanoia_event):
37774 fix/add error handling
37776 add cdparanoia source
37777 * tools/Makefile.am:
37778 make scripts executable
37780 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
37783 * ext/vorbis/Makefile.am:
37785 remove id3types, vorbisfile and xvideosink from the build (#133783)
37787 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
37789 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37790 Fix metadata read crash (#136537).
37792 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37794 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37795 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37796 adding mime types, fixing the one-stop function
37798 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37800 * ext/nas/nassink.c and /ext/nas/nassink.h:
37801 More NAS love from Arwed von Merkatz
37802 So lets all sing 'Can you feel the NAS tonight'
37804 2004-03-08 Christian Schaller <Uraeus@gnome.org>
37806 * tools/gst-launch-ext.in:
37807 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37809 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37811 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37812 (gst_mpeg2dec_init):
37813 remove the user_data pad for now, because it is being used in
37814 fixating causing MPEG playback to fixate on 1000 Hz for playback.
37815 If someone knows how to fix this properly, please do.
37817 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
37819 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37820 (gst_osssink_get_time):
37821 add a warning, IMO this won't get triggered anymore, remove later
37823 2004-03-07 David Schleef <ds@schleef.org>
37825 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
37826 format (bug #136470)
37828 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
37830 * gst-libs/Makefile.am:
37831 * gst-libs/gst/media-info/Makefile.am:
37832 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37833 (error_callback), (gst_media_info_error_create),
37834 (gst_media_info_error_element), (gmip_init), (gmip_reset),
37835 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37836 * gst-libs/gst/media-info/media-info-priv.h:
37837 * gst-libs/gst/media-info/media-info-test.c: (main):
37838 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37839 (gst_media_info_class_init), (gst_media_info_instance_init),
37840 (gst_media_info_set_source), (gst_media_info_read_with_idler),
37841 (gst_media_info_read_idler), (gst_media_info_read):
37842 * gst-libs/gst/media-info/media-info.h:
37843 fixed, should work now
37845 2004-03-07 Christian Schaller <Uraeus@gnome.org>
37847 * ext/nas/nassink.c:
37848 A bunch of NAS fixes from Arwed von Merkatz
37850 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37852 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37853 (qtdemux_parse_trak):
37854 Fix crash (j might be greater than n_samples, in which case we're
37855 writing outside the allocated space for the array) and memleak.
37857 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37859 * sys/oss/gstosssink.c: (gst_osssink_chain):
37860 And another caller that couldn't handle delay < 0 (unsigned
37861 integer overflow). Video now continues playing on an audio
37862 buffer underrun, and the clock continues working. Audio still
37865 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
37867 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37868 (gst_osssink_get_time):
37869 get_delay() may return values lower than 0. In those cases, we
37870 should not actually cast to *unsigned* int64, that will break
37871 stuff horribly. In my case, it screwed up A/V sync in movies
37872 in totem rather badly.
37874 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37876 * ext/faac/gstfaac.c: (gst_faac_chain):
37877 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37878 * ext/libpng/gstpngenc.c: (user_write_data):
37879 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37880 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37881 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37882 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37883 Fix several misuse of gst_buffer_merge (it doesn't take ownership
37884 of any buffer), should fix some leaks. I hope I didn't unref buffers
37885 that shouldn't be...
37887 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37889 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37890 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37891 (error_callback), (gmi_reset), (gmi_seek_to_track),
37892 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37893 (gmip_find_type_post), (gmip_find_stream_post),
37894 (gmip_find_track_streaminfo_post):
37895 * gst-libs/gst/media-info/media-info-priv.h:
37896 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37897 (info_print), (main):
37898 * gst-libs/gst/media-info/media-info.c:
37899 (gst_media_info_error_create), (gst_media_info_error_element),
37900 (gst_media_info_instance_init), (gst_media_info_get_property),
37901 (gst_media_info_new), (gst_media_info_set_source),
37902 (gst_media_info_read_idler), (gst_media_info_read):
37903 * gst-libs/gst/media-info/media-info.h:
37904 first pass at making this work again. This seems to work on
37905 tagged ogg/vorbis and mp3 files.
37907 2004-03-06 Benjamin Otte <otte@gnome.org>
37909 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37910 fix huge leak: gst_buffer_merge doesn't unref the first argument
37913 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37915 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37916 report layer/mode/emphasis
37918 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37920 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37922 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37924 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37927 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
37929 * ext/vorbis/vorbis.c: (plugin_init):
37930 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37931 (gst_vorbis_dec_init), (vorbis_dec_event):
37933 make vorbisdec handle _BYTE and _TIME queries
37935 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37937 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37938 from the xing header
37940 2004-03-06 Benjamin Otte <otte@gnome.org>
37942 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37943 (gst_audio_convert_link), (gst_audio_convert_change_state),
37944 (gst_audio_convert_buffer_from_default_format):
37945 do conversions from/to float correctly, fix some caps nego errors,
37946 export correct supported caps in template and getcaps, use correct
37947 caps in try_set_caps functions
37949 2004-03-06 Christophe Fergeau <teuf@gnome.org>
37951 For some reason, I only committed a ChangeLog entry yesterday and
37952 not the corresponding code...
37953 * ext/mad/gstmad.c: Fix detection of Xing headers
37954 * gst/tags/gstid3tag.c: Changes to support TLEN tags
37956 2004-03-06 Benjamin Otte <otte@gnome.org>
37958 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37959 (gst_ogg_demux_src_query):
37960 make sure to handle the case where there's no current chain
37963 2004-03-05 David Schleef <ds@schleef.org>
37965 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37966 Add fixate function. (bug #131128)
37967 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37968 (gst_sdlvideosink_fixate): Add fixate function.
37969 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37970 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37971 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37972 Fix missing break that was causing ulaw to be interpreted as
37975 2004-03-05 David Schleef <ds@schleef.org>
37977 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37978 Fix code that ignores return value of gst_buffer_merge().
37980 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37981 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37982 * testsuite/gst-lint: Check for above.
37984 2004-03-05 David Schleef <ds@schleef.org>
37986 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
37987 caps and throw an element error. (bug #136334)
37989 2004-03-05 David Schleef <ds@schleef.org>
37991 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37992 (gst_faad_chain): Fix negotiation.
37993 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37994 key and button events.
37995 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37997 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37999 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
38000 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38001 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
38002 function to encourage better negotiation, particularly between
38003 audioconvert and osssink.
38004 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38005 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
38007 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
38009 * gst/vbidec/vbiscreen.c: Add glib header
38010 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
38012 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
38014 * ext/mad/gstmad.c: Fix detection of Xing headers
38015 * gst/tags/gstid3tag.c: Changes to support TLEN tags
38017 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
38019 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38020 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
38023 2004-03-06 Christophe Fergeau <teuf@gnome.org>
38025 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38026 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
38027 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
38028 files, and report the parsed length as a GST_TAG_DURATION tag.
38029 * gst/tags/gstid3tag.c: support TLEN (duration) tag
38031 2004-03-05 Benjamin Otte <otte@gnome.org>
38033 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
38034 convert channels correctly. convert correctly to unsigned.
38036 2004-03-05 Julien MOUTTE <julien@moutte.net>
38038 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
38039 we have a window before clearing it.
38041 2004-03-05 Julien MOUTTE <julien@moutte.net>
38043 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
38044 have a window before clearing it.
38046 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
38048 * gconf/gstreamer.schemas.in:
38049 * gst-libs/gst/gconf/Makefile.am:
38050 version installation path the same way as for 0.6
38051 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38052 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38053 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38054 remove comment that was fixed
38056 2004-03-05 David Schleef <ds@schleef.org>
38058 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
38059 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
38060 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
38061 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
38062 Add prototype code for handling seeking and querying.
38064 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
38066 * examples/gstplay/player.c: (main):
38067 Initialize variables to NULL. Prevents a segfault because the
38068 (uninitialized) variable is not NULL, resulting in a crash on
38069 trying to reach error->message.
38071 2004-03-05 Benjamin Otte <otte@gnome.org>
38073 * gst/audioconvert/gstaudioconvert.c:
38074 (gst_audio_convert_buffer_to_default_format):
38075 make float=>int conversion work correctly even in cornercases.
38077 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
38079 * debian/README.Debian:
38080 * debian/build-deps:
38081 * debian/changelog:
38083 * debian/control.in:
38084 * debian/copyright:
38085 * debian/gstreamer-a52dec.files:
38086 * debian/gstreamer-aa.files:
38087 * debian/gstreamer-alsa.files:
38088 * debian/gstreamer-alsa.manpages:
38089 * debian/gstreamer-arts.files:
38090 * debian/gstreamer-artsd.files:
38091 * debian/gstreamer-audiofile.files:
38092 * debian/gstreamer-avifile.files:
38093 * debian/gstreamer-cdparanoia.files:
38094 * debian/gstreamer-colorspace.files:
38095 * debian/gstreamer-doc.files:
38096 * debian/gstreamer-dv.files:
38097 * debian/gstreamer-dvd.files:
38098 * debian/gstreamer-esd.files:
38099 * debian/gstreamer-festival.files:
38100 * debian/gstreamer-flac.files:
38101 * debian/gstreamer-gconf.conffiles:
38102 * debian/gstreamer-gconf.files:
38103 * debian/gstreamer-gconf.postinst:
38104 * debian/gstreamer-gnomevfs.files:
38105 * debian/gstreamer-gsm.files:
38106 * debian/gstreamer-http.files:
38107 * debian/gstreamer-jack.files:
38108 * debian/gstreamer-jpeg.files:
38109 * debian/gstreamer-mad.files:
38110 * debian/gstreamer-mikmod.files:
38111 * debian/gstreamer-misc.files:
38112 * debian/gstreamer-mpeg2dec.files:
38113 * debian/gstreamer-oss.files:
38114 * debian/gstreamer-plugin-apps.files:
38115 * debian/gstreamer-plugin-apps.manpages:
38116 * debian/gstreamer-plugin-libs-dev.files:
38117 * debian/gstreamer-plugin-libs.files:
38118 * debian/gstreamer-plugin-template.postinst:
38119 * debian/gstreamer-plugin-template.postrm:
38120 * debian/gstreamer-sdl.files:
38121 * debian/gstreamer-sid.files:
38122 * debian/gstreamer-vorbis.files:
38123 * debian/gstreamer-x.files:
38124 * debian/mk.control:
38126 Debian package info not maintained here.
38128 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
38130 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38131 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38132 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38133 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38134 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38135 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38136 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38137 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38138 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38139 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38140 * gst-libs/gst/colorbalance/colorbalance.c:
38141 (gst_color_balance_class_init):
38142 * gst-libs/gst/colorbalance/colorbalancechannel.c:
38143 (gst_color_balance_channel_class_init):
38144 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38145 * gst-libs/gst/play/play.c: (gst_play_class_init):
38146 * gst-libs/gst/propertyprobe/propertyprobe.c:
38147 (gst_property_probe_iface_init):
38148 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38149 * gst-libs/gst/tuner/tunerchannel.c:
38150 (gst_tuner_channel_class_init):
38151 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38152 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38153 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38154 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38155 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38156 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38157 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38158 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38159 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38160 fix signals to use - instead of _
38161 * ext/libcaca/gstcacasink.h:
38162 * ext/sdl/sdlvideosink.h:
38165 2004-03-04 David Schleef <ds@schleef.org>
38167 * testsuite/gst-lint: Add a check for bad signal names.
38169 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
38171 reviewed by David Schleef
38173 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38174 modified the alpha channel and caused a warning. (bug #136192)
38176 2004-04-03 Christian Schaller <Uraeus@gnome.org>
38178 * gst-plugins.spec.in:
38179 Change names of plugins to actually be correct. Try to keep things
38180 alphabetical to avoid getting beat up by Thomas
38182 2004-03-03 Julien MOUTTE <julien@moutte.net>
38184 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38185 Using ximagesink as a default if no gconf key found. We should
38186 probably consider using alsasink instead of osssink for the audio
38189 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
38192 fix --with-plugins, don't think it ever worked before
38193 * gst-plugins.spec.in:
38196 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
38198 * ext/sdl/sdlvideosink.h:
38199 * sys/ximage/ximagesink.h:
38200 * sys/xvideo/xvideosink.h:
38201 * sys/xvimage/xvimagesink.h:
38202 Fix for move of gstvideosink.h -> videosink.h.
38204 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
38206 * gst-libs/gst/xwindowlistener/Makefile.am:
38207 this is a plugin library, not a library
38209 2004-03-01 David Schleef <ds@schleef.org>
38211 * AUTHORS: Added some names. Add yourself if you're still
38214 2004-03-01 David Schleef <ds@schleef.org>
38218 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38220 * gst-plugins.spec.in: clean up spec file
38222 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38224 * gst-libs/gst/video/Makefile.am:
38225 * gst-libs/gst/video/gstvideosink.c:
38226 * gst-libs/gst/video/gstvideosink.h:
38227 rename gstvideosink.h to videosink.h to match other headers
38228 * gst/mixmatrix/Makefile.am:
38229 fix plugin filename
38230 * gst/tags/Makefile.am: fix plugin filename
38232 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38234 * gst/tags/Makefile.am: fix plugin filename
38236 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
38238 * examples/gstplay/player.c: (got_time_tick), (main):
38240 display time_tick more readably
38241 * gst/mixmatrix/Makefile.am:
38242 fix plugin file name
38244 2004-02-29 Christophe Fergeau <teuf@gnome.org>
38246 * sys/oss/gstosselement.c: (gst_osselement_probe),
38247 (device_combination_append), (gst_osselement_class_probe_devices):
38248 * sys/oss/gstosselement.h:
38249 Reworked enumeration of oss dsps and mixers so that gst-mixer works
38250 on my system using alsa oss emulation, fixes bug #135597
38252 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
38254 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38255 (gst_videodrop_chain), (gst_videodrop_change_state):
38256 * gst/videodrop/gstvideodrop.h:
38257 Work based on timestamp of input data, not based on the expected
38258 framerate from the input. The consequence is that this element now
38259 not only scales framerates, but also functions as a framerate
38260 corrector or framerate stabilizer/constantizer.
38262 2004-02-27 David Schleef <ds@schleef.org>
38264 patches from jmmv@menta.net (Julio M. Merino Vidal)
38266 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38267 GST_ELEMENT_ERROR call (bug #135634)
38268 * gst/interleave/interleave.c: (interleave_buffered_loop),
38269 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38270 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38271 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38272 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38273 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38274 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38275 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38276 Fix GST_ELEMENT_ERROR call.
38277 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38278 GST_ELEMENT_ERROR call.
38280 2004-02-27 Benjamin Otte <otte@gnome.org>
38282 * gst-libs/gst/audio/audio.h:
38283 add macro to make sure header isn't included twice
38284 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38285 don't use gst_buffer_free
38286 * gst/playondemand/filter.func:
38287 don't use gst_data_free. Free data only once.
38289 2004-02-26 David Schleef <ds@schleef.org>
38291 * gst-libs/gst/colorbalance/Makefile.am:
38292 * gst-libs/gst/mixer/Makefile.am:
38293 * gst-libs/gst/tuner/Makefile.am:
38294 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38295 should not be disted, -marshal.h files should not be installed,
38296 and -enum.h files _should_ be installed. Fix to make this the
38299 === release 0.7.5 ===
38301 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
38303 * configure.ac: release 0.7.5, "Under The Sea"
38305 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38307 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38308 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38309 * gst/videoscale/gstvideoscale.c:
38310 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38311 assorted debug/warning fixes
38313 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38315 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38316 (gst_videoscale_init), (gst_videoscale_chain),
38317 (gst_videoscale_set_property), (plugin_init):
38318 * gst/videoscale/gstvideoscale.h:
38319 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38320 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38321 (gst_videoscale_planar400), (gst_videoscale_packed422),
38322 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38323 (gst_videoscale_24bit), (gst_videoscale_16bit),
38324 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38325 (gst_videoscale_scale_plane_slow),
38326 (gst_videoscale_scale_point_sample),
38327 (gst_videoscale_scale_nearest),
38328 (gst_videoscale_scale_nearest_str2),
38329 (gst_videoscale_scale_nearest_str4),
38330 (gst_videoscale_scale_nearest_32bit),
38331 (gst_videoscale_scale_nearest_24bit),
38332 (gst_videoscale_scale_nearest_16bit):
38333 add debugging category and use it properly
38334 fix use of GST_PTR_FORMAT
38336 2004-02-25 Andy Wingo <wingo@pobox.com>
38338 * gst/interleave/interleave.c (interleave_buffered_loop): Always
38339 push only when channel->buffer is NULL. Prevents segfaults doing
38340 the state change after a nonlocal exit, like a scheme exception.
38342 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38343 Handle the case where the intersected caps is empty.
38345 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
38347 * gst/law/mulaw-decode.c: (mulawdec_link):
38348 * gst/law/mulaw.c: (plugin_init):
38349 fix mulawdec so it actually works again
38351 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
38353 reviewed by: David Schleef <ds@schleef.org>
38355 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38356 (gst_gamma_init), (gst_gamma_set_property),
38357 (gst_gamma_get_property), (gst_gamma_calculate_tables),
38358 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
38359 for RGB, with separate r g and b correction factors. (#131167)
38361 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
38363 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38364 only signal tags for bitrate if they're > 0 (#134894)
38366 2004-02-24 David Schleef <ds@schleef.org>
38368 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38369 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38370 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38371 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38372 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38373 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38374 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38375 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38376 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
38377 category. Attempt to fix timestamp calculation.
38379 2004-02-24 Johan Dahlin <johan@gnome.org>
38381 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38383 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
38386 * gconf/Makefile.am:
38387 * gconf/gstreamer.schemas:
38388 * gst-libs/gst/gconf/Makefile.am:
38389 * gst-libs/gst/gconf/gconf.c:
38390 version gconf schemas and install locations
38392 2004-02-23 Benjamin Otte <otte@gnome.org>
38394 * ext/xine/xineinput.c: (gst_xine_input_dispose):
38395 (gst_xine_input_subclass_init):
38396 call parent dispose.
38397 change pad template for CD reader correctly
38398 * ext/xine/Makefile.am:
38399 * ext/xine/gstxine.h:
38400 * ext/xine/xine.c: (plugin_init):
38401 * ext/xine/xineaudiosink.c:
38402 wrap audio sinks, too
38403 * gst-libs/gst/resample/private.h:
38404 * gst-libs/gst/resample/resample.c: (gst_resample_init),
38405 (gst_resample_reinit), (gst_resample_scale),
38406 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38407 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38408 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38409 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38410 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38411 * gst-libs/gst/resample/resample.h:
38412 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38413 (gst_audioscale_class_init), (gst_audioscale_link),
38414 (gst_audioscale_get_buffer), (gst_audioscale_init),
38415 (gst_audioscale_chain), (gst_audioscale_set_property),
38416 (gst_audioscale_get_property):
38417 * gst/audioscale/gstaudioscale.h:
38418 s/resample_*/gst_resample_*/i to not clobber namespaces
38420 2004-02-23 Julien MOUTTE <julien@moutte.net>
38422 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38423 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38424 (gst_riff_create_video_template_caps),
38425 (gst_riff_create_audio_template_caps),
38426 (gst_riff_create_iavs_template_caps):
38427 * gst-libs/gst/riff/riff-media.h:
38428 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38429 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38430 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38431 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38432 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38433 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38434 (gst_matroska_demux_plugin_init): First batch implementing audio and
38435 video codec tags in demuxers.
38437 2004-02-22 Benjamin Otte <otte@gnome.org>
38439 * ext/xine/Makefile.am:
38440 * ext/xine/gstxine.h:
38441 * ext/xine/xine.c: (plugin_init):
38442 * ext/xine/xineinput.c:
38443 add input plugin wrapper. Playback from files, http, mms and cdda
38445 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38446 remove leftover G_GNUC_UNUSED
38447 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38448 (gst_asf_demux_identify_guid):
38449 improve debugging output
38451 2004-02-22 Benjamin Otte <otte@gnome.org>
38453 reported by: Padraig O'Briain <padraig.obriain@sun.com>
38456 replace test -e with test -x for mkinstalldirs to be more portable.
38459 2004-02-22 Benjamin Otte <otte@gnome.org>
38461 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38463 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38464 set rank to PRIMARY
38465 * gst/volume/gstvolume.c: (plugin_init):
38469 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
38471 reviewed by Benjamin Otte <otte@gnome.org>
38473 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38474 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38476 2004-02-22 Benjamin Otte <otte@gnome.org>
38479 export [_]*{gst,Gst,GST}.* symbols from plugins
38481 2004-02-22 Christophe Fergeau <teuf@gnome.org>
38483 reviewed by: Benjamin Otte <otte@gnome.org>
38485 * ext/lame/gstlame.c: (add_one_tag):
38486 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38487 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38488 (gst_vorbisenc_metadata_set1):
38489 * gst/tags/gstid3tag.c:
38490 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38491 apply fixes from bugs #135042 (lame can't write tags) and #133817
38492 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38494 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38496 * configure.ac: Export only gst_plugin_desc from plugins.
38497 Note that this change only makes any effect with Linux using libtool
38498 1.5.2 or higher. Otherwise it is silently ignored, but it would build
38499 fine. And don't try to have several versions of libtool in different
38502 2004-02-20 Andy Wingo <wingo@pobox.com>
38504 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38505 interleave respectively.
38507 * gst/interleave/deinterleave.c: New plugin: deinterleave
38508 (replaces on oneton).
38509 * gst/interleave/interleave.c: New plugin: interleave.
38510 * gst/interleave/plugin.h: Support file.
38511 * gst/interleave/plugin.c: Support file.
38513 * configure.ac: Remove intfloat and oneton, add interleave.
38515 * ext/sndfile/gstsf.c: Handle events better.
38517 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38518 and float2int operation. int2float has scheduling problems as
38519 noted in in2float_chain.
38521 2004-02-20 Benjamin Otte <otte@gnome.org>
38523 * ext/xine/Makefile.am:
38524 * ext/xine/gstxine.h:
38526 * ext/xine/xineaudiodec.c:
38527 * ext/xine/xinecaps.c:
38528 add first version of xine plugin wrapper. Currently only wraps the
38529 QDM2 win32 DLL, and even that only in proof-of-concept quality.
38532 add xine plugin wrapper, disabled by default. Use --enable-xine to
38533 build. Note that it'll segfault on gst-register if you don't remove
38534 the goom and tvtime post plugins from xine.
38535 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38536 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38537 add extradata parsing for QDM2.
38538 change around debugging prints.
38540 2004-02-19 Benjamin Otte <otte@gnome.org>
38542 * ext/lame/gstlame.c: (gst_lame_chain):
38543 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38544 use gst_tag_list_insert when you want to insert tags
38546 2004-02-18 David Schleef <ds@schleef.org>
38548 * configure.ac: Move massink to gst-rotten
38550 * ext/mas/Makefile.am:
38551 * ext/mas/massink.c:
38552 * ext/mas/massink.h:
38554 2004-02-18 David Schleef <ds@schleef.org>
38556 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38557 typefinding, since it seems to be worse than nothing.
38558 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
38559 atom to recognize .mp4 and .m4a files as video/quicktime.
38561 2004-02-18 David Schleef <ds@schleef.org>
38563 * gst/sine/demo-dparams.c: (quit_live),
38564 (dynparm_log_value_changed), (dynparm_value_changed), (main):
38565 Use double dparams, not float.
38566 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38567 (gst_sinesrc_init): Change sync default to FALSE, since multiple
38568 sync'd elements don't really work correctly.
38569 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38570 (volume_update_volume), (volume_get_property): Change dparam
38573 2004-02-18 Julien MOUTTE <julien@moutte.net>
38575 * sys/ximage/ximagesink.c:
38576 (gst_ximagesink_xwindow_update_geometry),
38577 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38578 (gst_ximagesink_change_state), (gst_ximagesink_expose),
38579 (gst_ximagesink_init): Rework the way software video scaling works. So
38580 now we check on each chain call if the video frames are feeling the
38581 window. If not we try to renegotiate caps. On failure we memorize that
38582 and we won't try again for that PLAYING sessions.
38583 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38585 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38588 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38590 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38591 break up _link so we can give a better debug message for errors
38593 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
38595 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38596 set up debug category
38598 2004-02-18 Julien MOUTTE <julien@moutte.net>
38600 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38601 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38602 the way renegotiation work. The event handling function is not taking
38603 care of external windows and renegotiate method check for pad flags
38604 NEGOTIATING. Should fix : #133209
38606 2004-02-17 Julien MOUTTE <julien@moutte.net>
38608 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38609 pad is negotiating before trying renegotiation.
38611 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
38613 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38614 pass on all possible mime types as typefind hints
38616 2004-02-17 Julien MOUTTE <julien@moutte.net>
38618 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38619 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38620 possible SHM leak if we crash. All other apps using XShm are doing
38623 2004-02-17 Julien MOUTTE <julien@moutte.net>
38625 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38626 (gst_ximagesink_expose): Renegotiate size on expose.
38627 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38630 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
38632 * testsuite/alsa/sinesrc.c:
38633 cosmetic fix to fix compile issue with gcc 2.95.4
38635 2004-02-16 Julien MOUTTE <julien@moutte.net>
38637 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38638 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38639 failed opening the audio device.
38640 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38641 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38642 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38643 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38644 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38645 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38646 (gst_ximagesink_change_state), (gst_ximagesink_chain),
38647 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38648 Removing some useless g_return_if_fail like wingo suggested.
38649 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38650 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38651 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38652 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38653 (gst_xvimagesink_update_colorbalance),
38654 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38655 (gst_xvimagesink_xcontext_clear),
38656 (gst_xvimagesink_get_fourcc_from_caps),
38657 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38658 (gst_xvimagesink_set_xwindow_id),
38659 (gst_xvimagesink_colorbalance_list_channels),
38660 (gst_xvimagesink_colorbalance_set_value),
38661 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38662 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38664 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
38666 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38667 throw error when not negotiated instead of asserting
38669 2004-02-15 Julien MOUTTE <julien@moutte.net>
38671 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38672 correct data refcounting.
38674 2004-02-15 Julien MOUTTE <julien@moutte.net>
38676 * gst/switch/gstswitch.c: (gst_switch_change_state),
38677 (gst_switch_class_init): Cleaning the sinkpads correctly on state
38678 change, mostly the EOS flag.
38680 2004-02-15 Julien MOUTTE <julien@moutte.net>
38682 * examples/gstplay/player.c: (got_eos), (main): Adding some
38683 output for debugging.
38684 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38685 timeouts if we go to any state different from PLAYING.
38686 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38687 more EOS bugs in riff lib.
38689 2004-02-14 Julien MOUTTE <julien@moutte.net>
38691 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38692 visualization until i find a way to fix switch correctly.
38693 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38695 * gst/switch/gstswitch.c: (gst_switch_release_pad),
38696 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38697 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38698 Reworked switch to get a more correct behaviour with events and refing
38699 of data stored in sinkpads.
38700 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38701 we don't pull from a pad in EOS.
38703 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38705 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38706 remove v1 tag even if we can't read it (makes sure we don't detect
38709 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
38711 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38712 (gst_alsa_xrun_recovery):
38713 * ext/alsa/gstalsa.h:
38714 try xrun recovery when wait failed. Make xrun recovery function
38715 return TRUE/FALSE to indicate success. (might fix #134354)
38717 2004-02-13 David Schleef <ds@schleef.org>
38719 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38720 (dynparm_value_changed), (main): Convert from float to double.
38721 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38723 2004-02-13 David Schleef <ds@schleef.org>
38725 * gst/silence/gstsilence.c: (gst_silence_class_init),
38726 (gst_silence_set_clock), (gst_silence_get),
38727 (gst_silence_set_property), (gst_silence_get_property):
38728 * gst/silence/gstsilence.h: Add sync property.
38729 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38730 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38731 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38732 * gst/sine/gstsinesrc.h: Add sync property.
38734 2004-02-13 David Schleef <ds@schleef.org>
38736 * gst/intfloat/gstint2float.c: (conv_f32_s16),
38737 (gst_int2float_chain_gint16): Change stdint usage to glib types.
38739 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38743 * gst-libs/ext/Makefile.am:
38744 move ffmpeg plugin to gst-ffmpeg module
38746 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
38748 * configure.ac: use GST_ARCH to detect architecture
38750 2004-02-12 Julien MOUTTE <julien@moutte.net>
38752 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38754 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
38756 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38757 classify LADSPA plugins based on number of src/sink pads
38758 (#133663, Stefan Kost)
38759 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38760 fix dparams registration
38761 (#133528, Stefan Kost)
38762 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38763 fix use of isprint and use g_ascii_isprint instead
38764 (#133316, Stefan Kost)
38766 2004-02-11 David Schleef <ds@schleef.org>
38768 Convert a few inner loops to use liboil. This is currently
38769 optional, and is only enabled if liboil is present (duh!).
38770 * configure.ac: Check for liboil-0.1
38771 * gst/intfloat/Makefile.am:
38772 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38773 (gst_int2float_chain_gint16):
38774 * gst/videofilter/Makefile.am:
38775 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38776 (tablelookup_u8), (gst_videobalance_planar411):
38777 * gst/videotestsrc/Makefile.am:
38778 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38779 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38780 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38781 (paint_hline_RGB565), (paint_hline_xRGB1555):
38783 2004-02-11 David Schleef <ds@schleef.org>
38785 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38786 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38787 (gst_colorspace_getcaps), (gst_colorspace_link),
38788 (gst_colorspace_base_init), (gst_colorspace_init),
38789 (gst_colorspace_chain), (gst_colorspace_change_state),
38790 (plugin_init): Merge Ronald's patch (bug #117897) and update
38791 for new caps and negotiation. Seems to work, although it
38792 shows off bugs in lcs.
38794 2004-02-11 David Schleef <ds@schleef.org>
38796 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38797 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38799 2004-02-11 David Schleef <ds@schleef.org>
38801 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38802 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38803 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38804 Add server and port properties
38806 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38811 * m4/as-liblame.m4:
38812 * m4/as-slurp-ffmpeg.m4:
38813 * m4/check-libheader.m4:
38820 * m4/gst-ivorbis.m4:
38821 * m4/gst-matroska.m4:
38823 * m4/gst-shout2.m4:
38831 fix underquotedness of macros (#133800)
38832 * m4/as-avifile.m4:
38834 removed because no longer used
38836 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
38839 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38840 by autopoint (fixes #132996)
38842 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
38844 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38845 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38846 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38847 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38850 2004-02-11 David Schleef <ds@schleef.org>
38852 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38853 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38854 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38855 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38856 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38857 (gst_jpegenc_class_init), (gst_jpegenc_init),
38858 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38859 (gst_jpegenc_chain), (gst_jpegenc_set_property),
38860 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
38861 * ext/jpeg/gstjpegenc.h: Fix negotiation.
38863 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
38865 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38866 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38867 * ext/mikmod/gstmikmod.h:
38868 fix caps negotiation in mikmod
38869 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38870 output debug information
38872 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
38874 * gst-libs/gst/colorbalance/Makefile.am:
38875 * gst-libs/gst/navigation/Makefile.am:
38876 * gst-libs/gst/xoverlay/Makefile.am:
38877 remove unused GST_OPT_CFLAGS from Makefiles
38878 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38880 2004-02-07 David Schleef <ds@schleef.org>
38882 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38883 push events to pads that haven't been created (#133508)
38885 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
38887 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38888 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38889 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38890 (gst_dvdec_loop), (gst_dvdec_change_state):
38891 Second attempt at committing a working dvdec element.
38893 2004-02-06 David Schleef <ds@schleef.org>
38895 Build fixes for OS X: (see #129600)
38896 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38897 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38898 (gst_riff_read_strf_iavs):
38899 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38900 (gst_avi_demux_stream_odml):
38901 * gst/playondemand/Makefile.am:
38902 * gst/rtp/rtp-packet.c:
38904 2004-02-05 David Schleef <ds@schleef.org>
38906 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38907 last change, because it Just Doesn't Compile.
38909 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38911 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38912 skip undecodable id3v2 tag instead of keeping it
38914 2004-02-05 David Schleef <ds@schleef.org>
38916 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38917 Unref leaked buffer. (Noticed by Ronald)
38919 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
38921 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38922 Sync requires with other checks. >= vs =.
38924 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
38926 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38927 (gst_dvdec_video_link), (gst_dvdec_loop):
38928 * ext/dv/gstdvdec.h:
38929 rework the caps negotiation so that dvdec works again instead
38930 of just segfaulting.
38932 === release 0.7.4 ===
38934 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
38936 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38937 * configure.ac: changed for release
38939 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
38941 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38942 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38943 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38944 * pkgconfig/gstreamer-play-uninstalled.pc.in:
38945 reworked patch by David Lehn to fix libdir and includedir for
38946 uninstalled libraries
38947 removed play and gconf from gstreamer-libs since they have their
38948 own pkgconfig files
38950 2004-02-04 David Schleef <ds@schleef.org>
38952 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38955 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38957 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38958 use correct GST_TAG_ENCODER tag
38960 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
38962 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38963 be sure to stop the clock when going to paused
38964 * sys/oss/gstosssink.c: (gst_osssink_change_state):
38965 reset number of transmitted when going to ready.
38968 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
38970 reviewed by Benjamin Otte
38972 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38973 extract track count (fixes #133410)
38975 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
38977 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38978 that should be !=, not == (fixes #132519)
38980 2004-02-04 David Schleef <ds@schleef.org>
38982 Make sure set_explicit_caps() is called before adding pad.
38983 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38984 * gst/id3/gstid3types.c: (gst_id3types_loop):
38985 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38986 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38988 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38991 bump nano to 2, first prerelease
38992 put back AM_PROG_LIBTOOL
38994 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
38996 * testsuite/alsa/Makefile.am:
38997 these are user test apps, not automatic testsuite tests
38999 2004-02-04 David Schleef <ds@schleef.org>
39001 Convert GST_DEBUG_CAPS() to GST_DEBUG():
39002 * gst/mpeg1videoparse/gstmp1videoparse.c:
39003 (mp1videoparse_parse_seq):
39004 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39005 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39006 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
39007 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
39008 (gst_xvideosink_getcaps):
39009 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
39010 * testsuite/gst-lint: more tests
39012 2004-02-04 David Schleef <ds@schleef.org>
39014 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
39015 with the code that they would expand to.
39016 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
39017 (gst_flacdec_get_src_query_types),
39018 (gst_flacdec_get_src_event_masks):
39019 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
39020 (gst_gnomevfssrc_get_query_types),
39021 (gst_gnomevfssrc_get_event_mask):
39023 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
39025 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
39026 (gst_sinesrc_dispose):
39027 fix memleak by properly disposing sinesrc
39029 2004-02-04 Julien MOUTTE <julien@moutte.net>
39031 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
39032 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
39033 an overlay to redraw the image because it has been exposed.
39034 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
39035 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
39036 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
39037 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
39039 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
39040 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
39041 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
39042 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
39045 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39047 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
39048 more memleak fixage
39050 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39052 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
39053 * gst/typefind/gsttypefindfunctions.c:
39054 fix memleaks shown by gst-typefind
39056 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
39058 * common/glib-gen.mak:
39059 add hack rule to touch .Plo files
39060 * gst-libs/gst/colorbalance/Makefile.am:
39061 * gst-libs/gst/mixer/Makefile.am:
39062 * gst-libs/gst/play/Makefile.am:
39063 * gst-libs/gst/tuner/Makefile.am:
39064 remove glib_root variable
39066 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39068 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
39069 set explicit caps before adding the element, so the autopluggers can
39071 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
39072 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
39073 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39075 fix memleaks in typefind functions. gst_type_find_suggest takes a const
39078 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
39080 * gst-libs/gst/colorbalance/Makefile.am:
39081 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39082 * gst-libs/gst/colorbalance/colorbalance.c:
39083 * gst-libs/gst/colorbalance/colorbalance.h:
39084 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39085 * gst-libs/gst/mixer/Makefile.am:
39086 * gst-libs/gst/mixer/mixer-marshal.list:
39087 * gst-libs/gst/mixer/mixer.c:
39088 * gst-libs/gst/mixer/mixer.h:
39089 * gst-libs/gst/mixer/mixermarshal.list:
39090 * gst-libs/gst/play/Makefile.am:
39091 * gst-libs/gst/play/play.h:
39092 * gst-libs/gst/tuner/Makefile.am:
39093 * gst-libs/gst/tuner/tuner-marshal.list:
39094 * gst-libs/gst/tuner/tuner.c:
39095 * gst-libs/gst/tuner/tuner.h:
39096 * gst-libs/gst/tuner/tunermarshal.list:
39097 use new glib-gen.mak snippet to clean up Makefile.am
39098 fix various bugs in Makefile.am's
39100 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39102 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39103 handle chain parsing correctly in the multichain case
39104 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39105 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39106 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39107 (theora_dec_chain):
39108 handle events and queries correctly
39110 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39113 Ignore generated file _stdint.h.
39115 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39117 * gst-libs/gst/colorbalance/Makefile.am:
39118 * gst-libs/gst/colorbalance/colorbalance.h:
39119 * gst-libs/gst/mixer/Makefile.am:
39120 * gst-libs/gst/mixer/mixer.h:
39121 * gst-libs/gst/play/Makefile.am:
39122 * gst-libs/gst/play/play.h:
39123 * gst-libs/gst/tuner/Makefile.am:
39124 * gst-libs/gst/tuner/tuner.h:
39125 Generate enum type code with glib-mkenums.
39126 * gst-libs/gst/colorbalance/.cvsignore:
39127 * gst-libs/gst/mixer/.cvsignore:
39128 * gst-libs/gst/play/.cvsignore:
39129 * gst-libs/gst/tuner/.cvsignore:
39130 Ignore generated files.
39132 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39134 * gst-libs/gst/audio/.cvsignore:
39135 Ignore generated file.
39136 * gst-libs/gst/audio/Makefile.am:
39137 Do not install example filter.
39139 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
39141 * examples/switch/.cvsignore:
39142 Ignore generated file.
39144 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
39146 * common/m4/ax_create_stdint_h.m4:
39148 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39151 remove generated _stdint.h in DISTCLEANFILES
39152 * ext/a52dec/gsta52dec.c:
39153 include _stdint.h for a52dec. (should fix #133064)
39155 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
39157 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39158 (gst_tag_to_vorbis_comments):
39159 Add replaygain support to vorbistag
39161 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
39162 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39163 (gst_ffmpeg_caps_to_extradata):
39164 Fix SVQ3 caps flag properties
39165 Use glib macro for bytes swap
39167 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39169 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39170 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39171 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39172 * ext/sndfile/gstsf.c: (plugin_init):
39173 * gst/avi/gstavi.c: (plugin_init):
39174 * sys/dxr3/dxr3init.c: (plugin_init):
39175 * sys/oss/gstossaudio.c: (plugin_init):
39176 * sys/v4l/gstv4l.c: (plugin_init):
39177 * sys/v4l2/gstv4l2.c: (plugin_init):
39178 remove textdomain calls
39180 update Dutch translation
39182 2004-02-02 Julien MOUTTE <julien@moutte.net>
39184 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39185 (gst_play_set_audio_sink): Moving volume in the audio thread for
39186 instantaneous volume change. Maybe i will add another volume in front
39187 of visualization later, not sure yet though.
39189 2004-02-02 Julien MOUTTE <julien@moutte.net>
39191 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39192 (gst_ximagesink_handle_xevents): Better X events handling, only take
39193 the latest events for configure and motion.
39194 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39196 2004-02-02 Jon Trowbridge <trow@gnu.org>
39198 reviewed by: David Schleef <ds@schleef.org>
39201 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39202 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39204 2004-02-02 David Schleef <ds@schleef.org>
39206 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
39208 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39209 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39210 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39211 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39212 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39213 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39214 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39215 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39216 (gst_float2_2_int_link):
39217 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39218 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39219 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39220 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39221 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39222 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39223 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39224 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39225 * testsuite/gst-lint: Add tests for bzero and ;;
39227 2004-02-02 David Schleef <ds@schleef.org>
39229 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39231 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39233 * ext/aalib/gstaasink.c: (gst_aasink_open):
39234 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39235 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39236 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39237 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39238 (gst_afsink_close_file):
39239 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39240 (gst_afsrc_close_file):
39241 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39242 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39243 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39244 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39245 * ext/esd/esdmon.c: (gst_esdmon_get):
39246 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39247 * ext/faac/gstfaac.c: (gst_faac_chain):
39248 * ext/faad/gstfaad.c: (gst_faad_chain):
39249 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39250 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39251 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39252 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39253 (gst_flacdec_loop):
39254 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39255 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39256 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39257 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39258 (gst_gnomevfssink_close_file):
39259 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39260 (gst_gnomevfssrc_open_file):
39261 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39262 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39263 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39264 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39265 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39266 * ext/mad/gstmad.c: (gst_mad_chain):
39267 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39268 * ext/mpeg2dec/gstmpeg2dec.c:
39269 * ext/mpeg2enc/gstmpeg2enc.cc:
39270 * ext/mplex/gstmplex.cc:
39271 * ext/mplex/gstmplexibitstream.cc:
39272 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39273 (gst_ogg_demux_push):
39274 * ext/raw1394/gstdv1394src.c:
39275 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39276 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39277 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39279 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39280 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39281 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39282 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39283 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39284 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39285 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39286 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39287 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39288 (gst_riff_read_element_data), (gst_riff_read_seek),
39289 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39290 * gst/adder/gstadder.c: (gst_adder_loop):
39291 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39292 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39293 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39294 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39295 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39296 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39297 * gst/goom/gstgoom.c: (gst_goom_chain):
39298 * gst/id3/gstid3types.c: (gst_id3types_loop):
39299 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39300 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39301 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39302 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39303 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39304 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39305 (gst_ebml_read_float), (gst_ebml_read_header):
39306 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39307 (gst_matroska_demux_parse_blockgroup):
39308 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39309 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39310 * gst/oneton/gstoneton.c: (gst_oneton_chain):
39311 * gst/silence/gstsilence.c: (gst_silence_get):
39312 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39313 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39314 * gst/speed/gstspeed.c: (speed_loop):
39315 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39316 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39317 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39318 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39319 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39320 (gst_wavparse_loop):
39321 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39322 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39323 (dxr3audiosink_close):
39324 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39325 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39326 (dxr3videosink_close), (dxr3videosink_write_data):
39327 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39328 * sys/oss/gstosssink.c: (gst_osssink_chain):
39329 * sys/oss/gstosssrc.c: (gst_osssrc_get):
39330 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39331 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39332 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39333 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39334 (gst_v4l_set_window), (gst_v4l_enable_overlay):
39335 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39336 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39337 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39338 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39339 (gst_v4l_set_audio):
39340 * sys/v4l/v4l_calls.h:
39341 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39342 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39343 (gst_v4lmjpegsink_playback_init),
39344 (gst_v4lmjpegsink_playback_start):
39345 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39346 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39347 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39348 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39349 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39350 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39351 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39352 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39353 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39354 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39355 (gst_v4l2_get_output), (gst_v4l2_set_output),
39356 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39357 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39358 (gst_v4l2_set_attribute):
39359 * sys/v4l2/v4l2_calls.h:
39360 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39361 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39362 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39363 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39364 (gst_v4l2src_capture_stop):
39365 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39366 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39367 (gst_ximagesink_chain):
39368 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39369 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39370 (gst_xvideosink_xwindow_new):
39371 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39372 (gst_xvimagesink_chain):
39374 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39376 * gst/volume/gstvolume.c: (gst_volume_set_volume),
39377 (gst_volume_get_volume), (volume_class_init), (volume_init),
39378 (volume_chain_int16), (volume_update_volume):
39379 * gst/volume/gstvolume.h:
39380 make code more readable by removing magic numbers
39381 make mixer interface export 0-100 range
39382 make it internally map to 0.0-1.0 range so users don't distort
39383 output by putting the sliders at full volume
39385 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39387 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39388 (gst_play_state_change), (gst_play_seek_to_time):
39389 block the tick callback for 0.5 secs after doing a seek
39391 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
39393 * gst-libs/gst/play/play.c: (gst_play_new):
39396 2004-02-01 Julien MOUTTE <julien@moutte.net>
39398 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39399 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39400 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39401 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39402 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39403 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39405 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
39408 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39409 check for a function added in vorbis 1.1
39411 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39413 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39414 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39415 really start/stop clock only on PLAYING <=> PAUSED
39416 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39417 remove \n from debugging lines
39418 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39419 make it work when seeking does not
39420 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39423 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39425 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39426 start clock on PAUSED=>PLAYING, not later
39427 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39428 extract correct time for different discont formats
39429 (gst_alsa_sink_get_time):
39430 don't segfault when no format is negotiated yet, just return 0
39431 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39432 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39433 (gst_ogg_pad_push):
39434 handle flush and discont events correctly
39435 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39436 handle discont events correctly
39438 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
39440 * gst-libs/gst/play/play.c: (gst_play_error_quark),
39441 (gst_play_error_create), (gst_play_error_plugin),
39442 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39443 * gst-libs/gst/play/play.h:
39444 add error handling during creation
39445 * examples/gstplay/player.c: (main):
39446 use new gst_play_new
39449 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
39451 * ext/theora/theoradec.c: (theora_dec_chain):
39453 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39454 (vorbis_dec_src_event), (vorbis_dec_chain):
39455 add encoder tag, fix tag reading to be more error tolerant, change
39456 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39457 gst_pad_event_default.
39458 * gst/tags/gstvorbistag.c:
39459 (gst_tag_list_from_vorbiscomment_buffer):
39460 undefine function specific define at end of function
39462 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
39464 * ext/flac/gstflac.c: (plugin_init):
39465 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39466 * ext/flac/gstflacdec.h:
39467 * ext/flac/gstflacenc.h:
39470 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
39472 * examples/gstplay/player.c: s/gstplay.h/play.h/
39474 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39476 * gst-libs/gst/play/Makefile.am:
39477 * gst-libs/gst/play/gstplay.c:
39478 * gst-libs/gst/play/gstplay.h:
39479 * gst-libs/gst/play/play.c:
39480 more surgery, operation complete
39482 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39484 * gst-libs/gst/play/play.old.c:
39485 * gst-libs/gst/play/play.old.h:
39486 after CVS surgery by moving, remove
39487 * gst-libs/gst/play/playpipelines.c:
39490 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39491 add negotiation error
39493 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39495 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39496 (gst_ogg_demux_push):
39497 add some seeking debug info
39498 send a flush when seeking
39500 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39506 * ext/theora/Makefile.am:
39507 * ext/theora/theoradec.c:
39508 add theora video decoder. Does just do simple decoding for now and
39509 has been tested against Theora cvs only. It only works when theora
39510 is compiled with --enable-static.
39511 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39512 always reset packetno on DISCONT
39514 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39516 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39519 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39521 * gst/mpegaudioparse/gstmpegaudioparse.c:
39522 (mp3_type_frame_length_from_header):
39523 Fix header parsing - stolen from ffmpeg (thank you! :) ).
39525 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39527 * ext/esd/esdsink.c: (gst_esdsink_init):
39528 Since we have static pad template caps, we don't need to negotiate;
39529 either the core errors out or we know the format.
39531 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
39533 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39534 (gst_riff_read_seek):
39535 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39536 (gst_ebml_read_seek):
39537 Fix event handling.
39539 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
39541 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39542 removee video/x-theora from vp3 decoder, it doesn't handle raw
39544 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39545 fix bug with finalizing element that never went to PAUSED
39546 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39547 length and position queries were swapped
39548 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39549 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39550 (vorbis_dec_src_event):
39551 implement querying time and bytes
39553 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
39555 * just about every source file:
39556 gst_element_error -> GST_ELEMENT_ERROR
39558 2004-01-29 Julien MOUTTE <julien@moutte.net>
39560 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39561 emiting FLUSH and even before DISCONT.
39562 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39563 get the best instant seeking as possible yay!
39565 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
39567 * gst/mpeg1videoparse/gstmp1videoparse.c:
39568 (gst_mp1videoparse_real_chain):
39569 Committed wrong version last week... Grr... Didn't notice until now.
39571 2004-01-29 Julien MOUTTE <julien@moutte.net>
39573 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39574 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39575 have_xwindow_id signal in xwindow_create.
39577 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
39579 * ext/ogg/gstoggdemux.c:
39580 lots of changes - mainly support for chained bitstreams, seeking,
39581 querying and bugfixes of course
39582 * ext/vorbis/Makefile.am:
39583 * ext/vorbis/vorbisdec.c:
39584 * ext/vorbis/vorbisdec.h:
39585 add vorbisdec raw vorbis decoder
39586 * ext/vorbis/vorbis.c: (plugin_init):
39587 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39588 * gst/intfloat/Makefile.am:
39589 * gst/intfloat/float22int.c:
39590 * gst/intfloat/float22int.h:
39591 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39592 add float2intnew plugin. It converts multichannel interleaved float to
39593 multichannel interleaved int. The name should probably be changed.
39594 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39596 add typefinding for raw theora video so oggdemux can detect it.
39598 2004-01-28 Julien MOUTTE <julien@moutte.net>
39600 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39601 sink element first.
39602 * gst/videoscale/gstvideoscale.c:
39603 (gst_videoscale_handle_src_event): Fixing src event handler.
39605 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
39607 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39608 (gst_v4lsrc_open), (gst_v4lsrc_close),
39609 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39610 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39611 * sys/v4l/gstv4lsrc.h:
39612 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39613 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39614 Implement resizing... Hack. But that's why v4l is b0rked...
39616 2004-01-28 Julien MOUTTE <julien@moutte.net>
39618 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39619 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39620 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39621 (gst_ximagesink_xwindow_destroy):
39622 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39623 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39624 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39625 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39626 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39627 correctly cleaning the image created to check xshm calls on succes,
39628 added a lot of XSync calls in X11 functions, and fixed a segfault when
39629 no image format was defined before negotiation happened.
39631 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
39633 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39634 use gst_element_get_time to get correct time
39636 2004-01-28 Julien MOUTTE <julien@moutte.net>
39638 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39639 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39640 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39641 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39642 (gst_xvimagesink_check_xshm_calls),
39643 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39644 X plugins are now able to detect that XShm calls will fail even if the
39645 server claims that it has XShm support (remote displays most of the
39646 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39647 so that we use non XShm functions. This feature is almost useless for
39648 xvimagesink as Xv is not supported on remote displays anyway, but
39649 it might happen than even on the local display XShm calls fail.
39651 2004-01-27 David Schleef <ds@schleef.org>
39653 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39654 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39655 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
39656 changed esdsink to only use 44100,16,2, since esd sucks at rate
39657 conversion and esdsink has had difficulty negotiating.
39659 2004-01-27 Julien MOUTTE <julien@moutte.net>
39661 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39662 (gst_play_seek_to_time): Fixing the way to get current position.
39664 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39666 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39667 use gst_element_get_time to get correct time
39669 2004-01-27 Julien MOUTTE <julien@moutte.net>
39671 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39672 fix ever... Inverting 2 lines of code make spider autoplug correctly
39675 2004-01-27 David Schleef <ds@schleef.org>
39677 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39678 Use gst_pad_try_set_caps_nonfixed().
39680 2004-01-27 David Schleef <ds@schleef.org>
39682 * gst/ac3parse/gstac3parse.c: update to checklist 5
39683 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
39684 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39685 * gst/audioscale/gstaudioscale.c: same
39686 * gst/auparse/gstauparse.c: same
39687 * gst/avi/gstavidemux.c: same
39689 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39691 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39692 stop processing after EOS
39694 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
39696 * gst/asfdemux/asfheaders.h:
39697 * gst/asfdemux/gstasfdemux.c:
39698 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39699 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39700 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39701 lot's of fixes to make data extraction simpler and get the code
39702 architecture and compiler independant. Add debugging category
39703 * gst/goom/gstgoom.c: (gst_goom_change_state):
39704 reset channel count on PAUSED=>READY, not READY=>PAUSED
39706 2004-01-26 Colin Walters <walters@verbum.org>
39708 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39709 code to pull a bigger buffer in iradio mode. This as a side effect
39710 makes typefinding work.
39712 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39714 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39715 Fix SVQ3 decoding on PPC
39717 2004-01-26 Julien MOUTTE <julien@moutte.net>
39719 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39720 that one managed to stay there... Fixed.
39722 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
39724 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39725 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39726 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39727 (qtdemux_video_caps):
39728 * gst/qtdemux/qtdemux.h:
39729 Add SVQ3 specific flags to qtdemux and ffmpeg
39731 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
39733 * gst-libs/gst/audio/audio.h:
39734 remove buffer-frames from audio caps
39735 * gst/audioconvert/gstaudioconvert.c:
39736 fix plugin to really work.
39738 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39740 * gst-libs/gst/mixer/mixer.c:
39741 * gst-libs/gst/propertyprobe/propertyprobe.c:
39742 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39743 (gst_tuner_find_channel_by_name):
39744 * gst-libs/gst/tuner/tuner.h:
39745 Add gtk-doc style comments. Also fix a function name.
39747 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39749 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39750 (gst_divxdec_negotiate):
39751 Fix for new capsnego - also fixes gst-player with divxdec.
39753 2004-01-25 Julien MOUTTE <julien@moutte.net>
39755 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39756 (gst_play_identity_handoff), (gst_play_set_location),
39757 (gst_play_set_visualization), (gst_play_connect_visualization): Another
39758 try in visualization implementation. Still have an issue with switch
39759 blocking when pulling from video_queue and only audio comes out of
39761 * gst/switch/gstswitch.c: (gst_switch_release_pad),
39762 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39763 release method. And check if the pad is usable before pulling.
39765 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39767 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39768 (gst_videobalance_init),
39769 (gst_videobalance_colorbalance_list_channels),
39770 (gst_videobalance_colorbalance_set_value),
39771 (gst_videobalance_colorbalance_get_value),
39772 (gst_videobalance_update_properties),
39773 (gst_videobalance_update_tables_planar411),
39774 (gst_videobalance_planar411):
39775 * gst/videofilter/gstvideobalance.h:
39776 Implement lookup-tables. +/- 10x faster.
39778 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39780 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39781 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39782 The index reading was broken. The rest worked fine, but the whole
39783 goal of my rewrite was to make avidemux readable, and this was
39784 not at all readable. Please use typed variables.
39786 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
39788 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39789 Additional pad usability check.
39790 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39791 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39792 (gst_mp1videoparse_real_chain):
39793 Fix MPEG video stream parsing. The original plugin had several
39794 issues, including not timestamping streams where the source was
39795 not timestamped (this happens with PTS values in mpeg system
39796 streams, but MPEG video is also a valid stream on its own so
39797 that needs timestamps too). We use the display time code for that
39798 for now. Also, if one incoming buffer contains multiple valid
39799 frames, we push them all on correctly now, including proper EOS
39800 handling. Lastly, several potential segfaults were fixed, and we
39801 properly sync on new sequence/gop headers to include them in next,
39802 not previous frames (since they're header for the next frame, not
39803 the previous). Also see #119206.
39804 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39806 Move caps setting so we only do it after finding several valid
39807 MPEG-1 fraes sequentially, not right after the first one (which
39808 might be coincidental).
39809 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39810 (mpeg_video_type_find), (mpeg_video_stream_type_find),
39812 Add unsynced MPEG video stream typefinding, and change some
39813 probability values so we detect streams rightly. The idea is as
39814 follows: I can have an unsynced system stream which contains
39815 video. In the current code, I would randomly get a type for either
39816 system or video stream type found, because the probabilities are
39817 being calculated rather randomly. I now use fixed values, so we
39818 always prefer system stream if that was found (and that is how it
39819 should be). If no system stream was found, we can still identity the stream as video-only.
39821 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39823 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39824 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39825 don't write to buffer. Extract data without the need of
39826 __attribute__ ((packed))
39828 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39830 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39831 (mpeg1_sys_type_find):
39832 Fix MPEG-1 stream typefinding.
39834 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39836 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39837 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39839 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39841 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39842 * ext/esd/gstesd.c: (plugin_init):
39843 private debugging, better error reporting
39845 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39847 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39848 (gst_riff_read_init), (gst_riff_read_change_state):
39849 * gst-libs/gst/riff/riff-read.h:
39850 Remove stuff fromold metadata system.
39852 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39854 * ext/ogg/gstoggdemux.c:
39855 Fix wrong file comment.
39856 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39857 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39858 Add metadata reading properly.
39860 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
39863 Fix nas DIST_SUBDIRS
39865 Fix bug where make distcheck doesn't get run on adding stuff to
39868 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
39870 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39871 * ext/divx/gstdivxdec.h:
39872 Fix divx3 ("msmpeg4") playback using divxdec.
39874 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
39876 * gst/typefind/gsttypefindfunctions.c:
39877 (mp3_type_frame_length_from_header): fix bug in length computation
39878 (mp3_type_find): improve debugging output
39880 2004-01-23 Julien MOUTTE <julien@moutte.net>
39882 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39883 (gst_play_set_location), (gst_play_seek_to_time),
39884 (gst_play_set_audio_sink), (gst_play_set_visualization),
39885 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39886 the pipeline from scratch. Visualization is back and switch went out as
39887 i realized it was not possible to use the way i wanted.
39888 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39889 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39890 clearing in state change from READY to NULL. So that one can clean the
39891 X ressources keeping the element.
39892 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39893 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39894 (gst_xvimagesink_colorbalance_set_value),
39895 (gst_xvimagesink_colorbalance_get_value),
39896 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39897 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39898 change from READY to NULL and fixed some stupid bugs in colorbalance
39899 get/set values. Also added the following feature : when nobody tries to
39900 set some values to the colorbalance levels before the xcontext is
39901 grabbed, then when creating channels list from Xv attributes we set the
39902 internal values to the Xv defaults. This way we handle buggy Xv drivers
39903 that set default hue values far from the middle of the range (Thanks
39904 to Jon Trowbridge for pointing that issue).
39905 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39906 colorbalance levels have been set before xcontext is grabbed.
39908 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
39910 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39911 Fix the ossmixer case where we shouldn't open /dev/dsp* because
39912 it might block operations (which is bad for a mixer).
39914 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39916 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39917 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39918 (gmip_find_type_pre):
39919 * gst-libs/gst/media-info/media-info-priv.h:
39920 * gst-libs/gst/media-info/media-info.c:
39921 (gst_media_info_instance_init), (gst_media_info_read_idler):
39922 add fakesink to get caps on decoder src pad again
39923 fix callback prototype to match new have_type signal signature
39925 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
39927 * gst/adder/gstadder.c: (gst_adder_link):
39928 fix non-compile and cut-n-paste code
39930 2004-01-21 David Schleef <ds@schleef.org>
39932 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39933 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39934 (gst_swfdec_init), (gst_swfdec_change_state):
39935 * ext/swfdec/gstswfdec.h:
39937 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39938 (gst_adder_request_new_pad): Fix negotiation.
39939 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39940 Add a fixate function.
39941 * gst/intfloat/gstfloat2int.c:
39942 * gst/intfloat/gstfloat2int.h:
39943 * gst/intfloat/gstint2float.c:
39944 * gst/intfloat/gstint2float.h:
39945 Completely rewrite the negotiation. Doesn't quite work yet,
39946 due to some buffer-frames problem.
39948 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
39950 * ext/gnomevfs/gstgnomevfssrc.c:
39951 * sys/v4l2/v4l2_calls.h:
39952 fix includes for distcheck
39954 2004-01-21 Christian Schaller <uraeus@gnome.org>
39957 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39958 based on earlier patch from Laurent Vivier
39960 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
39962 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39963 Fix wma caps property
39964 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39965 Fix typo (flags1 and flags2)
39967 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39969 * gst-libs/gst/media-info/media-info-priv.c:
39970 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39971 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39972 (gmip_find_stream), (gmip_find_track_metadata),
39973 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39974 (gmip_find_track_format):
39975 * gst-libs/gst/media-info/media-info-priv.h:
39976 * gst-libs/gst/media-info/media-info-test.c: (main):
39977 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39978 (gst_media_info_read_idler), (gst_media_info_read):
39979 * gst-libs/gst/media-info/media-info.h:
39980 register debugging category and use it for debugging
39982 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
39984 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39985 (gst_vorbisfile_new_link):
39986 signal streaminfo through tags
39988 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39990 * ext/mplex/gstmplex.cc:
39991 * ext/mplex/gstmplexibitstream.cc:
39992 g++ doesn't like NULL in our i18n/error macros, should be
39993 either (NULL) or ("").
39995 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
39997 * sys/dxr3/dxr3audiosink.c:
39998 * sys/dxr3/dxr3init.c:
39999 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
40000 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
40001 Fix more error error error errors (missing includes here).
40003 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
40005 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40006 fix thomas' error errors.
40008 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
40010 * ext/mpeg2enc/gstmpeg2enc.cc:
40013 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
40015 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40016 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40017 Fix for new error system.
40019 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
40021 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40022 fix for new error reporting
40024 2004-01-20 David Schleef <ds@schleef.org>
40026 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40027 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
40028 (gst_ximagesink_set_xwindow_id): Change to using a framerate
40029 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
40030 and neither is 100+, most likely.
40031 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
40032 (gst_xvimagesink_getcaps): same
40034 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
40037 Up version requirement to 2.0.3 (not yet released) to avoid symbol
40038 clashes with ffmpeg.
40040 2004-01-20 Julien MOUTTE <julien@moutte.net>
40042 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40043 (gst_switch_init): Fixed switch element : proxying link and setting
40044 caps from src to sink on request.
40046 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40048 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
40049 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
40050 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
40053 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40055 * sys/v4l/v4l_calls.h:
40056 * sys/v4l2/v4l2_calls.h:
40057 element_error fixes
40059 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40061 * gst-libs/gst/gst-i18n-plugin.h:
40063 remove config.h inclusion
40065 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40068 adding autopoint invocation
40071 * gst-libs/gst/gettext.h:
40072 adding gettext bits
40073 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
40074 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
40075 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
40076 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40077 (gst_gnomevfssink_close_file):
40078 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
40079 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40080 * gst-libs/gst/gst-i18n-plugin.h:
40081 * gst/avi/gstavi.c: (plugin_init):
40082 * sys/dxr3/dxr3init.c: (plugin_init):
40083 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40084 * sys/oss/gstossaudio.c: (plugin_init):
40085 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40086 * sys/v4l/gstv4l.c: (plugin_init):
40087 * sys/v4l/v4l_calls.c: (gst_v4l_open):
40088 * sys/v4l2/gstv4l2.c: (plugin_init):
40089 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40090 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40091 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40092 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40093 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40094 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40095 make sure locale and translation domain are set
40096 fix translated strings
40102 put translation files into place
40103 * sys/xvideo/imagetest.c: (main):
40104 * ext/dv/demo-play.c: (main):
40105 fix unnecessary translations
40107 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
40109 * ext/sndfile/gstsf.c:
40110 * gst/avi/gstavimux.c:
40111 * ext/audiofile/gstafsink.c:
40112 * ext/audiofile/gstafsrc.c:
40113 * ext/gnomevfs/gstgnomevfssink.c:
40114 * ext/gnomevfs/gstgnomevfssrc.c:
40115 * sys/oss/gstosselement.c:
40116 * sys/v4l/v4l_calls.h:
40119 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40121 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40122 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40123 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40124 (gst_v4l2_get_output), (gst_v4l2_set_output),
40125 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40126 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40127 (gst_v4l2_set_attribute):
40128 update to new error handling
40130 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40132 * ext/sidplay/gstsiddec.cc:
40133 * gst/modplug/gstmodplug.cc:
40134 parenthese NULL because C++ seems angry about it
40136 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
40138 * gst-libs/gst/gst-i18n-plugin.h:
40139 add skeleton i18n stuff, but needs to be further implemented
40141 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
40143 * examples/gstplay/player.c: (main):
40144 * ext/aalib/gstaasink.c: (gst_aasink_open):
40145 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40146 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40147 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40148 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40149 (gst_afsink_close_file):
40150 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40151 (gst_afsrc_close_file):
40152 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40153 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40154 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40155 * ext/esd/esdmon.c: (gst_esdmon_get):
40156 * ext/esd/esdsink.c: (gst_esdsink_chain):
40157 * ext/faac/gstfaac.c: (gst_faac_chain):
40158 * ext/faad/gstfaad.c: (gst_faad_chain):
40159 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40160 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40161 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40162 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40163 (gst_flacdec_loop):
40164 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40165 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40166 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40167 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40168 (gst_gnomevfssink_close_file):
40169 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40170 (gst_gnomevfssrc_open_file):
40171 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40172 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40173 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40174 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40175 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40176 * ext/mad/gstmad.c: (gst_mad_chain):
40177 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40178 * ext/mpeg2dec/gstmpeg2dec.c:
40179 * ext/mpeg2enc/gstmpeg2enc.cc:
40180 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40181 * ext/mplex/gstmplex.cc:
40182 * ext/mplex/gstmplexibitstream.cc:
40183 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40184 (gst_ogg_demux_push), (gst_ogg_pad_push):
40185 * ext/raw1394/gstdv1394src.c:
40186 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40187 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40188 * ext/sidplay/gstsiddec.cc:
40189 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40191 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40192 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40193 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40194 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40195 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40196 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40197 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40198 * gst-libs/gst/Makefile.am:
40199 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40200 (gst_riff_read_element_data), (gst_riff_read_seek),
40201 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40202 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40203 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40204 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40205 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40206 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40207 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40208 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40209 * gst/goom/gstgoom.c: (gst_goom_chain):
40210 * gst/id3/gstid3types.c: (gst_id3types_loop):
40211 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40212 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40213 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40214 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40215 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40216 (gst_ebml_read_float), (gst_ebml_read_header):
40217 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40218 (gst_matroska_demux_parse_blockgroup):
40219 * gst/modplug/gstmodplug.cc:
40220 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40221 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40222 * gst/oneton/gstoneton.c: (gst_oneton_chain):
40223 * gst/silence/gstsilence.c: (gst_silence_get):
40224 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40225 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40226 * gst/speed/gstspeed.c: (speed_loop):
40227 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40228 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40229 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40230 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40231 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40232 (gst_wavparse_loop):
40233 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40234 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40235 (dxr3audiosink_close):
40236 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40237 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40238 (dxr3videosink_close), (dxr3videosink_write_data):
40239 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40240 * sys/oss/gstosselement.h:
40241 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40242 (gst_osssink_chain):
40243 * sys/oss/gstosssrc.c: (gst_osssrc_get):
40244 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40245 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40246 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40247 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40248 (gst_v4l_enable_overlay):
40249 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40250 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40251 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40252 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40253 (gst_v4l_set_audio):
40254 * sys/v4l/v4l_calls.h:
40255 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40256 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40257 (gst_v4lmjpegsink_playback_init),
40258 (gst_v4lmjpegsink_playback_start):
40259 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40260 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40261 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40262 (gst_v4lmjpegsrc_requeue_frame):
40263 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40264 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40265 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40266 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40267 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40268 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40269 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40270 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40271 (gst_v4l2src_capture_stop):
40272 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40273 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40274 (gst_ximagesink_chain):
40275 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40276 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40277 (gst_xvideosink_xwindow_new):
40278 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40279 (gst_xvimagesink_chain):
40280 use new error signal, function and categories
40282 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
40286 * ext/musicbrainz/gsttrm.c:
40287 * ext/musicbrainz/gsttrm.h:
40288 * ext/musicbrainz/Makefile.am:
40291 2004-01-18 Julien MOUTTE <julien@moutte.net>
40293 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40294 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40295 synchronous property for debugging.
40296 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40297 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40298 (gst_xvimagesink_set_property): Moving a pointer declaration to a
40299 smaller block, fixing indent.
40301 2004-01-16 David Schleef <ds@schleef.org>
40303 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40304 property affects the video stream.
40305 * sys/xvimage/xvimagesink.c:
40306 * sys/xvimage/xvimagesink.h:
40307 Add synchronous property for debugging. Should probably be
40308 disabled in non-CVS builds. Make sure that the Xv attribute
40309 exists before we set it (crash!). Fix a silly float bug that
40310 caused colorbalance to just not work.
40312 2004-01-17 Christian Schaller <Uraeus@gnome.org>
40314 * tools/gst-launch-ext.in - update for new plugins
40316 2004-01-16 David Schleef <ds@schleef.org>
40318 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40319 already-freed caps.
40321 2994-01-16 Christian Schaller <Uraeus@gnome.org>
40323 * Update spec for new colorspace plugin and libcaca plugin
40324 * Fix compilation of libcaca plugin (clock -> id)
40326 2004-01-16 Julien MOUTTE <julien@moutte.net>
40328 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40329 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40330 (gst_xvimagesink_set_xwindow_id),
40331 (gst_xvimagesink_colorbalance_set_value),
40332 (gst_xvimagesink_colorbalance_get_value),
40333 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40334 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40335 correct colorbalance properties. They can now be set when the element
40336 is still in NULL state. The values will be committed to the Xv Port
40337 when xcontext is initialized.
40338 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40339 brightness int values in the GstXvImagesink structure.
40341 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40343 * gst-libs/gst/Makefile.am:
40344 restructure so having local patches works easier.
40346 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40348 * ext/mpeg2enc/Makefile.am:
40349 * ext/mpeg2enc/gstmpeg2enc.cc:
40350 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40351 Bugfix with respect to EOS handling.
40353 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
40355 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40356 Link with right caps (else, it segfaults).
40357 * ext/mplex/gstmplexjob.cc:
40358 Fix for slight API change in 1.6.1.93 release of mjpegtools.
40360 2004-01-15 David Schleef <ds@schleef.org>
40362 * gst-libs/gst/audio/Makefile.am:
40363 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40365 * gst-libs/gst/audio/gstaudiofilter.c:
40366 * gst-libs/gst/audio/gstaudiofilter.h:
40367 Add bytes_per_sample and size and n_samples calculation.
40368 * gst-libs/gst/audio/gstaudiofilterexample.c:
40369 Remove, now autogenerated.
40370 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40371 Moved from gstaudiofilterexample, object name changed, code added
40372 so that it actually works.
40373 * gst-libs/gst/audio/make_filter:
40374 Script to build an audiofilter subclass from the template.
40375 * gst/colorspace/Makefile.am:
40376 * gst/colorspace/yuv2yuv.c:
40377 Remove file, since it's GPL, and we don't use it.
40379 2004-01-15 Julien MOUTTE <julien@moutte.net>
40381 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40382 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40383 them use the buffer free function to test how the buffer was allocated.
40385 2004-01-15 David Schleef <ds@schleef.org>
40387 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40388 that handles osssink fallback.
40389 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40390 (gst_audio_convert_getcaps):
40391 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40392 Add audio/x-qdm2 for QDM2 audio.
40393 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40394 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40395 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40396 Decrease minimum size to 16x16.
40397 * gst/wavparse/gstwavparse.c:
40398 Convert disabled pad template caps to new caps.
40399 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40400 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40401 (gst_xvimagesink_chain): Throw element error when display cannot
40402 be opened. Increase minimum framerate to 1.0. Check the data
40403 free function on a buffer to make sure it is the type we expect
40404 before manipulating it.
40406 2004-01-15 Julien MOUTTE <julien@moutte.net>
40408 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40409 (gst_videobalance_colorbalance_set_value): Implement passthru if
40410 settings are in the middle.
40411 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40413 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40415 * gst/videofilter/Makefile.am:
40416 * gst/volume/Makefile.am:
40417 Since we use videofilter symbols, link to it.
40419 2004-01-15 Julien MOUTTE <julien@moutte.net>
40421 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40422 mixer interface type to HARDWARE.
40423 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40425 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40426 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40427 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40428 (gst_volume_interface_init), (gst_volume_list_tracks),
40429 (gst_volume_set_volume), (gst_volume_get_volume),
40430 (gst_volume_set_mute), (gst_volume_mixer_init),
40431 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40432 (volume_init): Implementing mixer interface.
40433 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40434 * sys/oss/gstosselement.c: (gst_osselement_get_type),
40435 (gst_osselement_change_state): Removing some trailing commas in
40437 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40438 interface type to HARDWARE.
40439 * sys/v4l/gstv4lcolorbalance.c:
40440 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40442 * sys/v4l2/gstv4l2colorbalance.c:
40443 (gst_v4l2_color_balance_interface_init): Setting colorbalance
40444 interface type to HARDWARE.
40445 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40446 same code than ximagesink for event handling.
40448 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40450 * ext/snapshot/Makefile.am:
40451 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40452 (gst_snapshot_chain):
40453 * ext/snapshot/gstsnapshot.h:
40454 This has to be a joke... Snapshot should be connected to a tee,
40455 colorspace element before it and EOS after that, where the other
40456 src of the tee receives normal data.
40457 The current way is *wrong*.
40459 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40461 * ext/hermes/gsthermescolorspace.c:
40462 Fix another compile error. Same as below.
40464 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
40466 * gst/colorspace/gstcolorspace.c:
40467 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40468 (gst_colorspace_i420_to_yv12):
40469 Fix compiling... Didn't test if it actually works.
40471 2004-01-15 David Schleef <ds@schleef.org>
40474 * gst/colorspace/Makefile.am:
40475 * gst/colorspace/gstcolorspace.c:
40476 * gst/colorspace/gstcolorspace.h:
40477 * gst/colorspace/yuv2rgb.c:
40478 * gst/colorspace/yuv2rgb.h:
40479 Duplicate the ext/hermes colorspace plugin, and remove Hermes
40480 code and GPL code. Fix for new caps negotiation. Rewrite
40481 much of the format handling code, and some of the conversion
40482 code. Basically, rewrote almost everything. This element
40483 handles I420, YV12 to RGB conversions.
40484 * ext/hermes/Makefile.am:
40485 * ext/hermes/gsthermescolorspace.c:
40486 Rename colorspace to hermescolorspace. Fix negotiation issues.
40487 Remove non-Hermes related code. This element handles lots of
40488 RGB to RGB conversions, but no YUV.
40489 * ext/hermes/gstcolorspace.c:
40490 * ext/hermes/gstcolorspace.h:
40491 * ext/hermes/rgb2yuv.c:
40492 * ext/hermes/yuv2rgb.c:
40493 * ext/hermes/yuv2rgb.h:
40494 * ext/hermes/yuv2rgb_mmx16.s:
40495 * ext/hermes/yuv2yuv.c:
40496 * ext/hermes/yuv2yuv.h:
40499 2004-01-14 Colin Walters <walters@verbum.org>
40501 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40502 they've already been.
40504 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40506 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40507 assume tag mode when pad is not connected
40509 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
40511 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40512 Don't update the time of the clock
40513 (gst_alsa_sink_loop):
40514 sync to the clock given to alsasink, not the own clock
40515 * sys/oss/gstosssink.c: (gst_osssink_chain):
40517 (gst_osssink_change_state):
40519 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40521 remove bogus code that made DISCONT events unhandled
40522 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40523 explicitly case to double in _set_simple. (fixes 2nd warning in bug
40525 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40526 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40527 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40528 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40529 2nd warning in bug #131502)
40531 2004-01-14 Julien MOUTTE <julien@moutte.net>
40533 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40534 (gst_videobalance_colorbalance_set_value),
40535 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40536 for colorbalance interface implementation.
40537 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40538 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40539 (gst_ximagesink_dispose), (gst_ximagesink_init),
40540 (gst_ximagesink_class_init): Adding DISPLAY property.
40541 * sys/ximage/ximagesink.h: Adding display_name to store display.
40542 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40543 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40544 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40545 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40546 properties (they still need polishing though for gst-launch use : no
40547 xcontext yet, i ll do that tomorrow).
40548 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40550 2004-01-14 Julien MOUTTE <julien@moutte.net>
40552 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40553 (gst_play_set_location), (gst_play_set_visualization): Preparing
40554 switch integration, adding videobalance in the pipeline.
40556 2004-01-14 Julien MOUTTE <julien@moutte.net>
40558 * gst-libs/gst/colorbalance/colorbalance.c:
40559 (gst_color_balance_class_init): Adding a default type.
40560 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40562 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40563 (gst_videobalance_dispose), (gst_videobalance_class_init),
40564 (gst_videobalance_init), (gst_videobalance_interface_supported),
40565 (gst_videobalance_interface_init),
40566 (gst_videobalance_colorbalance_list_channels),
40567 (gst_videobalance_colorbalance_set_value),
40568 (gst_videobalance_colorbalance_get_value),
40569 (gst_videobalance_colorbalance_init): Implementing colorbalance
40571 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40573 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40574 bug which was triggering a BadAccess X error when setting an overlay
40575 before pad was really negotiated.
40576 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40577 Using the colorbalance type macro.
40579 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40581 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40582 (gst_flacenc_chain):
40583 handle tags correctly
40584 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40585 extract ID3v1 tags correctly
40587 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40589 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40591 Improve matroska typefinding for odd-typed headers...
40593 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40595 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40596 Fix for using incremental number on padnames.
40598 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
40600 * ext/divx/gstdivxdec.c:
40601 * ext/divx/gstdivxenc.c:
40602 Set category to divx4linux instead of divx (too generic).
40603 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40604 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40605 (gst_wavparse_loop), (gst_wavparse_change_state):
40606 * gst/wavparse/gstwavparse.h:
40607 fix parsing of WAV files with non-standard fmt-tag size and fix
40608 skipping of unrecognized chunks... Someone please fix this thing
40609 to use rifflib so all this is automated.
40610 * sys/v4l/Makefile.am:
40611 * sys/v4l2/Makefile.am:
40612 Add X_CFLAGS because we depend on X (for overlay).
40614 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
40616 * ext/mpeg2dec/gstmpeg2dec.c:
40617 Don't issue a timestamp unless we tagged the frame
40620 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40622 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40623 Query the audio element to get the time, not the clock. We're
40624 interested in the element's time here.
40626 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40628 * ext/aalib/gstaasink.c: (gst_aasink_chain):
40629 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40630 * ext/esd/esdsink.c: (gst_esdsink_chain):
40631 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40632 * ext/mas/massink.c: (gst_massink_chain):
40633 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40634 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40635 (gst_matroska_demux_parse_metadata):
40636 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40637 (gst_mpeg_parse_release_locks):
40638 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40639 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40640 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40641 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40642 (gst_osssink_change_state):
40643 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40644 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40645 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40646 (gst_xvideosink_release_locks):
40647 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40649 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40650 (gst_alsa_clock_stop):
40651 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40652 (gst_audio_clock_get_internal_time):
40653 simplify for use with new clocking code.
40654 * testsuite/alsa/Makefile.am:
40655 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40656 fix testsuite for new caps system
40658 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
40660 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40661 * ext/flac/gstflacenc.c: (add_one_tag):
40662 length is already host endian, no need to convert. Fixes playback of
40663 tagged files on PPC. (bug #128384)
40665 2004-01-13 Julien MOUTTE <julien@moutte.net>
40667 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40668 colorbalance interface stating if it is hardware based or software
40670 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40671 Removing a trailing comma.
40672 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40673 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40674 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40675 the documentation seems to be wrong on the -1000 to 1000 interval.
40677 2004-01-12 David Schleef <ds@schleef.org>
40679 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40680 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40681 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40682 Fix negotiation. Add a bufferalloc function for the sink pad,
40683 and generally clean up some of the code.
40685 2004-01-12 Julien MOUTTE <julien@moutte.net>
40687 * gst-libs/gst/colorbalance/colorbalancechannel.c:
40688 (gst_color_balance_channel_dispose): Adding safety check in dispose
40690 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40691 (gst_xvimagesink_xcontext_clear),
40692 (gst_xvimagesink_interface_supported),
40693 (gst_xvimagesink_colorbalance_list_channels),
40694 (gst_xvimagesink_colorbalance_set_value),
40695 (gst_xvimagesink_colorbalance_get_value),
40696 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40697 Adding colorbalance interface support to set XV parameters such as
40698 HUE, BRIGHTNESS, CONTRAST, SATURATION.
40699 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40702 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40704 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40705 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40706 (gst_audio_convert_init), (gst_audio_convert_set_property),
40707 (gst_audio_convert_get_property), (gst_audio_convert_chain),
40708 (gst_audio_convert_link),
40709 (gst_audio_convert_buffer_to_default_format),
40710 (gst_audio_convert_buffer_from_default_format), (plugin_init):
40711 - implement _getcaps and use it
40713 - remove float caps since no float conversion is actually done
40714 - remove properties and arguments that were to be used for rate
40717 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40719 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40720 (gst_audio_structure_set_int):
40721 * gst-libs/gst/audio/audio.h:
40722 add helper functions for _getcaps matching the standard audio
40725 2004-01-12 David Schleef <ds@schleef.org>
40727 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40728 Test that pad is negotiated before getting its caps.
40730 2004-01-12 Julien MOUTTE <julien@moutte.net>
40732 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40733 analyzing the pads of an element the bin is mostly in READY state so
40734 no caps were negotiated. This helper function needs to work with
40735 _get_caps directly then. I was not freeing them though, added that to
40738 2004-01-12 Julien MOUTTE <julien@moutte.net>
40740 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40741 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40742 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40743 than the free_func.
40745 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
40747 * sys/oss/gstossaudio.c: (plugin_init):
40748 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40749 * sys/oss/gstosselement.h:
40750 make an oss debugging category
40751 make failure more descriptive
40753 2004-01-11 David Schleef <ds@schleef.org>
40755 * ext/ffmpeg/gstffmpeg.c:
40756 * ext/ffmpeg/gstffmpegcodecmap.c:
40757 * ext/ffmpeg/gstffmpegdec.c:
40758 * ext/ffmpeg/gstffmpegenc.c:
40759 * ext/ffmpeg/gstffmpegprotocol.c:
40760 * ext/gdk_pixbuf/gstgdkanimation.c:
40761 * ext/jpeg/gstjpeg.c:
40762 * ext/libpng/gstpng.c:
40763 * ext/mpeg2dec/perftest.c:
40764 * ext/speex/gstspeex.c:
40765 * gst-libs/gst/resample/dtos.c:
40766 * gst/intfloat/gstintfloatconvert.c:
40767 * gst/oneton/gstoneton.c:
40768 * gst/rtjpeg/RTjpeg.c:
40769 * gst/rtp/gstrtp.c:
40770 * sys/dxr3/dxr3init.c:
40771 * sys/glsink/gstgl_nvimage.c:
40772 * sys/glsink/gstgl_pdrimage.c:
40773 * sys/glsink/gstglsink.c:
40774 * testsuite/gst-lint:
40775 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40777 2004-01-11 David Schleef <ds@schleef.org>
40779 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40780 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40781 * ext/gdk_pixbuf/gstgdkanimation.c:
40782 (gst_gdk_animation_iter_create_pixbuf):
40783 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40784 (gst_gdk_pixbuf_chain):
40785 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40786 * ext/jack/gstjack.c: (gst_jack_change_state):
40787 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40788 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40789 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40790 * gst/videofilter/gstvideofilter.c:
40791 (gst_videofilter_set_output_size):
40792 Remove all usage of gst_pad_get_caps(), and replace it with
40793 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40795 2004-01-11 David Schleef <ds@schleef.org>
40798 * ext/Makefile.am: Fixes to make ext/libcaca compile.
40799 * ext/divx/gstdivxdec.c:
40800 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40801 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40802 handle images that span multiple buffers. Now work with both
40803 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40804 * ext/gdk_pixbuf/gstgdkpixbuf.h:
40805 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40806 video/video.h changes
40807 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40808 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40809 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40810 of GstData free function.
40811 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40814 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40816 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40817 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40818 (gst_v4l2element_get_property):
40819 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40820 add norm, channel and frequency properties.
40821 * sys/v4l2/gstv4l2tuner.c:
40822 fixes for tuner interface changes
40823 * sys/v4l2/gstv4l2element.h:
40824 * sys/v4l2/gstv4l2src.c:
40825 * sys/v4l2/gstv4l2src.h:
40826 * sys/v4l2/v4l2src_calls.c:
40827 * sys/v4l2/v4l2src_calls.h:
40828 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40830 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40832 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40833 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40834 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40835 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40836 * gst-libs/gst/tuner/tuner.h:
40837 GObjects aren't const.
40838 Add find_by_name functions.
40839 Add checks to _changed functions.
40840 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40841 (gst_v4l_tuner_get_norm):
40844 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
40846 * gst-libs/gst/video/video.h:
40847 Fix caps template names to be understandable.
40848 Prefix everything with GST_VIDEO.
40849 * ext/aalib/gstaasink.c:
40850 * ext/divx/gstdivxdec.c:
40851 * ext/divx/gstdivxenc.c:
40852 * ext/gdk_pixbuf/gstgdkpixbuf.c:
40853 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40854 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40855 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40856 * ext/libcaca/gstcacasink.c:
40857 * ext/libpng/gstpngenc.c: (raw_caps_factory):
40858 * ext/snapshot/gstsnapshot.c:
40859 * ext/swfdec/gstswfdec.c:
40860 * ext/xvid/gstxviddec.c:
40861 * ext/xvid/gstxvidenc.c:
40862 * gst/chart/gstchart.c:
40863 * gst/deinterlace/gstdeinterlace.c:
40864 * gst/effectv/gsteffectv.c:
40865 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40866 * gst/goom/gstgoom.c:
40867 * gst/median/gstmedian.c:
40868 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40869 (gst_monoscope_srcconnect), (gst_monoscope_chain):
40870 * gst/overlay/gstoverlay.c:
40871 * gst/smooth/gstsmooth.c:
40872 * gst/smpte/gstsmpte.c:
40873 * gst/synaesthesia/gstsynaesthesia.c:
40874 * gst/videocrop/gstvideocrop.c:
40875 * gst/videodrop/gstvideodrop.c:
40876 * gst/y4m/gsty4mencode.c:
40877 * sys/qcam/gstqcamsrc.c:
40878 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40879 Make them work with new video.h file.
40880 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40881 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40882 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40883 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40884 Make it work with new buffer allocation system.
40886 2004-01-11 Julien MOUTTE <julien@moutte.net>
40888 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40889 pad_alloc_buffer implementation to use ->srcpad
40890 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40891 pad_alloc_buffer implementation to use ->srcpad
40892 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
40893 pad_alloc_buffer implementation to use ->srcpad
40894 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40895 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40896 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40897 a reference to everything we need.
40898 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40899 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40900 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40901 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40902 a reference to everything we need.
40903 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40905 2004-01-11 David Schleef <ds@schleef.org>
40907 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40908 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40909 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40911 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40912 value during a resize/renegotiation.
40913 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40914 gst_pad_alloc_buffer();
40915 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40916 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40918 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40919 Fix for rename of buffer private structure members.
40920 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40921 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40922 Fix for rename of buffer private structure members.
40923 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40924 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40925 Fix for rename of buffer private structure members.
40927 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
40929 reviewed by: David Schleef <ds@schleef.org>
40931 * gst/videofilter/Makefile.am:
40932 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
40933 from the patch by ds to fit in with recent make_filter changes.
40935 2004-01-11 Julien MOUTTE <julien@moutte.net>
40937 * configure.ac: Adding examples/switch/Makefile
40938 * examples/Makefile.am: Adding examples/switch
40939 * examples/switch/Makefile.am: Adding switcher example.
40940 * examples/switch/switcher.c: (got_eos), (idle_iterate),
40941 (switch_timer), (main): Adding an example demonstrating switch usage
40942 with 2 videotestsrc showing different patterns.
40943 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40944 (gst_switch_init): Fixing switch with the new caps system.
40946 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40948 * gst-libs/gst/video/video.h:
40949 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40950 They should probably be like
40951 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40953 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40955 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40956 (qtdemux_parse_trak):
40957 fix audio chunk size/timestamp calculation
40959 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
40961 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40964 2004-01-11 Steve Baker <steve@stevebaker.org>
40966 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40967 (gst_agingtv_base_init), (gst_agingtv_class_init),
40968 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40969 (gst_agingtv_set_property), (gst_agingtv_get_property):
40970 Port agingTV to videofilter
40972 2004-01-09 Julien MOUTTE <julien@moutte.net>
40974 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40975 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40977 2004-01-09 Julien MOUTTE <julien@moutte.net>
40979 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40980 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40981 * gst-libs/gst/xoverlay/xoverlay.c:
40982 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40983 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40984 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40985 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40986 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40987 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40988 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40989 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40990 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40991 interface implementation to handle xid being 0 and fix some bugs
40992 triggered by Benjamin's testcase.
40993 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40994 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40995 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40996 the bufferalloc_function to replace bufferpools, fixing the XOverlay
40997 interface implementation to handle xid being 0 and fix some bugs
40998 triggered by Benjamin's testcase.
41000 2004-01-09 David Schleef <ds@schleef.org>
41002 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
41003 mouse pointer events. It works.
41005 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
41007 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
41008 Use explicit caps - fix capsnego.
41009 * ext/xvid/gstxviddec.c:
41010 * ext/xvid/gstxvidenc.c:
41011 Remove macro-inside-macro which caused compile errors.
41012 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
41013 Error out if it's not a RIFF file. Else we error out without
41014 gst_element_error() which is not good...
41016 2004-01-08 David Schleef <ds@schleef.org>
41018 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
41019 Fix pad_link function to handle formats that ffmpeg returns
41020 as multiple caps structures.
41021 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
41022 Only complain if source buffer is _smaller_ than expected.
41023 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
41024 (gst_videoscale_handle_src_event): Resize navigation events
41025 when passing them upstream.
41026 * gst/videotestsrc/gstvideotestsrc.c:
41027 * gst/videotestsrc/gstvideotestsrc.h:
41028 * gst/videotestsrc/videotestsrc.c:
41029 * gst/videotestsrc/videotestsrc.h:
41030 Rewrite many of the buffer painting functions to handle odd
41031 sizes (for many formats, size%4!=0 or size%8!=0). Most have
41032 been verified to work with my video card.
41033 * testsuite/gst-lint: Add check for elements calling
41034 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
41036 2004-01-08 David Schleef <ds@schleef.org>
41038 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
41039 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
41041 2004-01-08 Julien MOUTTE <julien@moutte.net>
41043 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
41044 configure event is not emiting the desired size signal. That fixes
41045 aspect ratio issues with gst-player.
41047 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
41049 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
41052 2004-01-08 Julien MOUTTE <julien@moutte.net>
41054 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
41055 public method to fire size signal.
41057 2004-01-07 Julien MOUTTE <julien@moutte.net>
41059 * examples/gstplay/Makefile.am: Adding the interface library.
41060 * gst-libs/gst/play/Makefile.am: Adding the interface library.
41061 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
41062 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
41063 GST_IS_X_OVERLAY before signal connect.
41064 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
41065 Removing the have_video_size signal.
41066 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
41067 and associated public method.
41068 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41069 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
41071 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
41072 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
41074 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
41075 Using XOverlay public method to fire size signal.
41077 2004-01-07 David Schleef <ds@schleef.org>
41079 * gst/videofilter/Makefile.am:
41080 * gst/videofilter/gstvideotemplate.c:
41081 * gst/videofilter/make_filter:
41082 Create gstvideoexample.c in a srcdir!=builddir friendly way.
41083 Convert make_filter to /bin/sh script.
41085 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
41087 * gst/modplug/gstmodplug.cc: fix element description
41089 2004-01-07 Julien MOUTTE <julien@moutte.net>
41091 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41092 (got_video_size): Adding some new lines in g_print calls.
41093 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41094 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41095 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41096 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41097 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41098 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41099 Complete code review, reverting some stuff i disagree with, adding
41100 some fixes : time synchronization on invalid timestamps, renegotiation
41102 * sys/ximage/ximagesink.h:
41103 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41104 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41105 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41106 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41107 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41108 (gst_xvimagesink_buffer_new),
41109 (gst_xvimagesink_navigation_send_event),
41110 (gst_xvimagesink_set_xwindow_id),
41111 (gst_xvimagesink_get_desired_size),
41112 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41113 stuff i disagree with, adding some fixes : Renegotiation of private
41114 window, implementing get_desired_size.
41116 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
41118 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41119 (gst_afsink_handle_event):
41120 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41121 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41122 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41123 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41124 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41125 Fix for instantiate-test (see core). Also remove dead code from
41126 jpegenc (which still needs fixing, but that's lower on my TODO
41128 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41129 Never return NULL as caps.
41131 2004-01-07 David Schleef <ds@schleef.org>
41135 * ext/librfb/Makefile.am:
41136 * ext/librfb/gstrfbsrc.c:
41137 New source plugin based on librfb-0.1. RFB (remote framebuffer)
41138 is the protocol used by VNC.
41140 2004-01-07 David Schleef <ds@schleef.org>
41142 * gst/videofilter/gstvideotemplate.c:
41143 * gst/videofilter/gstvideotemplate.h:
41144 * gst/videofilter/make_filter:
41145 Merge videotemplate header into source file.
41146 * gst/effectv/Makefile.am:
41147 * gst/effectv/gsteffectv.c: (plugin_init):
41148 * gst/effectv/gstwarp.c:
41149 Make warpTV a subclass of videofilter.
41151 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
41153 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41154 Add guard against invalid utf-8 conversions in mad. Just in case.
41156 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
41158 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41159 Fix for bug shown by poisoning
41161 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41163 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41164 (gst_v4lmjpegsrc_buffer_free):
41165 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41166 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41167 (gst_v4lsrc_buffer_free):
41168 Fix for removed bufferpools.
41170 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
41172 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41173 Fix caps negotiation.
41175 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41176 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41177 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41179 * ext/mpeg2dec/gstmpeg2dec.c:
41180 * gst-libs/gst/navigation/navigation.c:
41181 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41182 * gst-libs/gst/navigation/navigation.h:
41183 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41184 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41185 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41186 Super-simple first version of mouse and keyboard events. Clicking
41187 on a DVD menu now works, although it may not take you where you
41190 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41191 * gst/videotestsrc/gstvideotestsrc.c:
41192 (gst_videotestsrc_src_fixate):
41193 These fixate functions were broken - they never actually
41196 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41198 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41199 (gst_icecastsend_init):
41200 fix for new caps system.
41201 * gst-libs/gst/mixer/mixertrack.h:
41202 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41203 Add 'master track' flag (for tools like ACME that only want to
41204 change the main volume).
41206 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
41208 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41209 (gst_xvid_csp_to_caps):
41210 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41211 * ext/xvid/gstxvidenc.c:
41212 ifdef out ARGB type when it isn't available
41213 in xvidcore 1.0.0beta2
41215 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
41217 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41218 When we have received a new SCR right in the first buffer after
41219 a seek (so in the same cycle that handles the discont), we should
41220 handle the buffer instead of unreffing it, else we lose data.
41222 2004-01-06 Iain <iain@prettypeople.org>
41224 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41225 buffer-frames caps too.
41227 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41228 caps that we need, don't destroy them all and rebuild them. And when
41229 creating src pads, use the src pad template rather than the sink...
41231 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
41233 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41234 Add pad to element *after* setting functions such as event handler.
41235 Without this, the scheduler (opt) will link pads, set the event
41236 handler from the default event function (dispatcher in gstpad.c)
41237 and *after* that, we will set our own event function, which will
41238 thus never be used (and thus mpegdemux doesn't handle events).
41240 2004-01-04 David Schleef <ds@schleef.org>
41242 Fix the fixate functions to handle new prototype:
41243 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41244 * gst/videotestsrc/gstvideotestsrc.c:
41245 (gst_videotestsrc_src_fixate):
41246 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41247 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41248 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41250 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
41252 * sys/ximage/ximagesink.h:
41253 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41254 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41255 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41256 (gst_ximagesink_xoverlay_init):
41257 assorted fixes to make (re)embedding work
41258 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41259 (gst_ximagesink_get_desired_size):
41260 implement desired size additions to XOverlay
41262 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
41264 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41265 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41266 (gst_x_overlay_got_desired_size):
41267 * gst-libs/gst/xoverlay/xoverlay.h:
41268 Add optional "desired size" signal and querying.
41270 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41272 * gst/matroska/matroska-demux.c:
41273 (gst_matroska_demux_parse_blockgroup):
41274 Fix EBML-laced block parsing. Diffs are relative to previous
41275 lace, not the first lace. Thanks to Mosu from the Matroska
41276 team for detecting this.
41277 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41278 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41279 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41280 (gst_wavparse_change_state):
41281 * gst/wavparse/gstwavparse.h:
41282 Quickfix for capsnego.
41284 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41286 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41287 Fix indenting, fix pad creation.
41289 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41291 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41292 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41293 (gst_xviddec_sink_link):
41294 Implement src_getcaps() so proper size caps is negotiated.
41296 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41298 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41299 Finish flac decoder on EOS. See #116178.
41301 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41303 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41304 (gst_matroska_demux_add_stream):
41305 * gst/matroska/matroska-ids.h:
41306 Add getcaps() function to fix capsnego...
41308 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
41310 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41311 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41312 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41313 Fix more integer overflows. Again, see #126967.
41315 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41317 * ext/mpeg2dec/gstmpeg2dec.c:
41318 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41321 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41324 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41325 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41326 * ext/xvid/gstxvid.h:
41327 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41328 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41329 (gst_xviddec_src_link), (gst_xviddec_sink_link),
41330 (gst_xviddec_change_state):
41331 * ext/xvid/gstxviddec.h:
41332 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41333 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41334 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41335 (gst_xvidenc_link), (gst_xvidenc_set_property),
41336 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41337 * ext/xvid/gstxvidenc.h:
41338 Update xvid plugin to latest xvid (1.0.0-beta3) API.
41340 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41342 * gst/rtp/rtp-packet.c:
41343 Add sys/types.h include, since OS X doesn't define in_addr_t
41344 in netinet/in.h, like it does on Linux (see #129600).
41346 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
41348 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
41350 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41351 Correct logic of dispose function (see #129306).
41353 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41355 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41356 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41357 (gst_mpeg_parse_init):
41358 * gst/mpegstream/gstmpegparse.h:
41359 Remove clock (which was never provided, i.e. dead code), and
41360 also fix integer overflows at high PTS values (see #126967).
41362 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41364 * ext/flac/gstflacdec.c:
41365 * ext/libpng/gstpngenc.h:
41366 * ext/mikmod/gstmikmod.h:
41367 OS X fixes (see #126628).
41369 2004-01-02 David Schleef <ds@schleef.org>
41371 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41372 (gst_alsa_src_base_init): Remove bogus "src" request pad.
41373 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41374 (gst_mpeg_parse_class_init): Move pad template registration
41375 to class_init, since the derived class (mpegdemux) doesn't
41378 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
41380 * sys/ximage/Makefile.am:
41381 * sys/xvideo/Makefile.am:
41382 * sys/xvimage/Makefile.am:
41383 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41384 after installation (see #127664).
41386 2004-01-02 David Schleef <ds@schleef.org>
41388 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41389 (gst_ffmpegenc_connect): Negotiation fixes.
41390 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41391 Remove inappropriate gst_caps_free().
41392 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41393 Reenable Ronald's internal resize code, since the core handles
41396 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41398 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41399 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41400 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41401 Fix pad template stuff.
41403 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41405 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41406 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41407 fix signed integer reading/writing.
41409 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
41412 Remove outdated document
41414 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
41416 * gst/cutter/gstcutter.c: (gst_cutter_init):
41417 src pad was being created twice - oops.
41419 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41421 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41422 Comment out internal resize. It doesn't handle the resulting
41423 XEvent internally, does another try_set_caps() which leads to
41424 a really nice loop.
41425 Real fix will come when Julien and Dave are awake. ;).
41427 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
41429 * ext/mpeg2enc/gstmpeg2enc.cc:
41430 fix const/nonconst compile issue.
41432 2004-01-02 David Schleef <ds@schleef.org>
41434 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41435 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41436 Add fixate function and a check for bad formats.
41438 2004-01-01 David Schleef <ds@schleef.org>
41441 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41442 (gst_audiofilter_init):
41443 * gst/debug/efence.c: (gst_efence_init):
41444 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41445 (gst_deinterlace_init):
41446 * gst/volume/gstvolume.c: (volume_connect):
41448 2004-01-01 David Schleef <ds@schleef.org>
41450 Convert elements to use gst_pad_use_explicit_caps() where
41452 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41453 * ext/audiofile/gstafparse.c: (gst_afparse_init),
41454 (gst_afparse_open_file):
41455 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41456 (gst_afsrc_open_file):
41457 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41458 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41459 (gst_ffmpegdec_chain):
41460 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41461 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41462 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41463 (gst_gdk_pixbuf_chain):
41464 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41465 (gst_jpegdec_chain):
41466 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41467 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41468 (gst_mikmod_negotiate):
41469 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41470 (gst_mpeg2dec_negotiate_format):
41471 * ext/mpeg2enc/gstmpeg2enc.cc:
41472 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41473 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41474 (gst_speexdec_sinkconnect):
41475 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41476 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41477 (gst_vorbisfile_new_link):
41478 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41479 (gst_ac3parse_chain):
41480 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41481 (gst_asf_demux_setup_pad):
41482 * gst/auparse/gstauparse.c: (gst_auparse_init),
41483 (gst_auparse_chain):
41484 * gst/id3/gstid3types.c: (gst_id3types_loop):
41485 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41486 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41487 (mp1videoparse_parse_seq):
41488 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41490 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41491 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41492 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41493 (gst_mpeg_parse_send_data):
41494 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41495 (gst_qtdemux_add_stream):
41496 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41497 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41498 (gst_wavparse_parse_fmt):
41500 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
41503 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41504 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41505 it therefore uses the wrong include paths. Too bad... Note
41506 that 1.6.1.93 is not release yet. ;).
41507 Also add a check for mplex, which is now using the lib'ified
41508 mplex from mjpegtools, too.
41509 * ext/ffmpeg/gstffmpegcodecmap.c:
41510 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41511 issues. I don't think ffmpeg handles 3ivx correctly, so this
41512 probably won't work. But it won't hurt either.
41513 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41514 (gst_ffmpegdec_chain):
41515 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41516 (gst_ffmpegenc_chain_audio):
41517 Fix memleak in audio encoding. Close codec if open fails, this
41518 calls the cleanup routines so we can re-use the context.
41519 * ext/mpeg2enc/gstmpeg2enc.cc:
41520 Fix pad template names/types, fix memory issue with getcaps().
41521 * ext/mpeg2enc/gstmpeg2encoder.cc:
41522 * ext/mpeg2enc/gstmpeg2encoder.hh:
41523 Fix compile issue with new caps system (const thingy).
41524 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41525 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41526 We read a first frame right on initing, so that we have a caps
41527 when we init the output. This caps is cached in padprivate and
41528 read as first frame.
41529 * ext/mplex/Makefile.am:
41530 * ext/mplex/gstmplex.cc:
41531 * ext/mplex/gstmplex.h:
41532 * ext/mplex/gstmplex.hh:
41533 * ext/mplex/gstmplexibitstream.cc:
41534 * ext/mplex/gstmplexibitstream.hh:
41535 * ext/mplex/gstmplexjob.cc:
41536 * ext/mplex/gstmplexjob.hh:
41537 * ext/mplex/gstmplexoutputstream.cc:
41538 * ext/mplex/gstmplexoutputstream.hh:
41539 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41540 had issues, didn't do capsnego, supported only a subset of the
41541 mplex features and required a mplex fork in our local CVS. Plus
41542 that it worked agaist a very old mplex version. Rewriting was
41543 faster than updating it.
41544 * gst-libs/ext/Makefile.am:
41545 * gst-libs/ext/mplex/INSTRUCT:
41546 * gst-libs/ext/mplex/Makefile.am:
41547 * gst-libs/ext/mplex/README:
41548 * gst-libs/ext/mplex/TODO:
41549 * gst-libs/ext/mplex/ac3strm_in.cc:
41550 * gst-libs/ext/mplex/audiostrm.hh:
41551 * gst-libs/ext/mplex/audiostrm_out.cc:
41552 * gst-libs/ext/mplex/aunit.hh:
41553 * gst-libs/ext/mplex/bits.cc:
41554 * gst-libs/ext/mplex/bits.hh:
41555 * gst-libs/ext/mplex/buffer.cc:
41556 * gst-libs/ext/mplex/buffer.hh:
41557 * gst-libs/ext/mplex/fastintfns.h:
41558 * gst-libs/ext/mplex/format_codes.h:
41559 * gst-libs/ext/mplex/inputstrm.cc:
41560 * gst-libs/ext/mplex/inputstrm.hh:
41561 * gst-libs/ext/mplex/lpcmstrm_in.cc:
41562 * gst-libs/ext/mplex/mjpeg_logging.cc:
41563 * gst-libs/ext/mplex/mjpeg_logging.h:
41564 * gst-libs/ext/mplex/mjpeg_types.h:
41565 * gst-libs/ext/mplex/mpastrm_in.cc:
41566 * gst-libs/ext/mplex/mpegconsts.cc:
41567 * gst-libs/ext/mplex/mpegconsts.h:
41568 * gst-libs/ext/mplex/mplexconsts.hh:
41569 * gst-libs/ext/mplex/multplex.cc:
41570 * gst-libs/ext/mplex/outputstream.hh:
41571 * gst-libs/ext/mplex/padstrm.cc:
41572 * gst-libs/ext/mplex/padstrm.hh:
41573 * gst-libs/ext/mplex/stillsstream.cc:
41574 * gst-libs/ext/mplex/stillsstream.hh:
41575 * gst-libs/ext/mplex/systems.cc:
41576 * gst-libs/ext/mplex/systems.hh:
41577 * gst-libs/ext/mplex/vector.cc:
41578 * gst-libs/ext/mplex/vector.hh:
41579 * gst-libs/ext/mplex/videostrm.hh:
41580 * gst-libs/ext/mplex/videostrm_in.cc:
41581 * gst-libs/ext/mplex/videostrm_out.cc:
41582 * gst-libs/ext/mplex/yuv4mpeg.cc:
41583 * gst-libs/ext/mplex/yuv4mpeg.h:
41584 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41585 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41586 We don't fork mjpegtools' mplex in our CVS anymore.
41587 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41588 (gst_avi_demux_add_stream):
41589 * gst/avi/gstavidemux.h:
41590 Add getcaps() function for proper caps nego. This makes some
41591 parts of AVI playback/reading work.
41592 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41593 Resize window on new capsnego. This is probably wrong, but
41594 I'm still committing it because with current capsnego, the
41595 first successfull capsnego is auto-fixated, therefore rounded
41596 down to the lowest values in the caps. this results in a 16x16
41597 XWindow that is not reized when real capsnego finishes.
41598 Dave, I see more cases of this, do you know a proper solution?
41599 * tools/gst-launch-ext.in:
41600 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41602 2003-12-31 David Schleef <ds@schleef.org>
41604 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41605 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41606 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41608 2003-12-30 David Schleef <ds@schleef.org>
41610 * ext/ffmpeg/gstffmpegcolorspace.c:
41611 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41612 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41613 (gst_ffmpegcsp_chain): Negotiation fixes
41614 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41615 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41616 (gst_audio_convert_link), (gst_audio_convert_channels):
41617 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41618 (gst_audioscale_link), (gst_audioscale_get_buffer),
41619 (gst_audioscale_chain): Negotiation fixes
41620 * gst/audioscale/gstaudioscale.h:
41621 * gst/videofilter/gstvideofilter.c:
41622 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41623 (gst_videofilter_link), (gst_videofilter_init),
41624 (gst_videofilter_set_output_size), (gst_videofilter_setup),
41625 (gst_videofilter_find_format_by_structure):
41626 * gst/videofilter/gstvideofilter.h: Negotiation fixes
41627 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41628 (gst_videoscale_link):
41629 * gst/videoscale/videoscale.c: (videoscale_get_structure),
41630 (videoscale_find_by_structure), (gst_videoscale_setup):
41631 * gst/videoscale/videoscale.h: Negotiation fixes
41632 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41633 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41634 function, restrict resizing to a multiple of 4 (hack until
41635 everyone supports odd sizes correctly).
41637 2003-12-29 Colin Walters <walters@verbum.org>
41639 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41642 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
41644 * ext/sndfile/gstsf.c: (gst_sf_loop):
41645 Fix warning about discarding const qualifier
41647 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
41649 * gst/cutter/gstcutter.c:
41650 * gst/videoscale/gstvideoscale.c:
41651 * gst/volenv/gstvolenv.c:
41652 * gst-libs/gst/audio/audio.c:
41653 * gst-libs/gst/video/video.c:
41656 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41658 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41659 Don't send ALSA debugging to stderr.
41660 * ext/alsa/gstalsa.h:
41661 Use GST_WARNING instead of g_warning when ALSA functions fail.
41663 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41665 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41666 Free XVAdapterInfo correctly.
41668 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41670 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41671 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41672 Make id3tag use correct caps nego.
41674 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
41676 * ext/ivorbis/vorbis.c:
41677 * ext/ivorbis/vorbisenc.h:
41678 * ext/ivorbis/vorbisfile.c:
41679 Modify so that it uses the new caps things
41681 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
41683 * testsuite/spider/spider1.c: (main):
41684 * testsuite/spider/spider2.c: (main):
41685 * testsuite/spider/spider3.c: (main):
41686 Make tests compile again. They probably don't work.
41688 2003-12-24 Colin Walters <walters@verbum.org>
41690 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41691 we can't fixate the caps anymore.
41693 2003-12-23 David Schleef <ds@schleef.org>
41695 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41696 * sys/oss/gstosssink.c: (gst_osssink_init),
41697 (gst_osssink_sink_fixate): Add fixate function.
41699 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
41701 * ext/ffmpeg/gstffmpegcodecmap.c:
41702 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41703 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41704 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41705 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41706 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41707 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41708 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41709 fix typo in RGB masks, and move back to "old" colorspace
41710 capsnego code until whoever wrote this new crap has actually
41711 tested it so that it works.
41712 And yes, this works, keep it that way please.
41714 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41716 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41717 (gst_divxdec_init), (gst_divxdec_negotiate):
41718 * ext/divx/gstdivxdec.h:
41719 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41720 (gst_divxenc_init):
41721 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41722 (gst_faac_sinkconnect), (gst_faac_srcconnect):
41723 * ext/mpeg2enc/gstmpeg2enc.cc:
41724 * ext/mpeg2enc/gstmpeg2encoder.cc:
41725 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41726 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41727 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41728 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41729 (dxr3spusink_init):
41730 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41731 (dxr3videosink_init):
41732 Fix caps breakage after Dave's caps branch merge.
41734 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
41736 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41737 Fix for 24bpp display.
41739 2003-12-23 Colin Walters <walters@verbum.org>
41741 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41742 a GnomeVFSHandle directly.
41744 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41746 * gst/volume/Makefile.am:
41747 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41748 (volume_base_init), (volume_init):
41749 Reenable volume element and fix to work with new caps stuff.
41750 Rhythmbox needs this.
41752 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41754 * gst/qtdemux/qtdemux.c: (plugin_init):
41755 qtdemux requires bytestream
41757 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41759 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41760 Fix remaining caps handling errors due to CAPS merge.
41762 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
41764 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41765 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41766 (gst_faad_srcconnect):
41767 Port to new caps system.
41769 2003-12-21 Julien MOUTTE <julien@moutte.net>
41771 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41772 (got_video_size), (main): using g_print instead of g_message.
41773 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41774 signal which was not emitted because of "switch" element added to the
41775 bin but not connected. (Removing from the bin temporarily)
41777 2003-12-21 Julien MOUTTE <julien@moutte.net>
41779 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41780 find X development files. I don't understand the previous tests and
41781 they fail on my debian/ppc unstable. This one works.
41782 * examples/gstplay/player.c: (main): Set the pipeline to READY before
41784 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41785 (gst_play_set_video_sink), (gst_play_set_audio_sink),
41786 (gst_play_set_visualization): Add some safety checks in set_ methods
41787 and state_change. This was throwing some ugly CRITICAL messages when
41788 pipeline was getting disposed and casts were failing.
41790 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
41793 Improve mpeg2enc detection. This is for distributions that do
41794 ship mjpegtools, but without mpeg2enc. Also does object check
41795 for might there ever be ABI incompatibility.
41796 * ext/mpeg2enc/gstmpeg2enc.cc:
41797 Add Andrew as second maintainer (he's helping me), and also add
41798 an error if no caps was set. This happens if I pull before capsnego
41799 and that's something I should solve sometime else.
41800 * gst/matroska/matroska-demux.c:
41801 (gst_matroska_demux_parse_blockgroup):
41803 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41804 (gst_matroska_mux_track_header):
41805 Add caps to templates.
41806 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41807 Add mpegversion=1 to prevent confusion with MPEG/AAC.
41808 * gst/mpegstream/gstmpegdemux.c:
41809 Remove layer since it causes warnings about unfixed caps.
41810 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41811 Fix obvious typo (we error out if caps were set, we should of
41812 course error out if *no* caps were set).
41813 * sys/oss/gstosselement.c: (gst_osselement_convert):
41814 Fix format conversion, we confused bits/bytes.
41815 * sys/oss/gstosselement.h:
41816 Improve documentation for 'bps'.
41818 Remove stuff about plugins that need removing - this was done
41820 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41821 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41822 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41823 (gst_v4lsrc_src_query):
41824 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41825 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41826 Add get_query_types(), get_formats() and query() functions.
41828 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
41830 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41831 * moved CVS to freedesktop.org