[gst-cvs] gstreamer: gstvalue: Add new GstInt64Range type
Sebastian Dröge
slomo at kemper.freedesktop.org
Wed Sep 1 02:08:07 PDT 2010
Module: gstreamer
Branch: master
Commit: b2e6379be832d92a0363291fe55c3f4670e2dde9
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=b2e6379be832d92a0363291fe55c3f4670e2dde9
Author: Philippe Normand <pnormand at igalia.com>
Date: Tue Aug 24 12:27:30 2010 +0200
gstvalue: Add new GstInt64Range type
new GstInt64Range to store gint64 ranges.
API: GST_TYPE_INT64_RANGE
API: gst_value_set_int64_range
API: gst_value_get_int64_range_min
API: gst_value_get_int64_range_max
Fixes bug #627826.
---
docs/gst/gstreamer-sections.txt | 8 +
gst/gststructure.c | 7 +
gst/gstvalue.c | 329 +++++++++++++++++++++++++
gst/gstvalue.h | 25 ++
tests/check/gst/gstvalue.c | 509 ++++++++++++++++++++++++++++++++++++++-
win32/common/libgstreamer.def | 4 +
6 files changed, 881 insertions(+), 1 deletions(-)
Diff: http://cgit.freedesktop.org/gstreamer/gstreamer/diff/?id=b2e6379be832d92a0363291fe55c3f4670e2dde9
More information about the Gstreamer-commits
mailing list