Ticket #2293 (new defect)

Opened 1 year ago

Last modified 1 year ago

take out pre-loading

Reported by: fvanberckel Assigned to: anonymous
Priority: normal Milestone: 1.4.0-Monrovia
Component: Development Environment Version:
Severity: minor Keywords:
Cc:

Description (Last modified by fvanberckel)

While moving to gstreamer 0.10 we have been taken out the audio file classes for pre-loader from the GstreamerPlayer.

Check all the other modules handling audio items for pre-loading code and take out the code we are not using any more.

GstreamerPlayer.cxx changeset details

https://www.campware.org/projects/campcaster/changeset/3315#file3

Change History

  02/29/08 15:57:49 changed by fvanberckel

  • description changed.

  02/29/08 15:58:15 changed by fvanberckel

  • component changed from Audio Player to Development Environment.
  • description changed.

  02/29/08 16:05:10 changed by fvanberckel

According to the Gstreamer documentation, stream buffering happens automatically when the pipeline is set to GST_STATE_PAUSED. As this state is now set automatically in the open function, we no longer have a need for preloading.