[GB.MEDIA]

* BUG: When a MediaPipeline is freed, the pipeline is first stopped before 
  being put to the null state. Otherwise GStreamer freezes.


git-svn-id: svn://localhost/gambas/trunk@6139 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2014-02-08 02:30:00 +00:00
parent e89cf75bac
commit 115fd6c470

View File

@ -1267,6 +1267,7 @@ END_METHOD
BEGIN_METHOD_VOID(MediaPipeline_free)
MEDIA_set_state(THIS, GST_STATE_READY, TRUE);
GB.Unref(POINTER(&THIS->watch));
END_METHOD