From edda3b6c0f721bb2085de7e76abf761b3f691326 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 3 Mar 2008 22:01:56 +0000 Subject: gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB. Original commit message from CVS: * gst/matroska/ebml-read.c: Use GINT64 formatting constants from GLIB. * gst/matroska/matroska-demux.c: Add some guards to avoid a possible division by 0 and crashing with NULL events on some systems. Use gst_gdouble_to_guint64 somewhere instead of an implicit conversion. * gst/matroska/matroska-mux.c: Check for invalid timestamps in a bunch of places to avoid writing bogus durations into the output file. Fix some double<->gint64 conversions that weren't using gst_guint64_to_gdouble --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 668c3f0b..081a00a5 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 668c3f0b72d50813c30eb04be7048f638037c571 +Subproject commit 081a00a5e25d069b15bb7f6092c8f951462cd8eb -- cgit