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 647853 - [schrodec] Impossible to play very short files
[schrodec] Impossible to play very short files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal major
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-15 10:24 UTC by Sebastian Dröge (slomo)
Modified: 2011-04-25 02:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-basevideo-Don-t-duplicate-code-in-basevideocodec.patch (1.17 KB, patch)
2011-04-24 22:53 UTC, David Schleef
committed Details | Review

Description Sebastian Dröge (slomo) 2011-04-15 10:24:54 UTC
Playing this file

gst-launch-0.10 videotestsrc num-buffers=100 ! schroenc ! oggmux ! filesink location=test.ogg

Does not work. The pipeline stays in PAUSED all the time. 300 buffers works, vp8enc/theoraenc works, playing the file in vlc works => must be a bug in schrodec.
Comment 1 David Schleef 2011-04-24 00:09:09 UTC
/me points at oggdemux:

Analyzing file:///home/ds/tmp/test.ogg
Done discovering file:///home/ds/tmp/test.ogg

Topology:
  container: Ogg
    video: Dirac

Properties:
  Duration: 0:00:00.033333333
  Seekable: yes
  Tags: 
      container format: Ogg
      video codec: Dirac
Comment 2 David Schleef 2011-04-24 22:53:08 UTC
Created attachment 186565 [details] [review]
0001-basevideo-Don-t-duplicate-code-in-basevideocodec.patch

 basevideo: Don't duplicate code in basevideocodec