diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gdk_pixbuf/gstgdkpixbufsink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gdk_pixbuf/gstgdkpixbufsink.c b/ext/gdk_pixbuf/gstgdkpixbufsink.c index fabd6bf8f..6c4cf3dc9 100644 --- a/ext/gdk_pixbuf/gstgdkpixbufsink.c +++ b/ext/gdk_pixbuf/gstgdkpixbufsink.c @@ -41,7 +41,7 @@ * purposes - just wait until the pipeline is prerolled (ASYNC_DONE message * on the bus), then read the property. If you use this method, you may want * to disable message posting by setting the #GstGdkPixbufSink:post-messages - * property to #FALSE. This avoids unnecessary memory overhead. + * property to %FALSE. This avoids unnecessary memory overhead. * </listitem> * </itemizedlist> * @@ -60,7 +60,7 @@ * containing structures named <classname>"preroll-pixbuf" * </classname> or <classname>"pixbuf"</classname> on the bus (this * can be disabled by setting the #GstGdkPixbufSink:post-messages property - * to #FALSE though). The element message structure has the following fields: + * to %FALSE though). The element message structure has the following fields: * <itemizedlist> * <listitem> * <classname>"pixbuf"</classname>: the #GdkPixbuf object |