[gstreamer-bugs] [Bug 595256] theoraenc: Buffer not time-contiguous with previous one
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Sep 15 04:47:32 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=595256
GStreamer | gst-plugins-base | git
--- Comment #2 from Marc-Andre Lureau <marcandre.lureau at gmail.com> 2009-09-15 11:47:30 UTC ---
For reference, this is the code under theora_granule_time()
double th_granule_time(void *_encdec,ogg_int64_t _granpos){
oc_theora_state *state;
state=(oc_theora_state *)_encdec;
if(_granpos>=0){
return (th_granule_frame(_encdec, _granpos)+1)*(
(double)state->info.fps_denominator/state->info.fps_numerator);
}
return -1;
}
--
Configure bugmail: https://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