[Helix-producer-issues] [Bug 15164] New:

Helix Bug Tracker <[email protected]> Sun, 15 Jul 2012 05:59:29 -0700
Newsgroups gmane.comp.multimedia.helix.devel
Message-ID <[email protected]>
https://bugs.helixcommunity.org/show_bug.cgi?id=15164



guest created:

          Priority: P3                                                      
  Operating System: Win2k                                                   
        AssignedTo: hmesrobian                                              
         QAContact: produceriz                                              
          Severity: TRIAGE                                                  
            Status: NEW                                                     
 Last changed date: 2004-03-04 10:21:02                                     
          Hardware: x86                                                     
           Version: unspecified                                             
           Tracker: Settings Files                                          
           Project: helix-producer                                          
  Target Milestone: Beta                                                    

hwatson imported this issue from https://producerapps.helixcommunity.org/issues/show_bug.cgi?id=5
Issue state when exported:
               AssignedTo: hwatson
                Component: producerapps
              creation_ts: 2002-12-03 10:39
        Last changed date: 20030114160052
                  Issue #: 5
                   Status: VERIFIED
               Issue type: DEFECT
                 Keywords: 
               OS/Version: Win2k
                 Priority: P3
                QAContact: issues@producerapps
                 Platform: x86
               ReportedBy: sgogini
               Resolution: FIXED
                  Summary: 
        Status Whiteboard: 
             Subcomponent: General
         Target Milestone: DNA Producer 9.1 M3
                  Version: DNA Producer 9.1
                    Votes: 


------- Additional Comments From [email protected] 2002-12-03 10:39 PST -------
Environment: 
Windows and Linux Flavours


Description: 
Encode file to file or capture to file.
Hit 'ctrl+c' or 'ctrl+break' to stop/kill the encoding.
Observe that encoding doesn't stop.

This problem doesn't happen consistently.But is 
easy to repro.


How-To-Repeat: 
1)Install producerinstaller.zip on windows machine.
2)Encode capture to file
producer -ac 0 -vc 0 -o test.rm
3)Stop the encode using 'ctrl+c'
4)observe that encoding fails to stop.

Actual Result: This problem appears with 'ctrl+c' 
and 'ctrl+break'

When u hit 'ctrl+c' or ctrl+break' continuously while 
encoding
following messages print on the screen.

diagnostic: Setting video packet size to
diagnostic: CTRL_C_EVENT received
diagnostic: CTRL_C_EVENT received
diagnostic: CTRL_BREAK_EVENT received
diagnostic: CTRL_BREAK_EVENT received
diagnostic: CTRL_BREAK_EVENT received
diagnostic: CTRL_BREAK_EVENT received


Expected Result: Encoding should stop when user 
tries to stop or kill the encode
using 'ctrl+c' or 'ctrl+break'.


------- Additional Comments From [email protected] 2002-12-03 16:09 PST -------
Please investigate


------- Additional Comments From [email protected] 2002-12-19 13:33 PST -------
.


------- Additional Comments From [email protected] 2003-01-13 11:46 PST -------
This problem was caused by the StopEncoding method in the producerapp
being only callable once.  What would happen is the StopEncoding
method would be called before StartEncoding was called.  Since there
was a state variable in StopEncoding, preventing it from being called
more than once, StopEncoding wouldn't be called.  This is resolved by
placing statistics support on the EncodingJob such that we query the
state of the encoder and call Stop (or Cancel) depending on the state.
 This means that StopEncoding can be called before or after
StartEncoding.  If before, it won't actually call into the encoding
job, but if after, it will call into the encoding job and Stop the encode.


------- Additional Comments From [email protected] 2003-01-14 16:00 PST -------
This problem is fixed verified with 011403-94 build

------- Additional Comments From guest 2012-15-07 05:59 GMT-0800 -------
This bug is a clone of bug #93, created by guest

-- 
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
You are in the CC list for the product the bug is within.


This e-mail is sent to you automatically from the Helix Bug Tracker.  Please, do
not respond to this message, but instead edit your Bug Tracker user preferences
to change when Bug Tracker sends you e-mail.