summaryrefslogtreecommitdiffstats
path: root/gst/matroska
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-11-23 14:22:18 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-11-23 14:22:18 +0000
commit48520a455d828b4a6885fb37be48ebb720ae259b (patch)
treed21e343e86c582cd830da7f810023c021cfa4c89 /gst/matroska
parent74dc53a9aefdfb8d601b84a14d2d42e89d2e5f27 (diff)
Fixes for API changes
Original commit message from CVS: * ext/aalib/gstaasink.c: (gst_aasink_fixate): * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected): * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_chain): * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps): * sys/osxvideo/osxvideosink.m: Fixes for API changes
Diffstat (limited to 'gst/matroska')
-rw-r--r--gst/matroska/matroska-mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c
index 10309357..45333f1f 100644
--- a/gst/matroska/matroska-mux.c
+++ b/gst/matroska/matroska-mux.c
@@ -450,7 +450,7 @@ gst_matroska_mux_video_pad_setcaps (GstPad * pad, GstCaps * caps)
videocontext->pixel_width = width;
videocontext->pixel_height = height;
- context->default_duration = gst_util_clock_time_scale (GST_SECOND,
+ context->default_duration = gst_util_uint64_scale_int (GST_SECOND,
gst_value_get_fraction_numerator (framerate),
gst_value_get_fraction_denominator (framerate));