diff options
author | Michael Smith <msmith@xiph.org> | 2006-05-14 12:50:07 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2006-05-14 12:50:07 +0000 |
commit | d0ba8b0f4332d2f906992a78c073fec995e061b1 (patch) | |
tree | ba4187d3f3a4fa9eabb3702ecd534c065b0e2ce3 | |
parent | 14d26445df959507297a197e99f5f03e45de25f0 (diff) |
gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull modes.
Original commit message from CVS:
* gst/wavparse/gstwavparse.c:
Update docs; wavparse implements push and pull modes.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/wavparse/gstwavparse.c | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2006-05-14 Michael Smith <msmith@fluendo.com> + + * gst/wavparse/gstwavparse.c: + Update docs; wavparse implements push and pull modes. + 2006-05-12 Wim Taymans <wim@fluendo.com> * gst/avi/gstavidemux.c: (gst_avi_demux_index_next), diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index 57d9d073..2917e944 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -26,9 +26,6 @@ * <para> * Parse a .wav file into raw or compressed audio. * </para> - * <para> - * This element currently only supports pull based scheduling. - * </para> * <title>Example launch line</title> * <para> * <programlisting> |