mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gst-libs/gst/rtsp/gstrtspconnection.c: Revert patch to gstrtspconnection.c for brown paper bag release of -base. Re-o...
Original commit message from CVS: * gst-libs/gst/rtsp/gstrtspconnection.c: Revert patch to gstrtspconnection.c for brown paper bag release of -base. Re-opens: #511825
This commit is contained in:
parent
1253ea0c18
commit
2531fca577
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* gst-libs/gst/rtsp/gstrtspconnection.c:
|
||||
Revert patch to gstrtspconnection.c for brown paper bag
|
||||
release of -base. Re-opens: #511825
|
||||
|
||||
2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* gst-libs/gst/interfaces/mixeroptions.h:
|
||||
|
|
|
@ -371,7 +371,7 @@ add_date_header (GstRTSPMessage * message)
|
|||
|
||||
g_get_current_time (&tv);
|
||||
strftime (date_string, sizeof (date_string), "%a, %d %b %Y %H:%M:%S GMT",
|
||||
gmtime ((time_t *) & tv.tv_sec));
|
||||
gmtime (&tv.tv_sec));
|
||||
|
||||
gst_rtsp_message_add_header (message, GST_RTSP_HDR_DATE, date_string);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue