[gstreamer-bugs] [Bug 348031] rtpdepay does not add framerate capability

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 19 10:13:11 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=348031
 GStreamer | gst-ffmpeg | Ver: 0.10.3


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com
             Status|UNCONFIRMED                 |RESOLVED
          Component|gst-plugins-good            |gst-ffmpeg
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.2




------- Comment #1 from Wim Taymans  2006-07-19 17:13 UTC -------
ffmpeg was not using incomming timestamps when the framerate was not set. This
is of course completely wrong. The framerate is just a hint to calculate the
duration and/or interpolate timestamps in case this information is not in the
video data. Tested that above pipelines work fine now.

        * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_lowres_get_type),
        (gst_ffmpegdec_skipframe_get_type), (gst_ffmpegdec_class_init),
        (gst_ffmpegdec_init), (gst_ffmpegdec_open),
        (gst_ffmpegdec_setcaps), (gst_ffmpegdec_negotiate),
        (gst_ffmpegdec_do_qos), (clip_video_buffer), (check_keyframe),
        (get_output_buffer), (gst_ffmpegdec_video_frame),
        (gst_ffmpegdec_frame), (gst_ffmpegdec_sink_event),
        (gst_ffmpegdec_chain):
        Make some enums const.
        Cleanups, refactoring.
        Better video frame clipping.
        Timestamp fixe: use timestamp from incomming buffer even if there
        is no input framerate given (as this is totally unrelated).


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