Remove a debugging message.
[GB.MEDIA] * BUG: Remove a debugging message.
This commit is contained in:
parent
e65aed8ba9
commit
1d3ace3178
1 changed files with 1 additions and 5 deletions
|
@ -1861,12 +1861,10 @@ END_METHOD
|
|||
|
||||
BEGIN_METHOD_VOID(MediaPipeline_free)
|
||||
|
||||
//fprintf(stderr, "MediaPipeline_free\n");
|
||||
MEDIA_stop_pipeline(THIS);
|
||||
if (THIS_PIPELINE->watch)
|
||||
{
|
||||
//GB.Wait(THIS_PIPELINE->polling);
|
||||
GB.Unref(POINTER(&THIS_PIPELINE->watch));
|
||||
}
|
||||
|
||||
END_METHOD
|
||||
|
||||
|
@ -2037,14 +2035,12 @@ GB_DESC MediaMessageDesc[] =
|
|||
GB_PROPERTY_READ("Type", "i", MediaMessage_Type),
|
||||
GB_PROPERTY_READ("Name", "s", MediaMessage_Name),
|
||||
|
||||
|
||||
GB_METHOD("_get", "v", MediaMessage_get, "(Name)s"),
|
||||
GB_METHOD("_next", "v", MediaMessage_next, NULL),
|
||||
GB_PROPERTY_READ("Key", "s", MediaMessage_Key),
|
||||
GB_PROPERTY_READ("Keys", "String[]", MediaMessage_Keys),
|
||||
GB_PROPERTY_READ("Count", "i", MediaMessage_Count),
|
||||
|
||||
|
||||
//Constants
|
||||
GB_CONSTANT("Eos", "i", GST_MESSAGE_EOS),
|
||||
GB_CONSTANT("Error", "i", GST_MESSAGE_ERROR),
|
||||
|
|
Loading…
Reference in a new issue