After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585994 - gst-rtsp-message doesn't support "Timestamp" filed
gst-rtsp-message doesn't support "Timestamp" filed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.23
Other All
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-16 14:49 UTC by Peter Cai
Modified: 2009-06-16 16:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Cai 2009-06-16 14:49:31 UTC
Please describe the problem:
"Timestamp" is defined in the RFC as a standard field,  but gst_rstp_message doesn't contain it.

And there is also no API for adding user extended fields.

So the only way to add it, is to modify the code. 

Steps to reproduce:
Just read the manual.

Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Wim Taymans 2009-06-16 16:58:10 UTC
commit 33837d420cabecacf99a8b671801daaffc066316
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Tue Jun 16 18:57:20 2009 +0200

    rtsp: add Timestamp header field
    
    fixes #585994