diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-04 10:38:45 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-04 10:38:45 +0000 |
commit | 7a3cc5a1904017970ed6630f413a87da72046810 (patch) | |
tree | 8129c0f7c712f3954aeb6b3081d0f32884a01b00 | |
parent | 36634356e6bf464a8689657fe532265ea6870555 (diff) |
fix distcheckRELEASE-0_9_2
Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* docs/plugins/Makefile.am:
fix distcheck
* gst/audioresample/resample.c:
fix wrong docstring
m--------- | common | 0 | ||||
-rw-r--r-- | gst/audioresample/resample.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common -Subproject cd012821aa2e4f6247f4cd6dee14116f86421a7 +Subproject c484a2cfaa3e51cac56b995ea5ec7c0a96f4c08 diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c index 8e759da2f..fb39807fc 100644 --- a/gst/audioresample/resample.c +++ b/gst/audioresample/resample.c @@ -106,7 +106,7 @@ resample_buffer_free (AudioresampleBuffer * buffer, void *priv) } } -/** +/* * free_func: a function that frees the given closure. If NULL, caller is * responsible for freeing. */ |