mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
merge fix
Original commit message from CVS: merge fix
This commit is contained in:
parent
65bf60531f
commit
a8b1136da3
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ gst_cutter_chain (GstPad *pad, GstBuffer *buf)
|
|||
g_return_if_fail (filter != NULL);
|
||||
g_return_if_fail (GST_IS_CUTTER (filter));
|
||||
|
||||
/* FIXME: this doesn't seem to be working well anymore */
|
||||
if (gst_audio_is_buffer_framed (pad, buf) == FALSE)
|
||||
g_warning ("cutter: audio buffer is not framed !\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue