- 12 Apr, 2012 1 commit
-
-
Sebastian Dröge authored
-
- 22 Mar, 2012 1 commit
-
-
Wim Taymans authored
-
- 17 Feb, 2012 1 commit
-
-
Wim Taymans authored
-
- 29 Sep, 2011 1 commit
-
-
Wim Taymans authored
-
- 03 Aug, 2011 1 commit
-
-
Wim Taymans authored
-
- 15 Jun, 2011 1 commit
-
-
Tim-Philipp Müller authored
This is an ad-hoc release that is almost identical to 0.10.34: * work around GLib atomic ops API change * don't use G_CONST_RETURN in public headers * subparse: typefinding fixes for subtitles in non-UTF8 charsets
-
- 14 May, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 10 May, 2011 1 commit
-
-
Tim-Philipp Müller authored
Highlights: - support for 16-bit-per-component video formats - playbin2 fixes and improvements for custom and non-raw sinks - oggmux muxes based on running time now - many other fixes and improvements
-
- 21 Jan, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 30 Nov, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 15 Jul, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 28 Apr, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 08 Mar, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 06 Mar, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 10 Feb, 2010 1 commit
-
-
Tim-Philipp Müller authored
-
- 05 Oct, 2009 1 commit
-
-
Jan Schmidt authored
-
- 01 Oct, 2009 1 commit
-
-
Jan Schmidt authored
-
- 12 Sep, 2009 1 commit
-
-
Jan Schmidt authored
-
- 04 Aug, 2009 1 commit
-
-
Jan Schmidt authored
-
- 30 Jul, 2009 1 commit
-
-
Jan Schmidt authored
-
- 24 Jul, 2009 1 commit
-
-
Jan Schmidt authored
-
- 14 Jul, 2009 1 commit
-
-
Jan Schmidt authored
-
- 10 May, 2009 1 commit
-
-
Jan Schmidt authored
-
- 08 May, 2009 1 commit
-
-
Jan Schmidt authored
-
- 15 Apr, 2009 1 commit
-
-
Jan Schmidt authored
-
- 19 Jan, 2009 1 commit
-
-
Jan Schmidt authored
Original commit message from CVS: Release 0.10.22
-
- 16 Jan, 2009 2 commits
-
-
Sebastian Dröge authored
gst-libs/gst/fft/: Use correct struct alignment everywhere to prevent unaligned memory accesses, resulting in SIGBUS ... Original commit message from CVS: * gst-libs/gst/fft/_kiss_fft_guts_f32.h: * gst-libs/gst/fft/_kiss_fft_guts_f64.h: * gst-libs/gst/fft/_kiss_fft_guts_s16.h: * gst-libs/gst/fft/_kiss_fft_guts_s32.h: * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc): * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc): * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc): * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc): Use correct struct alignment everywhere to prevent unaligned memory accesses, resulting in SIGBUS on sparc and probably others. Fixes bug #500833.
-
Sebastian Dröge authored
Original commit message from CVS: * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_srcpad_event): Forward unknown events upstream to allow latency configuration. Fixes bug #567960.
-
- 13 Jan, 2009 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: * gst/playback/gstplaybin2.c: (groups_set_locked_state): Provide the right arguments to a debug line.
-
Stefan Kost authored
Original commit message from CVS: * sys/xvimage/xvimagesink.c: Don't reset the colorkey when element is reused. Fixes #567511.
-
- 09 Jan, 2009 3 commits
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: 0.10.21.3 pre-release
-
Jan Schmidt authored
gst-libs/gst/app/gstappsink.c: Store the returned signal id in the right slot when registering the pull-buffer signal. Original commit message from CVS: * gst-libs/gst/app/gstappsink.c: Store the returned signal id in the right slot when registering the pull-buffer signal. Fixes #567168 Spotted by: Thomas Vander Stichele <thomas at apestaart dot org>
-
Tim-Philipp Müller authored
gst-libs/gst/interfaces/mixer.c: Small docs addition to clarify that one really mustn't free the constant GList retur... Original commit message from CVS: * gst-libs/gst/interfaces/mixer.c: Small docs addition to clarify that one really mustn't free the constant GList returned (#566812).
-
- 08 Jan, 2009 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: * docs/libs/gst-plugins-base-libs-sections.txt: * gst-libs/gst/rtsp/gstrtspurl.c: (register_rtsp_url_type), (gst_rtsp_url_get_type), (gst_rtsp_url_copy): * gst-libs/gst/rtsp/gstrtspurl.h: * win32/common/libgstrtsp.def: Add GType for GstRTSPUrl and expose a copy function because we can. API: gst_rtsp_url_copy() Fixes #567027.
-
- 07 Jan, 2009 5 commits
-
-
Sebastian Dröge authored
Original commit message from CVS: * configure.ac: * ext/gio/gstgio.c: (plugin_init): Add plugin dependency for the GIO and GVfs modules. Fixes bug #566876.
-
Sebastian Dröge authored
Original commit message from CVS: * configure.ac: * ext/gnomevfs/gstgnomevfs.c: (plugin_init): Add plugin dependency for the gnomevfs modules. Fixes bug #566875.
-
Sebastian Dröge authored
Original commit message from CVS: * win32/common/libgstcdda.def: Add new symbol to the list of exported symbols.
-
Wim Taymans authored
Original commit message from CVS: * gst/playback/gstplaybin2.c: (gst_play_bin_class_init), (gst_play_bin_set_uri), (gst_play_bin_set_suburi), (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked), (activate_group), (deactivate_group), (groups_set_locked_state), (gst_play_bin_change_state): Fix some comments and docs. Post an error message when we fail to link the selector to the sink. Remove pushing of EOS, this seems unneeded. Lock the state of deactivated groups so that they don't accidentally reactivate when the playbin2 state changes. Reuse uridecodebins. Unlock and relock state of groups when playbin goes to NULL. Fixes #566654. Fixes #566341. * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found): Only do something in the pad removed callback when we are dealing with our sourcepads because the sinkpads don't have a ghostpad.
-
Sebastian Dröge authored
Original commit message from CVS: * gst-libs/gst/cdda/gstcddabasesrc.c: * gst-libs/gst/cdda/gstcddabasesrc.h: Make the GType of GstCDDABaseSrcMode public for bindings. Fixes bug #566837.
-
- 06 Jan, 2009 1 commit
-
-
Tim-Philipp Müller authored
Use new core API to make registry re-scan the plugin whenever visualisations are added or removed (see #350477). Original commit message from CVS: * configure.ac: * ext/libvisual/visual.c: (plugin_init): Use new core API to make registry re-scan the plugin whenever visualisations are added or removed (see #350477).
-