GstObuMetadata/Examples/C Application Example: Difference between revisions

m
no edit summary
(Created page with "<noinclude> {{GstObuMetadata/Head|previous=Examples/Using Gstd|next=Contact Us|metakeywords=metadata, AV1, OBU|title=C Application Example|}} </noinclude> The following example shows how to insert binary metadata and extract it with a gstreamer signal through a C application. = Application Walk-through = This a quick walk-trough to help understand the process to create the pipeline, inject binary metadata and extract the signal. First is to create the binary array to...")
 
mNo edit summary
Line 5: Line 5:
The following example shows how to insert binary metadata and extract it with a gstreamer signal through a C application.
The following example shows how to insert binary metadata and extract it with a gstreamer signal through a C application.


= Application Walk-through =
== Application Walk-through ==


This a quick walk-trough to help understand the process to create the pipeline, inject binary metadata and extract the signal.
This a quick walk-trough to help understand the process to create the pipeline, inject binary metadata and extract the signal.
Line 77: Line 77:
</syntaxhighlight>
</syntaxhighlight>


= Building and running the application =
== Building and running the application ==
In order to build the appication, copy the example into a file called main.c and build using the following command:
In order to build the appication, copy the example into a file called main.c and build using the following command: