X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fmatroska%2Fmatroska-mux.c;h=9a70121a28c08b1c780e7892ccdeac5b76ee1730;hb=d0bf3108765a75ca9d7f1cd768cdd6e771540f6e;hp=b584fcd66f6bec4a8faa1dfb43fc323a3ee01413;hpb=40eda471a12cbfc698e47a9589c0da58f802a70b;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index b584fcd..9a70121 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -2020,9 +2020,6 @@ gst_matroska_mux_start (GstMatroskaMux * mux) gst_ebml_write_master_start (ebml, GST_MATROSKA_ID_SEGMENT); mux->segment_master = ebml->pos; - /* the rest of the header is cached */ - gst_ebml_write_set_cache (ebml, 0x1000); - if (!mux->is_live) { /* seekhead (table of contents) - we set the positions later */ mux->seekhead_pos = ebml->pos;