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 690139 - Regarding the duration problem in FLAC gstreamer plugin
Regarding the duration problem in FLAC gstreamer plugin
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.28
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-13 06:18 UTC by karthikr
Modified: 2013-02-26 11:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description karthikr 2012-12-13 06:18:44 UTC
We are not all getting duration for the flac files from the ffmpeg gstremer pluins. 


Steps to reproduce : 

Just construct the gstremer pipepine for the flac files and query for the duration of the file. 


Expected Result :

We should Duration of the flac file correctly 

Observed Result : 

We see duration returning wrongly. 


Can u please tell u how we can solve this problem or any patch which can fix this issue.
Comment 1 Tim-Philipp Müller 2013-02-20 10:44:33 UTC
Make sure to use a parser (flacparse) before the decoder.

gst-launch-1.0 filesrc location=foo .flac ! flacparse ! avdec_flac ! progressreport ! pulsesink

works just fine for me.
Comment 2 karthikr 2013-02-26 11:21:25 UTC
Am not able to find the flacparse and avdec_flac in the current package . 
Can u please tell us where we can get those plugins and source code.
Comment 3 Tim-Philipp Müller 2013-02-26 11:57:30 UTC
I don't think you looked very hard for it then. If you google for 'flacparse', the first hit indicates that it's part of gst-plugins-good. You can find the gst-plugins-good source code and git module from the GStreamer homepage at http://gstreamer.freedesktop.org -> downloads -> modules