mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
clock: document that GstClockEntry should be treated as ana opaque structure.
This commit is contained in:
parent
819780acf7
commit
a02fcb0478
1 changed files with 2 additions and 0 deletions
|
@ -335,6 +335,8 @@ typedef enum {
|
|||
*
|
||||
* All pending timeouts or periodic notifies are converted into
|
||||
* an entry.
|
||||
* Note that GstClockEntry should be treated as an opaque structure. It must
|
||||
* not be extended or allocated using a custom allocator.
|
||||
*/
|
||||
struct _GstClockEntry {
|
||||
gint refcount;
|
||||
|
|
Loading…
Reference in a new issue