GNOME Bugzilla – Bug 748995
gstreamer playbin2 can't play short wav file
Last modified: 2015-05-07 09:11:42 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.
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.
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?