mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
gst/gsttag.h: Adding video-codec and audio-codec for demuxers which will emit found_tag for each stream they demux wi...
Original commit message from CVS: 2004-02-20 Julien MOUTTE <julien@moutte.net> * gst/gsttag.h: Adding video-codec and audio-codec for demuxers which will emit found_tag for each stream they demux with the codec.
This commit is contained in:
parent
cc276e9364
commit
ee700ccc65
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-02-20 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/gsttag.h: Adding video-codec and audio-codec for demuxers which
|
||||
will emit found_tag for each stream they demux with the codec.
|
||||
|
||||
2004-02-20 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* gst/gstevent.c: (_gst_event_copy), (_gst_event_free):
|
||||
|
|
|
@ -244,6 +244,8 @@ GstTagList * gst_event_tag_get_list (GstEvent * tag_event);
|
|||
#define GST_TAG_PERFORMER "performer"
|
||||
#define GST_TAG_DURATION "duration"
|
||||
#define GST_TAG_CODEC "codec"
|
||||
#define GST_TAG_VIDEO_CODEC "video-codec"
|
||||
#define GST_TAG_AUDIO_CODEC "audio-codec"
|
||||
#define GST_TAG_BITRATE "bitrate"
|
||||
#define GST_TAG_NOMINAL_BITRATE "nominal-bitrate"
|
||||
#define GST_TAG_MINIMUM_BITRATE "minimum-bitrate"
|
||||
|
@ -256,7 +258,6 @@ GstTagList * gst_event_tag_get_list (GstEvent * tag_event);
|
|||
#define GST_TAG_ALBUM_GAIN "replaygain-album-gain"
|
||||
#define GST_TAG_ALBUM_PEAK "replaygain-album-peak"
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_EVENT_H__ */
|
||||
|
|
|
@ -244,6 +244,8 @@ GstTagList * gst_event_tag_get_list (GstEvent * tag_event);
|
|||
#define GST_TAG_PERFORMER "performer"
|
||||
#define GST_TAG_DURATION "duration"
|
||||
#define GST_TAG_CODEC "codec"
|
||||
#define GST_TAG_VIDEO_CODEC "video-codec"
|
||||
#define GST_TAG_AUDIO_CODEC "audio-codec"
|
||||
#define GST_TAG_BITRATE "bitrate"
|
||||
#define GST_TAG_NOMINAL_BITRATE "nominal-bitrate"
|
||||
#define GST_TAG_MINIMUM_BITRATE "minimum-bitrate"
|
||||
|
@ -256,7 +258,6 @@ GstTagList * gst_event_tag_get_list (GstEvent * tag_event);
|
|||
#define GST_TAG_ALBUM_GAIN "replaygain-album-gain"
|
||||
#define GST_TAG_ALBUM_PEAK "replaygain-album-peak"
|
||||
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_EVENT_H__ */
|
||||
|
|
Loading…
Reference in a new issue