xingmux: remove defunct commented code

This commit is contained in:
Mark Nauwelaerts 2012-09-11 10:46:52 +02:00
parent 616e9fab0c
commit b456a16344

View file

@ -285,8 +285,6 @@ generate_xing_header (GstXingMux * xing)
}
xing_header = gst_buffer_new_and_alloc (size);
// TODO set caps
// gst_buffer_set_caps (xing_header, GST_PAD_CAPS (xing->srcpad));
gst_buffer_map (xing_header, &map, GST_MAP_WRITE);
data = map.data;