Advertisement
Guest User

Untitled

a guest
Dec 6th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. --- ext/libav/gstavaudenc.c 2013-09-24 13:06:58.000000000 +0000
  2. +++ /home/pi/build/gst_1_2_1/libav/build_debug/gst-libav1.0-1.2.1/ext/libav/gstavaudenc.c 2013-12-04 20:58:40.512247414 +0000
  3. @@ -710,10 +710,12 @@
  4. * people who build against an external ffmpeg might have them.
  5. * We have native gstreamer plugins for all of those libraries anyway. */
  6. if (!strncmp (in_plugin->name, "lib", 3)) {
  7. - GST_DEBUG
  8. + if (strncmp (in_plugin->name, "libfdk", 6)) {
  9. + GST_DEBUG
  10. ("Not using external library encoder %s. Use the gstreamer-native ones instead.",
  11. in_plugin->name);
  12. - goto next;
  13. + goto next;
  14. + }
  15. }
  16.  
  17. /* only encoders */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement