[longomatch] Put MP4 headers at the beginning of the file for progressive download
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Put MP4 headers at the beginning of the file for progressive download
- Date: Sun, 25 Nov 2012 10:41:42 +0000 (UTC)
commit 6cd97c66a444ee79a8d1e31abfeeffc011309f80
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Nov 25 11:39:51 2012 +0100
Put MP4 headers at the beginning of the file for progressive download
libcesarplayer/gst-video-editor.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libcesarplayer/gst-video-editor.c b/libcesarplayer/gst-video-editor.c
index aaca36b..23eb969 100644
--- a/libcesarplayer/gst-video-editor.c
+++ b/libcesarplayer/gst-video-editor.c
@@ -1303,6 +1303,7 @@ gst_video_editor_set_video_muxer (GstVideoEditor * gve, gchar ** err,
case VIDEO_MUXER_MP4:
muxer_name = "qtmux";
muxer = gst_element_factory_make ("qtmux", muxer_name);
+ g_object_set (muxer, "faststart", TRUE, NULL);
break;
case VIDEO_MUXER_MPEG_PS:
muxer_name = "ffmux_dvd";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]