summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09Grant proper copyright attribution to Collabora Ltd.newsinkReynaldo H. Verdejo Pinochet4-3/+13
2012-02-20Fix wrong error messageReynaldo H. Verdejo Pinochet1-1/+1
2012-02-20LOGX and GST_XXXX_OBJECT should match when possibleReynaldo H. Verdejo Pinochet1-10/+10
2012-02-20Fix some grammar nitsReynaldo H. Verdejo Pinochet2-9/+9
2012-02-20Drop result storing when not neededReynaldo H. Verdejo Pinochet1-12/+4
2012-02-20Drop some useless goto'sReynaldo H. Verdejo Pinochet1-54/+28
2012-02-20Use audio.h macros from Honeycomb onwardReynaldo H. Verdejo Pinochet1-0/+16
Many format and channel output definitions where moved from AudioSystem.h to audio.h. We conditionally include this new header now and rely on its definitions when available.
2012-01-19Don't ignore value returned when registering fbReynaldo H. Verdejo Pinochet1-5/+8
Act upon a posible error return from _device_register_framebuffer, propagating the error accordingly.
2012-01-19CosmeticsReynaldo H. Verdejo Pinochet2-19/+12
2012-01-19Fix wrong size at surface creationReynaldo H. Verdejo Pinochet1-1/+1
2011-10-18Avoid lying. Don't print out message if we are not performing the actionReynaldo H. Verdejo Pinochet1-4/+2
2011-10-18Use gst_buffer_unref instead of gst_object_unref on GstBuffer *frameReynaldo H. Verdejo Pinochet1-1/+1
2011-10-18Typo + Grammar fixReynaldo H. Verdejo Pinochet1-3/+3
2011-10-17CosmeticsReynaldo H. Verdejo Pinochet2-45/+43
2011-10-17Fix building with the NDKReynaldo H. Verdejo Pinochet3-4/+26
These changes apply only to NDK builds: - Disable building of everything but audioflingersink for now. - Avoid trying to include $(TOP)/frameworks/base as it's not required for building. - Added needed CF_LAGS / LD_FLAGS everywhere. - Rely on local copy of needed (but not bundled) Android headers under gst-android/android_headers. - Rely on local copies of needed (but not bundled) Android shared libraries on linker path.
2011-04-23Make gstsurfaceflingersink being correctly pluggedReynaldo H. Verdejo Pinochet2-3/+10
This is a temporary solution to make things work for now until we come up with a better solution.
2011-04-23TRIVIAL: Match gstaudioflinger's namingReynaldo H. Verdejo Pinochet1-1/+1
2011-04-22We are not goig to depend on config.h hereReynaldo H. Verdejo Pinochet1-1/+3
Our audioflingersink uses this same aproach.
2011-04-22Add correct LOCAL_MODULE_TAGS to audioflingersink's Android.mkReynaldo H. Verdejo Pinochet1-1/+1
2011-04-22Add audioflingersink and surfaceflingersinkThibault Saunier14-0/+3351
2011-04-11WIP: Continue deborking GstMetadataRetriever.Reynaldo H. Verdejo Pinochet2-49/+37
Fix autoplug_continue() logic. avoid leaking a message ref, remove unneded have_video_caps(), add some more debug/warning messages, add video/x-matroska and video/quicktime to the list of supported streams, simplify are_video/audio_caps() not to get a GstElement we don't need nor to needesdly try locking uridecodebin neither.
2011-04-11WIP: use gst_caps_can_intersect()Reynaldo H. Verdejo Pinochet1-16/+6
2011-04-11CosmeticsReynaldo H. Verdejo Pinochet2-56/+47
2011-04-08Correctly unref gst_bin_get_by_name()'s resultReynaldo H. Verdejo Pinochet1-1/+5
2011-04-08g_strdup_printf -> g_strdupReynaldo H. Verdejo Pinochet1-2/+2
2011-04-08mPlayBin -> mUriDecodeBinReynaldo H. Verdejo Pinochet2-12/+12
Suggested by Tim-Philipp Muller.
2011-04-08Cosmetics & some more debug messagesReynaldo H. Verdejo Pinochet1-42/+40
2011-04-08WIP: Use capsfilter between ffmpegcolorspace and video scale to limit video ↵Reynaldo H. Verdejo Pinochet1-1/+7
format to what we know its supported upstream
2011-04-08Add Copyright lines for me AT ccuReynaldo H. Verdejo Pinochet6-0/+6
2011-04-08Remove icebird-specific filesReynaldo H. Verdejo Pinochet3-641/+0
2011-04-08gst-indent the whole messReynaldo H. Verdejo Pinochet15-3084/+3236
2011-04-08Making GstMetadataRetriever display thumbnails:Reynaldo H. Verdejo Pinochet3-13/+16
Get mAudiosink created from setup() Wait for prepareSync to set the pipeline to paused. Add videoscale to the pipeline. Some more debug messages.
2011-04-08CosmeticsReynaldo H. Verdejo Pinochet1-1/+1
2011-04-08Avoid double quoting uri stringsReynaldo H. Verdejo Pinochet1-2/+2
2011-04-08Avoid using gst_element_get_name if we dont need a copyReynaldo H. Verdejo Pinochet2-5/+5
2011-04-06Make GstMetadataRetriever not to borkReynaldo H. Verdejo Pinochet3-10/+83
2011-04-06Get libgstmetadataretriever builtReynaldo H. Verdejo Pinochet1-2/+2
2011-04-06Set the GST_REGISTRY variable so the registry cache is savedThibault Saunier2-0/+2
2011-04-04Set environment variables to get logs instead of argc/argvThibault Saunier2-46/+8
2011-03-23GstDriver: remove custom log functionAlessandro Decina1-5/+0
2011-03-23GstDriver: fix logging to fileAlessandro Decina1-10/+1
2011-03-23GstDriver: be more verbose about missing-plugin messagesAlessandro Decina2-1/+7
2011-03-18Use surfaceflingersink.Reynaldo H. Verdejo Pinochet2-9/+16
2011-03-10android: gah, user is deprecated, set LOCAL_MODULE_TAGS := eng debugAlessandro Decina1-1/+1
2011-03-10android: err... actually set LOCAL_MODULE_TAGS := userAlessandro Decina1-1/+1
2011-03-09android: set LOCAL_MODULE_TAGS := engAlessandro Decina1-1/+1
2011-03-08Disable GstMetadataRetriever for now, it doesn't build with gingerbreadAlessandro Decina1-2/+1
2011-03-01Don't check for STECONF_ANDROID_VERSION_FROYOAlessandro Decina2-4/+2
2011-03-01Build fixesAlessandro Decina4-315/+128
2010-12-06Add top-level Android.mkEdward Hervey1-0/+10
Only calls into the GStreamer backend for now