diff options
author | Iain Holmes <iain@prettypeople.org> | 2002-12-08 17:20:44 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2002-12-08 17:20:44 +0000 |
commit | b521a373bf88e1f2cfbc2bf41e1d7c38a032be3d (patch) | |
tree | e9f686e936abbe726344ab9c3417396ebe5fa256 /gst/mpeg1sys | |
parent | 708cf898e85bb1742870f6b3cabcc74b28f01c5f (diff) | |
download | gst-plugins-bad-b521a373bf88e1f2cfbc2bf41e1d7c38a032be3d.tar.gz gst-plugins-bad-b521a373bf88e1f2cfbc2bf41e1d7c38a032be3d.tar.bz2 gst-plugins-bad-b521a373bf88e1f2cfbc2bf41e1d7c38a032be3d.zip |
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
Diffstat (limited to 'gst/mpeg1sys')
-rw-r--r-- | gst/mpeg1sys/gstmpeg1systemencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpeg1sys/gstmpeg1systemencode.c b/gst/mpeg1sys/gstmpeg1systemencode.c index 11cca2de..246a98d4 100644 --- a/gst/mpeg1sys/gstmpeg1systemencode.c +++ b/gst/mpeg1sys/gstmpeg1systemencode.c @@ -78,7 +78,7 @@ GST_PAD_TEMPLATE_FACTORY (audio_sink_factory, GST_PAD_REQUEST, GST_CAPS_NEW ( "sink_audio", - "audio/mp3", + "audio/x-mp3", NULL ) ) |