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 748995 - gstreamer playbin2 can't play short wav file
gstreamer playbin2 can't play short wav file
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-06 07:47 UTC by Ying.Liang
Modified: 2015-05-07 09:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ying.Liang 2015-05-06 07:47:32 UTC
I am facing a problem while playing a short duration (duration is less than 1 sec, size is 51928 bytes) wav file. my pipeline is playbin2 with appsrc as the source.

which part needs to update? is it gstreamer, or gst-plugin-base, or others? how should I fix it? Thanks!

my software version is: gst-plugins-base-0.10.32 and gstreamer-0.10.32.
Comment 1 Sebastian Dröge (slomo) 2015-05-06 07:53:04 UTC
GStreamer 0.10 is no longer supported and maintained since about 3 years. Please upgrade to a recent 1.x version and check if this is still a problem, I seem to remember that a bug like this was fixed some months ago.
Comment 2 Ying.Liang 2015-05-07 09:11:42 UTC
because I can't update gstreamer to a highter version for the project reason. I can only focus the bug fixing and make a patch basing on my current version.

is this issue because the bug : post EOS messages after reaching the PLAYING state which is fixed in GStreamer 0.10.36?