[gst-devel] video datecode

bounce bounce bouncebounce at caramail.com
Wed Aug 8 10:16:43 CEST 2007


Thanks for your reply.

I've tried to get the tag list of video. But I found no tag information in this list.

I know that the tag are usully used in audio files but i'd like to know if the video file that can be generated by GStreamer has some tag information like its date of creation.
In fact, I want to know that to understand if I'm doing correctly the needed operation to get the tag list in a GST_MESSAGE_TAG :

     tagList = gst_tag_list_new ();
     gst_message_parse_tag (message, &tagList);
     if (gst_tag_list_get_date (tagList, GST_TAG_DATE , &videoDate))
	printf("\n --- there is a datecode ---  \n");


More information about the gstreamer-devel mailing list