aboutsummaryrefslogtreecommitdiff
path: root/gst-vocschnipselssink/ChangeLog
blob: 5c257462122b024a6e788222493a538a4f4d564f (plain)
  1. 2008-11-04  Stefan Kost <ensonic@users.sf.net>
  2. * src/Makefile.am:
  3. Don't install static libs for plugins. Fixes #550851 for the template.
  4. 2008-10-30 Stefan Kost <ensonic@users.sf.net>
  5. * tools/make_element:
  6. Don't replace GstPlugin.
  7. 2008-08-11 Stefan Kost <ensonic@users.sf.net>
  8. * README:
  9. * src/gstaudiofilter.c:
  10. * src/gstplugin.c:
  11. * src/gsttransform.c:
  12. * tools/make_element:
  13. Integrate new template and improve search'n'replace ops. Update
  14. templates to use current API.
  15. 2008-07-26 Stefan Kost <ensonic@users.sf.net>
  16. * tools/make_element:
  17. Fix username detection. tries getent first and falls back to grep
  18. passwd. Spotted by Karoly Segesdi.
  19. 2008-06-09 Jan Schmidt <jan.schmidt@sun.com>
  20. * src/gstplugin.c:
  21. Fix some memory leaks, and make the setcaps function actually
  22. sets the caps on the other pad.
  23. 2008-05-08 Stefan Kost <ensonic@users.sf.net>
  24. * README:
  25. Add simple usage explanation and make it look like the other READMEs.
  26. * src/gstplugin.c:
  27. * src/gstplugin.h:
  28. * src/gsttransform.c:
  29. * src/gsttransform.h:
  30. * tools/make_element:
  31. Add year, username and email fields. Update the templates here and
  32. there a bit. Add more comments.
  33. 2007-08-01 Tim-Philipp Müller <tim at centricular dot net>
  34. * src/gsttransform.c:
  35. Include right header to avoid structure size mismatches etc.
  36. 2007-07-25 Tim-Philipp Müller <tim at centricular dot net>
  37. Patch by: Steve Fink <sphink gmail com>
  38. * src/gstplugin.c:
  39. Use GST_DEBUG_FUNCPTR() macros where it makes sense.
  40. 2007-07-19 Stefan Kost <ensonic@users.sf.net>
  41. * configure.ac:
  42. Fix CVS-build detection.
  43. 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
  44. * src/Makefile.am:
  45. Make clearer which Makefile variables need renaming if the plugin
  46. name is changes (#399746) (pretty it is not, but it's the content
  47. that counts, right?)
  48. 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
  49. Patch by: Philip Jägenstedt <philipj at opera com>
  50. * tools/make_element:
  51. Translate FOO_IS_MY_PLUGIN macro as well according to the template
  52. (#399323).
  53. 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
  54. * autogen.sh:
  55. Run autoheader to create config.h.in and fix the build.`
  56. 2006-07-03 Tim-Philipp Müller <tim at centricular dot net>
  57. * Makefile.am:
  58. * autogen.sh:
  59. * gst-autogen.sh:
  60. Throw an error if autotools versions are too old. We require
  61. automake 1.7 or newer (#346054). Add gst-autogen.sh to check
  62. for this.
  63. * COPYING:
  64. Add placeholder COPYING file so it doesn't get overwritten
  65. by a GPL one by automake.
  66. 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
  67. Patch by: Philip Jägenstedt <philip at lysator liu se>
  68. * src/gstplugin.c: (gst_plugin_template_base_init),
  69. (gst_plugin_template_class_init), (gst_plugin_template_init),
  70. (plugin_init):
  71. Use GST_BOILERPLATE, add debug category (#345601).
  72. 2006-04-20 Stefan Kost <ensonic@users.sf.net>
  73. Patch by: Johan Rydberg <jrydberg@gnu.org>
  74. * src/gstplugin.c: (gst_plugin_template_get_type),
  75. (gst_plugin_template_base_init), (gst_plugin_template_class_init),
  76. (gst_plugin_template_set_property),
  77. (gst_plugin_template_get_property):
  78. * src/gstplugin.h:
  79. * src/gsttransform.c: (gst_plugin_template_base_init),
  80. (gst_plugin_template_set_property),
  81. (gst_plugin_template_get_property):
  82. * tools/make_element:
  83. remove double gst_get_, fix '_' in names
  84. 2006-02-26 Tim-Philipp Müller <tim at centricular dot net>
  85. * src/gstplugin.c: (gst_plugin_template_init),
  86. (gst_plugin_template_chain):
  87. Fix function declaration of _init() function.
  88. Remove unnecessary assertion clutter in chain function
  89. (that also failed to return a flow value, causing
  90. compiler warnings).
  91. 2006-02-07 Stefan Kost <ensonic@users.sf.net>
  92. * src/gstplugin.c: (gst_plugin_template_set_caps),
  93. (gst_plugin_template_chain):
  94. * src/gsttransform.c: (gst_plugin_template_transform_ip):
  95. more code cleanups, more comments
  96. 2006-02-07 Stefan Kost <ensonic@users.sf.net>
  97. * configure.ac:
  98. allow installing to $HOME
  99. * src/gstplugin.c: (gst_plugin_template_base_init),
  100. (gst_plugin_template_init):
  101. * src/gstplugin.h:
  102. * src/gsttransform.c: (gst_plugin_template_base_init),
  103. (gst_plugin_template_class_init), (gst_plugin_template_init),
  104. (gst_plugin_template_transform_ip),
  105. (gst_plugin_template_set_property),
  106. (gst_plugin_template_get_property), (plugin_init):
  107. * src/gsttransform.h:
  108. add another template
  109. * tools/make_element:
  110. fix generator, when template (arg2) is given
  111. 2006-01-23 Tim-Philipp Müller <tim at centricular dot net>
  112. * src/gstplugin.h:
  113. FOO_BAR_CLASS(klass) should cast to FooBarClass*,
  114. not FooBar*.
  115. 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
  116. * autogen.sh:
  117. * configure.ac:
  118. * src/Makefile.am:
  119. * src/gstplugin.c:
  120. bring into the 0.10 world
  121. Fix #315582
  122. 2005-12-16 Jan Schmidt <thaytan@mad.scientist.com>
  123. * src/gstplugin.c: (gst_plugin_template_class_init):
  124. Need to have the set_property and get_property methods
  125. before installing properties
  126. 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
  127. * src/gstplugin.h:
  128. Fix GST_IS_FOO_BAR_CLASS macro.
  129. 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
  130. * configure.ac:
  131. * src/gstplugin.c: (gst_plugin_template_set_caps),
  132. (gst_plugin_template_init), (gst_plugin_template_chain):
  133. Fix for GStreamer 0.9.
  134. 2004-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
  135. * Makefile.am:
  136. * autogen.sh:
  137. * configure.ac:
  138. * src/Makefile.am:
  139. use proper LDFLAGS for plugins
  140. run in maintainer mode by default
  141. 2004-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
  142. * configure.ac: ... and fix comments too
  143. 2004-04-03 Benjamin Otte <otte@gnome.org>
  144. * configure.ac:
  145. update for GStreamer 0.8
  146. 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
  147. * src/gstplugin.c: (gst_plugin_template_link),
  148. (gst_plugin_template_base_init), (gst_plugin_template_init):
  149. Fix for GStreamer 0.7.x.
  150. 2003-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
  151. * updated for GStreamer 0.6.0
  152. 2002-07-17 Thomas Vander Stichele <thomas at apestaart dot org>
  153. * initial creation on a flight to New York