Beispiel #1
0
        private void OnError(object o, TranscoderErrorArgs args)
        {
            transcoding = false;

            if (user_job == null || transcoder == null)
            {
                return;
            }

            UserJob.Completed++;
            current_context.ErrorHandler(current_context.Track);
            Hyena.Log.Error("Cannot Convert File", args.Message);
            ProcessQueue();
        }
        private void OnError (object o, TranscoderErrorArgs args)
        {
            transcoding = false;

            if (user_job == null || transcoder == null) {
                return;
            }

            UserJob.Completed++;
            current_context.ErrorHandler (current_context.Track);
            Hyena.Log.Error ("Cannot Convert File", args.Message);
            ProcessQueue ();
        }