flacparse: update for gst_base_parse_frame_init() API change
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 15 Apr 2011 17:51:20 +0000 (18:51 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 15 Apr 2011 17:51:20 +0000 (18:51 +0100)
gst/audioparsers/gstflacparse.c

index 376ab3099432444c8243ac662ac5ed312e76c4fa..0249e88a2d98886034ed104a0905038569fc5bc3 100644 (file)
@@ -1056,7 +1056,7 @@ push_headers:
         GST_PAD_CAPS (GST_BASE_PARSE_SRC_PAD (GST_BASE_PARSE (flacparse))));
 
     /* init, set and give away frame */
-    gst_base_parse_frame_init (GST_BASE_PARSE (flacparse), &frame);
+    gst_base_parse_frame_init (&frame);
     frame.buffer = buf;
     frame.overhead = -1;
     ret = gst_base_parse_push_frame (GST_BASE_PARSE (flacparse), &frame);