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 696488 - d3dvideosink memleak in 1.0
d3dvideosink memleak in 1.0
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-24 11:10 UTC by Nicola
Modified: 2013-03-26 14:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola 2013-03-24 11:10:04 UTC
Using this pipeline:

gst-launch-1.0.exe souphttpsrc location=.. ! matroskademux ! avdec_h264 ! d3dvideosink sync=false

I can see the memory usage constatly increasing while with this one 

gst-launch-1.0.exe souphttpsrc location=.. ! matroskademux ! avdec_h264 ! fakesink sync=false

the memory usage does not increase,

I compiled gstreamer-1.0 myself with mingw (no cerbero), using the same mingw environment I builded 0.10 too, the memory leak happen on 1.0 only, to give an idea when I start gst-launch-1.0 memory usage is 21544 KB, after 5 minutes memory usage is 28744 KB and continue to increase
Comment 1 Nicola 2013-03-24 20:20:05 UTC
reproducible also with:

videotestsrc ! d3dvideosink
Comment 2 Sebastian Dröge (slomo) 2013-03-25 08:09:25 UTC
So it's definitely not the video frames that are leaked but something else... will try to take a look at this the next time I start Windows (will take some time).

Are you using a 1.0 release or git master? There were a lot of changes in git master compared to the 1.0 releases
Comment 3 Nicola 2013-03-25 08:35:47 UTC
I'm testing with git master, I'll try to build 1.0.6 too as soon as I have some spare time to see if the same happen with the last stable 1.x release, 
I'm experiencing other problems with git master on windows too (mpeg4 and h264 over rtsp), I'll eventually report them in separate bugs 

no hurry, gstreamer-sdk git is rock solid :-)
Comment 4 Sebastian Dröge (slomo) 2013-03-26 14:52:57 UTC
Can't reproduce this with latest git master... so let's close this until someone can reproduce it.
Comment 5 Nicola 2013-03-26 14:59:19 UTC
confirming, not leak anymore after today commits, thanks!