[Bug 747614] gst-rts-server: uninitialized clock rate causes critical warning

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 27 03:42:28 PDT 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #302434|none                        |committed
             status|                            |

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 302434
  --> https://bugzilla.gnome.org/attachment.cgi?id=302434
rtsp-stream: get valid clock-rate from last-sample

Oh right, it's int in caps and uint in rtp stats. Consistency ;)

commit 4ff22ef6d25ffb989ffa57b1f199afd85572e324
Author: Hyunjun Ko <zzoon.ko at samsung.com>
Date:   Mon Apr 27 19:35:53 2015 +0900

    rtsp-stream: get valid clock-rate from last-sample

    clock-rate in last-sample's caps is integer, not unsigned.
    To get this value properly, variable needs to be type-casted to int.

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

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