[gstreamer-bugs] [Bug 350340] CMML test cases and small fixes
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Aug 7 13:42:58 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=350340
GStreamer | gst-plugins-good | Ver: HEAD CVS
------- Comment #1 from Alessandro Decina 2006-08-07 20:42 UTC -------
Created an attachment (id=70423)
--> (http://bugzilla.gnome.org/attachment.cgi?id=70423&action=view)
fixes
2006-08-07 Alessandro Decina <alessandro at nnva.org>
* ext/annodex/gstcmmlenc.c (gst_cmml_enc_parse_tag_clip),
(gst_cmml_enc_push_clip): Check if clip->start_time is valid before
adding the clip to the track list.
(gst_cmml_enc_change_state): Reset enc->preamble going from PAUSED to
READY.
* ext/annodex/gstcmmlutils.c (gst_cmml_clock_time_from_npt): Parse the
seconds field of the npt-sec time format using %llu rather than %d and
check
that the value scaled by GST_SECOND doesn't overflow.
(gst_cmml_clock_time_to_granule): Use guint64(s) to represent the
keyindex and
keyoffset fields of a granulepos.
(gst_cmml_track_list_has_clip): Lookup a clip's track with clip->track
rather
than clip->id which makes no sense.
Identify a clip by its track and start time and not its xml id.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list