mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
schroenc: Remove obsolete FIXME comment
This commit is contained in:
parent
b4ef216f0b
commit
7b63bd6348
1 changed files with 0 additions and 1 deletions
|
@ -647,7 +647,6 @@ gst_schro_enc_handle_frame (GstVideoEncoder * base_video_encoder,
|
||||||
GST_DEBUG ("granule offset %" G_GINT64_FORMAT, schro_enc->granule_offset);
|
GST_DEBUG ("granule offset %" G_GINT64_FORMAT, schro_enc->granule_offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME : We could make that method just take GstVideoInfo ... */
|
|
||||||
schro_frame = gst_schro_buffer_wrap (frame->input_buffer, FALSE, info);
|
schro_frame = gst_schro_buffer_wrap (frame->input_buffer, FALSE, info);
|
||||||
|
|
||||||
GST_DEBUG ("pushing frame %p", frame);
|
GST_DEBUG ("pushing frame %p", frame);
|
||||||
|
|
Loading…
Reference in a new issue