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 164625 - bad playback of this avi file
bad playback of this avi file
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.8
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-19 20:32 UTC by Jeffrey C. Ollie
Modified: 2005-11-11 16:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Jeffrey C. Ollie 2005-01-19 20:32:29 UTC
When playing back the DivX/MP3/AVI movie with playbin (the effect is espesially
noticeable under Totem) there are noticeable pauses in the output (video will
freeze and audio cuts out).  The commands I used:

gst-launch-0.8 playbin uri=file:///home/jcollie/tfe.avi

or:

totem tfe.avi

Playing the movie with mplayer or the following command showed no problems with
pausing:

gst-launch-0.8 filesrc location=tfe.avi ! avidemux name=demux .audio_00 ! {
queue ! mad ! alsasink } { demux.video_00 ! queue ! ffdec_msmpeg4 ! xvimagesink }
Comment 1 Jeffrey C. Ollie 2005-01-19 20:36:55 UTC
Oops... forgot to include a link to the movie:

http://fw07.dmacc.net/tfe.avi
Comment 2 Stephane Loeuillet 2005-01-22 09:31:22 UTC
ronald, i'm putting it actually in hour FTP, (your account, in riff-avi/ subdir)
changing title as it is not playbin specific
Comment 3 Ronald Bultje 2005-01-25 19:05:01 UTC
Hi Jeffrey, I tried it and it looks like CPU overload. How's your CPU usage?
What kind of CPU do you have?
Comment 4 Jeffrey C. Ollie 2005-01-25 19:59:32 UTC
When I am playing the movie, Totem is using 25-35% of the CPU, X is using
10-15%, and the CPU is usually around 50% idle overall.  Using the non-playbin
gst-launch the movie play is very smooth and gst-launch is using 10-15% CPU and
X is using 5-10% CPU.  Playbin directly from gst-launch shows the pauses and
uses around 15-20% CPU and X is using 10-15% CPU.

Here's /proc/cpuinfo:

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 13
model name      : Intel(R) Pentium(R) M processor 1.70GHz
stepping        : 6
cpu MHz         : 598.151
cache size      : 2048 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr mce cx8 mtrr pge mca cmov pat clflush
dts acpi mmx fxsr sse sse2 ss tm pbe est tm2
bogomips        : 1185.43
Comment 5 Luca Ognibene 2005-09-27 20:25:16 UTC
Can you still reproduce this bug? 
Please also try different types of audiosinks (alsasink, osssink, esdsink)
thanks!
Comment 6 Luca Ognibene 2005-11-11 16:51:17 UTC
Closing. Please reopen if it's still an issue for you.