diff options
Diffstat (limited to 'gst/gstparse.h')
-rw-r--r-- | gst/gstparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstparse.h b/gst/gstparse.h index 578fead2f..b1ec83d8a 100644 --- a/gst/gstparse.h +++ b/gst/gstparse.h @@ -61,7 +61,7 @@ typedef enum /** * GstParseFlags: * @GST_PARSE_FLAG_NONE: Do not use any special parsing options. - * @GST_PARSE_FLAG_FATAL_ERRORS: Always return NULL when an error occurs + * @GST_PARSE_FLAG_FATAL_ERRORS: Always return %NULL when an error occurs * (default behaviour is to return partially constructed bins or elements * in some cases) * @GST_PARSE_FLAG_NO_SINGLE_ELEMENT_BINS: If a bin only has a single element, |