[gstreamer-bugs] [Bug 315214] gstreamer flac encoder reports invalid data for sink query

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Sep 5 01:32:28 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=315214
 GStreamer | gst-plugins | Ver: 0.8.10





------- Additional Comments From Tim-Philipp Müller  2005-09-05 08:32 -------
What is the exact pipeline you are using? And what's the format of the input file?

FWIW, none of those encoders implements a query function as far as I know. The
queries will be answered by the decoders.

Some notes on the code:
 - it should check the return value of gst_element_query()
 - it should use 'decodebin' instead of 'spider'

If all you want to know is encoding progress in percent, then querying the
decoders for time position and total time and calculating the % value from that
might be a safer bet. That should always work because it's used for players.

Cheers
 -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list