[gstreamer-bugs] [Bug 332339] FFmpeg muxers port to 0.10

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 1 08:59:48 PST 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=332339
 GStreamer | gst-ffmpeg | Ver: HEAD CVS





------- Comment #7 from Edward Hervey  2006-03-01 16:59 UTC -------
Several comments:
set/get_property are not needed, nor are the signal/property enums.

Around line 500 (/* set time */) you're setting pkt.pts twice, which means only
the second one will be taken into account. Is that an error ?
    pkt.pts = GST_BUFFER_TIMESTAMP (buf) * 9 / (GST_SECOND / 10000);
    pkt.pts = gst_ffmpeg_time_gst_to_ff (GST_BUFFER_TIMESTAMP (buf),


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