mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst-libs/gst/riff/riff-read.c: use correct GST_TAG_ENCODER tag
Original commit message from CVS: 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info): use correct GST_TAG_ENCODER tag
This commit is contained in:
parent
bed69aaf29
commit
2807a59dab
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
|
||||
use correct GST_TAG_ENCODER tag
|
||||
|
||||
2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* ext/alsa/gstalsa.c: (gst_alsa_change_state):
|
||||
|
|
|
@ -764,7 +764,7 @@ gst_riff_read_info (GstRiffRead *riff)
|
|||
type = NULL; /*"Subject";*/
|
||||
break;
|
||||
case GST_RIFF_INFO_ISFT:
|
||||
type = GST_TAG_APPLICATION;
|
||||
type = GST_TAG_ENCODER;
|
||||
break;
|
||||
case GST_RIFF_INFO_ISHP:
|
||||
type = NULL; /*"Sharpness";*/
|
||||
|
|
Loading…
Reference in a new issue