mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
flacparse: update for gst_base_parse_frame_init() API change
This commit is contained in:
parent
9d9257916b
commit
a0205ecd51
1 changed files with 1 additions and 1 deletions
|
@ -1056,7 +1056,7 @@ push_headers:
|
||||||
GST_PAD_CAPS (GST_BASE_PARSE_SRC_PAD (GST_BASE_PARSE (flacparse))));
|
GST_PAD_CAPS (GST_BASE_PARSE_SRC_PAD (GST_BASE_PARSE (flacparse))));
|
||||||
|
|
||||||
/* init, set and give away frame */
|
/* 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.buffer = buf;
|
||||||
frame.overhead = -1;
|
frame.overhead = -1;
|
||||||
ret = gst_base_parse_push_frame (GST_BASE_PARSE (flacparse), &frame);
|
ret = gst_base_parse_push_frame (GST_BASE_PARSE (flacparse), &frame);
|
||||||
|
|
Loading…
Reference in a new issue