baseparse: fix typo in docs for GST_BASE_PARSE_FORMAT_FLAG_PASSTHROUGH
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 2 Apr 2011 13:08:46 +0000 (14:08 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 14:44:57 +0000 (15:44 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=518857

libs/gst/base/gstbaseparse.h

index a3d4116..6ed4f54 100644 (file)
@@ -153,7 +153,7 @@ typedef struct {
  * @GST_BASE_PARSE_FORMAT_FLAG_NONE: no flags active
  * @GST_BASE_PARSE_FORMAT_FLAG_PASSTHROUGH: nature of format or configuration
  *   does not allow (much) parsing, so parser should operate in passthrough mode
- *   (which only applies operating in pull mode).  That is, incoming buffers
+ *   (which only applies operating in push mode).  That is, incoming buffers
  *   are pushed through unmodified, i.e. no @check_valid_frame or @parse_frame
  *   callbacks will be invoked.  On the other hand, @pre_push_buffer is still
  *   invoked, where subclass can perform as much or as little is appropriate for