static const gchar *
gst_asf_demux_get_gst_tag_from_tag_name (const gchar * name_utf8)
{
+ /* *INDENT-OFF* */
const struct
{
const gchar *asf_name;
"WM/Year", GST_TAG_DATE_TIME}
/* { "WM/Composer", GST_TAG_COMPOSER } */
};
+ /* *INDENT-ON* */
gsize out;
guint i;
guint16 blockcount, i;
gboolean content3D = FALSE;
+ /* *INDENT-OFF* */
struct
{
const gchar *interleave_name;
"OverUnderLT", GST_ASF_3D_TOP_AND_BOTTOM_HALF_LR}, {
"DualStream", GST_ASF_3D_DUAL_STREAM}
};
+ /* *INDENT-ON* */
+
GST_INFO_OBJECT (demux, "object is an extended content description");
taglist = gst_tag_list_new_empty ();
static GstFlowReturn
gst_asf_demux_process_comment (GstASFDemux * demux, guint8 * data, guint64 size)
{
+ /* *INDENT-OFF* */
struct
{
const gchar *gst_tag;
GST_TAG_DESCRIPTION, 0, NULL}, {
GST_TAG_COMMENT, 0, NULL}
};
+ /* *INDENT-ON* */
GstTagList *taglist;
GValue value = { 0 };
gsize in, out;