Skip to content

Commit

Permalink
tmp: audio fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
felipec committed Aug 15, 2008
1 parent d77821b commit b2d0e70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions omx/gstomx_base_sink.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@ omx_init (GstOmxBaseSink *self)
if (self->gomx->omx_error)
return FALSE;

/* disable clock port. */
OMX_SendCommand (self->gomx->omx_handle, OMX_CommandPortDisable, 1, NULL);

setup_ports (self);

return TRUE;
Expand Down

0 comments on commit b2d0e70

Please sign in to comment.