mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
docs: fix 0.10-ism in GstTagImageType docs
The image type is not in the info structure in the sample, not in the caps. https://bugzilla.gnome.org/show_bug.cgi?id=691687
This commit is contained in:
parent
8296b683ca
commit
776bae5b84
1 changed files with 2 additions and 2 deletions
|
@ -361,8 +361,8 @@ G_BEGIN_DECLS
|
|||
* @GST_TAG_IMAGE_TYPE_BAND_ARTIST_LOGO : Band/artist logotype
|
||||
* @GST_TAG_IMAGE_TYPE_PUBLISHER_STUDIO_LOGO : Publisher/studio logotype
|
||||
*
|
||||
* Type of image contained in an image tag (specified as field in
|
||||
* the image buffer's caps structure)
|
||||
* Type of image contained in an image tag (specified as "image-type" field in
|
||||
* the info structure in the image's #GstSample)
|
||||
*/
|
||||
/* Note: keep in sync with register_tag_image_type_enum() */
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue