Add tool package to separate testsuite binary
[platform/core/multimedia/libmm-streamrecorder.git] / src / include / mm_streamrecorder_recorder.h
index 20a27b0..edd4773 100644 (file)
@@ -71,7 +71,7 @@ extern "C" {
  * @param[in]  type            Allocation type of streamrecorder context.
  * @return     This function returns zero on success, or negative value with error code.
  * @remarks
- * @see        _mmstreamrecorder_destroy_pipeline()
+ * @see                _mmstreamrecorder_destroy_pipeline()
  *
  */
 int _mmstreamrecorder_create_pipeline(MMHandleType handle);
@@ -140,8 +140,8 @@ int _mmstreamrecorder_destroy_recorder_pipeline(MMHandleType handle);
 // COMMAND
 int _mmstreamrecorder_video_command(MMHandleType handle, int command);
 
-int _mmstreamrecorder_push_videostream_buffer(MMHandleType handle, unsigned long timestamp, GstBuffer *buffer, int size);
-int _mmstreamrecorder_push_audiostream_buffer(MMHandleType handle, unsigned long timestamp, GstBuffer *buffer, int size);
+int _mmstreamrecorder_push_videostream_buffer(MMHandleType handle, unsigned long long timestamp, GstBuffer *buffer, int size);
+int _mmstreamrecorder_push_audiostream_buffer(MMHandleType handle, unsigned long long timestamp, GstBuffer *buffer, int size);
 
 #ifdef __cplusplus
 }