Hi,
In my program, I enable/disable visualisations in the playbin (whenever video widget is shown/hidden) by setting/unsetting respective flag of the playbin. The problem is that once the flag has been set and unset, setting it again does not cause the visualisation to appear until a seek is performed or uri is changed. This happens irrespective of the visualisation element chosen. When this is done about 5-6 times in a row, playback pauses (a seek resumes playback). This is tested on pulsesink and alsasink. Is my method of disabling visualisations using flag wrong or there is something unusal in the playbin? Regards, Yogesh M _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Please comment on this. Is it correct to enable/disable visualisations
using the playbin flags property? Should I file a bug report? On 4 November 2012 22:03, Yogesh Marwaha <[hidden email]> wrote: > Hi, > > In my program, I enable/disable visualisations in the playbin (whenever video > widget is shown/hidden) by setting/unsetting respective flag of the playbin. > The problem is that once the flag has been set and unset, setting it again > does not cause the visualisation to appear until a seek is performed or uri is > changed. This happens irrespective of the visualisation element chosen. > > When this is done about 5-6 times in a row, playback pauses (a seek resumes > playback). This is tested on pulsesink and alsasink. > > Is my method of disabling visualisations using flag wrong or there is > something unusal in the playbin? > > Regards, > > Yogesh M > -- Yogesh M http://sparklemedia.sourceforge.net/ _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Mon, 2012-11-05 at 21:11 +0530, Yogesh Marwaha wrote:
> Please comment on this. Is it correct to enable/disable visualisations > using the playbin flags property? Should I file a bug report? Did you check bugzilla? I think there is a bug report already about this. It should work, obviously. Cheers -Tim > On 4 November 2012 22:03, Yogesh Marwaha <[hidden email]> wrote: > > Hi, > > > > In my program, I enable/disable visualisations in the playbin (whenever video > > widget is shown/hidden) by setting/unsetting respective flag of the playbin. > > The problem is that once the flag has been set and unset, setting it again > > does not cause the visualisation to appear until a seek is performed or uri is > > changed. This happens irrespective of the visualisation element chosen. > > > > When this is done about 5-6 times in a row, playback pauses (a seek resumes > > playback). This is tested on pulsesink and alsasink. > > > > Is my method of disabling visualisations using flag wrong or there is > > something unusal in the playbin? > > > > Regards, > > > > Yogesh M > > > > > _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 5 November 2012 21:16, Tim-Philipp Müller <[hidden email]> wrote:
> On Mon, 2012-11-05 at 21:11 +0530, Yogesh Marwaha wrote: > >> Please comment on this. Is it correct to enable/disable visualisations >> using the playbin flags property? Should I file a bug report? > > Did you check bugzilla? I think there is a bug report already about > this. No. I will also do that from next time :-) Thanks. > > It should work, obviously. > > Cheers > -Tim > >> On 4 November 2012 22:03, Yogesh Marwaha <[hidden email]> wrote: >> > Hi, >> > >> > In my program, I enable/disable visualisations in the playbin (whenever video >> > widget is shown/hidden) by setting/unsetting respective flag of the playbin. >> > The problem is that once the flag has been set and unset, setting it again >> > does not cause the visualisation to appear until a seek is performed or uri is >> > changed. This happens irrespective of the visualisation element chosen. >> > >> > When this is done about 5-6 times in a row, playback pauses (a seek resumes >> > playback). This is tested on pulsesink and alsasink. >> > >> > Is my method of disabling visualisations using flag wrong or there is >> > something unusal in the playbin? >> > >> > Regards, >> > >> > Yogesh M >> > >> >> >> > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel -- Yogesh M http://sparklemedia.sourceforge.net/ http://mazedaar.wordpress.com/ http://snakeeyes.wordpress.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |