mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
1c1c961af4
Original commit message from CVS: 2005-09-05 Andy Wingo <wingo@pobox.com> * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding here from the state change handler, so we fire signals without holding the state lock.
67 lines
2.1 KiB
Text
67 lines
2.1 KiB
Text
2005-09-05 Andy Wingo <wingo@pobox.com>
|
|
|
|
* ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
|
|
here from the state change handler, so we fire signals without
|
|
holding the state lock.
|
|
|
|
2005-09-02 Andy Wingo <wingo@pobox.com>
|
|
|
|
* All plugins updated for element state changes.
|
|
|
|
2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* Makefile.am:
|
|
* check/.cvsignore:
|
|
* check/Makefile.am:
|
|
* check/elements/.cvsignore:
|
|
* check/elements/level.c: (setup_level), (cleanup_level),
|
|
(GST_START_TEST), (level_suite), (main):
|
|
add a test for level
|
|
* common/release.mak:
|
|
move the enum checking to release.mak
|
|
* configure.ac:
|
|
add valgrind and check checking
|
|
* gst/level/gstlevel.c: (gst_level_transform):
|
|
* gst/level/gstlevel.h:
|
|
fix Andy's cast bug
|
|
convert a field to int
|
|
fix the arithmetic to int when checking for emit so that a
|
|
100-sample buffer of a 1000Hz stream triggers after 0.1 sec
|
|
|
|
2005-09-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* Makefile.am:
|
|
* configure.ac:
|
|
add docs to build
|
|
* common/plugins.xsl:
|
|
wrap Description into a refsect2
|
|
* docs/Makefile.am:
|
|
* docs/plugins/Makefile.am:
|
|
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
|
|
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
|
* gst/goom/Makefile.am:
|
|
* gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
|
|
(gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
|
|
(gst_goom_sink_setcaps), (gst_goom_src_setcaps),
|
|
(gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
|
|
(gst_goom_change_state):
|
|
* gst/goom/gstgoom.h:
|
|
GstGOOM -> GstGoom
|
|
add an example launch line
|
|
* gst/level/gstlevel.h:
|
|
* gst/monoscope/gstmonoscope.c:
|
|
cleanups
|
|
|
|
2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* configure.ac:
|
|
* docs/plugins/Makefile.am:
|
|
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
|
|
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
|
* docs/plugins/gst-plugins-good-plugins.types:
|
|
document elements and plugins. Shazam !
|
|
|
|
2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
|
|
* split off gst-plugins-good from gst-plugins. Old ChangeLog can
|
|
be found under doc/random/ChangeLog-0.8
|