[Bug 780982] timecode: can init from a date time to an invalid value

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 6 16:35:54 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=780982

--- Comment #1 from Vivia Nikolaidou <vivia at ahiru.eu> ---

(gdb) up
#4  0x00007f6ca28e4643 in gst_video_time_code_init_from_date_time (
    tc=tc at entry=0x7f6c7c006e70, fps_n=fps_n at entry=30000, 
    fps_d=fps_d at entry=1001, dt=dt at entry=0x7f6c7c001aa0, 
    flags=(unknown: 2727313864), 
    flags at entry=GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, field_count=32620, 
    field_count at entry=0) at gstvideotimecode.c:254
254      g_return_if_fail (gst_video_time_code_is_valid (tc));
(gdb) print *((GstVideoTimeCode *)tc)
$2 = {config = {fps_n = 30000, fps_d = 1001, 
    flags = GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME, 
    latest_daily_jam = 0x7f6c7c001a20}, hours = 15, minutes = 42, 
  seconds = 58, frames = 30, field_count = 0}
(gdb)

-- 
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