retrieving buffer timestamp after writing to filesink's location

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

retrieving buffer timestamp after writing to filesink's location

msemsar
Dear All,
My question is about the structure that the buffer will be written in filesink element's location. I wonder if filesink writes only the buffer data (without other meta-data like buffer's time stamp) or it writes the whole buffer content to the specified location.
In other words, how can I get access to buffer's time stamp after writing it to the location of a filesink element.
Thanks


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: retrieving buffer timestamp after writing to filesink's location

Nicolas Dufresne-5


Le 28 déc. 2016 11:36 AM, "mehdi semsarzadeh" <[hidden email]> a écrit :
Dear All,
My question is about the structure that the buffer will be written in filesink element's location. I wonder if filesink writes only the buffer data (without other meta-data like buffer's time stamp) or it writes the whole buffer content to the specified location.
In other words, how can I get access to buffer's time stamp after writing it to the location of a filesink element.
Thanks

It will only write the data, not the metadata. Use a muxer to serialize those.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel