Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / gst-libs / gst / riff / riff-read.c
index c422f04..5fc6df5 100644 (file)
@@ -555,7 +555,7 @@ too_small:
  *        codec initialization data).
  *
  * Parses a interleaved (also known as "complex")  streamĀ“s strf
- * structure plus optionally some extradata from input data. This 
+ * structure plus optionally some extradata from input data. This
  * function takes ownership of @buf.
  *
  * Returns: TRUE if parsing succeeded, otherwise FALSE.
@@ -643,7 +643,6 @@ gst_riff_parse_info (GstElement * element,
   GstTagList *taglist;
 
   g_return_if_fail (_taglist != NULL);
-  g_return_if_fail (buf != NULL);
 
   if (!buf) {
     *_taglist = NULL;