[Bug 679567] oggmux: support muxing content without natural duration

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 11 10:42:41 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=679567
  GStreamer | gst-plugins-base | unspecified

Stefan Sauer (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #218387|0                           |1
        is obsolete|                            |

--- Comment #7 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2012-07-11 17:42:35 UTC ---
Created an attachment (id=218575)
 View: https://bugzilla.gnome.org/attachment.cgi?id=218575
 Review: https://bugzilla.gnome.org/review?bug=679567&attachment=218575

only drop flushing seeks after we started

# non flushing seeks (first seek at start)
./oggmux 0; oggz-validate oggmux.ogg; gst-discoverer-0.10 oggmux.ogg
seek accepted
seek accepted
seek accepted
seek accepted
Analyzing file:///home/ensonic/projects/buzztard/buzztard/design/gst/oggmux.ogg
Done discovering
file:///home/ensonic/projects/buzztard/buzztard/design/gst/oggmux.ogg

Topology:
  container: Ogg
    audio: Vorbis

Properties:
  Duration: 0:00:27.196371882
  Seekable: yes
  Tags: 
      container format: Ogg
      encoder: Xiph.Org libVorbis I 20090709
      encoder version: 0
      nominal bitrate: 80000
      bitrate: 80000
      audio codec: Vorbis

# flushing seeks (first seek at start)
./oggmux 1; oggz-validate oggmux.ogg; gst-discoverer-0.10 oggmux.ogg
seek accepted
seek failed
seek failed
seek failed
Analyzing file:///home/ensonic/projects/buzztard/buzztard/design/gst/oggmux.ogg
Done discovering
file:///home/ensonic/projects/buzztard/buzztard/design/gst/oggmux.ogg

Topology:
  container: Ogg
    audio: Vorbis

Properties:
  Duration: 0:00:30.109024943
  Seekable: yes
  Tags: 
      container format: Ogg
      encoder: Xiph.Org libVorbis I 20090709
      encoder version: 0
      nominal bitrate: 80000
      bitrate: 80000
      audio codec: Vorbis

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the gstreamer-bugs mailing list