mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
cmmlenc: Remove hack to let oggmux start a new page for every CMML buffer
oggmux does this for CMML by its own now
This commit is contained in:
parent
48934764e7
commit
1346068b5f
1 changed files with 0 additions and 3 deletions
|
@ -585,9 +585,6 @@ gst_cmml_enc_push (GstCmmlEnc * enc, GstBuffer * buffer)
|
|||
{
|
||||
GstFlowReturn res;
|
||||
|
||||
/* FIXME: hack to make oggmux flush every cmml tag in its own page */
|
||||
GST_BUFFER_DURATION (buffer) = G_MAXINT64;
|
||||
|
||||
res = gst_pad_push (enc->srcpad, buffer);
|
||||
if (GST_FLOW_IS_FATAL (res))
|
||||
GST_WARNING_OBJECT (enc, "push returned: %s", gst_flow_get_name (res));
|
||||
|
|
Loading…
Reference in a new issue