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 702231 - 7.3.21.1: DLNA requires a colon in the time zone offset
7.3.21.1: DLNA requires a colon in the time zone offset
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: MediaExport plugin
git master
Other Linux
: Normal normal
: ---
Assigned To: Jens Georg
rygel-maint
ivi
Depends on:
Blocks:
 
 
Reported: 2013-06-14 10:14 UTC by Jens Georg
Modified: 2013-06-25 10:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
media-export: Use proper iso8601 date format (3.34 KB, patch)
2013-06-19 09:13 UTC, Jens Georg
none Details | Review
media-export: Use proper iso8601 date format (3.36 KB, patch)
2013-06-24 17:21 UTC, Jens Georg
none Details | Review
media-export: Use proper iso8601 date format (3.34 KB, patch)
2013-06-25 10:01 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2013-06-14 10:14:59 UTC
We serialize 2005-10-27T14:49:29+0200, while DLNA requires CCYY-MM-DDThh:mm:ss+hh:mm
Comment 1 Jens Georg 2013-06-18 08:43:59 UTC
That's what we get from GStreamer:

Topology:
  container: 3GP
    audio: MPEG-4 AAC

Properties:
  Duration: 0:01:00.209300000
  Seekable: yes
  Tags: 
      datetime: 2005-10-28T15:18:45+0200
      container format: 3GP
      audio codec: MPEG-4 AAC audio
      maximum bitrate: 65536
      bitrate: 32768


So moving to MediaExport
Comment 2 Jens Georg 2013-06-18 08:56:29 UTC
Both is legal iso 8601. Should gupnp-av make sure that we use the correct one?
Comment 3 Jens Georg 2013-06-19 09:13:04 UTC
Created attachment 247240 [details] [review]
media-export: Use proper iso8601 date format
Comment 4 Jens Georg 2013-06-24 17:21:02 UTC
Created attachment 247657 [details] [review]
media-export: Use proper iso8601 date format
Comment 5 Jens Georg 2013-06-25 10:01:30 UTC
Created attachment 247715 [details] [review]
media-export: Use proper iso8601 date format
Comment 6 Jens Georg 2013-06-25 10:10:56 UTC
Attachment 247715 [details] pushed as 765aaf0 - media-export: Use proper iso8601 date format