diff options
Diffstat (limited to 'audio/gsta2dpsink.c')
| -rw-r--r-- | audio/gsta2dpsink.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c index 0b61e826..d25cbded 100644 --- a/audio/gsta2dpsink.c +++ b/audio/gsta2dpsink.c @@ -57,13 +57,13 @@ static GstStaticPadTemplate gst_a2dp_sink_factory =  			GST_STATIC_CAPS("audio/x-sbc, "  				"rate = (int) { 16000, 32000, 44100, 48000 }, "  				"channels = (int) [ 1, 2 ], " -				"mode = (string) { mono, dual, stereo, joint }, " +				"mode = (string) { \"mono\", \"dual\", \"stereo\", \"joint\" }, "  				"blocks = (int) { 4, 8, 12, 16 }, "  				"subbands = (int) { 4, 8 }, " -				"allocation = (string) { snr, loudness }, " +				"allocation = (string) { \"snr\", \"loudness\" }, "  				"bitpool = (int) [ 2, "  				TEMPLATE_MAX_BITPOOL_STR " ]; " -				"audio/mpeg;" +				"audio/mpeg"  				));  static gboolean gst_a2dp_sink_handle_event(GstPad *pad, GstEvent *event); | 
